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
/
chalkify
Age
Commit message (
Expand
)
Author
Lines
2022-04-04
Dedup logic and improve output for other types that impl trait
Esteban Kuber
-6
/
+6
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-10
/
+5
2022-03-30
Restore `impl Future<Output = Type>` to async blocks
Michael Goulet
-1
/
+1
2022-03-30
Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis
bors
-3
/
+6
2022-03-28
Suggest function borrow ignoring needs_note
Michael Goulet
-0
/
+4
2022-03-28
rebase fallout
Oli Scherer
-1
/
+1
2022-03-28
Bless ui tests
Oli Scherer
-1
/
+10
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-7
/
+1
2022-03-22
remove [async output] from impl Future
Michael Goulet
-1
/
+1
2022-02-22
chalk: add known-bug test that was previously ICEing.
Dario Nieuwenhuis
-0
/
+48
2022-02-14
further update `fuzzy_match_tys`
lcnr
-0
/
+12
2022-02-14
fuzzify `fuzzy_match_tys`
lcnr
-6
/
+0
2022-02-12
Update chalk tests
Matthew Jasper
-4
/
+8
2021-12-11
Tweak assoc type obligation spans
Esteban Kuber
-2
/
+2
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-3
/
+3
2021-11-08
impl Copy/Clone for arrays in std, not in compiler
bstrie
-2
/
+3
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-1
/
+3
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-21
/
+38
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-3
/
+5
2020-10-30
Fix various Chalk lowering bugs
Matthew Jasper
-0
/
+33
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-26
/
+47
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-2
/
+2
2020-09-04
Bless changed test output
Jack Huey
-1
/
+1
2020-09-04
Upgrade chalk to 0.21
Jack Huey
-6
/
+14
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-3
/
+3
2020-07-14
Remove `Sized` `on_unimplemented` note
Esteban Küber
-1
/
+0
2020-06-24
Update Chalk
Jack Huey
-38
/
+85
2020-06-19
Nits and change skip_binder to no_bound_vars for fndef
Jack Huey
-0
/
+15
2020-06-19
Test error order is non-deterministic
Jack Huey
-12
/
+5
2020-06-19
Implement fn_def_datum
Jack Huey
-21
/
+42
2020-05-07
Reintegrate chalk using chalk-solve
Jack Huey
-0
/
+579
2020-03-02
Remove chalk integration
CAD97
-487
/
+0
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-1
/
+1
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-3
/
+0
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-1
/
+1
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-5
/
+3
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+177
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+1
2019-03-20
Fix a bug in implied bounds
scalexm
-3
/
+3
2019-03-20
Gather region constraints not coming from unification
scalexm
-2
/
+0
2019-03-11
Update tests
Vadim Petrochenkov
-15
/
+15
2018-12-31
Improve type mismatch error messages
Yuning Zhang
-1
/
+1
2018-12-27
Add tests
scalexm
-0
/
+54
2018-12-25
Remove licenses
Mark Rousskov
-93
/
+13
2018-11-13
Implement `ProjectionEq-Normalize`
csmoe
-0
/
+1
2018-11-13
Use a dummy outlives requirement for `where Type:,` (see #53696)
scalexm
-2
/
+2
2018-11-13
Bypass ppaux for `Outlives` predicates
scalexm
-11
/
+11
2018-11-13
Provide program clauses for builtin types
scalexm
-0
/
+2
2018-11-13
Pretty print quantified goals and clauses
scalexm
-64
/
+51
2018-10-17
Add tests for `program_clauses_for_env`
scalexm
-3
/
+97
[next]