summary refs log tree commit diff
path: root/src/librustc/front/std_inject.rs
AgeCommit message (Expand)AuthorLines
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-9/+7
2014-01-02Inject std libs with versionsFlorian Hahn-3/+8
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-7/+0
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-7/+7
2013-12-29Make ast_fold take &mut selfSteven Fackler-4/+4
2013-12-26librustc: De-`@mut` `building_library` in the sessionPatrick Walton-1/+1
2013-12-24rustc: Temporarily inject libgreen with librustuvAlex Crichton-0/+9
2013-11-26Support multiple item macrosSteven Fackler-2/+3
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-2/+2
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-7/+22
2013-09-29Remove all usage of @ast::CrateAlex Crichton-8/+7
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-83/+96
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-10Delay assignment of node ids until after expansion. Ensures that each AST nodeNiko Matsakis-2/+2
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-2/+2
2013-08-27librustc: Add support for type parameters in the middle of paths.Patrick Walton-5/+12
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-1/+1
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-9/+9
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-11/+5
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-3/+3
2013-07-17rustc: implement a `#[no_implicit_prelude]` attribute.Huon Wilson-1/+19
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-07-07De-managed ast::PathJames Miller-1/+1
2013-07-07Stop allocating view_items with @James Miller-2/+2
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+1
2013-06-27Remove many shared pointersPhilipp Brüschweiler-2/+2
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+2
2013-05-22librustc: Make `std_inject` inject the name `std`, not `core`Patrick Walton-2/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22librustc: Rename core injection to std injectionPatrick Walton-0/+107