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
/
tests
/
ui
/
resolve
Age
Commit message (
Expand
)
Author
Lines
2023-06-20
test(resolve): update_resolution for remove single import
bohan
-0
/
+33
2023-06-15
Fix suggestion for E0404 not dealing with multiple generics
许杰友 Jieyou Xu (Joe)
-0
/
+87
2023-06-14
Rollup merge of #112495 - bvanjoi:fix-109153, r=petrochenkov
Matthias Krüger
-1
/
+40
2023-06-14
fix(resolve): update `shadowed_glob` more precision
bohan
-1
/
+40
2023-06-12
Adjust UI tests for `unit_bindings`
许杰友 Jieyou Xu (Joe)
-2
/
+2
2023-06-10
Adjust span labels for `HIDDEN_GLOB_REEXPORTS`
许杰友 Jieyou Xu (Joe)
-13
/
+36
2023-05-27
Add warn-by-default lint for local binding shadowing exported glob re-export ...
许杰友 Jieyou Xu (Joe)
-0
/
+83
2023-05-19
Keep only the trait when emitting the error for `MyTrait + 'a`
Mu001999
-0
/
+14
2023-05-17
Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-dead
Dylan DPC
-0
/
+26
2023-05-17
Emits E0599 when meeting MyTrait::missing_method
mu001999
-0
/
+26
2023-05-16
Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk
Nilstrieb
-7
/
+0
2023-05-16
Rollup merge of #111428 - bvanjoi:fix-109250, r=Nilstrieb
Nilstrieb
-0
/
+31
2023-05-15
Suppress "erroneous constant used" for constants tainted by errors
Tomasz Miąsko
-7
/
+0
2023-05-11
Improve error for `self: Box<self>`
clubby789
-0
/
+16
2023-05-10
refactor(resolve): clean up the early error return caused by non-call
bohan
-0
/
+31
2023-05-08
Move tests
Caio
-0
/
+38
2023-04-12
Special-case item attributes in the suggestion output
Esteban Küber
-63
/
+0
2023-04-12
Tweak output for 'add line' suggestion
Esteban Küber
-63
/
+126
2023-04-04
Deny `use`ing tool paths
clubby789
-0
/
+17
2023-04-02
Move some UI tests into subdirectories
jyn
-0
/
+34
2023-03-20
Lint ambiguous glob re-exports
许杰友 Jieyou Xu (Joe)
-0
/
+80
2023-03-01
Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov
Matthias Krüger
-67
/
+19
2023-02-28
Exit when there are unmatched delims to avoid noisy diagnostics
yukang
-67
/
+19
2023-02-27
diagnostics: avoid querying `associated_item` in the resolver
Michael Howell
-0
/
+17
2023-02-14
Make removal suggestion not verbose
Esteban Küber
-6
/
+4
2023-02-14
rebase and review comments
Esteban Küber
-1
/
+1
2023-02-14
More accurate spans for arg removal suggestion
Esteban Küber
-2
/
+3
2023-01-30
Modify primary span label for E0308
Esteban Küber
-5
/
+5
2023-01-13
Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors
Matthias Krüger
-1
/
+6
2023-01-13
Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk
bors
-0
/
+2
2023-01-12
Rollup merge of #106579 - estebank:issue-52144, r=Nilstrieb
nils
-5
/
+25
2023-01-12
fix fmt and bless
Deadbeef
-0
/
+2
2023-01-11
review comments: Tweak output
Esteban Küber
-0
/
+16
2023-01-11
Suggest making private tuple struct field public
Esteban Küber
-5
/
+9
2023-01-11
When suggesting writing a fully qualified path probe for appropriate types
Esteban Küber
-1
/
+6
2023-01-11
label where constructor is defined and note that it should be called
Michael Goulet
-3
/
+3
2023-01-11
Be more specific about constructor `FnDef`s in type mismatch
Michael Goulet
-9
/
+9
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+7170
[prev]