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
/
wf
Age
Commit message (
Expand
)
Author
Lines
2020-06-16
Provide `help` when `T: ?Sized` can't be suggested
Esteban Küber
-0
/
+7
2020-05-30
Tweak type parameter errors to reduce verbosity
Esteban Küber
-47
/
+7
2020-05-12
Increase verbosity of bound restriction suggestions
Esteban Küber
-22
/
+42
2020-04-08
Small tweaks to required bound span
Esteban Küber
-28
/
+28
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-28
/
+33
2020-03-29
Tweak `suggest_constraining_type_param`
Esteban Küber
-72
/
+54
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-02-19
Tweak binding lifetime suggestion text
Esteban Küber
-6
/
+6
2020-02-09
Improve reporting errors and suggestions for trait bounds
Patryk Wychowaniec
-50
/
+118
2020-02-02
Use more appropriate spans on object unsafe traits and provide structured sug...
Esteban Küber
-1
/
+1
2020-02-02
Wording changes to object unsafe trait errors
Esteban Küber
-10
/
+30
2020-02-02
Slight rewording of diagnostic message
Esteban Küber
-9
/
+9
2020-02-02
Use more accurate failed predicate spans
Esteban Küber
-93
/
+77
2020-02-02
Tweak `Self: Sized` restriction diagnostic output
Esteban Küber
-8
/
+0
2020-02-02
Point at `Sized` bound
Esteban Küber
-0
/
+24
2020-02-02
Point at arguments or output when fn obligations come from them, or ident whe...
Esteban Küber
-103
/
+72
2020-01-05
Add backticks to various diagnostics
varkor
-1
/
+1
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-2
/
+2
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-2
/
+2
2019-10-27
update tests
Mark Mansi
-0
/
+12
2019-10-23
Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis
bors
-0
/
+169
2019-10-22
RFC 2027: "first draft" of implementation
Mathias Blikstad
-0
/
+169
2019-10-15
Deduplicate some code and apply review comments
Esteban Küber
-4
/
+5
2019-10-15
Handle `Self` restriction needed
Esteban Küber
-18
/
+24
2019-10-15
Handle more cases
Esteban Küber
-38
/
+44
2019-10-15
Use structured suggestion for restricting bounds
Esteban Küber
-4
/
+4
2019-10-14
Rollup merge of #65395 - JohnTitor:add-tests, r=Centril
Mazdak Farrokhzad
-0
/
+21
2019-10-14
Add test for issue-48638
Yuki Okushi
-0
/
+21
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-10
/
+10
2019-10-07
update ui tests
Guillaume Gomez
-1
/
+1
2019-09-12
update ui tests
Guillaume Gomez
-1
/
+2
2019-09-02
account for DUMMY_SP and correct wording
Esteban Küber
-1
/
+1
2019-09-02
On object safety violation, point at source when possible
Esteban Küber
-2
/
+3
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-135
/
+81
2019-05-29
Update ui test suite to use dyn
memoryruins
-16
/
+16
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+65
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-152
/
+41
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-3
/
+2
2019-03-11
Update NLL tests
Vadim Petrochenkov
-6
/
+6
2019-03-11
Update tests
Vadim Petrochenkov
-52
/
+52
2019-03-06
Regression test for issue #58158.
Felix S. Klock II
-0
/
+40
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-485
/
+125
2018-12-04
Update tests
Oliver Scherer
-6
/
+6
2018-11-07
remove `#[rustc_error]` from ui/ tests that remain compile-fail tests.
Felix S. Klock II
-46
/
+46
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-90
/
+33
2018-10-19
Auto merge of #55004 - oli-obk:sized_static, r=cramertj
bors
-4
/
+4
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-55
/
+0
2018-10-16
Check the type of statics and constants for `Sized`ness
Oliver Scherer
-4
/
+4
[next]