about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
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
2015-10-07Make `--explain` Handle Partial Error CodesWill Speak-1/+6
2015-10-06rename `dump` to `mir_map`, which seems more suitableNiko Matsakis-1/+1
2015-10-06make mir map available to later passes (currently unused)Niko Matsakis-2/+3
2015-10-04do MIR construction after pattern evaluation for now to sidestepNiko Matsakis-3/+3
2015-10-02Auto merge of #28650 - sanxiyn:attr-usage, r=nrcbors-0/+4
2015-10-02Auto merge of #28768 - alexcrichton:dep-info++, r=brsonbors-34/+31
2015-10-02rustc: Emit phony targets for inputs in dep-infoAlex Crichton-1/+8
2015-10-03Check attribute usageSeo Sanghyeon-0/+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-2/+2
2015-09-30rustc: Support output filenames for each emit typeAlex Crichton-33/+23
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-1/+1
2015-09-23Remove random Idents outside of libsyntaxVadim Petrochenkov-2/+1
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-1/+1
2015-09-17Auto merge of #28454 - GSam:master, r=nrcbors-1/+3
2015-09-17Add compiler option to keep mtwt tablesGarming Sam-1/+3
2015-09-17Change to a multi-trait approachNick Cameron-3/+6
2015-09-17Changes to testsNick Cameron-4/+3
2015-09-17Add an early lint pass for lints that operate on the ASTNick Cameron-8/+6
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-0/+1
2015-09-14move middle::ty and related modules to middle/ty/Ariel Ben-Yehuda-1/+1
2015-09-06add MIR crate and link it into the driverNiko Matsakis-0/+5
2015-09-03Move lints to HIRManish Goregaokar-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-101/+273
2015-08-25Respect `--color` when printing early errorsBarosl Lee-13/+16
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-21Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis...Richard Diamond-0/+3
2015-08-17Add some SIMD target_feature cfg's when appropriate.Huon Wilson-1/+101
2015-08-17feature gate `cfg(target_feature)`.Huon Wilson-3/+16
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-84/+82
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-08-05Auto merge of #27458 - mitaa:local_cpath, r=nikomatsakisbors-2/+2