summary refs log tree commit diff
path: root/src/librustc/front/test.rs
AgeCommit message (Expand)AuthorLines
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-2/+5
2014-01-02Inject std libs with versionsFlorian Hahn-1/+5
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-2/+1
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-9/+9
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-4/+4
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-1/+1
2013-12-26librustc: De-`@mut` the test contextPatrick Walton-5/+5
2013-12-26librustc: De-`@mut` `TestCtxt::testfns`Patrick Walton-6/+12
2013-12-26librustc: De-`@mut` `TestCtxt::path`Patrick Walton-6/+13
2013-12-15Register new snapshotsAlex Crichton-3/+2
2013-12-10Extend allocation lint for boxing expressionsSeo Sanghyeon-1/+1
2013-12-07syntax: print expansion info from #[attribute] macros in the correctHuon Wilson-1/+2
2013-11-26Support multiple item macrosSteven Fackler-2/+3
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-6/+6
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-6/+6
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-1/+1
2013-09-30rustc: Remove usage of fmt!Alex Crichton-6/+6
2013-09-29Remove all usage of @ast::CrateAlex Crichton-15/+16
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
2013-09-23librustc: Remove garbage collected functions from front/{config,test} and met...Patrick Walton-2/+0
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-88/+87
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-18Register new snapshotsAlex Crichton-116/+0
2013-09-10Delay assignment of node ids until after expansion. Ensures that each AST nodeNiko Matsakis-11/+10
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-15/+15
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-4/+4
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-4/+4
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-2/+2
2013-08-27librustc: Add support for type parameters in the middle of paths.Patrick Walton-11/+20
2013-08-18quote_*! macros take an ExtCtxSteven Fackler-0/+110
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-2/+2
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-1/+1
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-13/+13
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-38/+27
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-17/+22
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-07-07Fix a warning when generating testsAlex Crichton-2/+2
2013-07-07De-managed ast::PathJames Miller-4/+4
2013-07-07Stop allocating view_items with @James Miller-4/+3
2013-07-05Do not rely on newtype enum dereferenceSeo Sanghyeon-3/+3