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
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-11-04
remove support for extern-block const intrinsics
Ralf Jung
-7
/
+3
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-7
/
+78
2024-10-23
fix a couple clippy:complexitys
Matthias Krüger
-2
/
+2
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-5
/
+5
2024-10-16
Handle gracefully true/false in `cfg(target(..))` compact
Urgau
-1
/
+7
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-12
/
+12
2024-10-04
Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote
Guillaume Gomez
-12
/
+46
2024-10-04
Improve non-boolean literal error in cfg predicate
Urgau
-1
/
+3
2024-10-04
Feature gate boolean lit support in cfg predicates
Urgau
-2
/
+18
2024-10-01
Implement boolean lit support in cfg predicates
Urgau
-1
/
+2
2024-10-01
Use `ast::NestedMetaItem` when evaluating cfg predicate
Urgau
-10
/
+25
2024-09-30
add `stable_since` convenience
Lukas Markeffsky
-0
/
+10
2024-09-24
rustdoc: inherit parent's stability where applicable
Lukas Markeffsky
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-24
/
+20
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-2
/
+3
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-2
/
+2
2024-08-16
Add `warn(unreachable_pub)` to `rustc_attr`.
Nicholas Nethercote
-2
/
+3
2024-08-12
Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote
Guillaume Gomez
-3
/
+2
2024-08-10
rustc_attr: make "compact `cfg(target(..))` is unstable" translatable
Pavel Grigorenko
-2
/
+2
2024-08-10
rustc_attr: remove redundant `#[allow(rustc::untranslatable_diagnostic)]`
Pavel Grigorenko
-1
/
+0
2024-08-07
Use more slice patterns inside the compiler
León Orell Valerian Liehr
-7
/
+7
2024-07-29
Rollup merge of #128341 - Alexendoo:parse-version-pub, r=compiler-errors
Matthias Krüger
-1
/
+1
2024-07-29
Make `rustc_attr::parse_version` pub
Alex Macleod
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-12
/
+13
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-3
/
+4
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-1
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-1
/
+3
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-2
/
+2
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-6
/
+0
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-5
/
+2
2024-04-25
Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebank
Matthias Krüger
-1
/
+1
2024-04-24
Rename `NestedMetaItem::name_value_literal`.
Nicholas Nethercote
-1
/
+1
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
2024-04-01
Use the `Align` type when parsing alignment attributes
beetrees
-6
/
+13
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-7
/
+5
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-0
/
+3
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-3
/
+3
2024-03-04
Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiser
Matthias Krüger
-7
/
+7
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-7
/
+7
2024-03-03
fix spans of arguments in diagnostic
yukang
-3
/
+10
2024-03-02
Fix misleading message when using a named constant as a struct alignment/pack
yukang
-11
/
+40
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-5
/
+5
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+4
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-24
/
+23
2024-01-19
Pack the u128 in LitKind::Int
Josh Stone
-3
/
+3
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-12
/
+12
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-5
/
+5
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-1
/
+1
[next]