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
/
wf
Age
Commit message (
Expand
)
Author
Lines
2021-09-23
Support incremental in compiletest for non-incremental modes.
Eric Huss
-1
/
+1
2021-09-15
Move object safety suggestions to the end of the error
Esteban Kuber
-2
/
+2
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-107
/
+172
2021-08-12
Use a more accurate span on assoc types WF checks
Esteban Kuber
-10
/
+10
2021-08-11
Modify structured suggestion output
Esteban Küber
-25
/
+25
2021-08-09
Do not ICE on HIR based WF check when involving lifetimes
Esteban Küber
-0
/
+45
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-28
Fix ICE in `diagnostic_hir_wf_check`
Fabian Wolff
-0
/
+26
2021-07-22
Extend HIR WF checking to fields
Aaron Hill
-6
/
+6
2021-07-20
Support HIR wf checking for function signatures
Aaron Hill
-8
/
+11
2021-07-20
Auto merge of #87244 - jackh726:issue-71883, r=estebank
bors
-7
/
+15
2021-07-19
Better errors when we don't have implicit statics in trait objects
jackh726
-1
/
+8
2021-07-19
Better diagnostics when mismatched types due to implict static lifetime
jackh726
-8
/
+9
2021-07-18
Extend HIR-based WF checking to associated type defaults
Aaron Hill
-4
/
+4
2021-07-16
Add initial implementation of HIR-based WF checking for diagnostics
Aaron Hill
-2
/
+26
2021-07-09
Replace associated item bound vars with placeholders when projecting.
jackh726
-2
/
+2
2021-05-21
Adjust self-type to require equality
Mark Rousskov
-3
/
+31
2021-03-31
give full path of constraint in suggest_constraining_type_param
hi-rustin
-34
/
+34
2021-03-15
More precise spans for HIR paths
Vadim Petrochenkov
-1
/
+1
2021-02-03
Miscellaneous small diagnostics cleanup
Camelid
-1
/
+1
2020-12-31
FIx ICE on wf check for foreign fns
Yuki Okushi
-0
/
+41
2020-10-20
review comments
Esteban Küber
-10
/
+10
2020-10-20
Tweak "object unsafe" errors
Esteban Küber
-45
/
+64
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-120
/
+120
2020-07-27
mv std libs to library/
mark
-1
/
+1
2020-07-25
Use the proper span when WF-checking an impl self type
Aaron Hill
-0
/
+23
2020-07-20
wf: check foreign fn decls for well-formedness
David Wood
-0
/
+36
2020-07-14
Remove `Sized` `on_unimplemented` note
Esteban Küber
-2
/
+0
2020-07-14
Suggest boxing or borrowing unsized fields
Esteban Küber
-18
/
+18
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
[next]