about summary refs log tree commit diff
path: root/src/librustc_driver/test.rs
AgeCommit message (Expand)AuthorLines
2016-05-30Move driver::Resolutions::def_map out of its RefCell.Ms2ger-2/+3
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-5/+6
2016-05-13Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1bors-6/+5
2016-05-11Make LocalCrateReader private to creader.Ms2ger-2/+2
2016-05-11Hand ownership of the Definitions to map_crate.Ms2ger-2/+0
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-5/+5
2016-05-11rustc: More interning for data used in Ty<'tcx>.Eduard Burtescu-2/+2
2016-05-11rustc: Wrap users of InferCtxt in an anonymous scope.Eduard Burtescu-19/+19
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-12/+12
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-1/+1
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-5/+2
2016-05-11infer: Use methods for creating an InferCtxt.Eduard Burtescu-4/+2
2016-05-10Delay wrapping Definitions into a RefCell around LocalCrateReader.Ms2ger-4/+5
2016-05-10Store a reference rather than a RefCell in LocalCrateReader.Ms2ger-1/+1
2016-05-09Fix fallout in `librustdoc` and in testsJeffrey Seyfried-11/+12
2016-05-03Fix more testsSeo Sanghyeon-1/+0
2016-05-03Warn unused trait importsSeo Sanghyeon-1/+2
2016-05-02patch travis failureNiko Matsakis-1/+2
2016-05-02fix error message in librustc_driver testsNiko Matsakis-1/+2
2016-05-02refactor the Emitter traitNiko Matsakis-8/+9
2016-05-02refactor to use new snippet code and modelNiko Matsakis-4/+0
2016-04-20debugging, misc fixesNick Cameron-4/+8
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+3
2016-04-04Address nitsMasood Malekghassemi-3/+3
2016-03-29Plumb obligations through librustc/inferMasood Malekghassemi-8/+17
2016-03-28Refactor s.t. TypeRelation implementors don't escape InferCtxtMasood Malekghassemi-14/+11
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-15/+15
2016-03-27rustc: move middle::subst into middle::ty.Eduard Burtescu-2/+2
2016-03-25Make the definite name of the local crate available in the tcx.Michael Woerister-0/+1
2016-03-14Auto merge of #30652 - aturon:specialization, r=nikomatsakisbors-1/+5
2016-03-14Fixes after rebaseAaron Turon-1/+5
2016-03-14Auto merge of #32169 - mitaa:anon-tip, r=nrcbors-1/+4
2016-03-14Allow custom filenames for anonymous inputsmitaa-1/+4
2016-03-09Auto merge of #31710 - eddyb:reify, r=nikomatsakisbors-10/+9
2016-03-09Split TyBareFn into TyFnDef and TyFnPtr.Eli Friedman-10/+9
2016-03-09Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrcbors-1/+1
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-3/+3
2016-02-16Move more uses of `panictry!` out of libsyntaxJonas Schievink-1/+1
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-2/+3
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-5/+8
2016-02-02Reviewer requested changes and test fixesNick Cameron-1/+1
2016-01-28Implement MultiSpan error reportingmitaa-3/+3
2016-01-16only insert global predicates into the global cache once we'veNiko Matsakis-1/+1
2016-01-07Refactor away extension traits RegionEscape and HasTypeFlagsJeffrey Seyfried-1/+1
2015-12-30RefactoringNick Cameron-1/+1
2015-12-28rewrite the method-receiver matching codeAriel Ben-Yehuda-1/+0
2015-12-17test errorsNick Cameron-20/+10
2015-11-26fix rustc-testAriel Ben-Yehuda-3/+5
2015-11-26fix tests & rustdocAriel Ben-Yehuda-1/+1
2015-11-26make CrateStore a trait objectAriel Ben-Yehuda-1/+3