about summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-3/+3
2016-04-10Remove an extra command from the usage messageMatt Kraai-1/+1
2016-04-09Introduce the `init_llvm` functionAndrea Canciani-0/+57
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-12/+19
2016-04-06restructure rustc options relating to incr. comp.Niko Matsakis-12/+19
2016-04-05Centralize nightly compiler flags handlingGuillaume Gomez-21/+85
2016-03-31librustc: excise Session's now-unused bug methodsBenjamin Herr-17/+0
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-2/+2
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-1/+1
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-1/+1
2016-03-31librustc: add {span_,}bug! macrosBenjamin Herr-0/+34
2016-03-31Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrcManish Goregaokar-0/+6
2016-03-30Put in `-Z continue-parse-after-error`Felix S. Klock II-0/+6
2016-03-29Remove unnecessary dependencies on rustc_llvm.Eduard Burtescu-6/+0
2016-03-28Auto merge of #32267 - durka:inclusive-range-error, r=nrcbors-0/+4
2016-03-26Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk...Manish Goregaokar-1/+7
2016-03-25store krate information more uniformlyNiko Matsakis-2/+3
2016-03-25Compute a salt from arguments passed via -Cmetadata.Michael Woerister-2/+7
2016-03-25suppress duplicate lintsNiko Matsakis-1/+7
2016-03-24fatal error instead of ICE for impossible range during HIR loweringAlex Burka-0/+4
2016-03-23allow dumping intermediate IR with -Z dump-mirNiko Matsakis-0/+2
2016-03-17Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used.Eduard Burtescu-0/+2
2016-03-14Auto merge of #32169 - mitaa:anon-tip, r=nrcbors-3/+7
2016-03-14Allow custom filenames for anonymous inputsmitaa-3/+7
2016-03-13Auto merge of #32229 - Manishearth:rollup, r=Manishearthbors-0/+4
2016-03-12Don't allow values for codegen-units less than 1 (fixes #32191)Manish Goregaokar-0/+4
2016-03-04Add Pass manager for MIRSimonas Kazlauskas-3/+3
2016-03-02Add usage documentation for `--print cfg`Andrea Canciani-1/+1
2016-02-24rustc: Refactor how unstable flags are handledAlex Crichton-64/+117
2016-02-20add -Z mir-opt-level to disable MIR optimizationsAriel Ben-Yehuda-0/+6
2016-02-16Fix wrong help message left in #31368Johan Lorenzo-1/+1
2016-02-14Stricter matching of `--cfg` options on rustcDirk Gadsden-4/+14
2016-02-13Auto merge of #31358 - japaric:print-targets, r=alexcrichtonbors-1/+3
2016-02-12Auto merge of #31550 - Stebalien:fix-color, r=nrcbors-6/+6
2016-02-12rustc: add a `--print target-list` commandJorge Aparicio-1/+3
2016-02-12Auto merge of #31368 - JohanLorenzo:dont-strip-if-test-build, r=alexcrichtonbors-0/+2
2016-02-11[breaking-change] don't glob export ast::{UintTy, IntTy} variantsOliver Schneider-2/+2
2016-02-11Add -C link-dead-code option r=alexcrichtonJohan Lorenzo-0/+2
2016-02-10Don't assume color=always when explicitally specifiedSteven Allen-6/+6
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-0/+3
2016-02-08rustc: Implement a new `--print cfg` flagAlex Crichton-0/+2
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-3/+8
2016-02-03Improve wording of --target helpSimonas Kazlauskas-5/+1
2016-02-02Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrcbors-1/+7
2016-02-02Reviewer requested changes and test fixesNick Cameron-4/+4
2016-02-01Implemented macro referencing for save analysisDaniel Campbell-1/+7
2016-02-01Replace some aborts with ResultsNick Cameron-11/+12
2016-01-29Auto merge of #30900 - michaelwoerister:trans_item_collect, r=nikomatsakisbors-0/+2
2016-01-28Auto merge of #30411 - mitaa:multispan, r=nrcbors-44/+44
2016-01-28Implement MultiSpan error reportingmitaa-44/+44