summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
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
2015-02-07Do not fail if --emit≠link and there’s no main fnSimonas Kazlauskas-1/+1
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-2/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-13/+13
2015-02-04rustc: Recognize `-L framework=foo`Alex Crichton-1/+2
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-2/+0
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-6/+6
2015-01-30rollup merge of #21753: dzamlo/masterAlex Crichton-2/+2
2015-01-30std: Stabilize FromStr and parseAlex Crichton-2/+2
2015-01-29Fix unknown option message for -ZLoïc Damien-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2