summary refs log tree commit diff
path: root/src/librustc_passes
AgeCommit message (Expand)AuthorLines
2016-02-20make *mut T -> *const T a coercionAriel Ben-Yehuda-1/+2
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-3/+3
2016-02-14Auto merge of #31581 - petrochenkov:patrefact, r=Manishearthbors-3/+3
2016-02-13Auto merge of #31588 - soltanmm:layer, r=nikomatsakisbors-3/+3
2016-02-13Rename ast::Pat_ and its variantsVadim Petrochenkov-3/+3
2016-02-13Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnikbors-19/+19
2016-02-12Autoderef in librustc_passesJonas Schievink-19/+19
2016-02-12Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brsonbors-39/+40
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+15
2016-02-11[breaking-change] don't glob export ast::Mutablity variantsOliver 'ker' Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't pub export ast::Stmt_ variantsOliver Schneider-4/+4
2016-02-11[breaking-change] don't glob export ast::Expr_ variantsOliver Schneider-3/+3
2016-02-11[breaking-change] don't glob export ast::Decl_ variantsOliver Schneider-2/+2
2016-02-11Move FulfillmentContext out of InferCtxtMasood Malekghassemi-3/+3
2016-02-07Update long error explanationsGuillaume Gomez-39/+40
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-5/+12
2016-02-01Replace some aborts with ResultsNick Cameron-8/+8
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-2/+3
2016-01-26Auto merge of #31065 - nrc:ident-correct, r=pnkfelixbors-2/+3
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-2/+3
2016-01-24 Improve the error explanations for check_constAriel Ben-Yehuda-36/+50
2016-01-22The war on abort_if_errorsNick Cameron-2/+3
2016-01-21move more checks out of librustcOliver Schneider-0/+1940
2016-01-15move const block checks before lowering stepOliver Schneider-0/+244