summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+2
2015-04-23std: Remove deprecated/unstable num functionalityAlex Crichton-5/+2
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14More test fixesAlex Crichton-27/+3
2015-04-14std: Remove AsSlice/Str from the preludeAlex Crichton-1/+1
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-1/+1
2015-04-14std: Reexport some unstable rand functionality for nowAlex Crichton-1/+1
2015-04-14rustc_back: Rewrite realpath to not use old_ioAlex Crichton-67/+64
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