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
/
compiler
/
rustc_resolve
/
src
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-23
Some refactoring
varkor
-2
/
+2
2021-02-06
Rollup merge of #81680 - camsteffen:primty, r=oli-obk
Jonas Schievink
-3
/
+3
2021-02-05
Small refactor with Iterator::reduce
Cameron Steffen
-3
/
+2
2021-02-03
Refactor out PrimitiveTypeTable
Cameron Steffen
-3
/
+3
2021-01-29
fix typo
Henry Boisdequin
-1
/
+1
2021-01-17
resolve: Reject ambiguity built-in attr vs different built-in attr
Vadim Petrochenkov
-1
/
+1
2021-01-10
Auto merge of #80782 - petrochenkov:viscopes, r=matthewjasper
bors
-1
/
+2
2021-01-07
Use correct span for structured suggestion
Esteban Küber
-8
/
+18
2021-01-07
resolve: Scope visiting doesn't need an `Ident`
Vadim Petrochenkov
-1
/
+2
2021-01-07
Add pointing const identifier when emitting E0435
Daiki Ihara
-1
/
+7
2020-11-24
Move lev_distance to rustc_ast, make non-generic
Arlie Davis
-2
/
+2
2020-11-24
Swap note for help
mendess
-1
/
+1
2020-11-24
Requested changes
mendess
-1
/
+1
2020-11-24
Add note to use nightly when using expr in const generics
mendess
-0
/
+1
2020-11-20
update bug message for cg
Bastian Kauschke
-1
/
+1
2020-11-19
resolve: Introduce a separate `NonMacroAttrKind` for legacy derive helpers
Vadim Petrochenkov
-1
/
+1
2020-11-13
Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb
bors
-1
/
+1
2020-11-08
rustc_resolve: Use `#![feature(format_args_capture)]`
Vadim Petrochenkov
-37
/
+11
2020-11-07
resolve: Collapse `macro_rules` scope chains on the fly
Vadim Petrochenkov
-1
/
+1
2020-10-30
Add back missing comments
Joshua Nelson
-0
/
+1
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-18
/
+7
2020-10-17
Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebank
Yuki Okushi
-0
/
+11
2020-10-12
A little rewording
Ethan Brierley
-1
/
+1
2020-10-12
Remove a little jargon from error
Ethan Brierley
-1
/
+1
2020-10-12
Make error help clearer
Ethan Brierley
-1
/
+1
2020-10-11
`min_const_generics` diagnostics improvements
Ethan Brierley
-14
/
+7
2020-10-03
Replace "non trivial" with "non-trivial"
varkor
-1
/
+1
2020-09-30
Don't suggest macros that out of scope
Temirkhan Myrzamadi
-2
/
+9
2020-09-30
Suggest imports of unresolved macros
Temirkhan Myrzamadi
-0
/
+4
2020-09-15
Remove redundant `&format!`.
Hameer Abbasi
-3
/
+1
2020-09-15
This commit introduces the following changes:
Hameer Abbasi
-4
/
+14
2020-09-13
allow concrete self types in consts
Bastian Kauschke
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1678