about summary refs log tree commit diff
path: root/src/librustc_driver/test.rs
AgeCommit message (Expand)AuthorLines
2018-04-06Fix error in rustc_driver::test.Michael Woerister-1/+1
2018-03-23Revert "fix tests in `librustc_driver`"Sean Griffin-2/+1
2018-03-14Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakisbors-5/+5
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-1/+12
2018-03-14remove defaulting to unitAndrew Cann-5/+5
2018-03-13refactor `ParamEnv::empty(Reveal)` into two distinct methodsNiko Matsakis-2/+2
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-5/+5
2018-03-01fix tests in `librustc_driver`Niko Matsakis-1/+2
2018-02-23Introduce UnpackedKindvarkor-4/+4
2018-01-19Fix rustc_driver test.rsbjorn3-1/+0
2018-01-19Fix rustc_driver test.rsbjorn3-3/+1
2018-01-19Allow runtime switching between trans backendsbjorn3-1/+1
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-2/+1
2017-12-21Combine GlobalArenas and DroplessArena into AllArenasJohn Kåre Alsaker-4/+1
2017-12-14trait alias falloutAlex Burka-0/+1
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-2/+2
2017-12-11move `resolve_lifetimes` into a proper queryNiko Matsakis-3/+0
2017-12-04make `resolve_regions_and_report_errors` take an `OutlivesEnv`Niko Matsakis-4/+5
2017-11-17strip old lub-glb tests from `librustc_driver`Niko Matsakis-212/+0
2017-11-14rustc: move the MIR pass infrastructure and list to rustc_mir.Eduard-Mihai Burtescu-2/+0
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-1/+1
2017-10-25Fix librustc_driver unit test after API change.Michael Woerister-0/+2
2017-09-23Fix errorbjorn3-1/+2
2017-09-23Add TransCrate traitbjorn3-1/+1
2017-09-20incr.comp.: Add some comments.Michael Woerister-1/+1
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-1/+1
2017-09-17rustc: Move codegen to a queryAlex Crichton-0/+14
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-5/+0
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-3/+3
2017-09-11rustc: replace usize with u64 and ConstUsize.Eduard-Mihai Burtescu-11/+11
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-1/+1
2017-09-05rustc: Store InternedString in `DefPathData`Alex Crichton-3/+0
2017-09-05rustc: Remove lang item methods from CrateStoreAlex Crichton-3/+0
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-11/+11
2017-09-01rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.Eduard-Mihai Burtescu-16/+14
2017-08-13Remove some more cfg'sbjorn3-1/+0
2017-08-12Less cfg'sbjorn3-1/+0
2017-08-11Actually make rustc_driver compile without llvmbjorn3-0/+2
2017-08-11Make librustc_driver work without librustc_transbjorn3-1/+1
2017-08-10driver: factor out `continue_parse_after_error` so it can be controlled via d...Nick Cameron-1/+3
2017-06-10rustc: make the comon case of tcx.infer_ctxt(()) nicer.Eduard-Mihai Burtescu-1/+1
2017-06-01fix librustc_driver testsNiko Matsakis-16/+14
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-0/+1
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-1/+2
2017-05-13rustc: stop interning CodeExtent, it's small enough.Eduard-Mihai Burtescu-6/+5
2017-05-13rustc: treat ReEarlyBound as free without replacing it with ReFree.Eduard-Mihai Burtescu-2/+3
2017-05-13rustc: use DefId instead of CodeExtent for FreeRegion's scope.Eduard-Mihai Burtescu-14/+14
2017-05-10rustc: Add a new `-Z force-unstable-if-unmarked` flagAlex Crichton-1/+1
2017-05-02remove `mir_passes` from `Session` and add a FIXMENiko Matsakis-1/+2
2017-05-02fix librustc_driverNiko Matsakis-0/+1