summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2015-08-10Turn nonzeroing move hints back off by default.Felix S. Klock II-3/+3
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-2/+2
2015-07-29Auto merge of #27260 - alexcrichton:cap-lints, r=nrcbors-0/+12
2015-07-28rustc: Add a --cap-lints flag to the compilerAlex Crichton-0/+12
2015-07-28debugflag to turn off nonzeroing move hint optimization.Felix S. Klock II-0/+5
2015-07-18split "has incompatible type for trait" errors into multiple linesAndrew Paseltiner-1/+2
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-16/+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-4/+4
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-29Allow `-g` and `-O` options to be specified multiple times at command line.Felix S. Klock II-2/+5
2015-04-27rustc: Add target_env for triples by defaultAlex Crichton-2/+3
2015-04-26Auto merge of #24367 - ebfull:fix_ice_cat_expr, r=pnkfelixbors-1/+17
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-2/+2
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-1/+3
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Add "trace-macros" as a compiler flagThomas Jespersen-1/+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-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-1/+1
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-3/+3
2015-04-01Fallout out rustcNiko Matsakis-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-7/+7
2015-03-27rollup merge of #23765: alexcrichton/remove-colon-syntaxAlex Crichton-18/+0
2015-03-27rollup merge of #23535: pnkfelix/fsk-filling-dropAlex Crichton-0/+2
2015-03-27default => or_insert per RFCAlexis Beingessner-1/+1
2015-03-26update everything to use Entry defaultsAlexis-5/+1
2015-03-26rustc: Remove support for `-l foo:static`Alex Crichton-18/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-7/+7
2015-03-26Use `-Z force-dropflag-checks=on/off` for emitting sanity-check.Felix S. Klock II-0/+2
2015-03-23Add generic conversion traitsAaron Turon-2/+2
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-2/+2
2015-03-13Reject `-L ""`, `-L native=`, and other empty search paths.Ryan Prichard-0/+4
2015-03-06Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelixManish Goregaokar-3/+13
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-3/+13
2015-03-05Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakisbors-0/+9
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-23/+27
2015-03-04Extend the "treat-err-as-bug" option to cover calls to fatal.Niko Matsakis-0/+9
2015-03-03Implement parse_opt_bool betterJames Miller-2/+15
2015-03-03rustc: implement arithmetic overflow checkingCorey Richardson-1/+2
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