about summary refs log tree commit diff
path: root/src/librustc_driver/test.rs
AgeCommit message (Expand)AuthorLines
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-30Remove the capture mode map and just store the capture mode for individual va...Niko Matsakis-2/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-27accommodate new scoping rules in librustc_driver unit tests.Felix S. Klock II-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21tests: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-0/+1
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-06More test fixesAlex Crichton-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05remove mk_closureJorge Aparicio-33/+0
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-3/+3
2015-01-01Implement an iterator for walking types rather than the old callback code.Niko Matsakis-2/+54
2014-12-30Move the scalar types out of static data so that we can put `Rc` into sty.Niko Matsakis-46/+57
2014-12-30More rebase fixes.Huon Wilson-2/+2
2014-12-29Update rustc_driver tests.Huon Wilson-13/+17
2014-12-29Collect tcx arenas into a single struct.Huon Wilson-6/+2
2014-12-29Intern BareFnTys to make sty slightly smaller.Huon Wilson-1/+4
2014-12-27save-analysis: emit names of items that a glob import actually imports.Nick Cameron-1/+1
2014-12-22Rote changes that don't care to distinguish between a fn pointer and a fn item.Niko Matsakis-1/+12
2014-12-20Split resolve from rustc::middle into rustc_resolve.Eduard Burtescu-1/+1
2014-12-19Centralize on using `Binder` to introduce new binding levels, rather than hav...Niko Matsakis-2/+2
2014-12-19Fix bug in higher-ranked code that would sometimes leak skolemized regions an...Niko Matsakis-0/+42
2014-12-19Add tests for sub relationship on free/bound regions, revealing a bug.Niko Matsakis-0/+81
2014-12-17Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-1/+1
2014-12-13librustc_driver: use unboxed closuresJorge Aparicio-3/+5
2014-12-05Fix various references in late-running tests and thingsNiko Matsakis-18/+18
2014-12-04Separate the driver into its own crate that uses trans, typeck.Niko Matsakis-0/+683