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
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-352
/
+0
2019-11-09
move attr meta grammar to parse::validate_atr + ast_validation
Mazdak Farrokhzad
-2
/
+2
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-5
/
+4
2019-11-06
Remove unnecessary `Deref` impl for `Attribute`.
Nicholas Nethercote
-2
/
+2
2019-10-27
syntax/attr: reduce reliance on parser
Mazdak Farrokhzad
-1
/
+3
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-0
/
+1
2019-10-16
syntax: extract parse_cfg_attr
Mazdak Farrokhzad
-20
/
+1
2019-10-15
syntax::parse::sess -> syntax::sess
Mazdak Farrokhzad
-1
/
+2
2019-09-30
syntax: Support modern attribute syntax in the `meta` matcher
Vadim Petrochenkov
-4
/
+4
2019-09-30
syntax: Split `ast::Attribute` into container and inner parts
Vadim Petrochenkov
-2
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-1
/
+1
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-2
/
+2
2019-08-14
Merge Variant and Variant_
Caio
-1
/
+1
2019-06-22
Lint on 'cfg_attr(,).'
Mazdak Farrokhzad
-10
/
+11
2019-06-19
Support `cfg` and `cfg_attr` on generic parameters
Vadim Petrochenkov
-16
/
+4
2019-06-09
Allow attributes in formal function parameters
Caio
-0
/
+9
2019-06-07
parser: `self.span` -> `self.token.span`
Vadim Petrochenkov
-1
/
+1
2019-05-25
Reword malformed attribute input diagnostics
Esteban Küber
-0
/
+16
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-5
/
+6
2019-03-24
Separate variant id and variant constructor id.
David Wood
-3
/
+2
2019-03-17
Do not complain about non-existing fields after parse recovery
Esteban Küber
-1
/
+1
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-2
/
+2
2019-03-14
Add `-Z allow_features=...` flag
Tyler Mandry
-3
/
+3
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
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
-4
/
+4
2019-02-07
libsyntax => 2018
Taiki Endo
-10
/
+11
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-97
/
+69
2019-02-05
Various improvements in `Folder` impls.
Nicholas Nethercote
-32
/
+12
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-1
/
+1
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-6
/
+3
2019-01-08
remove unused imports and feature gate from tests
dylan_DPC
-3
/
+0
2019-01-08
stabilise cfg_attr
dylan_DPC
-20
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-10-23
fix typos in various places
Matthias Krüger
-2
/
+2
2018-10-07
cfg_attr_multi: Feature gate
Havvy (Ryan Scheel)
-1
/
+35
2018-10-05
cfg_attr_multi: Basic implementation
Havvy (Ryan Scheel)
-16
/
+43
2018-09-27
Auto merge of #54581 - petrochenkov:cfgattr, r=alexcrichton
bors
-0
/
+1
2018-09-26
Remove OneVector
ljedrz
-6
/
+7
2018-09-26
Accept trailing comma in `cfg_attr`
Vadim Petrochenkov
-0
/
+1
2018-09-17
Whitespace fix again.
Vitaly _Vi Shukela
-4
/
+4
2018-09-17
Fixed some remaining whitespace issues.
Vitaly _Vi Shukela
-1
/
+1
2018-09-17
Fill in suggestions Applicability according to @estebank
Vitaly _Vi Shukela
-2
/
+3
2018-09-16
Remove usages of span_suggestion without Applicability
Vitaly _Vi Shukela
-1
/
+6
2018-09-06
Validate syntax of `cfg` attributes
Vadim Petrochenkov
-12
/
+32
2018-09-04
Move #[test_case] to a syntax extension
John Renner
-13
/
+2
2018-09-04
Introduce Custom Test Frameworks
John Renner
-4
/
+4
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
[next]