summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout out rustcNiko Matsakis-1/+1
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-8/+5
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-8/+5
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-11/+10
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-11/+10
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-3/+3
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-3/+3
2015-03-31Stabilize std::numAaron Turon-3/+3
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-6/+6
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-25/+24
2015-03-23Test fixes and rebase conflicts, round 3Alex Crichton-1/+0
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-3/+2
2015-03-23Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-4/+5
2015-03-23Add generic conversion traitsAaron Turon-5/+6
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-23Fix regression in -C rpath that causes failures with symlinksBrian Anderson-15/+43
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+2
2015-03-19std: Stablize io::ErrorKindAlex Crichton-2/+2
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-4/+0
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-2/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-4/+0
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-2/+2
2015-03-13Fallout of std::old_io deprecationAlex Crichton-5/+4
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+3
2015-03-12Stabilize std::pathAaron Turon-1/+3
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-6/+6
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-3/+127
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