about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2016-02-19Do less panicking in generalJonas Schievink-2/+20
2016-02-16Move more uses of `panictry!` out of libsyntaxJonas Schievink-18/+18
2016-02-14Implement --unpretty mirJonas Schievink-1/+49
2016-02-13Auto merge of #31358 - japaric:print-targets, r=alexcrichtonbors-0/+5
2016-02-13Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnikbors-4/+4
2016-02-12Use more autoderef in rustc_driverJonas Schievink-4/+4
2016-02-12Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brsonbors-2/+2
2016-02-12rustc: add a `--print target-list` commandJorge Aparicio-0/+5
2016-02-12Auto merge of #31583 - petrochenkov:indi_ast, r=Manishearthbors-2/+2
2016-02-11Remove some unnecessary indirection from AST structuresVadim Petrochenkov-2/+2
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+33
2016-02-11fixup: meta item kindOliver Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::TraitItemKind variantsOliver 'ker' Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-5/+5
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-4/+4
2016-02-11[breaking-change] don't pub export ast::Lit_ variantsOliver Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::Expr_ variantsOliver Schneider-1/+1
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-2/+3
2016-02-11[breaking-change] don't glob export ast::BlockCheckMode variantsOliver Schneider-2/+2
2016-02-10Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brsonbors-21/+60
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-2/+7
2016-02-09make `MirMap` a struct instead of a type alias for `NodeMap`Oliver Schneider-1/+1
2016-02-08driver: Include invalid predicate in error messageKamal Marhubi-5/+20
2016-02-08rustc: Implement a new `--print cfg` flagAlex Crichton-0/+19
2016-02-08driver: Disallow predicates in --cfg specsKamal Marhubi-1/+16
2016-02-08driver: Extract handling of --explain to separate functionKamal Marhubi-20/+23
2016-02-08driver: Pass session options to CompilerCallbacks::early_callback()Kamal Marhubi-1/+7
2016-02-07Add compile-fail test in rustdocGuillaume Gomez-2/+2
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-30/+46
2016-02-02Reviewer requested changes and test fixesNick Cameron-1/+1
2016-02-01Try to run compiler callbacks when we error outNick Cameron-75/+106
2016-02-01Replace some aborts with ResultsNick Cameron-25/+15
2016-01-28Auto merge of #30411 - mitaa:multispan, r=nrcbors-3/+3
2016-01-28Implement MultiSpan error reportingmitaa-3/+3
2016-01-27Auto merge of #31206 - nrc:early-save, r=nikomatsakisbors-246/+294
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-0/+1
2016-01-26rebasingNick Cameron-2/+2
2016-01-26Initial work towards abort-free compilationNick Cameron-246/+294
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-22test falloutNick Cameron-11/+22
2016-01-22The war on abort_if_errorsNick Cameron-31/+33
2016-01-21move more checks out of librustcOliver Schneider-6/+7
2016-01-16Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturonbors-1/+1
2016-01-16only insert global predicates into the global cache once we'veNiko Matsakis-1/+1
2016-01-16Auto merge of #30930 - oli-obk:fix/30887, r=arielb1bors-1/+6
2016-01-15move const block checks before lowering stepOliver Schneider-1/+6
2016-01-15Address reviewer commentsNick Cameron-3/+3
2016-01-15Add an --output option for specifying an error emitterNick Cameron-11/+12
2016-01-11Replace --show-span with -Z show-spanMatt Kraai-6/+3
2016-01-07Auto merge of #30317 - jseyfried:refactor_type_folder, r=nikomatsakisbors-1/+1