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_attr
Age
Commit message (
Expand
)
Author
Lines
2023-08-25
Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin
bors
-0
/
+2
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-12
/
+9
2023-08-01
[rustc_attr][nit] Replace `filter` + `is_some` with `map_or`.
Taras Tsugrii
-1
/
+1
2023-07-29
Allow explicit `#[repr(Rust)]`
Catherine Flores
-0
/
+2
2023-07-16
Add infrastructure `#[rustc_confusables]` attribute to allow targeted
许杰友 Jieyou Xu (Joe)
-0
/
+17
2023-05-25
Ensure Fluent messages are in alphabetical order
clubby789
-64
/
+64
2023-05-17
Only depend on CFG_VERSION in rustc_interface
jyn
-2
/
+1
2023-05-05
Improve check-cfg diagnostics (part 2)
Urgau
-2
/
+5
2023-05-05
Improve check-cfg diagnostics (part 1)
Urgau
-1
/
+1
2023-05-05
Improve internal representation of check-cfg
Urgau
-18
/
+16
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+2
2023-03-27
Bless tidy
Maybe Waffle
-2
/
+2
2023-03-24
Adjust documentation.
Camille GILLOT
-14
/
+18
2023-03-23
Separate find_*_stability.
Camille GILLOT
-113
/
+93
2023-03-23
Extract parse_stability and parse_unstability.
Camille GILLOT
-205
/
+224
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-4
/
+4
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-9
/
+122
2023-02-16
Add feature gate for non_lifetime_binders
Michael Goulet
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-3
/
+3
2022-12-06
`rustc_attr` remove `ref` patterns
Maybe Waffle
-65
/
+69
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-8
/
+6
2022-11-28
Rename `ast::Lit` as `ast::MetaItemLit`.
Nicholas Nethercote
-5
/
+7
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-10-23
Migrate all diagnostics
Nilstrieb
-47
/
+43
2022-09-29
Remove from compiler/ crates
reez12g
-1
/
+0
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-2
/
+1
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-30
/
+30
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-34
/
+34
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-1
/
+1
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-14
Also replace the placeholder for the stable_features lint
est31
-3
/
+7
2022-09-07
Rollup merge of #101486 - asquared31415:invalid_repr_list, r=estebank
Yuki Okushi
-12
/
+10
2022-09-06
add list of recognized repr attributes to the unrecognized repr error
asquared31415
-12
/
+10
2022-09-05
UPDATE - accept start_point and snippet instead of SourceMap
Jhonny Bill Mena
-6
/
+6
2022-09-05
[Gardening] UPDATE - tidy fixes
Jhonny Bill Mena
-2
/
+7
2022-09-05
UPDATE - avoid exposing source_map methods from Handler
Jhonny Bill Mena
-7
/
+6
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-7
/
+11
2022-09-02
Also replace the version placeholder in rustc_attr
est31
-0
/
+12
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-27
use smaller span for suggestions
Takayuki Maeda
-8
/
+6
2022-08-22
Move `LitKind` logic to `session_diagnostics` module
Hampus Lidin
-18
/
+22
2022-08-22
Change to `diag` attributes
Hampus Lidin
-29
/
+30
2022-08-22
Reorder diagnostics in code order, then alphabetical order
Hampus Lidin
-113
/
+233
2022-08-22
Refactor remaining diagnostics
Hampus Lidin
-102
/
+63
2022-08-22
Refactor additional diagnostics in `rustc_attr`
Hampus Lidin
-38
/
+80
2022-08-22
Add internal diagnistics lints
Hampus Lidin
-0
/
+2
[prev]
[next]