index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2018-08-16
pass down a Ident
Douglas Campos
-6
/
+5
2018-08-16
look into extern prelude to provide sugestions
Douglas Campos
-3
/
+23
2018-08-16
use name instead of boolean
Douglas Campos
-2
/
+2
2018-08-16
fix formatting
Douglas Campos
-4
/
+4
2018-08-16
extract helper fn
Douglas Campos
-3
/
+8
2018-08-16
make the test only deal with edition flags
Douglas Campos
-3
/
+4
2018-08-16
tidy
Douglas Campos
-2
/
+6
2018-08-16
prepend crate:: when crate_in_path feature is enabled
Douglas Campos
-10
/
+8
2018-08-16
extract helper fn
Douglas Campos
-9
/
+20
2018-08-16
revert back to master state
Douglas Campos
-10
/
+3
2018-08-16
bless output
Douglas Campos
-1
/
+1
2018-08-16
fix lint
Douglas Campos
-1
/
+2
2018-08-16
add missing license header
Douglas Campos
-0
/
+10
2018-08-16
resolve suggestions should use `create::` when enabled
Douglas Campos
-3
/
+33
2018-08-16
Auto merge of #53304 - dtolnay:extend, r=dtolnay
bors
-16
/
+279
2018-08-16
Auto merge of #53256 - ollie27:writeln, r=KodrAus
bors
-5
/
+56
2018-08-16
Auto merge of #53173 - alexcrichton:win-arm64, r=sfackler
bors
-33
/
+201
2018-08-16
Auto merge of #53147 - ashtneoi:dont-suggest-ref, r=estebank
bors
-279
/
+3104
2018-08-16
Auto merge of #53295 - estebank:on-unimplemented, r=michaelwoerister
bors
-26
/
+38
2018-08-15
Split tests more and bless them again
ashtneoi
-602
/
+653
2018-08-15
Move tests into their own directory
ashtneoi
-0
/
+0
2018-08-16
Auto merge of #53293 - petrochenkov:gramattr2, r=alexcrichton
bors
-55
/
+128
2018-08-16
Auto merge of #53289 - ljedrz:improve_lexer, r=michaelwoerister
bors
-74
/
+134
2018-08-15
Start adding an `aarch64-pc-windows-msvc` target
Alex Crichton
-33
/
+201
2018-08-15
Re-bless test
ashtneoi
-0
/
+63
2018-08-15
Add files I forgot to commit earlier
ashtneoi
-0
/
+99
2018-08-15
Change a method name and clarify a comment
ashtneoi
-5
/
+6
2018-08-15
Bless tests
ashtneoi
-62
/
+178
2018-08-15
Test move-into-Fn/FnMut errors too
ashtneoi
-2
/
+530
2018-08-15
Fix compiletest JSON error message
ashtneoi
-2
/
+2
2018-08-15
Allocate fewer Strings at a time
ashtneoi
-4
/
+8
2018-08-15
Add another FIXME about suggestions
ashtneoi
-81
/
+83
2018-08-15
Bless UI tests
ashtneoi
-121
/
+231
2018-08-15
Remove incorrect space
ashtneoi
-1
/
+1
2018-08-15
Remove unnecessary comment
ashtneoi
-2
/
+0
2018-08-15
Test patterns in tuples
ashtneoi
-71
/
+249
2018-08-15
Coalesce var-is-not-Copy notes per move
ashtneoi
-150
/
+60
2018-08-15
Dedup suggestions
ashtneoi
-105
/
+654
2018-08-15
Remove unnecessary underscore
ashtneoi
-7
/
+7
2018-08-15
Change TODOs to FIXMEs
ashtneoi
-9
/
+9
2018-08-15
Make move errors more consistent with typeck errors
ashtneoi
-23
/
+23
2018-08-15
Make move error suggestions clearer
ashtneoi
-82
/
+85
2018-08-15
Add backquotes around variable name
ashtneoi
-52
/
+52
2018-08-15
Fix move errors for index expressions
ashtneoi
-43
/
+64
2018-08-15
Test move errors for index expressions
ashtneoi
-80
/
+313
2018-08-15
Accept whitespace between `&` and `mut`
ashtneoi
-1
/
+1
2018-08-15
Add more TODOs
ashtneoi
-3
/
+3
2018-08-15
Suggest match ergonomics, not `ref`/`ref mut`
ashtneoi
-97
/
+1055
2018-08-15
Fix some random stuff
ashtneoi
-9
/
+10
2018-08-15
Auto merge of #53400 - GuillaumeGomez:rollup, r=GuillaumeGomez
bors
-57
/
+205
[next]