about summary refs log tree commit diff
path: root/src/libsyntax_ext/standard_library_imports.rs
AgeCommit message (Expand)AuthorLines
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-3/+3
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+1
2019-09-05Simplify std lib injectionMatthew Jasper-93/+31
2019-09-05Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`Vadim Petrochenkov-3/+5
2019-09-05Make use of hygiene in AST passesMatthew Jasper-35/+95
2019-08-15hygiene: `ExpnInfo` -> `ExpnData`Vadim Petrochenkov-2/+2
2019-08-15hygiene: Merge `ExpnInfo` and `InternalExpnData`Vadim Petrochenkov-2/+2
2019-08-15`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`Vadim Petrochenkov-3/+3
2019-07-31Replace a few Attribute constructors with mk_attrMark Rousskov-9/+2
2019-07-31Remove span argument from mk_attr_{inner,outer}Mark Rousskov-1/+0
2019-07-31Remove AttrId from Attribute constructorsMark Rousskov-1/+0
2019-07-27Move standard library injection into libsyntax_extVadim Petrochenkov-0/+95