| Age | Commit message (Expand) | Author | Lines |
| 2015-03-23 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+0 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+2 |
| 2015-03-23 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+1 |
| 2015-03-23 | rollup merge of #23538: aturon/conversion | Alex Crichton | -4/+5 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -5/+6 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 |
| 2015-03-23 | Fix regression in -C rpath that causes failures with symlinks | Brian Anderson | -15/+43 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -1/+2 |
| 2015-03-19 | std: Stablize io::ErrorKind | Alex Crichton | -2/+2 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -4/+0 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -2/+2 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -4/+0 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -2/+2 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -5/+4 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -1/+3 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+3 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -6/+6 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-06 | Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon | Manish Goregaokar | -3/+127 |
| 2015-03-06 | Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturon | Manish Goregaokar | -8/+8 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -3/+127 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -8/+8 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -6/+6 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -138/+144 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -1/+1 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -13/+15 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -13/+15 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -3/+3 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+0 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -9/+11 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -9/+11 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -4/+2 |
| 2015-02-24 | syntax: use a single Path for Trait::Item in QPath. | Eduard Burtescu | -5/+0 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -0/+5 |
| 2015-02-23 | openbsd: restore linker option | Sébastien Marie | -0/+5 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -15/+15 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -21/+65 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -15/+15 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -20/+20 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -20/+20 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -4/+1 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -4/+4 |
| 2015-02-17 | rollup merge of #22459: alexcrichton/feature-names | Alex Crichton | -2/+2 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -4/+1 |
| 2015-02-17 | rollup merge of #22191: nagisa/target-ptr-width-json | Alex Crichton | -2/+2 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -2/+2 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -2/+9 |