about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2015-03-06Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturonManish Goregaokar-8/+8
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-3/+127
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-8/+8
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-6/+6
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-138/+144
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-13/+15
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-13/+15
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-3/+3
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-9/+11
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-9/+11
2015-02-24Implement `<T>::method` UFCS expression syntax.Eduard Burtescu-4/+2
2015-02-24syntax: use a single Path for Trait::Item in QPath.Eduard Burtescu-5/+0
2015-02-24syntax: don't use TraitRef in QPath.Eduard Burtescu-0/+5
2015-02-23openbsd: restore linker optionSébastien Marie-0/+5
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-15/+15
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-21/+65
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-15/+15
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-11oops, fixing abi::OsOpenbsdDave Huseby-1/+1
2015-02-11fixing PR review commentsDave Huseby-10/+2
2015-02-11bitrig integrationDave Huseby-13/+65
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