summary refs log tree commit diff
path: root/src/librustc_driver/test.rs
AgeCommit message (Expand)AuthorLines
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
2015-11-26Use the TypeOrigin variants qualified.Ms2ger-2/+2
2015-11-18Update unit tests in driver.Niko Matsakis-2/+3
2015-11-10Rustfmting librustc_driver.Jose Narvaez-122/+103
2015-11-04Remove use of RefCell<DefMap> in resolve_lifetimeJonathan S-1/+1
2015-10-28Remove contraction. The contraction rules predated the notion of anNiko Matsakis-10/+14
2015-10-09Misc fixupsNick Cameron-3/+4
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-1/+1
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-1/+1
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-1/+1
2015-09-14move middle::ty and related modules to middle/ty/Ariel Ben-Yehuda-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-13/+17
2015-08-24fix other testAriel Ben-Yehuda-3/+5
2015-08-24Use a Vec instead of an HashMap for the scope hierarchyAriel Ben-Yehuda-18/+28
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+1
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-1/+1
2015-07-01Update librustc_driver/test.rsJared Roesch-1/+1
2015-06-28Fix librustc_driver/test.rsJared Roesch-1/+1
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-10/+10
2015-06-26rustc: make ty::mk_* constructors into methods on ty::ctxt.Eduard Burtescu-37/+31
2015-06-26rustc: combine type-flag-checking traits and fns and into one trait.Eduard Burtescu-7/+7
2015-06-20Auto merge of #26417 - brson:feature-err, r=steveklabnikbors-0/+2
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-0/+2