summary refs log tree commit diff
path: root/src/rustc/metadata/loader.rs
AgeCommit message (Expand)AuthorLines
2012-07-09rustc: Switch to the new resolution passPatrick Walton-0/+1
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-1/+0
2012-07-06rustc: Switch to the new resolution passPatrick Walton-0/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-5/+1
2012-07-01Convert to new closure syntaxBrian Anderson-6/+6
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-14/+14
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-16/+16
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-13Box AST identsBrian Anderson-5/+5
2012-05-29rustc: Move filesearch into metadata modBrian Anderson-1/+0
2012-05-22rustc: Eliminate metadata's dependency on sessionBrian Anderson-14/+15
2012-05-22rustc: Eliminate some session deps from metadata::loaderBrian Anderson-41/+56
2012-05-22rustc: Don't fall back to static libraries when shared isn't foundBrian Anderson-7/+2
2012-05-17Refactoring, annotating FIXMEs in remainder of metadata codeTim Chevalier-1/+1
2012-05-15rustc: Extract loader mod from creader modBrian Anderson-0/+209