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_passes
/
messages.ftl
Age
Commit message (
Expand
)
Author
Lines
2024-05-08
Fix Error Messages for `break` Inside Coroutines
Veera
-5
/
+5
2024-05-04
Various improvements to entrypoint code
Nilstrieb
-6
/
+0
2024-05-02
Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`
Martin Nordholts
-3
/
+0
2024-04-17
consistency rename: language item -> lang item
Ralf Jung
-6
/
+6
2024-04-17
weak lang items are not allowed to be #[track_caller]
Ralf Jung
-2
/
+11
2024-03-03
Remove unused fluent messages
r0cky
-5
/
+0
2024-02-29
Fix typo in `rustc_passes/messages.ftl`
sisungo
-1
/
+1
2024-01-30
Remove `ffi_returns_twice` feature
clubby789
-3
/
+0
2024-01-10
Stop mentioning internal lang items in no_std binary errors
Nilstrieb
-0
/
+5
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-3
/
+0
2023-10-31
Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillot
bors
-5
/
+0
2023-10-30
Fix #117284, Fix unused variables lint issue for args in macro
yukang
-0
/
+3
2023-10-29
Delete unused InvalidDeprecationVersion diagnostic
David Tolnay
-5
/
+0
2023-10-26
Tweak suggestion spans for invalid crate-level inner attribute
Esteban Küber
-0
/
+3
2023-10-24
Store 'since' attribute as parsed Version
David Tolnay
-5
/
+0
2023-10-09
Suggest labeling block if `break` is in bare block
Esteban Küber
-0
/
+2
2023-09-25
Gate and validate #[rustc_safe_intrinsic]
León Orell Valerian Liehr
-0
/
+4
2023-09-22
Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot
bors
-0
/
+4
2023-09-18
Prevent using `#[target_feature]` on lang item functions
Eduardo Sánchez Muñoz
-0
/
+4
2023-09-17
Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi...
bors
-0
/
+3
2023-09-14
Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk
bors
-13
/
+13
2023-09-12
`#[diagnostic::on_unimplemented]` without filters
Georg Semmler
-0
/
+3
2023-09-12
cleanup on messages
yukang
-4
/
+0
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-13
/
+13
2023-09-07
add support for rustc_abi(assert_eq) and use it to test some repr(transparent...
Ralf Jung
-0
/
+4
2023-09-06
rustc_layout/abi: error when attribute is applied to the wrong thing
Ralf Jung
-13
/
+12
2023-09-06
rustc_abi: also support debugging function pointers
Ralf Jung
-1
/
+1
2023-08-27
add rustc_abi debugging attribute
Ralf Jung
-0
/
+3
2023-08-25
Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin
bors
-1
/
+1
2023-08-20
Clarify that `Rust` is default repr
Catherine Flores
-1
/
+1
2023-08-07
check_attrs: Warn when #[macro_export] is used on macros 2.0
Arthur Cohen
-0
/
+4
2023-07-29
Allow explicit `#[repr(Rust)]`
Catherine Flores
-1
/
+1
2023-07-24
validate `doc(masked)`
Lukas Markeffsky
-0
/
+11
2023-07-16
Add infrastructure `#[rustc_confusables]` attribute to allow targeted
许杰友 Jieyou Xu (Joe)
-0
/
+9
2023-06-20
Merge attrs, better validation
Michael Goulet
-3
/
+0
2023-05-29
Add test for `#![doc(test(...)]` with literal parameter
Obei Sideg
-2
/
+2
2023-05-29
Avoid ICE on `#![doc(test(...)]` with literal parameter
Obei Sideg
-0
/
+2
2023-05-25
Ensure Fluent messages are in alphabetical order
clubby789
-529
/
+529
2023-04-26
Migrate `rustc_passes` to translatable diagnostics
clubby789
-1
/
+42
2023-04-16
Allow all associated functions and add test
Deadbeef
-7
/
+3
2023-04-14
allow `repr(align = x)` on inherent methods
Deadbeef
-0
/
+4
2023-03-30
Rename doc(primitive) into rustc_doc_primitive
Guillaume Gomez
-3
/
+0
2023-03-14
Simplify proc macro signature validity check
Michael Goulet
-20
/
+1
2023-03-11
Simplify message paths
est31
-0
/
+748