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
Age
Commit message (
Expand
)
Author
Lines
2020-02-29
Move directory `libsyntax` -> `librustc_ast`
Vadim Petrochenkov
-727
/
+0
2020-02-27
don't use .into() to convert types into identical types.
Matthias Krüger
-1
/
+1
2020-02-24
ast: add `Defaultness` to `Item`, making `AssocItem` an alias.
Mazdak Farrokhzad
-1
/
+1
2020-02-01
1. move allow_internal_unstable to rustc_attr
Mazdak Farrokhzad
-24
/
+0
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-1052
/
+0
2020-02-01
syntax: simplify HasAttrs code
Mazdak Farrokhzad
-21
/
+11
2020-02-01
syntax: move GLOBALS to attr module
Mazdak Farrokhzad
-3
/
+34
2020-01-30
clarify "incorrect issue" error
Andy Russell
-21
/
+34
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-2
/
+0
2020-01-11
gating diagnostics -> rustc_session::parse
Mazdak Farrokhzad
-2
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-2
/
+2
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-24
/
+49
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-2
/
+2
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-3
/
+3
2019-12-28
doc comments: Less attribute mimicking
Vadim Petrochenkov
-9
/
+17
2019-12-22
Format the world
Mark Rousskov
-306
/
+343
2019-12-22
Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=Centril
Mazdak Farrokhzad
-3
/
+3
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-3
/
+3
2019-12-20
introduce 'type AttrVec'
Mazdak Farrokhzad
-3
/
+2
2019-12-20
Rollup merge of #67131 - Centril:item-merge, r=petrochenkov
Mazdak Farrokhzad
-1
/
+1
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-62
/
+63
2019-12-12
Unify `{Impl,Trait}Item` as `AssocItem`.
Mazdak Farrokhzad
-1
/
+1
2019-12-02
syntax: Optimize conversion `AttrItem` -> `MetaItem` by avoiding `outer_tokens`.
Vadim Petrochenkov
-29
/
+44
2019-12-02
syntax: Use `ast::MacArgs` for attributes
Vadim Petrochenkov
-15
/
+27
2019-11-30
move GateIssue to rustc_feature & simplify emit_feature_err
Mazdak Farrokhzad
-2
/
+2
2019-11-30
builtin_attrs.rs -> rustc_feature
Mazdak Farrokhzad
-6
/
+3
2019-11-30
move is_builtin_attr to syntax::attr
Mazdak Farrokhzad
-0
/
+6
2019-11-30
simplify gated cfgs logic
Mazdak Farrokhzad
-7
/
+17
2019-11-30
move AttributeTemplate to builtin_attrs
Mazdak Farrokhzad
-25
/
+0
2019-11-30
introduce crate rustc_feature and move active, accepted, and removed to it
Mazdak Farrokhzad
-1
/
+2
2019-11-17
Remove extern crate.
Camille GILLOT
-0
/
+1
2019-11-17
Further HashStable_Generic derives.
Camille GILLOT
-4
/
+7
2019-11-17
Use proc_macro for HashStable derive in libsyntax.
Camille GILLOT
-1
/
+1
2019-11-17
Rollup merge of #66381 - Centril:66340, r=petrochenkov
Yuki Okushi
-1
/
+4
2019-11-15
find_deprecation: deprecation attr may be ill-formed meta.
Mazdak Farrokhzad
-1
/
+4
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-11-11
support issue = "none" in unstable attributes
Ross MacArthur
-10
/
+21
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-4
/
+4
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-1
/
+5
2019-11-09
move attr meta grammar to parse::validate_atr + ast_validation
Mazdak Farrokhzad
-87
/
+1
2019-11-07
syntax::attr: remove usage of lexer
Mazdak Farrokhzad
-3
/
+2
2019-11-07
move PResult to librustc_errors
Mazdak Farrokhzad
-1
/
+2
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-35
/
+83
2019-11-06
Remove unnecessary `Deref` impl for `Attribute`.
Nicholas Nethercote
-9
/
+9
2019-10-27
syntax/attr: reduce reliance on parser
Mazdak Farrokhzad
-27
/
+2
2019-10-25
move Attribute::with_desugared_doc to librustdoc
Mazdak Farrokhzad
-27
/
+2
2019-10-21
Remove many unnecessary trait derivations.
Nicholas Nethercote
-5
/
+4
2019-10-18
Change `MetaItem::tokens()` to `MetaItem::token_trees_and_joints()`.
Nicholas Nethercote
-17
/
+26
[next]