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-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
2024-01-08
Use chaining in `DiagnosticBuilder` construction.
Nicholas Nethercote
-7
/
+6
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-4
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-48
/
+62
2023-12-24
Remove `ParseSess` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-12
/
+11
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-13
/
+14
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-4
/
+4
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-3
/
+3
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-11-27
Detect and reject malformed repr(Rust) hints
León Orell Valerian Liehr
-3
/
+3
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-3
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-10-30
Add method for checking if deprecation is a rustc version
David Tolnay
-0
/
+4
2023-10-30
Descriptive variant name deprecation versions outside the standard library
David Tolnay
-3
/
+3
2023-10-30
Represent absence of 'since' attribute as a variant of DeprecatedSince
David Tolnay
-15
/
+17
2023-10-30
Preserve deprecation attribute even if 'since' version is missing
David Tolnay
-3
/
+3
2023-10-30
Add a DeprecatedSince::Err variant for versions that fail to parse
David Tolnay
-19
/
+8
2023-10-30
Move deprecation_in_effect to inherent method on Deprecation
David Tolnay
-0
/
+16
2023-10-29
Store version of `deprecated` attribute in structured form
David Tolnay
-16
/
+45
2023-10-29
Rename Since -> StableSince in preparation for a DeprecatedSince
David Tolnay
-6
/
+6
2023-10-26
Parse rustc version at compile time
David Tolnay
-29
/
+14
2023-10-26
Pre-intern a symbol for env!("CFG_RELEASE")
David Tolnay
-4
/
+0
2023-10-24
Expose a non-Symbol way to access current rustc version string
David Tolnay
-2
/
+4
2023-10-24
CFG_RELEASE is mandatory, no need for option_env
David Tolnay
-2
/
+1
2023-10-24
Handle structured stable attribute 'since' version in rustdoc
David Tolnay
-0
/
+7
2023-10-24
Keep track of #[stable] attribute even if version cannot be parsed
David Tolnay
-7
/
+11
2023-10-24
Store 'since' attribute as parsed Version
David Tolnay
-9
/
+19
2023-10-23
Validate `since` value in stable attribute
David Tolnay
-8
/
+18
[next]