about summary refs log tree commit diff
path: root/src/librustc/front
AgeCommit message (Expand)AuthorLines
2014-02-20move extra::test to libtestLiigo Zhuang-23/+22
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-19/+15
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-52/+52
2014-02-11front -- collapse iterator actions that require access to the same &mut stateNiko Matsakis-22/+28
2014-02-08Converted fourcc! to loadable syntax extensionDerek Guenther-1/+4
2014-02-07Add comments to span debuggerSeo Sanghyeon-0/+5
2014-02-07Span debuggerSeo Sanghyeon-0/+31
2014-02-04Replaced with a single "quote" feature gate.James Deng-7/+2
2014-02-04Feature gate all quasi-quoting macros.James Deng-4/+21
2014-02-02syntax: remove the handling of @str and @[] from the parser completely.Huon Wilson-2/+1
2014-02-02librustc: Remove uses of `token::ident_to_str()` from librustcPatrick Walton-1/+2
2014-02-02libsyntax: Fix tests.Patrick Walton-1/+1
2014-02-02librustc: De-`@str` `NameAndSpan`Patrick Walton-1/+1
2014-02-02librustc: Fix merge fallout.Patrick Walton-6/+13
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-1/+3
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-9/+15
2014-01-30Implement default type parameters in generics.Eduard Burtescu-0/+15
2014-01-28Feature gate #[simd]David Manescu-0/+8
2014-01-27Feature gate trace_macros.xales-0/+5
2014-01-24Move macro_rules! macros to libstdSteven Fackler-20/+46
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-3/+3
2014-01-20Register new snapshotsAlex Crichton-2/+1
2014-01-18auto merge of #11632 : brson/rust/issue-11602, r=huonwbors-0/+6
2014-01-18auto merge of #11607 : alexcrichton/rust/issue-9957, r=cmrbors-5/+5
2014-01-18Forbid unnecessary visibility on view itemsAlex Crichton-5/+5
2014-01-17rustc: Feature gate `log_syntax!`. Closes #11602Brian Anderson-0/+6
2014-01-16Load macros from external modulesSteven Fackler-7/+27
2014-01-15Add a configure to disable libstd version injectionAlex Crichton-4/+18
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-1/+1
2014-01-12Bump version to 0.10-preBrian Anderson-11/+4
2014-01-09rustc: Fix style of Lint enumBrian Anderson-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-118/+116
2014-01-06Disowned the Visitor.Eduard Burtescu-12/+9
2014-01-03librustc: Remove `@mut` support from the parserPatrick Walton-3/+2
2014-01-03auto merge of #11276 : brson/rust/0.9, r=pcwaltonbors-1/+1
2014-01-02auto merge of #11093 : alexcrichton/rust/issue-11085, r=pcwaltonbors-1/+37
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-11/+12
2014-01-02Inject std libs with versionsFlorian Hahn-4/+13
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-9/+1
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-16/+16
2013-12-30auto merge of #11182 : luisbg/rust/crateid, r=cmrbors-1/+1
2013-12-29Remove @muts from ExtCtxtSteven Fackler-10/+10
2013-12-29Make ast_fold take &mut selfSteven Fackler-19/+19
2013-12-29Rename pkgid variablesLuis de Bethencourt-1/+1
2013-12-28Stop using @ExtCtxtSteven Fackler-13/+12
2013-12-26librustc: De-`@mut` `building_library` in the sessionPatrick Walton-2/+2
2013-12-26librustc: De-`@mut` the test contextPatrick Walton-5/+5
2013-12-26librustc: De-`@mut` `TestCtxt::testfns`Patrick Walton-6/+12