summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2015-12-09Auto merge of #30145 - petrochenkov:hyg, r=nrcbors-6/+7
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-7/+6
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-7/+6
2015-12-05Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelixbors-3/+4
2015-12-05Do MTWT resolution during lowering to HIRVadim Petrochenkov-6/+7
2015-12-04Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelixbors-0/+1
2015-12-03Make public borrowck api more accessibleFlorian Hahn-3/+4
2015-12-02Now that MIR regressions are fixed, re-enable MIR for all users.Niko Matsakis-15/+4
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-0/+1
2015-11-26fix rustc-testAriel Ben-Yehuda-3/+5
2015-11-26fix tidyAriel Ben-Yehuda-1/+4
2015-11-26fix tests & rustdocAriel Ben-Yehuda-1/+1
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-9/+10
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-2/+3
2015-11-26make CrateStore a trait objectAriel Ben-Yehuda-9/+48
2015-11-26Auto merge of #30054 - Ms2ger:TypeOrigin, r=eddybbors-2/+2
2015-11-26Use the TypeOrigin variants qualified.Ms2ger-2/+2
2015-11-26Consider a crate staged if it has `stable` or `unstable` in its rootVadim Petrochenkov-2/+2
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-25Remove `#[staged_api]`Vadim Petrochenkov-2/+2
2015-11-22Auto merge of #29980 - Manishearth:missing-diag, r=eddybbors-0/+2
2015-11-22Register diagnostics for rustc_privacy and rustc_trans properlyManish Goregaokar-0/+2
2015-11-22Look up macro names as well when suggesting replacements for function resolve...Manish Goregaokar-6/+7
2015-11-19Changes to data produced by privacy passVadim Petrochenkov-9/+6
2015-11-18Update unit tests in driver.Niko Matsakis-2/+3
2015-11-18Port a bunch of code new-visitor; all of these ports wereNiko Matsakis-2/+3
2015-11-18Auto merge of #29083 - petrochenkov:stability3, r=alexcrichtonbors-2/+1
2015-11-18MIR: Add pass that erases all regions right before transMichael Woerister-3/+7
2015-11-18Rework stability annotation passVadim Petrochenkov-2/+1
2015-11-16rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`Oliver Schneider-1/+1
2015-11-12Make the mir_map available to the after_analysis CompileController step.Scott Olson-0/+5
2015-11-12Auto merge of #29764 - nrc:stats, r=nikomatsakisbors-0/+17
2015-11-12Fix hygiene regression in patternsVadim Petrochenkov-1/+2
2015-11-12Add -Zinput-statsNick Cameron-0/+17
2015-11-10Manual fixups.Jose Narvaez-1/+1
2015-11-10Rustfmting librustc_driver.Jose Narvaez-743/+797
2015-11-07Fixed text alignment for output of "rustc -Z help"inrustwetrust-12/+18
2015-11-04Remove use of RefCell<DefMap> in resolve_lifetimeJonathan S-3/+3
2015-11-04Remove use of RefCell<DefMap> in check_static_recursionJonathan S-1/+1
2015-11-03Pass the mir map to transNiko Matsakis-13/+18
2015-10-28Remove contraction. The contraction rules predated the notion of anNiko Matsakis-10/+14
2015-10-26Disable MIR on beta/stable until we've resolved #29227 is resolved.Niko Matsakis-3/+13
2015-10-22fix bug in hir,identifiedNiko Matsakis-1/+1
2015-10-21save-analysis: don't recompute crate nameNick Cameron-9/+13
2015-10-09review commentsNick Cameron-16/+16
2015-10-09Misc fixupsNick Cameron-5/+6
2015-10-09Cache ids between lowering runsNick Cameron-7/+5
2015-10-09Move `for` loop desugaring to loweringNick Cameron-46/+46
2015-10-09Add a lowering contextNick Cameron-8/+21
2015-10-08Rollup merge of #28872 - iwillspeak:master, r=ManishearthSteve Klabnik-1/+6