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
/
tests
/
ui
/
traits
/
next-solver
Age
Commit message (
Expand
)
Author
Lines
2024-11-13
actually test next solver
lcnr
-1
/
+15
2024-11-03
Yeet effects feature
Michael Goulet
-12
/
+0
2024-11-02
fix tests
Esteban Küber
-1
/
+1
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-9
/
+9
2024-10-24
Deeply normalize type trace in type error reporting
Michael Goulet
-0
/
+34
2024-10-21
don't bail when encountering many placeholders
lcnr
-14
/
+19
2024-10-21
normalizes-to disable infer var check
lcnr
-7
/
+56
2024-10-19
Rollup merge of #131795 - compiler-errors:expectation, r=Nadrieril
Matthias Krüger
-13
/
+6
2024-10-16
Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgr
bors
-0
/
+40
2024-10-16
Stop inverting expectation in normalization errors
Michael Goulet
-13
/
+6
2024-10-15
Structurally resolve in may_coerce
Michael Goulet
-0
/
+40
2024-10-15
Register a dummy candidate for failed structural normalization during candiat...
Michael Goulet
-15
/
+1
2024-10-15
Be better at reporting alias errors
Michael Goulet
-136
/
+20
2024-10-15
Make sure the alias is actually rigid
Michael Goulet
-20
/
+148
2024-10-15
stabilize `-Znext-solver=coherence`
lcnr
-8
/
+18
2024-10-10
Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu
Matthias Krüger
-5
/
+5
2024-10-10
Structurallyresolve adts and tuples expectations too
Michael Goulet
-0
/
+32
2024-10-10
UI tests: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-5
/
+5
2024-10-02
Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errors
bors
-0
/
+97
2024-10-01
add tests
lcnr
-0
/
+97
2024-09-29
fix(hir_analysis/wfcheck): don't leak {type error}
Barrett Ray
-2
/
+2
2024-09-27
Cleanup some known-bug issues
Jack Huey
-3
/
+8
2024-09-20
update tests
lcnr
-1
/
+14
2024-09-12
more eagerly discard constraints on overflow
lcnr
-0
/
+2
2024-09-09
compiler: Inform the solver of concurrency
Jubilee Young
-0
/
+51
2024-08-13
Use the right type when coercing fn items to pointers
Michael Goulet
-1
/
+8
2024-07-12
rustc_type_ir: derivative -> derive-where
Pavel Grigorenko
-4
/
+4
2024-07-05
Actually just make can_eq process obligations (almost) everywhere
Michael Goulet
-4
/
+0
2024-07-05
Process alias-relate obligations when proving receiver_is_valid
Michael Goulet
-0
/
+23
2024-07-02
Actually report normalization-based type errors correctly for alias-relate ob...
Michael Goulet
-4
/
+19
2024-06-27
Tighten spans for async blocks
Michael Goulet
-1
/
+1
2024-06-22
Make `effects` an incomplete feature
Deadbeef
-1
/
+12
2024-06-19
rustc_type_ir: Omit some struct fields from Debug output
León Orell Valerian Liehr
-4
/
+4
2024-06-16
Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelix
Jacob Pratt
-2
/
+2
2024-06-13
Check that alias-relate terms are WF if reporting an error in alias-relate
Michael Goulet
-113
/
+7
2024-06-12
Rollup merge of #126142 - compiler-errors:trait-ref-split, r=jackh726
Jubilee
-1
/
+11
2024-06-12
Harmonize use of leaf and root obligation in trait error reporting
Michael Goulet
-1
/
+11
2024-06-12
Also passthrough for projection clauses
Michael Goulet
-14
/
+9
2024-06-12
better error message for normalizes-to ambiguities
Michael Goulet
-4
/
+4
2024-06-12
Walk into alias-eq nested goals even if normalization fails
Michael Goulet
-6
/
+49
2024-06-12
Spell out other trait diagnostic
Alex Macleod
-2
/
+2
2024-06-11
Remove DebugWithInfcx
Michael Goulet
-4
/
+4
2024-06-05
bivariant alias: set `has_unconstrained_ty_var`
lcnr
-0
/
+20
2024-06-03
Auto merge of #125778 - estebank:issue-67100, r=compiler-errors
bors
-4
/
+4
2024-05-31
Rollup merge of #125786 - compiler-errors:fold-item-bounds, r=lcnr
Matthias Krüger
-22
/
+8
2024-05-30
Fold item bound before checking that they hold
Michael Goulet
-22
/
+8
2024-05-30
update UI tests
lcnr
-4
/
+4
2024-05-29
Use parenthetical notation for `Fn` traits
Esteban Küber
-4
/
+4
2024-05-28
eagerly normalize when adding goals
lcnr
-2
/
+106
2024-05-28
change selection test to run-pass
lcnr
-1
/
+1
[next]