about summary refs log tree commit diff
path: root/src/libsyntax/std_inject.rs
AgeCommit message (Expand)AuthorLines
2016-12-22Refactor how global paths are represented (for both ast and hir).Jeffrey Seyfried-2/+1
2016-12-19Optimize `ast::PathSegment`.Jeffrey Seyfried-3/+2
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-8/+8
2016-11-20Refactor `P<ast::MetaItem>` -> `ast::MetaItem`.Jeffrey Seyfried-2/+2
2016-11-20Move `MetaItemKind`'s `Name` to a field of `MetaItem`.Jeffrey Seyfried-1/+2
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-3/+3
2016-11-20Refactor away `ast::Attribute_`.Jeffrey Seyfried-9/+7
2016-10-07Combine `std_inject::{no_core, no_std}` into `std_inject::injected_crate_name`.Jeffrey Seyfried-10/+12
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-2/+2
2016-06-07Refactor away the prelude injection passJeffrey Seyfried-125/+47
2016-04-24syntax: Merge keywords and remaining special idents in one listVadim Petrochenkov-2/+2
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-2/+4
2016-02-11[breaking-change] don't glob export ast::Visibility variantsOliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-2/+2
2015-10-01Stop re-exporting AttrStyle's variants and rename them.Ms2ger-1/+1
2015-08-28Move ExpnInfo to NameManish Goregaokar-3/+2
2015-08-27Enumify CompilerExpansion in ExpnInfoManish Goregaokar-2/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-30/+29
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-2/+1
2015-07-05Feature-gate #[prelude_import].Eduard Burtescu-15/+33
2015-03-27Unquote all crate names without underscoresRicho Healey-1/+1
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-3/+3
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-3/+3
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-5/+6
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18Fallout: remove unused type and region parameters.Niko Matsakis-5/+6
2015-02-07Fake up #![no_std] on pretty-printing; keep it out of ASTKeegan McAllister-13/+0
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-1/+1
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-32/+14
2015-01-07Test fixes and rebase conflictsAlex Crichton-13/+0
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-4/+17
2015-01-07Preliminary feature stagingBrian Anderson-16/+5
2015-01-07use slicing sugarJorge Aparicio-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-4/+4
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-16/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+7
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-4/+4
2014-11-20Remove libnativeAaron Turon-28/+3
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-5/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+2
2014-09-17move std_inject to libsyntaxNick Cameron-0/+235