about summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
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
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-02-01std: Add a new `env` moduleAlex Crichton-3/+3
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-1/+1
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-4/+4
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-1/+11
2015-01-23regex: Remove in-tree versionAlex Crichton-28/+30
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-4/+4
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-2/+2
2015-01-21rollup merge of #21441: alexcrichton/rustc-optsAlex Crichton-96/+6
2015-01-21Fallout from stabilization.Aaron Turon-4/+4
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-20Make multiline errors work with codesBrian Anderson-52/+63
2015-01-20Make fatal errors work with codes, add to typeckBrian Anderson-0/+3
2015-01-20rustc: Remove deprecated flagsAlex Crichton-96/+6
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-1/+1
2015-01-16auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakisbors-0/+3
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-3/+6
2015-01-14Implement suggestions for traits to import.Huon Wilson-0/+3
2015-01-13Some random thingsNick Cameron-2/+2
2015-01-12Implement multi-line errorsmdinger-1/+54
2015-01-09Make the metadata loader use the appropriate Target structureJohn Kåre Alsaker-0/+11
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-140/+93
2015-01-08librustc::session : Make cgoptions macro more genericManish Goregaokar-55/+60
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1