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
/
ui
/
hygiene
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-3138
/
+0
2022-12-27
Fix some totally useless suggestions
Michael Goulet
-4
/
+1
2022-12-11
Move tests
Caio
-0
/
+16
2022-11-20
Update VecDeque implementation
Markus Everling
-1
/
+1
2022-10-27
Correct inconsistent error messages in tests
Byron Zhong
-1
/
+1
2022-10-16
Account for hygiene when suggesting typos.
Camille GILLOT
-9
/
+17
2022-10-11
Report duplicate definitions in trait impls during resolution.
Camille GILLOT
-0
/
+41
2022-09-26
address review
b-naber
-2
/
+2
2022-06-03
Use the same message as type & const generics.
Camille GILLOT
-9
/
+9
2022-06-02
Stop warning against unrelated labels.
Camille GILLOT
-67
/
+0
2022-06-02
Bless tests.
Camille GILLOT
-683
/
+35
2022-05-20
Move tests
Caio
-0
/
+29
2022-01-19
Only suggest adding `!` to expressions that can be macro invocation
Esteban Kuber
-20
/
+8
2021-12-01
Pretty print empty blocks as {}
David Tolnay
-1
/
+1
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+9
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+12
2021-10-28
Add comments to hygiene tests
Matthew Jasper
-4
/
+37
2021-10-24
Add more tests for cross-crate hygiene
Matthew Jasper
-0
/
+465
2021-10-19
Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es...
Matthias Krüger
-1
/
+15
2021-10-17
Suggest a case insensitive match name regardless of levenshtein distance
Yuki Okushi
-1
/
+15
2021-10-15
Bless tests
Cameron Steffen
-54
/
+54
2021-09-30
Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank
Manish Goregaokar
-3
/
+3
2021-09-30
Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e...
Manish Goregaokar
-1
/
+4
2021-09-29
Suggest similarly named assoc items in trait impls
Hirochika Matsumoto
-1
/
+4
2021-09-26
Do not suggest importing inaccessible items
Fabian Wolff
-3
/
+3
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-1
/
+1
2021-09-02
Bless tests.
Camille GILLOT
-4
/
+8
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-26
/
+1
2021-08-11
Modify structured suggestion output
Esteban Küber
-3
/
+3
2021-07-27
Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by default
Aaron Hill
-7
/
+7
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-4
/
+4
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-1
/
+1
2021-07-03
rustc_ast_pretty: Don't print space after `$`
Noah Lev
-1
/
+1
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-60
/
+60
2021-05-12
Update stderr
Aaron Hill
-1
/
+1
2021-04-23
Tweak suggestion output
Esteban Küber
-0
/
+3
2021-02-16
Move some tests to more reasonable directories
Caio
-0
/
+17
2021-01-24
Rollup merge of #80855 - m-ou-se:assert-2021, r=petrochenkov
Jonas Schievink
-0
/
+9
2021-01-11
resolve: Simplify collection of traits in scope
Vadim Petrochenkov
-0
/
+53
2021-01-09
Add test for assert!() hygiene in edition 2021.
Mara Bos
-0
/
+9
2020-12-26
update tests
Bastian Kauschke
-2
/
+0
2020-12-02
Tweak diagnostics on shadowing lifetimes/labels
Yuki Okushi
-56
/
+56
2020-11-23
Qualify `panic!` as `core::panic!` in non-built-in `core` macros
Camelid
-14
/
+3
2020-11-13
refactor: vec_deque ignore-tidy-filelength
C
-1
/
+1
2020-10-17
Rollup merge of #77925 - JohnTitor:sugg-min-features, r=davidtwco,oli-obk
Yuki Okushi
-0
/
+2
2020-10-17
Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebank
Yuki Okushi
-0
/
+6
2020-10-17
Suggest minimal subset features in `incomplete_features` lint
Yuki Okushi
-0
/
+2
2020-10-05
Record `expansion_that_defined` into crate metadata
Aaron Hill
-0
/
+47
2020-09-30
Re-run tests with --bless
Temirkhan Myrzamadi
-0
/
+6
2020-09-09
Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper
Tyler Mandry
-7
/
+7
[next]