summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-20rustc: Remove deprecated flagsAlex Crichton-96/+6
2015-01-08Add test for -Z extra-pluginsManish Goregaokar-6/+8
2015-01-08librustc_driver: Add support for loading plugins via command line (fixes #15446)Manish Goregaokar-0/+2
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-123/+79
2015-01-08librustc::session : Make cgoptions macro more genericManish Goregaokar-55/+60
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-38/+38
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-3/+3
2015-01-07Preliminary feature stagingBrian Anderson-1/+20
2015-01-07use slicing sugarJorge Aparicio-38/+38
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-3/+3
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-06rollup merge of #20570: sanxiyn/no-analysisAlex Crichton-1/+1
2015-01-07falloutNick Cameron-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-28/+28
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-05rollup merge of #20258: sanxiyn/show-span-2Alex Crichton-2/+4
2015-01-05Fix -Z no-analysisSeo Sanghyeon-1/+1
2015-01-05auto merge of #20163 : bfops/rust/master, r=Gankrobors-2/+2
2015-01-04Merge pull request #20485 from ipetkov/man-fixbors-1/+1
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-25/+23
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-12/+12
2015-01-03Man page/--help dialog fixIvan Petkov-1/+1
2015-01-02rollup merge of #20382: alexcrichton/isuse-20376Alex Crichton-1/+19
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-31rustc: Re-jigger -L and -l for MSYS compatibilityAlex Crichton-1/+19
2014-12-30auto merge of #19941 : alexcrichton/rust/issue-19767, r=brsonbors-7/+8