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
/
compiler
/
rustc_builtin_macros
/
messages.ftl
Age
Commit message (
Expand
)
Author
Lines
2025-09-14
Move more early buffered lints to dyn lint diagnostics (1/N)
León Orell Valerian Liehr
-0
/
+11
2025-08-15
Implement `#[derive(From)]`
Jakub Beránek
-0
/
+9
2025-08-14
Remove the old target checking logic
Jonathan Brouwer
-2
/
+0
2025-07-14
update `cfg_select!` documentation
Folkert de Vries
-3
/
+3
2025-07-13
make `cfg_select` a builtin macro
Folkert de Vries
-0
/
+6
2025-06-24
Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead
Guillaume Gomez
-4
/
+0
2025-06-24
Remove the deprecated `concat_idents!` macro
Trevor Gross
-4
/
+0
2025-06-19
Improve diagnostics for `concat_bytes!` with C string literals
Trevor Gross
-0
/
+2
2025-05-28
Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4
Trevor Gross
-1
/
+0
2025-05-27
move asm parsing code into `rustc_parse`
Folkert de Vries
-23
/
+4
2025-05-27
support `#[cfg(...)]` on arguments to the `asm!` macros
Folkert de Vries
-0
/
+5
2025-05-21
Update UI tests
Marcelo Domínguez
-1
/
+0
2025-04-19
Make `#[naked]` an unsafe attribute
Folkert de Vries
-2
/
+2
2025-04-13
Improve `-Z crate-attr` diagnostics
jyn
-2
/
+0
2025-04-03
add the autodiff batch mode frontend
Manuel Drehwald
-0
/
+1
2025-03-11
Combine autodiff errors together
Sa4dUs
-2
/
+1
2025-03-11
Fix ICE for invalid return activity and proper error handling
Marcelo Domínguez
-0
/
+2
2024-12-30
add suggestion for wrongly ordered format parameters
Davis Muro
-0
/
+2
2024-12-21
Use E0665 for missing `#[default]` error
Esteban Küber
-3
/
+3
2024-12-09
Disallow `#[default] Variant {}` regardless of feature flag
Esteban Küber
-1
/
+1
2024-12-04
make CoercePointee errors translatable
Ding Xiang Fei
-0
/
+15
2024-10-11
Single commit implementing the enzyme/autodiff frontend
Manuel Drehwald
-0
/
+9
2024-10-07
Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelix
Jubilee
-0
/
+2
2024-10-06
Check that `#[pointee]` is applied only to generic arguments
Brezak
-0
/
+2
2024-10-06
implement `naked_asm` macro
Folkert
-12
/
+12
2024-08-04
Rollup merge of #128305 - folkertdev:asm-parser-unsupported-operand, r=Amanieu
Matthias Krüger
-0
/
+3
2024-07-30
Add toggle for `parse_meta_item` unsafe parsing
carbotaniuman
-3
/
+0
2024-07-28
improve error message when global asm uses inline asm operands
Folkert
-0
/
+3
2024-07-28
Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3
Matthias Krüger
-0
/
+5
2024-07-25
improve error message when `global_asm!` uses `asm!` options
Folkert
-0
/
+4
2024-07-17
add error message when `#[naked]` is used with `#[test]`
Folkert
-0
/
+5
2024-06-25
Migrate some rustc_builtin_macros to SessionDiagnostic
he1pa
-0
/
+11
2024-06-06
Disallow unsafe in derive
carbotaniuman
-0
/
+3
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-2
/
+0
2024-04-26
Move some functions from `rustc_expand` to `rustc_builtin_macros`.
Nicholas Nethercote
-0
/
+6
2024-04-01
Fix error message for `env!` when env var is not valid Unicode
beetrees
-0
/
+2
2024-03-08
Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu
Matthias Krüger
-0
/
+2
2024-03-01
Remove unused fluent messages
r0cky
-6
/
+0
2024-02-24
Forbid asm unwind to work with labels
Gary Guo
-0
/
+2
2023-10-05
Keep fluent slugs in alphabetical order
francorbacho
-2
/
+2
2023-10-05
Plurals in format redundant arguments suggestion
francorbacho
-1
/
+4
2023-10-05
Use diagnostic impls and add suggestions in redundant format!() args
francorbacho
-0
/
+11
2023-09-06
add diagnostic for raw identifiers in format string
Lukas Markeffsky
-2
/
+4
2023-08-03
Make test harness lint about unnnameable tests.
Camille GILLOT
-0
/
+2
2023-07-25
builtin_macros: raw str in diagnostic output
David Wood
-2
/
+2
2023-06-28
fix typo
He1pa
-1
/
+1
2023-06-25
Migrate some rustc_builtin_macros to SessionDiagnostic
He1pa
-0
/
+25
2023-05-25
Ensure Fluent messages are in alphabetical order
clubby789
-116
/
+116
2023-05-05
Migrate offset_of from a macro to builtin # syntax
est31
-4
/
+0
2023-04-30
Migrate `builtin_macros::asm` diagnostics to translatable diagnostics
clubby789
-0
/
+35
[next]