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
/
self
Age
Commit message (
Expand
)
Author
Lines
2025-01-27
Arbitrary self types v2: explain test.
Adrian Taylor
-1
/
+23
2025-01-24
Rollup merge of #135749 - compiler-errors:param-ordering, r=davidtwco
Matthias Krüger
-3
/
+3
2025-01-24
Do not assume const params are printed after type params
Michael Goulet
-3
/
+3
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-15
/
+18
2025-01-14
Rollup merge of #135425 - compiler-errors:not-conditionally-const, r=RalfJung
Jubilee
-7
/
+4
2025-01-14
Rollup merge of #135228 - compiler-errors:normalizes-ur-dispatch, r=BoxyUwU
Jubilee
-0
/
+116
2025-01-14
Do not consider traits that have unsatisfied const conditions to be condition...
Michael Goulet
-7
/
+4
2025-01-14
Normalize field before checking PhantomData in coerce/dispatch impl validation
Michael Goulet
-0
/
+25
2025-01-13
Assert that Instance::try_resolve is only used on body-like things
Michael Goulet
-2
/
+3
2025-01-09
Unify conditional and non const call error reporting
Michael Goulet
-1
/
+1
2025-01-09
Add note back to conditionally-const error message
Michael Goulet
-0
/
+1
2025-01-08
Don't allow DispatchFromDyn impls that transmute ZST to non-ZST
Michael Goulet
-0
/
+41
2025-01-08
Don't allow transmuting ZSTs in dispatch_from_dyn impl
Michael Goulet
-0
/
+50
2024-12-21
Rollup merge of #134524 - adetaylor:getref, r=compiler-errors
Matthias Krüger
-0
/
+41
2024-12-20
Arbitrary self types v2: no deshadow pre feature.
Adrian Taylor
-0
/
+41
2024-12-19
Arbitrary self types v2: niche deshadowing test
Adrian Taylor
-0
/
+63
2024-12-14
Arbitrary self types v2: Weak, NonNull hints
Adrian Taylor
-0
/
+72
2024-12-13
Arbitrary self types v2: adjust diagnostic.
Adrian Taylor
-2
/
+2
2024-12-11
Arbitrary self types v2: generics test.
Adrian Taylor
-0
/
+98
2024-12-11
Arbitrary self types v2: detect shadowing problems.
Adrian Taylor
-0
/
+546
2024-12-11
Arbitrary self types v2: use Receiver trait
Adrian Taylor
-4
/
+444
2024-12-09
fix ICE on type error in promoted
Ralf Jung
-6
/
+0
2024-12-04
Avoid `opaque type not constrained` errors in the presence of other errors
Oli Scherer
-12
/
+3
2024-12-01
fix ICE when promoted has layout size overflow
Ralf Jung
-0
/
+6
2024-11-26
tests: remove `//@ pretty-expanded` usages
许杰友 Jieyou Xu (Joe)
-4
/
+0
2024-11-24
Constify Deref and DerefMut
Michael Goulet
-5
/
+7
2024-10-30
Reject generic self types.
Adrian Taylor
-15
/
+429
2024-10-26
Deny calls to non-`#[const_trait]` methods in MIR constck
Deadbeef
-4
/
+0
2024-10-10
Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu
Matthias Krüger
-15
/
+15
2024-10-10
UI tests: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-12
/
+12
2024-10-10
Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch
León Orell Valerian Liehr
-3
/
+3
2024-10-04
Bless ui tests.
Camille GILLOT
-89
/
+89
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-3
/
+3
2024-09-20
Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors
bors
-0
/
+2
2024-09-15
also stabilize const_refs_to_cell
Ralf Jung
-13
/
+2
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+2
2024-09-05
Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat...
Matthias Krüger
-2
/
+2
2024-08-31
elided_named_lifetimes: bless & add tests
Pavel Grigorenko
-2
/
+60
2024-08-27
Arbitrary self types v2: pointers feature gate.
Adrian Taylor
-2
/
+2
2024-08-17
Bless test fallout
Michael Goulet
-6
/
+6
2024-07-18
Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnr
bors
-14
/
+464
2024-07-16
Deny keyword lifetimes pre-expansion
Michael Goulet
-6
/
+6
2024-07-12
Make parse error suggestions verbose and fix spans
Esteban Küber
-2
/
+13
2024-07-01
Avoid an ICE reachable through const eval shenanigans
Oli Scherer
-1
/
+75
2024-06-12
Require any function with a tait in its signature to actually constrain a hid...
Oli Scherer
-1
/
+15
2024-06-05
Additional test due to Pin<&Self> discovery
Adrian Taylor
-0
/
+49
2024-06-04
Add additional tests.
Adrian Taylor
-0
/
+22
2024-05-30
update UI tests
lcnr
-1
/
+1
2024-05-25
Auto merge of #124187 - compiler-errors:self-ctor, r=petrochenkov
bors
-0
/
+66
2024-05-22
Do not elide if there's ambiguity in self lifetime.
Adrian Taylor
-5
/
+165
[next]