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
/
tests
/
ui
/
traits
/
new-solver
Age
Commit message (
Expand
)
Author
Lines
2023-12-14
Unconditionally register alias-relate in projection goal
Michael Goulet
-43
/
+0
2023-12-14
consistently use "next solver" instead of "new solver"
lcnr
-3834
/
+0
2023-12-14
update use of feature flags
lcnr
-119
/
+119
2023-12-12
refactor writeback: emit normalization errors with new solver
lcnr
-20
/
+27
2023-12-09
add test for inductive cycle hangs
lcnr
-4
/
+57
2023-12-08
add regression tests
lcnr
-0
/
+43
2023-12-08
implement and use `NormalizesTo`
lcnr
-11
/
+14
2023-12-04
rebase
lcnr
-2
/
+2
2023-12-04
cleanup and comments
lcnr
-0
/
+46
2023-12-04
generalize: handle occurs check failure in aliases
lcnr
-10
/
+4
2023-11-24
Show number in error message even for one error
Nilstrieb
-27
/
+27
2023-11-22
Stabilize RFC3324 dyn upcasting coercion
Urgau
-9
/
+1
2023-11-20
self ty infer ambiguity: add proof tree cand
lcnr
-3
/
+0
2023-11-17
Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors
bors
-5
/
+32
2023-11-09
update overflow handling for norm, add test
lcnr
-0
/
+22
2023-11-09
update tests
lcnr
-5
/
+10
2023-11-08
Only use normalize_param_env when normalizing predicate in check_item_bounds
Michael Goulet
-6
/
+20
2023-11-03
Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco
bors
-10
/
+10
2023-11-02
Pretty print Fn traits in rustc_on_unimplemented
Michael Goulet
-10
/
+10
2023-11-02
Use the normalizing param-env always in check_type_bounds
Michael Goulet
-20
/
+6
2023-10-27
Allows `#[diagnostic::on_unimplemented]` attributes to have multiple
Georg Semmler
-0
/
+2
2023-10-25
Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...
Oli Scherer
-3
/
+10
2023-10-20
Rename lots of files that had `generator` in their name
Oli Scherer
-10
/
+10
2023-10-20
s/generator/coroutine/
Oli Scherer
-20
/
+20
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-12
/
+12
2023-10-18
Tweak wording of type errors involving type params
Esteban Küber
-1
/
+1
2023-10-15
Suggest adding `return` if the type of unused semi return value can coerce to...
yukang
-6
/
+6
2023-10-13
Stabilize AFIT and RPITIT
Michael Goulet
-4
/
+0
2023-10-11
Rollup merge of #116436 - compiler-errors:structurally-normalize-for-closure,...
Matthias Krüger
-0
/
+23
2023-10-09
Extend impl's def_span to include where clauses
Michael Goulet
-5
/
+9
2023-10-05
Also closures
Michael Goulet
-0
/
+12
2023-10-05
Structurally normalize async fn return type in deduce_future_output_from_obli...
Michael Goulet
-0
/
+11
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-57
/
+52
2023-09-29
Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errors
bors
-2
/
+78
2023-09-23
Bless tests.
Camille GILLOT
-1
/
+1
2023-09-21
adjust how closure/generator types and rvalues are printed
Ralf Jung
-5
/
+5
2023-09-21
update tests
lcnr
-0
/
+8
2023-09-18
remove provisional cache
lcnr
-2
/
+78
2023-09-15
Canonicalize effect vars in new solver
Michael Goulet
-0
/
+22
2023-09-10
Point out if a local trait has no implementations
Michael Goulet
-0
/
+5
2023-09-03
Don't ICE on associated type projection without feature gate
Michael Goulet
-0
/
+40
2023-08-29
add non-regression test for issue 115351
Rémy Rakic
-0
/
+39
2023-08-28
Revert "Suggest using `Arc` on `!Send`/`!Sync` types"
David Tolnay
-1
/
+0
2023-08-26
More accurately point at arguments
Esteban Küber
-2
/
+2
2023-08-26
Point at appropriate type parameter in more trait bound errors
Esteban Küber
-26
/
+24
2023-08-18
change to known bug
lcnr
-2
/
+2
2023-08-18
instantiate response: no unnecessary new universe
lcnr
-0
/
+157
2023-08-12
normalize in `trait_ref_is_knowable` in new solver
lcnr
-0
/
+103
2023-08-10
add and move trait solver cycle tests
lcnr
-1
/
+215
2023-08-10
make the provisional cache slightly less broken
lcnr
-15
/
+2
[next]