about summary refs log tree commit diff
path: root/src/librustc/front/core_inject.rs
AgeCommit message (Expand)AuthorLines
2013-05-22librustc: Rename core injection to std injectionPatrick Walton-108/+0
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-1/+1
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-3/+3
2013-04-27only use #[no_core] in libcoreDaniel Micay-3/+0
2013-04-10Bump version to 0.7-preBrian Anderson-1/+1
2013-04-10path -> PathJohn Clements-1/+1
2013-04-09Bump version to 0.7-preBrian Anderson-1/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-5/+11
2013-02-25libsyntax: Convert ast::attribute_ to store a @meta_itemErick Tryzelaar-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-19convert ast::meta_items to take @~strsErick Tryzelaar-1/+1
2013-02-17libsyntax: Update view_item_use/import to reflect actual usageLuqman Aden-2/+3
2013-01-31test cases, cleanupJohn Clements-2/+3
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-4/+2
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-2/+2
2013-01-18Comments: turn XXXes into FIXMEsTim Chevalier-2/+2
2013-01-14convert ast::crate_ into a struct.Erick Tryzelaar-1/+1
2013-01-14convert ast::attribute_ and ast::view_item to a structErick Tryzelaar-20/+19
2013-01-14Change ast::path into a struct.Erick Tryzelaar-1/+1
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+13
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-13/+4
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+13
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-3/+10
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-24/+56
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-13librustc: Stop reexporting all of core in every crate. rs=really-bad-bugPatrick Walton-2/+2
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+49