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-06-03
Fix ICE caused by ignoring EffectVars in type inference
Andrew Wock
-0
/
+93
2024-05-29
Use parenthetical notation for `Fn` traits
Esteban Küber
-10
/
+10
2024-02-20
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Peter Jaszkowiak
-1
/
+1
2024-04-09
Further cleanup cfgs in the UI test suite
Urgau
-1
/
+1
2024-03-20
Bless test fallout (duplicate diagnostics)
Michael Goulet
-6
/
+24
2024-03-19
Make `const_eval_select` a rustc_intrinsic
Oli Scherer
-11
/
+13
2024-03-19
Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk
bors
-4
/
+3
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-19
/
+76
2024-03-08
Stabilize associated type bounds
Michael Goulet
-4
/
+3
2024-03-07
Merge collect_mod_item_types query into check_well_formed
Oli Scherer
-25
/
+25
2024-03-07
Merge `check_mod_impl_wf` and `check_mod_type_wf`
Oli Scherer
-4
/
+41
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-20
Support async trait bounds in macros
Michael Goulet
-19
/
+34
2024-02-19
Always evaluate free constants and statics, even if previous errors occurred
Oli Scherer
-36
/
+164
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-102
/
+102
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-2
/
+12
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-18
/
+118
2024-02-01
Improve the diagnostics for unused generic parameters
León Orell Valerian Liehr
-2
/
+2
2024-01-26
Auto merge of #116167 - RalfJung:structural-eq, r=lcnr
bors
-3
/
+0
2024-01-24
remove StructuralEq trait
Ralf Jung
-3
/
+0
2024-01-23
Remove track_errors entirely
Oli Scherer
-12
/
+2
2024-01-17
Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ...
Oli Scherer
-2
/
+12
2024-01-13
Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil...
bors
-0
/
+17
2024-01-13
Bless tests
George-lewis
-0
/
+17
2024-01-12
Allow `~const` on assoc ty bounds again
León Orell Valerian Liehr
-59
/
+149
2024-01-09
Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper
bors
-50
/
+205
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-50
/
+205
2024-01-08
Remove logic in one_bound in astconv that prefers non-const bounds
Michael Goulet
-12
/
+11
2024-01-08
~const trait or projection bounds do not imply non-const bounds
Michael Goulet
-33
/
+208
2024-01-07
effects: support ~const in assoc fns in trait impls
León Orell Valerian Liehr
-17
/
+49
2024-01-05
Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin
bors
-1
/
+1
2024-01-04
Rollup merge of #119540 - fmease:no-effect-args-inside-dyn-trait, r=compiler-...
Matthias Krüger
-2
/
+32
2024-01-03
Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-dead
León Orell Valerian Liehr
-0
/
+80
2024-01-03
Don't synthesize host effect args inside trait object types
León Orell Valerian Liehr
-2
/
+32
2024-01-02
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-1
/
+1
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
2024-01-01
Pretty-print always-const trait predicates correctly
León Orell Valerian Liehr
-3
/
+73
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-75
/
+317
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
-86
/
+96
2023-12-19
bless ui tests
Deadbeef
-86
/
+96
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-18
Deny ~const trait bounds in inherent impl headers
León Orell Valerian Liehr
-17
/
+19
2023-12-10
fix tests
Deadbeef
-10
/
+41
2023-12-10
Revert "Don't print host effect param in pretty path_generic_args"
Deadbeef
-1
/
+1
2023-12-10
Restore `const PartialEq`
Deadbeef
-111
/
+40
[prev]
[next]