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_parse
/
src
/
validate_attr.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-11
Also fix if in else
Michael Goulet
-7
/
+5
2024-08-07
Stabilize `unsafe_attributes`
carbotaniuman
-27
/
+13
2024-07-30
Add toggle for `parse_meta_item` unsafe parsing
carbotaniuman
-41
/
+41
2024-07-29
Deny unsafe on more builtin attributes
carbotaniuman
-56
/
+92
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-06-24
coverage: Tighten validation of `#[coverage(off)]` and `#[coverage(on)]`
Zalathar
-3
/
+10
2024-06-23
Add hard error and migration lint for unsafe attrs
carbotaniuman
-6
/
+58
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-5
/
+5
2024-06-07
Rollup merge of #126052 - nnethercote:rustc_parse-more-cleanups, r=spastorino
Matthias Krüger
-21
/
+13
2024-06-06
Parse unsafe attributes
carbotaniuman
-0
/
+1
2024-06-06
Inline and remove `check_builtin_attribute`.
Nicholas Nethercote
-19
/
+11
2024-06-06
Reduce `pub` exposure.
Nicholas Nethercote
-3
/
+3
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-1
/
+1
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-21
/
+11
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-23
/
+25
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-1
/
+1
2024-02-23
compiler: clippy::complexity fixes
Matthias Krüger
-1
/
+1
2024-02-15
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.
Nicholas Nethercote
-2
/
+2
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-3
/
+3
2023-12-24
Remove `ParseSess` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-3
/
+3
2023-12-15
NFC don't convert types to identical types
Matthias Krüger
-1
/
+1
2023-12-12
Improve an error involving attribute values.
Nicholas Nethercote
-22
/
+38
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-19
Don't sort `span_suggestions`, leave that to caller
Esteban Küber
-0
/
+1
2023-08-03
Remove `MacDelimiter`.
Nicholas Nethercote
-5
/
+6
2023-07-24
Optimize format usage
Yuri Astrakhan
-7
/
+7
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-27
Migrate trivially translatable `rustc_parse` diagnostics
clubby789
-11
/
+16
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2022-11-29
Avoid unnecessary `MetaItem`/`Attribute` conversions.
Nicholas Nethercote
-17
/
+26
2022-11-28
Rename `ast::Lit` as `ast::MetaItemLit`.
Nicholas Nethercote
-1
/
+1
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-7
/
+8
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-4
/
+6
2022-05-05
Overhaul `MacArgs::Eq`.
Nicholas Nethercote
-7
/
+32
2021-11-12
rustc_feature: Convert `BuiltinAttribute` from tuple to a struct
Vadim Petrochenkov
-6
/
+5
2021-09-25
Check for macros in built-in attributes that don't support them.
Eric Huss
-1
/
+13
2021-09-25
Move malformed attribute code to a function and fix inner attribute suggestion.
Eric Huss
-59
/
+60
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-9
/
+8
2021-01-09
ast: Remove some indirection layers from values in key-value attributes
Vadim Petrochenkov
-2
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+163