about summary refs log tree commit diff
path: root/src/librustc/front/intrinsic_inject.rs
AgeCommit message (Expand)AuthorLines
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-47/+0
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-0/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-1/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-4/+0
2013-01-31test cases, cleanupJohn Clements-1/+2
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-3/+1
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-1/+1
2013-01-14convert ast::crate_ into a struct.Erick Tryzelaar-2/+7
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-2/+5
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-3/+4
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-3/+3
2012-12-18core: add macro_rules! for "condition! { c: in -> out; }".Graydon Hoare-1/+1
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/+29