summary refs log tree commit diff
path: root/src/librustc/metadata/loader.rs
AgeCommit message (Expand)AuthorLines
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-5/+8
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-1/+1
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-2/+2
2013-03-05rustc: minor code cleanupErick Tryzelaar-1/+1
2013-03-05rustc: remove some copiesErick Tryzelaar-6/+7
2013-02-20MergeTim Chevalier-2/+2
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-19/+17
2013-02-19librustc: convert creader and cstore to use @~strsErick Tryzelaar-6/+6
2013-02-19librustc: minor cleanupErick Tryzelaar-8/+8
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-1/+1
2013-02-15librustc: Get rid of `move`.Luqman Aden-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2/+3
2013-01-29librustc: De-export metadata. rs=deexportingPatrick Walton-21/+11
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-1/+1
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-40/+42
2013-01-14syntax/rustc: Eliminate some bad copiesTim Chevalier-1/+1
2013-01-13Support ARM and Androidkyeongwoon-2/+5
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-2/+3
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-3/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-2/+3
2013-01-08arrange core::os::constsILyoan-5/+11
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-8/+9
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-5/+17
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+1
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+238