summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
2015-10-06purge `-Z always-build-mir`, which is no longer relevantNiko Matsakis-6/+0
2015-09-30rustc: Support output filenames for each emit typeAlex Crichton-42/+34
2015-09-24rustc: Add target_vendor for target triplesSebastian Wicki-0/+2
2015-09-17Add compiler option to keep mtwt tablesGarming Sam-0/+2
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-5/+3
2015-09-06add -Z always-build-mir optionNiko Matsakis-0/+6
2015-09-03Add an intital HIR and lowering stepNick Cameron-7/+9
2015-08-25Respect `--color` when printing early errorsBarosl Lee-50/+50
2015-08-07Turn nonzeroing move hints back off by default.Felix S. Klock II-2/+2
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/+2
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-16/+2
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-1/+1
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-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-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-5/+5
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-5/+5
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-1/+1
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-2/+2
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-3/+13
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-12/+14
2015-03-03Implement parse_opt_bool betterJames Miller-2/+15
2015-03-03rustc: implement arithmetic overflow checkingCorey Richardson-1/+2
2015-02-24Add handy switch `-Z treat-err-as-bug` -- it often happens that I amNiko Matsakis-0/+6
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-19/+19
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-5/+5
2015-02-17rollup merge of #22191: nagisa/target-ptr-width-jsonAlex Crichton-1/+1
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-1/+1
2015-02-11Change target-word-size to target-pointer-widthSimonas Kazlauskas-1/+1
2015-02-10rollup merge of #22115: nagisa/dedupe-cratetypesAlex Crichton-1/+3
2015-02-10rollup merge of #22051: nagisa/main-emissionAlex Crichton-1/+1
2015-02-09Deduplicate --crate-type argumentsSimonas Kazlauskas-1/+3
2015-02-09Review changesNick Cameron-1/+1
2015-02-09Refactor compilation to make it easier to use for toolsNick Cameron-3/+18