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
/
block-result
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-397
/
+0
2022-10-04
slightly improve no return for returning function error
Rageking8
-5
/
+5
2022-08-26
Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebank
Yuki Okushi
-1
/
+1
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-1
/
+1
2022-07-08
distinguish the method and associated function diagnostic information
Yiming Lei
-1
/
+1
2022-07-07
Shorten span for closures.
Camille GILLOT
-1
/
+1
2022-06-16
diagnostics: fix trailing space
klensy
-1
/
+1
2022-04-10
only suggest removing semicolon when expr implements trait
Michael Goulet
-5
/
+5
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-2
/
+1
2022-03-27
Change wording of missing return type suggestion
Esteban Kuber
-1
/
+1
2021-10-15
Bless tests
Cameron Steffen
-4
/
+26
2021-08-11
Modify structured suggestion output
Esteban Küber
-4
/
+5
2021-07-30
Use multispan suggestions more often
Esteban Küber
-4
/
+5
2021-04-06
Point at `impl` and type defs introducing requirements on E0277
Esteban Küber
-1
/
+5
2021-02-21
Do not suggest `;` if expression is side effect free
Esteban Küber
-3
/
+1
2021-02-21
reword `;` suggestions to have consistent wording
Esteban Küber
-1
/
+1
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-1
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-9
/
+9
2020-08-22
Use smaller def span for functions
Aaron Hill
-9
/
+6
2020-07-02
Audit uses of `span_suggestion_short`
Yuki Okushi
-12
/
+27
2020-04-24
update_tests
flip1995
-2
/
+8
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+1
2020-03-12
update tests
Mark Mansi
-1
/
+1
2020-01-08
Unify output of "variant not found" errors
Esteban Küber
-2
/
+2
2019-12-30
MatchExpressionArmPattern: Use more generic wording.
Mazdak Farrokhzad
-1
/
+1
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-18
/
+18
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-42
/
+1
2019-11-18
review comments: tweak prefix strings
Esteban Küber
-28
/
+28
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-19
/
+19
2019-08-09
review comments: typo and rewording
Esteban Küber
-5
/
+5
2019-08-09
review comment: review wording or missing return error
Esteban Küber
-5
/
+5
2019-08-09
Tweak wording of fn without explicit return
Esteban Küber
-5
/
+5
2019-08-09
Change wording for function without return value
Esteban Küber
-5
/
+5
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-1
/
+1
2019-07-06
Make WhileTrue into an EarlyLintPass lint.
Mazdak Farrokhzad
-1
/
+9
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-2
/
+2
2019-04-09
improve unknown enum variant errors
Andy Russell
-1
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-13
/
+13
2019-03-02
Suggest removal of `&` when borrowing macro and appropriate
Esteban Küber
-1
/
+4
2019-01-20
Use structured suggestion in stead of notes
Esteban Küber
-3
/
+1
2019-01-12
Reword label as per review comment
Esteban Küber
-1
/
+1
2019-01-12
Point at the match discriminant when arm pattern has a type mismatch
Esteban Küber
-0
/
+2
2018-12-30
Tweak E0308 error for clarity
Esteban Küber
-5
/
+5
2018-12-30
Point at function name span
Esteban Küber
-5
/
+15
2018-12-30
Point at the return type span on type mismatch due to missing return
Esteban Küber
-44
/
+30
2018-12-25
Remove licenses
Mark Rousskov
-138
/
+18
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-2
/
+2
2018-11-10
in which the E0618 "expected function" diagnostic gets a makeover
Zack M. Davis
-2
/
+10
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-03-14
update tests
Guillaume Gomez
-14
/
+14
[next]