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
/
imports
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-5608
/
+0
2022-12-27
Dont clobber `as ..` rename in import suggestion
Michael Goulet
-0
/
+41
2022-12-27
Note alternative import candidates in nested use tree
Michael Goulet
-4
/
+38
2022-12-27
Suppress suggestions for nested use tree
Michael Goulet
-0
/
+23
2022-12-19
add function to tell if the current ambiguity error matches a previous one in...
Yiming Lei
-54
/
+8
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-4
/
+1
2022-12-11
Move tests
Caio
-0
/
+8
2022-10-10
suggest candidates for unresolved import
SparrowLii
-0
/
+17
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-07-08
add `#[test]` to functions in test modules
Takayuki Maeda
-186
/
+97
2022-07-05
fix typo in note about multiple inaccessible type aliases
ClementTsang
-0
/
+44
2022-06-21
Move some tests to more reasonable directories
Caio
-0
/
+23
2022-06-17
Auto merge of #97892 - klensy:fix-spaces, r=oli-obk
bors
-7
/
+7
2022-06-16
--bless ui
Maybe Waffle
-2
/
+1
2022-06-16
diagnostics: fix trailing space
klensy
-7
/
+7
2022-06-03
Auto merge of #97497 - c410-f3r:z-errors, r=petrochenkov
bors
-0
/
+30
2022-06-01
Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...
Matthias Krüger
-0
/
+34
2022-05-28
Move some tests to more reasonable places
Caio
-0
/
+30
2022-05-25
suggest `extern crate foo` when failing to resolve `use foo`
Takayuki Maeda
-0
/
+34
2022-05-17
Omit unnecessary help to add `#[cfg(test)]` when already annotated
Ken Matsui
-0
/
+206
2022-03-31
remove find_use_placement
Fausto
-4
/
+4
2021-12-21
Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplett
Matthias Krüger
-0
/
+234
2021-12-20
Fixup tests for issue-86035
Michael Goulet
-4
/
+4
2021-12-20
Test for issue-86035
Michael Goulet
-0
/
+97
2021-12-16
suggest adding a `#[cfg(test)]` to test modules
Takayuki Maeda
-0
/
+234
2021-12-03
Update invalid crate attributes, add help message
Tom Farmer
-1
/
+13
2021-12-01
Improve suggestion for extern crate self error message
Michael
-1
/
+6
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+48
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+84
2021-10-25
Edit error messages for rustc_resolve::AmbiguityKind variants
pierwill
-27
/
+54
2021-10-15
Bless tests
Cameron Steffen
-11
/
+11
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-1
/
+1
2021-09-26
Improve diagnostics for inaccessible items
Fabian Wolff
-14
/
+35
2021-09-26
Do not suggest importing inaccessible items
Fabian Wolff
-43
/
+17
2021-08-12
Add test or unused import removal suggestion with attributes.
Mara Bos
-0
/
+33
2021-08-11
Modify structured suggestion output
Esteban Küber
-65
/
+72
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-13
/
+13
2021-04-08
Stablize `non_ascii_idents` feature.
Charles Lew
-137
/
+97
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-4
/
+2
2021-03-21
Fix ICE with `use clippy::a::b;`
Camelid
-0
/
+35
2021-02-25
Update test output for edition preludes.
Mara Bos
-3
/
+3
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+64
2021-01-13
Update tests for extern block linting
Mark Rousskov
-17
/
+23
2020-12-07
Move some tests to subdirectories
Vadim Petrochenkov
-33
/
+2270
2020-11-06
Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo...
Mark Rousskov
-24
/
+5
2020-10-02
Revert "resolve: Avoid "self-confirming" import resolutions in one more case"
Vadim Petrochenkov
-5
/
+39
2020-09-01
Clarify message about unresolved use
Kornel
-5
/
+7
2020-07-27
mv std libs to library/
mark
-1
/
+1
2020-05-08
Skip tests on emscripten
Yuki Okushi
-0
/
+1
2020-05-06
Move tests from `test/run-fail` to UI
Yuki Okushi
-0
/
+10
[next]