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
/
closures
Age
Commit message (
Expand
)
Author
Lines
2020-02-04
Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk
bors
-11
/
+7
2020-02-02
Point at arguments or output when fn obligations come from them, or ident whe...
Esteban Küber
-11
/
+7
2020-02-02
Avoid exponential behaviour when relating types
Matthew Jasper
-0
/
+23
2020-01-24
Update new tests
varkor
-2
/
+2
2020-01-20
Fix ICE #68025
Yuki Okushi
-0
/
+12
2020-01-08
review comments
Esteban Küber
-1
/
+1
2020-01-08
Point at opaque and closure type definitions in type errors
Esteban Küber
-0
/
+2
2019-12-28
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
Esteban Küber
-5
/
+8
2019-12-22
test fallout
Mark Rousskov
-4
/
+4
2019-12-13
Bless unrelated tests with new help message
Dylan MacKenzie
-2
/
+5
2019-12-09
Rollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPC
Tyler Mandry
-0
/
+20
2019-12-09
Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasper
bors
-0
/
+56
2019-12-09
Do not ICE on closure
Yuki Okushi
-0
/
+20
2019-12-06
bless polonius output due to lacking the 'static special-casing
Remy Rakic
-0
/
+56
2019-12-02
Add long error for E0631 and update ui tests.
Reese Williams
-1
/
+2
2019-11-21
Point at type in `let` assignment on type errors
Esteban Küber
-2
/
+6
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-14
/
+14
2019-11-19
Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPC
Mazdak Farrokhzad
-0
/
+1
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-0
/
+2
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-2
/
+2
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-12
/
+12
2019-11-18
Update ui tests
Guillaume Gomez
-0
/
+1
2019-11-13
Bless const tests with improved diagnostics
Dylan MacKenzie
-2
/
+10
2019-11-02
consistent handling of missing sysroot spans
Ralf Jung
-6
/
+5
2019-10-27
update tests
Mark Mansi
-0
/
+2
2019-10-22
Add test for issue-52437
Yuki Okushi
-0
/
+20
2019-10-22
Add test for issue-41366
Yuki Okushi
-0
/
+35
2019-10-15
Handle more cases
Esteban Küber
-2
/
+4
2019-10-15
Use structured suggestion for restricting bounds
Esteban Küber
-1
/
+3
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-2
/
+2
2019-09-22
ignore-x86 instead of ignore-musl
Esteban Küber
-1
/
+1
2019-09-22
ignore musl target in tests to avoid issues with output differences
Esteban Küber
-4
/
+6
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-3
/
+11
2019-09-19
When possible point at argument causing item obligation failure
Esteban Küber
-2
/
+2
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-10
/
+6
2019-08-21
more `--bless`ing + test error annotations fixes
Artem Varaksa
-3
/
+3
2019-08-21
improve diagnostics: break/continue wrong context
Artem Varaksa
-6
/
+6
2019-05-29
Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril
bors
-2
/
+2
2019-05-29
Update ui test suite to use dyn
memoryruins
-2
/
+2
2019-05-28
Update test output
varkor
-3
/
+24
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+79
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-15
/
+7
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-2
/
+0
2019-03-11
Update NLL tests
Vadim Petrochenkov
-1
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-17
/
+17
2018-12-28
remove remaining copyright headers
Matthias Krüger
-10
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-178
/
+37
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-63
/
+0
2018-09-01
Update tests
Basile Desloges
-34
/
+0
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+759
[prev]