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
/
effects
Age
Commit message (
Expand
)
Author
Lines
2024-10-22
Move tests
Michael Goulet
-1360
/
+0
2024-09-29
fix(hir_analysis/wfcheck): don't leak {type error}
Barrett Ray
-3
/
+3
2024-09-15
stabilize const_mut_refs
Ralf Jung
-1
/
+1
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-14
add_effects_test
Boxy
-0
/
+88
2024-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-2
/
+2
2024-07-07
Fix intrinsic const parameter counting with `effects`
Deadbeef
-17
/
+49
2024-06-30
Migrate tests to use `-Znext-solver`
Deadbeef
-64
/
+52
2024-06-30
Make `feature(effects)` require `-Znext-solver`
Deadbeef
-0
/
+24
2024-06-28
bless UI tests
Deadbeef
-139
/
+48
2024-06-28
implement new effects desugaring
Deadbeef
-0
/
+14
2024-06-22
Make `effects` an incomplete feature
Deadbeef
-17
/
+129
2024-06-21
bless tests
Deadbeef
-42
/
+21
2024-06-05
Bless tests and handle tests/crashes
Boxy
-24
/
+14
2024-06-03
Fix ICE caused by ignoring EffectVars in type inference
Andrew Wock
-0
/
+93
2024-03-20
Bless test fallout (duplicate diagnostics)
Michael Goulet
-5
/
+15
2024-03-19
Make `const_eval_select` a rustc_intrinsic
Oli Scherer
-11
/
+13
2024-03-07
Merge `check_mod_impl_wf` and `check_mod_type_wf`
Oli Scherer
-2
/
+27
2024-03-02
const_eval_select: make it safe but be careful with what we expose on stable ...
Ralf Jung
-1
/
+2
2024-02-23
Revert some `span_bug`s to `span_delayed_bug`.
Nicholas Nethercote
-0
/
+35
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-9
/
+9
2024-01-24
remove StructuralEq trait
Ralf Jung
-3
/
+0
2024-01-13
Bless tests
George-lewis
-0
/
+1
2024-01-09
Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper
bors
-3
/
+46
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-3
/
+46
2024-01-08
~const trait or projection bounds do not imply non-const bounds
Michael Goulet
-8
/
+83
2024-01-02
E0379: Provide suggestions
León Orell Valerian Liehr
-3
/
+55
2024-01-02
E0379: Make diagnostic more precise
León Orell Valerian Liehr
-3
/
+3
2024-01-02
Don't synthesize host effect params for trait assoc fns marked const
León Orell Valerian Liehr
-0
/
+28
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-2
/
+2
2023-12-23
add a test for ICE #112822
Deadbeef
-0
/
+34
2023-12-23
Auto merge of #119072 - fee1-dead-contrib:effects-fixes, r=compiler-errors
bors
-12
/
+3
2023-12-19
bless ui tests
Deadbeef
-12
/
+3
2023-12-18
Check const_eval_select intrinsic correctly
Michael Goulet
-1
/
+6
2023-12-18
Check FnPtr/FnDef built-in fn traits correctly with effects
Michael Goulet
-2
/
+13
2023-12-07
Fix const drop checking
Michael Goulet
-22
/
+2
2023-12-06
Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors
bors
-6
/
+7
2023-12-05
Remove `#[rustc_host]`, use internal desugaring
Deadbeef
-6
/
+7
2023-12-04
Use default params until effects in desugaring
Deadbeef
-6
/
+19
2023-11-28
Add with_opt_const_effect_param helper, simplify
Michael Goulet
-2
/
+2
2023-11-28
Add PartialEq<&B> for &A
Michael Goulet
-44
/
+12
2023-11-28
Fix PartialEq args when #[const_trait] is enabled
Michael Goulet
-1
/
+1
2023-11-25
effects: Run `enforce_context_effects` for all method calls
Deadbeef
-25
/
+54
2023-11-24
Show number in error message even for one error
Nilstrieb
-1
/
+1
2023-11-12
Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-dead
bors
-54
/
+0
2023-11-12
Deny more `~const` trait bounds
León Orell Valerian Liehr
-54
/
+0
2023-11-06
Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-dead
Matthias Krüger
-0
/
+18
2023-11-02
add test for #113375
Matthias Krüger
-0
/
+18
[next]