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
/
editions
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-960
/
+0
2022-11-14
Show a note where a macro failed to match
Nilstrieb
-0
/
+48
2022-10-01
bless ui tests
Maybe Waffle
-2
/
+2
2022-06-01
Mention filename in suggestion when it differs from primary span
Esteban Küber
-0
/
+2
2022-03-07
diagnostics: only talk about `Cargo.toml` if running under Cargo
Michael Howell
-6
/
+6
2022-01-27
Improve suggestion for escaping reserved keywords
Noah Lev
-12
/
+12
2021-12-04
Use multipart suggestions.
Camille GILLOT
-1
/
+1
2021-12-04
Lint bare traits in AstConv.
Camille GILLOT
-4
/
+9
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+70
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+70
2021-11-10
Fix trait object error code
Jimmy Envall
-2
/
+2
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+15
2021-10-15
Bless tests
Cameron Steffen
-3
/
+3
2021-09-04
Fix 2021 `dyn` suggestion that used code as label
Noah Lev
-0
/
+21
2021-08-30
Update test output for stable Rust 2021.
Mara Bos
-6
/
+6
2021-08-11
Modify structured suggestion output
Esteban Küber
-6
/
+6
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-2
/
+2
2021-06-25
Address PR feedback
Ryan Levick
-2
/
+2
2021-06-25
Change how edition based future compatibility warnings are handled
Ryan Levick
-2
/
+2
2021-06-21
Mark some edition tests as check-pass
Aris Merchant
-4
/
+4
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-5
/
+5
2021-03-07
diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...
Manish Goregaokar
-1
/
+1
2021-01-18
Improve unknown external crate error
Ryan Levick
-1
/
+1
2020-12-31
Consistently call editions "Rust 20xx" in messages.
Mara Bos
-8
/
+8
2020-12-31
Add edition 2021.
Mara Bos
-6
/
+6
2020-05-05
Detect errors caused by `async` block in 2015 edition
Esteban Küber
-0
/
+71
2020-04-23
Moving more build-pass tests to check-pass
Val Markovic
-2
/
+2
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+5
2020-03-24
expand: address review comments
Mazdak Farrokhzad
-28
/
+34
2020-03-24
nix panictry! in ParserAnyMacro::make
Mazdak Farrokhzad
-14
/
+46
2020-03-10
rustc_errors: Use ensure_source_file_source_present where necessary.
Ana-Maria Mihalache
-4
/
+4
2020-03-10
--bless some tests
Mazdak Farrokhzad
-10
/
+10
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-5
/
+5
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-5
/
+5
2020-01-24
Normalise notes with the/is
varkor
-2
/
+2
2019-11-06
Remove "here" from "expected one of X here"
Esteban Küber
-2
/
+2
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+4
2019-09-28
Upgrade async/await to "used" keywords.
Eric Huss
-18
/
+18
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-2
/
+2
2019-07-15
pprust: Use `print_mac_common` for delimited token groups
Vadim Petrochenkov
-10
/
+10
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-6
/
+6
2019-05-24
Move async/await tests to test/ui/async-await
varkor
-91
/
+0
2019-04-23
Stabilize futures_api
Taylor Cramer
-1
/
+1
2019-04-23
Update ui tests
varkor
-3
/
+3
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-2
/
+0
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-2
/
+1
2019-03-12
resolve: Simplify import resolution for mixed 2015/2018 edition mode
Vadim Petrochenkov
-57
/
+7
2019-03-11
Update tests
Vadim Petrochenkov
-31
/
+31
2019-02-27
Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor
Mazdak Farrokhzad
-0
/
+92
2019-02-24
Deny `async fn` in 2015 edition
Nathan Corbyn
-0
/
+92
[next]