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_builtin_macros
/
src
/
cfg.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-19
Speed up `Parser::expected_token_types`.
Nicholas Nethercote
-2
/
+3
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-1
/
+1
2024-10-01
Use `ast::NestedMetaItem` when evaluating cfg predicate
Urgau
-3
/
+6
2024-09-30
Reject leading unsafe in `cfg!(...)` and `--check-cfg`.
Urgau
-1
/
+1
2024-07-30
Add toggle for `parse_meta_item` unsafe parsing
carbotaniuman
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-1
/
+1
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-1
/
+1
2024-03-13
delay expand macro bang when there has indeterminate path
bohan
-4
/
+4
2024-02-25
Remove `ast::` & `base::` prefixes from some builtin macros
Lieselotte
-2
/
+2
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-2
/
+2
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-1
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-18
/
+3
2022-10-23
Migrate all diagnostics
Nilstrieb
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-3
/
+3
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-3
/
+3
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-2
/
+2
2022-06-24
macros: use typed identifiers in diag derive
David Wood
-2
/
+2
2022-06-21
Migrate `builtin-macros-expected-one-cfg-pattern` to `SessionDiagnostic`
beetrees
-1
/
+8
2022-06-21
Migrate `builtin-macros-requires-cfg-pattern` to `SessionDiagnostic`
beetrees
-5
/
+12
2022-03-01
Improve allowness of the unexpected_cfgs lint
Loïc BRANSTETT
-1
/
+6
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-6
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+54