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
/
const-traits
/
effects
Age
Commit message (
Expand
)
Author
Lines
2024-12-22
Flatten effects directory now that it doesn't really test anything specific
Michael Goulet
-1406
/
+0
2024-12-11
Arbitrary self types v2: use Receiver trait
Adrian Taylor
-0
/
+10
2024-12-10
Tweak wording of non-const traits used as const bounds
Esteban Küber
-12
/
+26
2024-12-01
Adjust HostEffect error spans correctly to point at args
Michael Goulet
-4
/
+12
2024-11-23
Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnr
bors
-4
/
+119
2024-11-22
Check drop is trivial before checking ty needs drop
Michael Goulet
-2
/
+2
2024-11-22
Deduplicate checking drop terminator
Michael Goulet
-1
/
+2
2024-11-22
Gate const drop behind const_destruct feature, and fix const_precise_live_dro...
Michael Goulet
-2
/
+43
2024-11-22
Implement ~const Destruct in new solver
Michael Goulet
-3
/
+76
2024-11-22
Bail in effects in old solver if self ty is ty var
Michael Goulet
-0
/
+16
2024-11-21
Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead
Matthias Krüger
-4
/
+13
2024-11-19
Implement ~const Fn trait goals in the new solver
Michael Goulet
-0
/
+58
2024-11-19
Implement ~const opaques
Michael Goulet
-4
/
+13
2024-11-04
Fix minicore, add tests based off of it
Michael Goulet
-129
/
+97
2024-11-03
Rename the FIXMEs, remove a few that dont matter anymore
Michael Goulet
-2
/
+2
2024-11-03
Yeet effects feature
Michael Goulet
-117
/
+38
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-1
/
+1
2024-10-28
Hack out effects support for old solver
Michael Goulet
-54
/
+13
2024-10-26
Pass constness with span into lower_poly_trait_ref
Michael Goulet
-6
/
+6
2024-10-26
Deny calls to non-`#[const_trait]` methods in MIR constck
Deadbeef
-4
/
+24
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-1
/
+1
2024-10-24
Be better at enforcing that const_conditions is only called on const items
Michael Goulet
-17
/
+1
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-46
/
+42
2024-10-24
Remove associated type based effects logic
Michael Goulet
-32
/
+0
2024-10-22
Rename Receiver -> LegacyReceiver
Adrian Taylor
-5
/
+5
2024-10-22
Move tests
Michael Goulet
-0
/
+1360