summary refs log tree commit diff
path: root/src/librustc/session/mod.rs
AgeCommit message (Expand)AuthorLines
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-8/+5
2016-06-28cleanup: refactor away `ast::NodeIdAssigner`Jeffrey Seyfried-15/+4
2016-06-23make old school mode a bit more configurableJonathan Turner-1/+4
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-7/+6
2016-06-06Remove old -Z options that do nothingJonas Schievink-3/+0
2016-05-27Emit "no-frame-pointer-elim" attribute for closures, shims, and glue.Michael Woerister-1/+6
2016-05-25rustc: use a simpler scheme for plugin registrar symbol names.Eduard Burtescu-0/+10
2016-05-18fix indentation of session/mod.rsNiko Matsakis-3/+3
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-5/+17
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-3/+8
2016-05-02refactor to use new snippet code and modelNiko Matsakis-2/+2
2016-04-27rustc_driver: Allow running the compiler with a FileLoaderAdolfo Ochagavía-1/+13
2016-04-20librustc: remove outdated workaroundTamir Duberstein-3/+0
2016-04-20Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichtonbors-0/+57
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-3/+3
2016-04-09Introduce the `init_llvm` functionAndrea Canciani-0/+57
2016-03-31librustc: excise Session's now-unused bug methodsBenjamin Herr-17/+0
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-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-04Add Pass manager for MIRSimonas Kazlauskas-3/+3
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-0/+3
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-28Auto merge of #30411 - mitaa:multispan, r=nrcbors-44/+44
2016-01-28Implement MultiSpan error reportingmitaa-44/+44
2016-01-28Fix checking if there have been new errors.Tomasz Miąsko-2/+2
2016-01-26Initial work towards abort-free compilationNick Cameron-5/+18
2016-01-22The war on abort_if_errorsNick Cameron-3/+4
2016-01-15Address reviewer commentsNick Cameron-4/+8
2016-01-15Add an --output option for specifying an error emitterNick Cameron-10/+24
2015-12-30use structured errorsNick Cameron-34/+46
2015-12-30Structured diagnosticsNick Cameron-29/+50
2015-12-18Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1bors-7/+0
2015-12-18Make RFC 1214 warnings into errors, and rip out the "warn or err"Niko Matsakis-7/+0
2015-12-17Move a bunch of stuff from Session to syntax::errorsNick Cameron-60/+11
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-30/+29
2015-12-11Make name resolution errors non-fatalNick Cameron-0/+9
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-2/+2
2015-11-26make CrateStore a trait objectAriel Ben-Yehuda-7/+9
2015-11-22Look up macro names as well when suggesting replacements for function resolve...Manish Goregaokar-1/+7
2015-10-27Make fatal errors more consistent.Eli Friedman-3/+3
2015-10-09Cache ids between lowering runsNick Cameron-0/+4