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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
try-block
Age
Commit message (
Expand
)
Author
Lines
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-1
/
+1
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-1
/
+1
2022-07-07
Review comments: wording
Esteban Küber
-2
/
+2
2022-07-07
Tweak wording and spans
Esteban Küber
-3
/
+3
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-3
/
+9
2022-06-16
fix one more case of trailing space
klensy
-3
/
+3
2022-06-16
diagnostics: fix trailing space
klensy
-5
/
+5
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-2
/
+1
2021-11-28
Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot
Matthias Krüger
-0
/
+2
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-20
/
+0
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+11
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+18
2021-10-29
Fix a format_args span to be expansion
Cameron Steffen
-0
/
+2
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-09-09
Use more accurate spans for "unused delimiter" lint
Esteban Kuber
-5
/
+33
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-4
/
+20
2021-05-18
Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr
bors
-26
/
+23
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-1
/
+1
2021-05-06
Better rustc_on_unimplemented, and UI test fixes
Scott McMurray
-26
/
+23
2021-03-06
Move some tests to more suitable subdirs
Yuki Okushi
-0
/
+75
2021-02-17
try-back-block-type test: Use TryFromSliceError for From test
Ian Jackson
-8
/
+4
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-2
/
+2
2020-12-31
Consistently call editions "Rust 20xx" in messages.
Mara Bos
-1
/
+1
2020-10-06
Fix tests from rebase
Matthew Jasper
-7
/
+15
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-1
/
+1
2020-10-03
Run attributes check at crate level
Guillaume Gomez
-2
/
+2
2020-09-07
Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov
Dylan DPC
-0
/
+12
2020-09-02
Allow try blocks as the argument to return expressions
Scott McMurray
-0
/
+12
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-23
/
+23
2020-08-11
Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obk
Yuki Okushi
-1
/
+1
2020-08-10
Add missing primary label
Esteban Küber
-1
/
+1
2020-08-10
unused_delims: trim expr
Bastian Kauschke
-1
/
+1
2020-07-02
Audit uses of `span_suggestion_short`
Yuki Okushi
-7
/
+37
2020-04-14
allow try as scrutinee, e.g. `match try ...`
Bastian Kauschke
-15
/
+85
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+2
2020-03-22
Normalize wording of privacy access labels
Esteban Küber
-1
/
+5
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-1
/
+1
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
-1
/
+1
2019-11-23
Rework raw ident suggestions
Esteban Küber
-5
/
+0
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-4
/
+4
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-12
/
+0
2019-11-18
review comments: tweak prefix strings
Esteban Küber
-4
/
+4
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-2
/
+2
2019-11-10
Make error and warning annotations mandatory in UI tests
Tomasz Miąsko
-3
/
+3
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+1
2019-10-13
Update ui tests
Guillaume Gomez
-0
/
+1
2019-10-01
fix test after rebase
Alex Zatelepin
-4
/
+14
2019-10-01
address review comments
Alex Zatelepin
-4
/
+4
[next]