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
/
compiler
/
rustc_error_codes
Age
Commit message (
Expand
)
Author
Lines
2024-10-09
Fix typo in E0793
Alyssa Haroldsen
-1
/
+1
2024-10-06
disallow `asm!` in `#[naked]` functions
Folkert de Vries
-3
/
+2
2024-10-04
Use wide pointers consistenly across the compiler
Urgau
-5
/
+5
2024-09-27
Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...
Matthias Krüger
-16
/
+19
2024-09-26
Stabilize `const_refs_to_static`
Ding Xiang Fei
-1
/
+1
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-16
/
+19
2024-09-21
mark `E0775` as no longer emitte by the compiler
Folkert de Vries
-0
/
+2
2024-09-21
remove `#[cmse_nonsecure_entry]`
Folkert
-4
/
+6
2024-09-20
Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors
bors
-3
/
+4
2024-09-16
Introduce distinct error codes for precise capturing
Michael Goulet
-0
/
+32
2024-09-15
stabilize const_mut_refs
Ralf Jung
-4
/
+0
2024-09-13
Disallow hidden references to mutable static
Obei Sideg
-3
/
+4
2024-09-09
Ban non-array SIMD
Scott McMurray
-17
/
+23
2024-09-02
chore: Fix typos in 'compiler' (batch 1)
Alexander Cyon
-1
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_error_codes`.
Nicholas Nethercote
-0
/
+1
2024-08-18
stabilize raw_ref_op
Ralf Jung
-2
/
+0
2024-08-07
Update E0517 message to reflect RFC 2195.
Zachary S
-7
/
+12
2024-07-29
Stabilize offset_of_nested
George Bateman
-2
/
+2
2024-07-28
Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3
Matthias Krüger
-7
/
+13
2024-07-27
allow `#[target_feature]` on `#[naked]` functions
Folkert
-1
/
+0
2024-07-27
switch to an allowlist approach
Folkert
-24
/
+6
2024-07-23
Rollup merge of #126994 - Alexendoo:explain-markdown, r=tgross35
Matthias Krüger
-2
/
+2
2024-07-21
Reword E0626 to mention static coroutine
Michael Goulet
-8
/
+24
2024-07-21
Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...
bors
-2
/
+2
2024-07-19
Rollup merge of #127949 - princess-entrapta:master, r=tgross35
Matthias Krüger
-8
/
+16
2024-07-19
Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=...
Matthias Krüger
-0
/
+40
2024-07-19
fix: explain E0120 better cover cases when its raised
Princess Entrapta
-8
/
+16
2024-07-18
move CMSE validation to hir_analysis
Folkert
-0
/
+1
2024-07-18
avoid creating an Instance only to immediately disassemble it again
Ralf Jung
-9
/
+8
2024-07-17
Split part of `adt_const_params` into `unsized_const_params`
Boxy
-2
/
+2
2024-07-17
add error message when `#[naked]` is used with `#[test]`
Folkert
-0
/
+15
2024-07-16
update text for E0736 and E0739
Folkert
-6
/
+16
2024-07-16
stop running code samples in the error code .md
Folkert
-2
/
+2
2024-07-16
another attempt at fixing the examples in the error codes .md
Folkert
-0
/
+2
2024-07-16
make function pub in error_codes markdown file
Folkert
-2
/
+2
2024-07-16
add rust error message for CMSE stack spill
Folkert
-0
/
+37
2024-07-10
Support lists and stylings in more places for `rustc --explain`
Alex Macleod
-2
/
+2
2024-07-06
Correct description of E0502
trevyn
-2
/
+3
2024-06-12
Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee
bors
-2
/
+4
2024-06-12
Add a `fn main() {}` to a doctest to prevent the test from being wrapped in a...
Oli Scherer
-0
/
+4
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-2
/
+4
2024-06-05
Rollup merge of #124746 - OliverKillane:E0582-explain-assoc-types-improvement...
Matthias Krüger
-0
/
+34
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-7
/
+6
2024-05-15
tidy fix from suggestion
Oliver Killane
-3
/
+3
2024-05-15
Update compiler/rustc_error_codes/src/error_codes/E0582.md
Oliver Killane
-1
/
+1
2024-05-13
Remove a stray backtick in an error explanation.
Nicholas Nethercote
-1
/
+1
2024-05-05
fix whitespace
Oliver Killane
-2
/
+2
2024-05-05
Updated error code explanation
Oliver Killane
-0
/
+34
2024-05-02
Stabilize exclusive_range
Ross Smyth
-1
/
+0
2024-04-30
Rollup merge of #123247 - veera-sivarajan:fix-error-code-E0637-example-code, ...
Matthias Krüger
-4
/
+17
[next]