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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
error-codes
Age
Commit message (
Expand
)
Author
Lines
2025-06-17
make error codes reflect reality better
Jana Dönszelmann
-37
/
+50
2025-06-17
use consistent attr errors in all attribute parsers
Jana Dönszelmann
-1
/
+1
2025-06-17
fix bugs in inline/force_inline and diagnostics of all attr parsers
Jana Dönszelmann
-3
/
+16
2025-06-14
Rollup merge of #142464 - RalfJung:variadic-fn-abi-error, r=workingjubilee
Matthias Krüger
-1
/
+1
2025-06-13
variadic functions: remove list of supported ABIs from error
Ralf Jung
-1
/
+1
2025-06-13
Unimplement unsized_locals
mejrs
-10
/
+3
2025-06-08
Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obk
bors
-2
/
+2
2025-06-07
intrinsics: use const generic to set atomic ordering
Ralf Jung
-15
/
+0
2025-06-07
const-eval error: always say in which item the error occurred
Ralf Jung
-2
/
+2
2025-06-06
reword suggestion message
Esteban Küber
-2
/
+2
2025-06-06
Make cast suggestions verbose
Esteban Küber
-7
/
+13
2025-06-04
Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e...
Matthias Krüger
-6
/
+6
2025-06-03
Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung
Matthias Krüger
-12
/
+9
2025-06-03
Use non-2015 edition paths in tests that do not test for their resolution
Lukas Wirth
-6
/
+6
2025-06-02
Clarify why we are talking about a failed const eval at a random place
Oli Scherer
-2
/
+2
2025-06-02
Use the informative error as the main const eval error message
Oli Scherer
-12
/
+9
2025-06-02
Add missing `dyn` keywords to tests that do not test for them
Lukas Wirth
-14
/
+14
2025-05-28
Stabilise `repr128`
beetrees
-10
/
+6
2025-05-23
Do not try to confirm non-dyn compatible method
Michael Goulet
-31
/
+2
2025-05-22
Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errors
Matthias Krüger
-1
/
+7
2025-05-07
Better error message for late/early lifetime param mismatch
Michael Goulet
-11
/
+50
2025-05-07
Point out region bound mismatches in check_region_bounds_on_impl_item
Michael Goulet
-1
/
+5
2025-05-06
Preserve generic args in suggestions for ambiguous associated items
León Orell Valerian Liehr
-1
/
+7
2025-05-02
resolve: Support imports of associated types and glob imports from traits
Vadim Petrochenkov
-19
/
+0
2025-04-30
compiletest: Make diagnostic kind mandatory on line annotations
Vadim Petrochenkov
-10
/
+15
2025-04-13
UI tests: migrate remaining compile time `error-pattern`s to line annotations
Vadim Petrochenkov
-5
/
+8
2025-04-10
Rollup merge of #139530 - oli-obk:rustc-intrinsic-cleanup, r=RalfJung
Matthias Krüger
-23
/
+0
2025-04-09
Remove some dead or leftover code related to rustc-intrinsic abi removal
Oli Scherer
-23
/
+0
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-9
/
+9
2025-04-06
update/bless tests
Bennet Bleßmann
-23
/
+29
2025-04-03
compiletest: Require `//~` annotations even if `error-pattern` is specified
Vadim Petrochenkov
-1
/
+4
2025-03-16
Rollup merge of #138471 - spencer3035:move-ui-test-1ofn, r=jieyouxu
许杰友 Jieyou Xu (Joe)
-0
/
+67
2025-03-15
improves duplicate lang item test
Spencer
-0
/
+36
2025-03-15
improves duplicate label test
Spencer
-0
/
+31
2025-03-14
Do not suggest using `-Zmacro-backtrace` for builtin macros
Esteban Küber
-2
/
+0
2025-03-12
Disentangle ForwardGenericParamBan and ConstParamTy ribs
Michael Goulet
-2
/
+2
2025-03-06
`TypeVerifier` do not walk into required consts
lcnr
-1
/
+1
2025-03-04
tests: rebless some tests as a side-effect of `TEST_BUILD_DIR` changes
许杰友 Jieyou Xu (Joe)
-7
/
+7
2025-03-04
tests: remove explicit long type filename hash normalization from some ui tests
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-03-01
Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr
Matthias Krüger
-2
/
+0
2025-02-28
Introduce `feature(generic_const_parameter_types)`
Boxy
-2
/
+0
2025-02-27
remove most `simd_` intrinsic declaration in tests
Folkert de Vries
-8
/
+8
2025-02-25
Make E0614 a structured error
Esteban Küber
-1
/
+1
2025-02-25
Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errors
bors
-38
/
+18
2025-02-24
Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden...
Michael Goulet
-14
/
+8
2025-02-24
Consolidate and rework CoercePointee and DispatchFromDyn errors
Michael Goulet
-24
/
+10
2025-02-24
Fix test output expectations
Jana Dönszelmann
-15
/
+5
2025-02-24
remove support for rustc_intrinsic_must_be_overridden from the compiler
Ralf Jung
-14
/
+8
2025-02-21
Trim suggestion part before generating highlights
Michael Goulet
-2
/
+2
2025-02-21
More sophisticated span trimming
Michael Goulet
-43
/
+28
[next]