summary refs log tree commit diff
path: root/src/librustc/front/test.rs
AgeCommit message (Expand)AuthorLines
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-1/+1
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+1
2013-06-27Remove many shared pointersPhilipp Brüschweiler-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-8/+8
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-3/+2
2013-06-09remove unused import warningsHuon Wilson-1/+0
2013-06-05removed unused imports (and one unused argument)John Clements-6/+3
2013-06-05removed some interner fieldsJohn Clements-3/+4
2013-06-01syntax: move callee_id into the expr_ variantsErick Tryzelaar-4/+0
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+2
2013-05-22librustc: Change `std` to `extra` throughout libsyntax and librustcPatrick Walton-13/+13
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22syntax/ext: modernise ext_ctxt to be CamelCase and use new.Huon Wilson-3/+3
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-8/+8
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-1/+1
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-2/+2
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-10/+9
2013-05-02Lets see if changing `span_fatal` to `span_err` gets me further through make ...Felix S. Klock II-1/+1
2013-05-02Issue 4391: rustc should not silently skip tests with erroneous signature.Felix S. Klock II-2/+9
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+3
2013-04-27only use #[no_core] in libcoreDaniel Micay-3/+0
2013-04-22librustc: Remove `use mod` from the languagePatrick Walton-1/+0
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-5/+5
2013-04-10Bump version to 0.7-preBrian Anderson-1/+1
2013-04-10path -> PathJohn Clements-4/+4
2013-04-09Bump version to 0.7-preBrian Anderson-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-3/+3
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-2/+2
2013-03-21librustc: Register new snapshotsPatrick Walton-18/+0
2013-03-20add stage3 markers where necessary for dist-snapGraydon Hoare-0/+1
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-2/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-2/+18
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-4/+4
2013-03-06Fix a bug with region-parameterized enums etc where trans consideredNiko Matsakis-2/+4
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-5/+4
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-3/+3
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-3/+3
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-8/+10
2013-02-21Get rid of structural records in libsyntax and the last bit in librustc.Luqman Aden-10/+8
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-13/+21
2013-02-19convert ast::meta_items to take @~strsErick Tryzelaar-1/+1
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-4/+4
2013-02-19libsyntax: change attr:get_attr_name to take a refErick Tryzelaar-1/+1