summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
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
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/+15
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-21/+21
2015-02-20Addressed PR commentsMarvin Löbel-3/+3
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-7/+7
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-14/+14
2015-02-04rustc: Recognize `-L framework=foo`Alex Crichton-1/+5
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-2/+0
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-8/+8
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-3/+3