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
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
2023-10-23
Validate #[stable(feature = "…")] identifier
David Tolnay
-23
/
+28
2023-10-22
Eliminate redundant .parse_sess in rustc_attr::builtin errors
David Tolnay
-34
/
+23
2023-10-22
Eliminate rustc_attr::builtin::handle_errors
David Tolnay
-128
/
+84
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-0
/
+3
2023-10-15
Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb
bors
-4
/
+9
2023-10-13
Format all the let chains in compiler
Michael Goulet
-4
/
+9
2023-10-12
check-cfg: mention the unexpected name and value in the primary message
Urgau
-2
/
+6
2023-10-06
Factor out `insert_or_error`.
Nicholas Nethercote
-62
/
+23
2023-10-05
Rollup merge of #116223 - catandcoder:master, r=cjgillot
Jubilee
-1
/
+1
2023-10-04
Remove E0551.
Nicholas Nethercote
-10
/
+1
2023-10-04
Fix misuses of a vs an
cui fliter
-1
/
+1
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-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
/
+1
2023-03-27
Bless tidy
Maybe Waffle
-2
/
+2
[next]