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
/
const-generics
/
adt_const_params
Age
Commit message (
Expand
)
Author
Lines
2025-04-30
compiletest: Make diagnostic kind mandatory on line annotations
Vadim Petrochenkov
-2
/
+2
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-6
/
+6
2025-03-15
Rollup merge of #138283 - compiler-errors:enforce-const-param, r=BoxyUwU
Matthias Krüger
-0
/
+30
2025-03-14
Do not suggest using `-Zmacro-backtrace` for builtin macros
Esteban Küber
-25
/
+0
2025-03-14
Check type of const param correctly in MIR typeck
Michael Goulet
-0
/
+30
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-4
/
+6
2025-01-26
Compiler: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-2
/
+2
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-8
/
+10
2025-01-15
Rework trait expansion to happen once explicitly
Michael Goulet
-4
/
+4
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-0
/
+80
2024-11-02
On long E0277 primary span label, move it to a `help`
Esteban Küber
-1
/
+2
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-6
/
+6
2024-10-10
UI tests: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-2
/
+2
2024-09-29
fix(hir_analysis/wfcheck): don't leak {type error}
Barrett Ray
-9
/
+9
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-2
/
+2
2024-08-27
safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`
Jack Wrenn
-4
/
+4
2024-08-16
Special-case alias ty in `try_from_lit`
Jaic1
-0
/
+18
2024-08-05
WF-check struct field types at construction site
Noah Lev
-0
/
+188
2024-07-22
Revert suggestion verbosity change
Esteban Küber
-7
/
+3
2024-07-22
On generic and lifetime removal suggestion, do not leave behind stray `,`
Esteban Küber
-1
/
+1
2024-07-22
Change suggestion message wording
Esteban Küber
-1
/
+1
2024-07-22
Use verbose suggestion for "wrong # of generics"
Esteban Küber
-3
/
+7
2024-07-17
Split part of `adt_const_params` into `unsized_const_params`
Boxy
-195
/
+446
2024-07-02
Add test
Boxy
-0
/
+69
2024-06-05
Bless tests and handle tests/crashes
Boxy
-18
/
+1
2024-06-03
Mark all missing generic args as errors
Oli Scherer
-18
/
+2
2024-05-29
Partially implement `ConstArgHasType`
Boxy
-0
/
+74
2024-04-28
add test for const generic ty's with lifetimes cause opaque types to ICE
Matthias Krüger
-0
/
+29
2024-04-28
add test for Inconsistent rustc_transmute::is_transmutable(...) result, got Yes
Matthias Krüger
-0
/
+71
2024-04-19
add test for #83993
Matthias Krüger
-0
/
+47
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-18
/
+36
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-1
/
+1
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-4
/
+4
2024-01-24
remove StructuralEq trait
Ralf Jung
-31
/
+8
2023-11-24
Show number in error message even for one error
Nilstrieb
-1
/
+1
2023-09-28
make adt_const_params feature suggestion more consistent with others and only...
asquared31415
-0
/
+124
2023-09-24
ConstParamTy: require Eq
Ralf Jung
-3
/
+34
2023-09-21
adjust how closure/generator types and rvalues are printed
Ralf Jung
-3
/
+3
2023-06-01
Implement custom diagnostic for ConstParamTy
Michael Goulet
-2
/
+41
2023-06-01
Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too
Michael Goulet
-3
/
+18
2023-05-16
Add derive for `core::marker::ConstParamTy`
Nilstrieb
-2
/
+82
2023-04-27
--bless `ConstParamTy` ui tests
Maybe Waffle
-3
/
+3
2023-04-27
Add `ConstParamTy` tests
Maybe Waffle
-0
/
+198
2023-04-27
Add a test for `[NotParam; 0]: ConstParamTy` (not holding)
Maybe Waffle
-0
/
+28
2023-04-27
Add `!StructuralEq` test for `ConstParamTy`
Maybe Waffle
-0
/
+29
2023-04-27
Rename/move a test
Maybe Waffle
-0
/
+25