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
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
2020-04-17
Fix unused results from mem::replace
Josh Stone
-1
/
+1
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+1
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-7
/
+3
2020-03-23
Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper
Mazdak Farrokhzad
-4
/
+4
2020-03-22
Normalize wording of privacy access labels
Esteban Küber
-4
/
+4
2020-03-21
resolve: Avoid "self-confirming" import resolutions in one more case
Vadim Petrochenkov
-0
/
+15
2020-03-11
Add the "consider importing it directly" label to public imports as well
Vadim Petrochenkov
-2
/
+2
2020-03-11
resolve: Print import chains on privacy errors
Vadim Petrochenkov
-3
/
+28
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-3
/
+3
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-1
/
+20
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-1
/
+1
2020-01-24
Normalise notes with the/is
varkor
-5
/
+5
2020-01-16
resolve: Say "import" when reporting private imports
Vadim Petrochenkov
-10
/
+10
2020-01-16
resolve: Point at the private item definitions in privacy errors
Vadim Petrochenkov
-4
/
+28
2020-01-12
Add backticks in appropriate places
varkor
-2
/
+2
2020-01-09
Update tests
Vadim Petrochenkov
-9
/
+70
2020-01-04
try to fix ui errors
Yuki Okushi
-0
/
+1
2020-01-03
Thank you Dylan and JohnTitor for blessing me.
mental
-2
/
+3
2020-01-02
Remove // check-pass for ui/import/import-crate-var.rs
mental
-1
/
+0
2020-01-02
Update src/test/ui
mental
-4
/
+2
2019-12-28
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
Esteban Küber
-4
/
+7
2019-11-08
Rollup merge of #66007 - estebank:remove-here, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-11-08
Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichton
Yuki Okushi
-5
/
+4
2019-11-07
Rollup merge of #66087 - tmiasko:ui-mode, r=Centril
Mazdak Farrokhzad
-3
/
+3
2019-11-06
Remove "here" from "expected one of X here"
Esteban Küber
-1
/
+1
2019-11-04
Use check-pass in ui tests where appropriate
Tomasz Miąsko
-3
/
+3
2019-11-03
syntax: Avoid span arithmetics for delimiter tokens
Vadim Petrochenkov
-1
/
+1
2019-11-02
consistent handling of missing sysroot spans
Ralf Jung
-5
/
+4
2019-10-29
Rollup merge of #65539 - traxys:fix_62334, r=petrochenkov
Tyler Mandry
-13
/
+24
2019-10-29
forgot to add the changed stderr
Quentin Boyer
-6
/
+6
2019-10-28
changing non-empty glob must import something to a lint
Quentin Boyer
-13
/
+24
[next]