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
/
src
/
libsyntax
/
attr
/
builtin.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-31
Replace AstBuilder with inherent methods
Mark Rousskov
-1
/
+0
2019-07-31
Remove Span argument from ExtCtxt::attribute
Mark Rousskov
-1
/
+1
2019-07-24
Demote template check error to a lint for `#[test]` and `#[bench]`
Vadim Petrochenkov
-1
/
+2
2019-07-24
syntax_ext: Reuse built-in attribute template checking for macro attributes
Vadim Petrochenkov
-0
/
+96
2019-07-07
syntax: Migrate built-in macros to the regular stability checking
Vadim Petrochenkov
-0
/
+13
2019-07-07
syntax: Keep full `Stability` in `SyntaxExtension`
Vadim Petrochenkov
-1
/
+2
2019-07-06
privacy: Only opaque macros leak private things
Vadim Petrochenkov
-0
/
+33
2019-05-31
Remove GlobalArenas and use Arena instead
John Kåre Alsaker
-3
/
+3
2019-05-25
Reword malformed attribute input diagnostics
Esteban Küber
-1
/
+9
2019-05-13
Return a `Symbol` from `name_or_empty` functions.
Nicholas Nethercote
-42
/
+39
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-11
/
+11
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-9
/
+9
2019-04-23
Add rustc_allow_const_fn_ptr
Taylor Cramer
-4
/
+14
2019-03-17
Make meta-item API compatible with `LocalInternedString::get` soundness fix
Vadim Petrochenkov
-23
/
+23
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-28
/
+28
2019-03-16
Rename `MetaItem::ident` to `MetaItem::path`
Vadim Petrochenkov
-9
/
+9
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-48
/
+46
2019-02-27
Mention `unwind(aborts)` in diagnostics for `#[unwind]`
Vadim Petrochenkov
-31
/
+17
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-02-13
Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov
Mazdak Farrokhzad
-60
/
+65
2019-02-13
Cleanup imports
Taiki Endo
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-07
libsyntax => 2018
Taiki Endo
-8
/
+9
2019-02-05
allow shorthand syntax for deprecation reason
Andy Russell
-60
/
+65
2019-01-30
Add suggestions to deprecation lints
Oliver Scherer
-1
/
+4
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-3
/
+3
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-0
/
+7
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-3
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-10-22
optimize unsupported literal diag message
csmoe
-39
/
+70
2018-10-20
update meta item checking test
csmoe
-1
/
+3
2018-10-20
suggest to trim prefix in nested meta items
csmoe
-3
/
+18
2018-10-20
handle errors based on parse_sess
csmoe
-31
/
+36
2018-10-20
suggest to remove prefix `b` in lint string
csmoe
-45
/
+84
2018-10-05
Stabilize `min_const_fn`
Oliver Schneider
-2
/
+1
2018-10-03
Update error id to an unused one
Oliver Schneider
-1
/
+1
2018-10-03
Only promote calls to `#[rustc_promotable]` const fns
Oliver Schneider
-1
/
+22
2018-09-06
Validate syntax of `cfg` attributes
Vadim Petrochenkov
-1
/
+15
2018-08-31
Implement the `min_const_fn` feature gate
Oliver Schneider
-14
/
+12
2018-06-30
add label to unknown meta item error
Andy Russell
-11
/
+33
2018-06-30
factor built-in attribute parsing into submodule
Andy Russell
-0
/
+708