summary refs log tree commit diff
path: root/src/librustc_driver/test.rs
AgeCommit message (Expand)AuthorLines
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
2017-05-01patch the `librustc_driver` unit testsNiko Matsakis-28/+25
2017-04-30introduce per-fn RegionMapsTaylor Cramer-1/+2
2017-04-30intern CodeExtentsNiko Matsakis-4/+4
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-2/+2
2017-04-22avoid calling `mk_region` unnecessarilyAriel Ben-Yehuda-2/+2
2017-04-19propagate other obligations that were left outNiko Matsakis-3/+3
2017-04-12Add global_asm testsA.J. Gardner-0/+1
2017-03-27Fix various useless derefs and slicingsOliver Schneider-1/+1
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-1/+1
2017-02-25rustc: combine BareFnTy and ClosureTy into FnSig.Eduard-Mihai Burtescu-5/+7
2017-02-25rustc: introduce a query system for type information in ty::maps.Eduard Burtescu-0/+2
2017-02-04Fix testAndrew Cann-1/+1
2017-02-03Add warning for () to ! switchAndrew Cann-4/+4
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-7/+4
2017-01-26rustc: don't call the HIR AST.Eduard-Mihai Burtescu-6/+6
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-2/+2
2017-01-17Teach Diagnostics to highlight textEsteban Küber-2/+2
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-1/+1
2016-12-31Split CtxtArenas into GlobalArenas and CtxtInterners.Mark Simulacrum-1/+4
2016-12-19Simplify `TyCtxt::create_and_enter`.Jeffrey Seyfried-3/+1
2016-12-12Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakisbors-3/+5
2016-12-05Refactor FnSig to contain a Slice for its inputs and outputs.Mark-Simulacrum-6/+1