summary refs log tree commit diff
path: root/src/librustc/front/test.rs
AgeCommit message (Expand)AuthorLines
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
2013-07-04Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat...Huon Wilson-7/+9
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