Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-rust-mirrors-rustyline
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-rust-mirrors-rustyline
Graph
bb16b12a6acb8600af88f367112dc8562552fea0
Select Git revision
Branches
7
fuchsia
gh-pages
master
default
upstream/fuchsia
upstream/fuchsia-fixup
upstream/gh-pages
upstream/master
Tags
6
1.0.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
13 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Jan
27
26
24
23
18
17
15
13
11
9
8
7
5
4
3
2
1
28
Dec
26
21
20
19
17
16
12
11
10
5
4
28
Nov
27
20
14
13
12
11
6
5
27
Oct
25
23
17
16
12
8
4
3
2
18
Sep
12
11
9
4
29
Aug
28
25
24
23
22
20
12
10
8
2
31
Jul
30
29
28
27
26
25
24
23
22
21
17
16
15
14
10
9
8
7
5
2
11
Jun
10
2
1
31
May
19
14
8
1
30
Apr
18
17
16
13
11
10
6
5
4
3
29
Mar
25
24
21
14
5
29
Feb
28
24
5
12
Jan
2
20
Dec
16
Nov
13
10
19
Sep
17
14
13
12
6
5
3
1
30
Aug
29
23
20
19
18
17
16
15
9
Jun
1
26
May
19
18
11
1
30
Apr
29
28
24
22
26
Mar
24
23
20
19
Fix vi yank to
Fix vi put (cursor position)
Use graphemes instead of chars where possible
Invert C-K/C-U when numeric args are negative
Support repeated transpose words
Fix some clippy warnings
Fix 'cw' and 'cW' vi commands
Fix move to end of word in vi mode
Implement Vi yank to (copy)
Introduce Movement to factorize code
Misc
Fix Vi forward search
Fix Vi forward word movements
Fix word movements
Rename move_left/right to move_backward/forward
Fix vi yank to
Fix vi put (cursor position)
Use graphemes instead of chars where possible
Invert C-K/C-U when numeric args are negative
Support repeated transpose words
Fix some clippy warnings
Fix 'cw' and 'cW' vi commands
Fix move to end of word in vi mode
Implement Vi yank to (copy)
Introduce Movement to factorize code
Add get_history_const() function
Fix potential overflow while reading numeric arguments
Fix potential overflow while reading numeric arguments
Introduce type alias RepeatCount
Introduce type alias RepeatCount
Remove some old TODOs
Introduce log crate
Fix warning about unused UnknownEscSeq
Move cursor by grapheme (not by char) #107
Move cursor by grapheme (not by char) #107
Remove some old TODOs
Introduce log crate
Fix warning about unused UnknownEscSeq
Move cursor by grapheme (not by char) #107
Try to fix CI builds
Loading