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
/
chalkify
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-802
/
+0
2023-01-10
remove E0280 and ICE instead
bowlerman
-44
/
+43
2023-01-06
Report WF error for new solver too
Michael Goulet
-4
/
+4
2023-01-04
Update tests, etc
Michael Goulet
-29
/
+29
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-6
/
+0
2022-11-26
Pretty-print generators with their `generator_kind`
Arpad Borsos
-11
/
+11
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-12
/
+27
2022-11-13
Make rustc build with new chalk
Michael Goulet
-110
/
+17
2022-11-10
bless a chalk test
Michael Goulet
-0
/
+4
2022-11-05
Bless chalk tests
Michael Goulet
-12
/
+42
2022-11-05
Adjust diagnostics, bless tests
Michael Goulet
-15
/
+73
2022-08-21
Adjust messages, address some nits
Michael Goulet
-2
/
+2
2022-08-21
Point at struct field if possible
Michael Goulet
-5
/
+5
2022-08-21
Skip mentioning lang item
Michael Goulet
-8
/
+3
2022-08-21
Account for relative paths
Michael Goulet
-3
/
+8
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-1
/
+1
2022-06-29
Make RPIT and TAIT work exactly the same
Oli Scherer
-6
/
+3
2022-06-26
compiletest: add issue number param to `known-bug`
David Knaack
-1
/
+1
2022-05-27
libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co...
Vadim Petrochenkov
-4
/
+4
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
[next]