summary refs log tree commit diff
path: root/src/librustc/front/test.rs
AgeCommit message (Expand)AuthorLines
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-1/+1
2014-03-29Use new inner attribute syntax in test frameworkSteven Fackler-3/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-18/+6
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-3/+3
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-03-18rustc: test: don't silently ignore bad benchesCorey Richardson-5/+10
2014-03-17De-@ ParseSess uses.Eduard Burtescu-1/+1
2014-03-17De-@ Session usage.Eduard Burtescu-5/+5
2014-03-15auto merge of #12791 : alexcrichton/rust/liblog, r=brsonbors-0/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-0/+1
2014-03-15Squash test ~[] warningSteven Fackler-0/+1
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-2/+2
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-3/+4
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-8/+8
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-1/+1
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-1/+6
2014-03-03Register new snapshotsAlex Crichton-18/+0
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-18/+41
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-4/+3
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-12/+12
2014-02-02libsyntax: Fix tests.Patrick Walton-1/+1
2014-02-02librustc: De-`@str` `NameAndSpan`Patrick Walton-1/+1
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-3/+5
2014-01-18auto merge of #11607 : alexcrichton/rust/issue-9957, r=cmrbors-1/+1
2014-01-18Forbid unnecessary visibility on view itemsAlex Crichton-1/+1
2014-01-16Load macros from external modulesSteven Fackler-6/+8
2014-01-15Add a configure to disable libstd version injectionAlex Crichton-1/+2
2014-01-12Bump version to 0.10-preBrian Anderson-3/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-40/+40
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