| Age | Commit message (Expand) | Author | Lines |
| 2015-02-27 | remove leftover annotations | Jorge Aparicio | -6/+6 |
| 2015-02-28 | Update docs for rustc_lint crateification. | Huon Wilson | -24/+24 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -2146/+2243 |
| 2015-02-28 | Auto merge of #22669 - dotdash:fast_slice_iter, r=huonw | bors | -1/+7 |
| 2015-02-28 | Update iter::order to be more generic. | JP-Ellis | -34/+20 |
| 2015-02-27 | obsolete `|&:|` syntax | Jorge Aparicio | -1/+18 |
| 2015-02-28 | change to iterate over &vet | FuGangqiang | -1/+1 |
| 2015-02-27 | std: Deprecated the `old_io::extensions` module | Alex Crichton | -46/+53 |
| 2015-02-27 | Test fixes and rebase conflicts | Alex Crichton | -10/+6 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -193/+86 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -89/+113 |
| 2015-02-28 | std: Fixed backtrace warnings and tests for non-Linux platforms. | Kang Seonghoon | -5/+28 |
| 2015-02-27 | Rollup merge of #22844 - pnkfelix:refactor-signalling-of-E0223, r=Aatch | Manish Goregaokar | -8/+15 |
| 2015-02-27 | Refactor signaling of E0223 to avoid multiple span_errs for same code. | Felix S. Klock II | -8/+15 |
| 2015-02-27 | Rollup merge of #22848 - tshepang:redundant-mention, r=brson | Manish Goregaokar | -2/+1 |
| 2015-02-27 | Rollup merge of #22837 - eddyb:issue-21721, r=dotdash | Manish Goregaokar | -14/+23 |
| 2015-02-27 | Rollup merge of #22836 - mahkoh:testflush, r=huonw | Manish Goregaokar | -4/+13 |
| 2015-02-27 | Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub- | Manish Goregaokar | -26/+23 |
| 2015-02-27 | Rollup merge of #22833 - laijs:remove-redundant-else-branch, r=dotdash | Manish Goregaokar | -2/+0 |
| 2015-02-27 | Rollup merge of #22817 - jmesmon:result-or-type, r=huonw | Manish Goregaokar | -4/+4 |
| 2015-02-27 | Rollup merge of #22809 - nikomatsakis:issue-22655-infinite-recursion, r=pnkfelix | Manish Goregaokar | -1/+36 |
| 2015-02-27 | Rollup merge of #22795 - alexcrichton:issue-22617, r=huonw | Manish Goregaokar | -3/+3 |
| 2015-02-27 | Rollup merge of #22788 - vadimcn:fix-precise_time_ns, r=pnkfelix | Manish Goregaokar | -2/+25 |
| 2015-02-27 | Rollup merge of #22748 - jxcl:string-backslash, r=steveklabnik | Manish Goregaokar | -1/+14 |
| 2015-02-27 | Rollup merge of #22732 - jxcl:cargo-new, r=steveklabnik | Manish Goregaokar | -4/+62 |
| 2015-02-27 | Rollup merge of #22846 - dhuseby:bitrig-cleanup, r=alexcrichton | Manish Goregaokar | -15/+1 |
| 2015-02-27 | Rollup merge of #22843 - vhbit:no-jemalloc-fix, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-27 | Rollup merge of #22823 - kmcallister:fix-21370, r=huonw | Manish Goregaokar | -4/+36 |
| 2015-02-27 | Rollup merge of #22818 - pnkfelix:fsk-issue-22536, r=nikomatsakis | Manish Goregaokar | -18/+114 |
| 2015-02-27 | Rollup merge of #22803 - huonw:field-stability, r=alexcrichton | Manish Goregaokar | -12/+575 |
| 2015-02-27 | remove the call `.iter()` | FuGangqiang | -2/+2 |
| 2015-02-27 | Normalize types before collecting obligations | Flavio Percoco | -63/+114 |
| 2015-02-27 | Update expected output of `rustc --version` | Kevin Yap | -2/+2 |
| 2015-02-27 | Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearth | bors | -0/+35 |
| 2015-02-27 | Auto merge of #22853 - FlaPer87:snap, r=alexcrichton | bors | -61/+9 |
| 2015-02-27 | Auto merge of #22857 - alexcrichton:net-flaky, r=alexcrichton | bors | -2/+2 |
| 2015-02-26 | std: Draw from the same port pool during tests | Alex Crichton | -2/+2 |
| 2015-02-27 | Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichton | bors | -0/+59 |
| 2015-02-27 | Add some missing stability attributes on struct fields. | Huon Wilson | -1/+4 |
| 2015-02-27 | libtest: flush output after every write | Julian Orth | -4/+13 |
| 2015-02-27 | register snapshot 880fb89 | Flavio Percoco | -61/+9 |
| 2015-02-26 | Auto merge of #22825 - semarie:openbsd-pathbuf, r=alexcrichton | bors | -1/+2 |
| 2015-02-26 | doc: the last mention of the word 'iterator' is redundant | Tshepang Lekhonkhobe | -2/+1 |
| 2015-02-26 | fixing a few bitrig build breakers | Dave Huseby | -15/+1 |
| 2015-02-26 | Fixed build with jemalloc disabled | Valerii Hiora | -1/+1 |
| 2015-02-27 | Makes the picky tidy satisfied. Also refers to the correct issue. | Kang Seonghoon | -1/+1 |
| 2015-02-27 | Removed an excess feature flag from the backtrace test. | Kang Seonghoon | -2/+0 |
| 2015-02-27 | std: Include line numbers in backtraces. | Kang Seonghoon | -10/+268 |
| 2015-02-26 | Auto merge of #22715 - edwardw:send-sync-audit, r=alexcrichton | bors | -30/+131 |
| 2015-02-27 | Add a rustdoc test for default methods in external crates | Seo Sanghyeon | -0/+41 |