summary refs log tree commit diff
path: root/src/librustc/front/config.rs
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-26option: rm functions that duplicate methodsDaniel Micay-1/+1
2013-03-19librustc: adjust logic for cfg attribute and add not predicate.Luqman Aden-12/+13
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-4/+4
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-1/+1
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-10/+10
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-16/+16
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-11/+14
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+1
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-7/+4
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-10/+12
2013-01-14Convert ast::{pat,field_pat,local_,arm} into structsErick Tryzelaar-7/+12
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-2/+2
2013-01-09core: rename vec.filter to vec.filteredErick Tryzelaar-2/+2
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-18/+21
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+3
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-6/+6
2012-11-28librustc: Parse `extern "C" { ... }`. r=brsonPatrick Walton-0/+1
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of "imp...Patrick Walton-2/+2
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+183