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
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
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-8
/
+8
2020-09-01
Clarify message about unresolved use
Kornel
-7
/
+7
2020-08-16
hir: introduce `QPath::LangItem`
David Wood
-73
/
+1
2020-08-16
tests: add test for #61019's current behaviour
David Wood
-0
/
+90
2020-08-10
Add missing primary label
Esteban Küber
-2
/
+2
2020-07-27
mv std libs to library/
mark
-1
/
+1
2020-07-26
Add test for use of $crate in nested foreign macro_rules!
Aaron Hill
-0
/
+23
2020-07-26
Hygiene serialization implementation
Aaron Hill
-0
/
+25
2020-07-15
Add and use more static symbols.
Nicholas Nethercote
-1
/
+4
2020-06-29
Serialize all foreign `SourceFile`s into proc-macro crate metadata
Aaron Hill
-2
/
+2
2020-06-22
Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...
Aaron Hill
-4
/
+0
2020-06-21
Prefer accessible paths in 'use' suggestions
Dan Aloni
-5
/
+1
2020-06-11
Explain move errors that occur due to method calls involving `self`
Aaron Hill
-0
/
+4
2020-06-09
Remove noisy suggestion of hash_map #72642
Ayush Kumar Mishra
-3
/
+1
2020-06-02
Improve E0433, so that it suggests missing imports
Patryk Wychowaniec
-1
/
+7
2020-05-17
Emit a better diagnostic when function actually has a 'self' parameter
Aaron Hill
-0
/
+40
2020-05-09
adjust tests
Ralf Jung
-2
/
+4
2020-05-07
reword "possible candidate" import suggestion
Andy Russell
-4
/
+4
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+8
2020-03-22
Normalize wording of privacy access labels
Esteban Küber
-9
/
+19
2020-03-22
Add span label to primary error span
Esteban Küber
-2
/
+2
[next]