| Age | Commit message (Expand) | Author | Lines |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -4/+2 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -9/+10 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -0/+1 |
| 2015-03-15 | Use new io in print and println macroses | Simonas Kazlauskas | -1/+1 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -28/+26 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -1/+0 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+0 |
| 2015-03-12 | Rollup merge of #23274 - rprichard:fix-21715, r=pnkfelix | Manish Goregaokar | -25/+43 |
| 2015-03-11 | Improve -Z unstable-options diagnostics and avoid an ICE | Ryan Prichard | -25/+43 |
| 2015-03-10 | Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon | bors | -3/+1 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -3/+1 |
| 2015-03-08 | normalize the current directory as Path{""} | Richo Healey | -1/+1 |
| 2015-03-08 | rustc: Fix an ICE when -o bare-path | Richo Healey | -1/+4 |
| 2015-03-06 | rollup merge of #22975: alexcrichton/stabilize-ffi | Alex Crichton | -1/+0 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-06 | Rollup merge of #23090 - alexcrichton:dep-info, r=pnkfelix | Manish Goregaokar | -1/+3 |
| 2015-03-06 | Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-03-06 | Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturon | Manish Goregaokar | -0/+1 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -1/+0 |
| 2015-03-05 | std: Stabilize the `ffi` module | Alex Crichton | -1/+0 |
| 2015-03-05 | rustc: Don't emit dep-info for imported files | Alex Crichton | -1/+3 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-06 | Run feature-gating on the final AST passed to the compiler. | Huon Wilson | -4/+21 |
| 2015-03-04 | std: Stabilize portions of the `io` module | Alex Crichton | -0/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -86/+95 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -1/+5 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -3/+3 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -2/+6 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+1 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -2/+3 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -4/+2 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -2/+3 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -5/+5 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -4/+0 |
| 2015-02-24 | rustc_resolve: don't handle impl items as if they were modules. | Eduard Burtescu | -3/+3 |
| 2015-02-24 | rustc: use partially resolved definitions to replace the `T::A` hack. | Eduard Burtescu | -0/+2 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -1/+1 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -1/+1 |
| 2015-02-22 | Fix test fallouts | Flavio Percoco | -1/+1 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -17/+17 |
| 2015-02-21 | In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ... | Nick Cameron | -7/+12 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -17/+17 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -1/+1 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -16/+16 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -16/+16 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -1/+1 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -3/+2 |
| 2015-02-17 | rollup merge of #22459: alexcrichton/feature-names | Alex Crichton | -2/+2 |