summary refs log tree commit diff
path: root/src/librustc_driver/test.rs
AgeCommit message (Expand)AuthorLines
2015-04-29fix rustc_driver testsNiko Matsakis-1/+3
2015-04-23Fix some missing casesNiko Matsakis-1/+6
2015-04-02Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelixManish Goregaokar-9/+9
2015-04-01Auto merge of #23109 - nikomatsakis:closure-region-hierarchy, r=pnkfelixbors-0/+1
2015-04-01Implement the new region hierarchy rules, in which regions from distinctNiko Matsakis-0/+1
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-6/+5
2015-03-31Port over type inference to using the new type relation stuffNiko Matsakis-9/+9
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-64/+64
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-0/+2
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-5/+5
2015-02-22Fix test falloutsFlavio Percoco-1/+1
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-1/+1
2015-02-11Added DestructionScope variant to CodeExtent, representing the areaFelix S. Klock II-2/+2
2015-02-07Feature-gate #![no_std]Keegan McAllister-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-04More test fixesManish Goregaokar-2/+1
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