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
/
test
Age
Commit message (
Expand
)
Author
Lines
2020-02-17
Add a test for proc macro generating `$ IDENT`
Vadim Petrochenkov
-0
/
+35
2020-02-17
parser: Do not call `bump` recursively
Vadim Petrochenkov
-6
/
+6
2020-02-17
parse: recover `mut (x @ y)` as `(mut x @ mut y)`.
Mazdak Farrokhzad
-11
/
+21
2020-02-17
Do not emit note suggesting to implement trait to foreign type
LeSeulArtichaut
-61
/
+0
2020-02-17
Move to using an extern type for opaqueness
Mark Rousskov
-12
/
+8
2020-02-17
Auto merge of #69129 - Centril:macro-legacy-errors, r=petrochenkov
bors
-36
/
+21
2020-02-16
Do not ICE when encountering `yield` inside `async` block
Esteban Küber
-0
/
+15
2020-02-16
Select an appropriate unused lifetime name in suggestion
Esteban Küber
-7
/
+27
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-1
/
+1
2020-02-16
Handle recursion_limit parsing errors
Fisher Darling
-0
/
+71
2020-02-16
Ignore GDB versions with broken str printing.
spunit262
-0
/
+1
2020-02-16
Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula...
bors
-0
/
+7
2020-02-16
suspend -> yield
Jonas Schievink
-1
/
+1
2020-02-15
Fix test stderr after rebasing on master.
David Ross
-2
/
+2
2020-02-15
Remove trailing whitespace
David Ross
-3
/
+3
2020-02-15
Fix related type ascription tests.
David Ross
-10
/
+50
2020-02-15
Add more error cases to issue 35813 tests
David Ross
-58
/
+225
2020-02-15
Parse & reject postfix operators after casts
David Ross
-0
/
+137
2020-02-16
Auto merge of #68814 - Aaron1011:fix/proc-macro-order-two, r=petrochenkov
bors
-1
/
+22
2020-02-16
Fix printing of `Yield` terminator
Jonas Schievink
-1
/
+1
2020-02-15
Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27
bors
-0
/
+15
2020-02-15
fix incremental tests
Ralf Jung
-2
/
+2
2020-02-15
reject assoc statics & extern consts during parsing
Mazdak Farrokhzad
-69
/
+154
2020-02-15
Record proc macro harness order for use during metadata deserialization
Aaron Hill
-1
/
+22
2020-02-15
fix codegen tests
Ralf Jung
-1
/
+1
2020-02-15
fuse extern & associated item parsing up to defaultness
Mazdak Farrokhzad
-38
/
+42
2020-02-15
parse extern consts
Mazdak Farrokhzad
-16
/
+54
2020-02-15
parse associated statics.
Mazdak Farrokhzad
-18
/
+200
2020-02-15
ast/parser: fuse `static` & `const` grammars in all contexts.
Mazdak Farrokhzad
-46
/
+122
2020-02-15
ast: make `= <expr>;` optional in free statics/consts.
Mazdak Farrokhzad
-0
/
+104
2020-02-16
Add FIXME note
Yuki Okushi
-0
/
+3
2020-02-15
remove no-longer-needed test
Ralf Jung
-20
/
+0
2020-02-16
Add test for issue-68653
Yuki Okushi
-0
/
+16
2020-02-16
Add test for issue-63952
Yuki Okushi
-0
/
+45
2020-02-16
Add test for issue-62894
Yuki Okushi
-0
/
+54
2020-02-15
adjust run-fail tests
Ralf Jung
-9
/
+9
2020-02-16
Add test for issue-51798
Yuki Okushi
-0
/
+17
2020-02-16
Add test for issue-39618
Yuki Okushi
-0
/
+24
2020-02-15
ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`.
Mazdak Farrokhzad
-4
/
+99
2020-02-15
Always qualify literals by type
Matthew Jasper
-4
/
+6
2020-02-15
fix compile-fail
Ralf Jung
-4
/
+4
2020-02-15
Auto merge of #69168 - brainlock:test-textrel-regression, r=Mark-Simulacrum,t...
bors
-0
/
+31
2020-02-15
Emit some additional `unused_doc_comments` lints outside of the main pass
Vadim Petrochenkov
-9
/
+21
2020-02-15
fix another test
Ralf Jung
-7
/
+7
2020-02-15
expand assoc-const test a bit, just to be sure
Ralf Jung
-18
/
+110
2020-02-15
fix exceeding_bitshift lint and test
Ralf Jung
-188
/
+633
2020-02-15
add test for issue 69020
Ralf Jung
-0
/
+57
2020-02-15
more revisions and use them for another test
Ralf Jung
-13
/
+282
2020-02-15
fix tests, and use variants to test debug and release builds together
Ralf Jung
-768
/
+872
2020-02-15
rustc_lint: Move `unused_doc_comments` from pre-expansion to early lints
Vadim Petrochenkov
-27
/
+8
[prev]
[next]