summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-20/+20
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-20/+20
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-4/+1
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-4/+4
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-4/+1
2015-02-17rollup merge of #22191: nagisa/target-ptr-width-jsonAlex Crichton-2/+2
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-2/+9
2015-02-16Lower the default dwarf version for androidEunji Jeong-0/+6
2015-02-15Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichtonManish Goregaokar-2/+1
2015-02-13Remove a few uses of deprecated getenvSimonas Kazlauskas-2/+1
2015-02-12Adjusting default CPUs for iOSValerii Hiora-1/+4
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-1/+1
2015-02-11Change target-word-size to target-pointer-widthSimonas Kazlauskas-2/+2
2015-02-10Make aarch64-linux-android check with real targetEunji Jeong-2/+3
2015-02-06Libsyntax has been updatedGuillaumeGomez-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-9/+9
2015-02-02More deprecating of i/u suffixesAlfie John-9/+9
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-11/+11
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-15/+16
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-12/+12
2015-02-01std: Add a new `env` moduleAlex Crichton-15/+16
2015-02-01openbsd supportSébastien Marie-10/+80
2015-01-30Test fixes and rebase conflictsAlex Crichton-4/+4
2015-01-30remove dead codeJorge Aparicio-1/+0
2015-01-30implement for loop desugaringJorge Aparicio-1/+1
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-3/+3
2015-01-29s/Show/Debug/gJorge Aparicio-3/+3
2015-01-29Auto merge of #21730 - Manishearth:rollup, r=alexcrichtonbors-1/+0
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-17/+16
2015-01-29Rollup merge of 21681 - japaric:no-warn, r=alexcrichtonManish Goregaokar-1/+0
2015-01-27fix #[cfg(test)] warningsJorge Aparicio-1/+0
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-25/+30
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-17/+16
2015-01-27Auto merge of #21646 - dotdash:default_target_cpu, r=Aatchbors-1/+5
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-24/+25
2015-01-26Default to Pentium 4 as the x86 target CPU on Windows/Linux/DragonFlyBjörn Steinbrink-0/+3
2015-01-26Use more specific target CPUs on DarwinBjörn Steinbrink-1/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-27/+35
2015-01-25Add the span of the operator itself to ast::BinOp.Huon Wilson-4/+4
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+8
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1