summary refs log tree commit diff
path: root/src/librustc/front/std_inject.rs
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-2/+1
2014-03-21auto merge of #13016 : huonw/rust/new-opt-vec, r=cmrbors-3/+3
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-3/+3
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-13/+5
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-3/+3
2014-03-17De-@ Session usage.Eduard Burtescu-10/+10
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-2/+2
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-3/+3
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-20/+19
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-5/+5
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-28/+28
2014-02-02librustc: Fix merge fallout.Patrick Walton-5/+12
2014-01-24Move macro_rules! macros to libstdSteven Fackler-20/+46
2014-01-20Register new snapshotsAlex Crichton-2/+1
2014-01-18Forbid unnecessary visibility on view itemsAlex Crichton-4/+4
2014-01-15Add a configure to disable libstd version injectionAlex Crichton-3/+16
2014-01-12Bump version to 0.10-preBrian Anderson-8/+3
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-29/+28
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