about summary refs log tree commit diff
path: root/src/librustc/front/std_inject.rs
AgeCommit message (Expand)AuthorLines
2014-09-17move std_inject to libsyntaxNick Cameron-237/+0
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-28/+24
2014-09-01Updated to new extern crate syntax.wickerwaka-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+14
2014-07-25rustc: Future proof runtime injectionBrian Anderson-2/+8
2014-07-21rustc: Allow the crate linked to as 'std' to be customizedBrian Anderson-1/+8
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-18/+4
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-15Register new snapshotsAlex Crichton-8/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+8
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-3/+5
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-7/+3
2014-06-09Implement #[plugin_registrar]Keegan McAllister-1/+1
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-7/+3
2014-05-24First sketch of lint passSteven Fackler-0/+6
2014-05-24Add AttrId to Attribute_Steven Fackler-4/+7
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-20Change std inject attributes to outer attributesKevin Ballard-23/+29
2014-05-13rustc: Make std_inject valid for pretty-printerklutzy-3/+25
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11Reorganise driver code.Nick Cameron-2/+2
2014-05-02rustc: Remove the session building_library flagAlex Crichton-2/+5
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-1/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-2/+2
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
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