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
/
rfcs
/
rfc-2632-const-trait-impl
Age
Commit message (
Expand
)
Author
Lines
2024-10-22
Move tests
Michael Goulet
-7896
/
+0
2024-10-17
Rollup merge of #128391 - cafce25:issue-128390, r=lcnr
Matthias Krüger
-4
/
+5
2024-10-04
Bless ui tests.
Camille GILLOT
-28
/
+28
2024-10-02
Improve const traits diagnostics for new desugaring
Deadbeef
-137
/
+114
2024-09-30
Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-...
Matthias Krüger
-3
/
+3
2024-09-29
fix(hir_analysis/wfcheck): don't leak {type error}
Barrett Ray
-3
/
+3
2024-09-27
properly elaborate effects implied bounds for super traits
Deadbeef
-53
/
+21
2024-09-26
Make new information notes instead of labels
Jonathan Birk
-5
/
+5
2024-09-24
Ban combination of GCE and new solver
Michael Goulet
-8
/
+23
2024-09-21
Don't elaborate effects predicates into bounds list unless we're actually col...
Michael Goulet
-14
/
+1
2024-09-15
stabilize const_mut_refs
Ralf Jung
-37
/
+34
2024-08-24
remove invalid `TyCompat` relation for effects
Deadbeef
-2
/
+13
2024-08-11
Add more information link to orphan impls
Jonathan Birk
-1
/
+2
2024-08-10
Differentiate between methods and associated functions
Esteban Küber
-22
/
+22
2024-07-30
Adjust orphan note in tests
Jonathan Birk
-1
/
+1
2024-07-25
Rollup merge of #128171 - compiler-errors:arg-compat, r=oli-obk
Matthias Krüger
-0
/
+53
2024-07-24
Make sure that args are compatible in resolve_associated_item
Michael Goulet
-0
/
+53
2024-07-25
Rollup merge of #128111 - estebank:no-question, r=fmease
Matthias Krüger
-4
/
+4
2024-07-25
Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease
Matthias Krüger
-18
/
+26
2024-07-24
Do not use question as label
Esteban Küber
-4
/
+4
2024-07-24
Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr
Matthias Krüger
-35
/
+3
2024-07-24
Do not try to reveal hidden types when trying to prove Freeze in the defining...
Oli Scherer
-35
/
+3
2024-07-22
Revert suggestion verbosity change
Esteban Küber
-24
/
+12
2024-07-22
Change suggestion message wording
Esteban Küber
-4
/
+4
2024-07-22
Use verbose suggestion for "wrong # of generics"
Esteban Küber
-12
/
+24
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-13
/
+4
2024-07-14
add_effects_test
Boxy
-0
/
+88
2024-07-11
And additionally enforce ? and async/const aren't mixed
Michael Goulet
-16
/
+24
2024-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-2
/
+2
2024-07-10
Enforce that ? and for<...> are not combined
Michael Goulet
-2
/
+2
2024-07-10
Reorder modifiers and polarity to be *after* binder in trait bounds
Michael Goulet
-2
/
+2
2024-07-08
Rollup merge of #127452 - fee1-dead-contrib:fx-intrinsic-counting, r=fmease
许杰友 Jieyou Xu (Joe)
-17
/
+49
2024-07-07
Fix intrinsic const parameter counting with `effects`
Deadbeef
-17
/
+49
2024-07-05
Process alias-relate obligations when proving receiver_is_valid
Michael Goulet
-49
/
+2
2024-07-02
Actually report normalization-based type errors correctly for alias-relate ob...
Michael Goulet
-4
/
+16
2024-06-30
Migrate tests to use `-Znext-solver`
Deadbeef
-349
/
+404
2024-06-30
Make `feature(effects)` require `-Znext-solver`
Deadbeef
-0
/
+24
2024-06-28
address review comments
Deadbeef
-15
/
+9
2024-06-28
finishing touches, move fixed ICEs to ui tests
Deadbeef
-5
/
+160
2024-06-28
general fixups and turn `TODO`s into `FIXME`s
Deadbeef
-75
/
+4
2024-06-28
bless UI tests
Deadbeef
-815
/
+854
2024-06-28
bless tests part 1
Deadbeef
-34
/
+218
2024-06-28
temporarily disable effects on specialization tests
Deadbeef
-49
/
+36
2024-06-28
Implement `Min` trait in new solver
Deadbeef
-0
/
+1
2024-06-28
implement new effects desugaring
Deadbeef
-2
/
+27
2024-06-22
Make `effects` an incomplete feature
Deadbeef
-88
/
+679
2024-06-21
bless tests
Deadbeef
-106
/
+796
2024-06-19
Taint infcx when reporting errors
Oli Scherer
-4
/
+122
2024-06-05
Bless tests and handle tests/crashes
Boxy
-24
/
+14
2024-06-04
Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-dead
Michael Goulet
-0
/
+93
[next]