summary refs log tree commit diff
path: root/src/librustc/session/mod.rs
AgeCommit message (Expand)AuthorLines
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
2015-10-09Move `for` loop desugaring to loweringNick Cameron-4/+7
2015-09-25std: Update MatchIndices to return a subsliceAlex Crichton-2/+2
2015-08-25Respect `--color` when printing early errorsBarosl Lee-4/+4
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-3/+11
2015-08-12Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b...Niko Matsakis-0/+14
2015-08-07Turn nonzeroing move hints back off by default.Felix S. Klock II-1/+1
2015-07-28debugflag to turn off nonzeroing move hint optimization.Felix S. Klock II-0/+3
2015-07-18split "has incompatible type for trait" errors into multiple linesAndrew Paseltiner-1/+2
2015-05-24Auto merge of #25168 - Manishearth:register_attr, r=eddybbors-0/+3
2015-05-14syntax: replace sess.span_diagnostic.cm with sess.codemap().Eduard Burtescu-1/+1
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-3/+3
2015-05-14Move tracking of the next NodeId from syntax's ParseSess to rustc's Session.Eduard Burtescu-4/+14
2015-05-07Add support for registering attributes with rustc in pluginsManish Goregaokar-0/+3
2015-05-05rustc: Fix more verbatim paths leaking to gccAlex Crichton-2/+3
2015-04-13Delay specific span_bug() call until abort_if_errors()Sean Bowe-1/+17
2015-04-12Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelixbors-1/+1
2015-04-10Add a new `span_suggestion` infrastructure. This lets you edit a snippetNiko Matsakis-0/+7
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-0/+2
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-2/+2
2015-04-04Fixed bug calling .note() instead of .help(). Added small note when twoSean Bowe-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-05Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakisbors-0/+9
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-8/+9
2015-03-04Extend the "treat-err-as-bug" option to cover calls to fatal.Niko Matsakis-0/+9
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-2/+0
2015-02-25Auto merge of #22796 - Manishearth:rollup, r=Manishearthbors-3/+3
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-3/+3
2015-02-24Add handy switch `-Z treat-err-as-bug` -- it often happens that I amNiko Matsakis-0/+9
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-3/+3
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-2/+2
2015-02-20Addressed PR commentsMarvin Löbel-3/+3
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-3/+3
2015-02-01std: Add a new `env` moduleAlex Crichton-3/+3
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-1/+1