| Age | Commit message (Expand) | Author | Lines |
| 2015-02-01 | Auto merge of #21811 - tbu-:pr_more_isize, r=alexcrichton | bors | -6/+6 |
| 2015-02-01 | openbsd: rebase to master | Sébastien Marie | -3/+6 |
| 2015-02-01 | openbsd: remove specific block and cleanup linkage | Sébastien Marie | -12/+0 |
| 2015-02-01 | openbsd: incoporate remarks | Sébastien Marie | -39/+26 |
| 2015-02-01 | openbsd support | Sébastien Marie | -37/+199 |
| 2015-02-01 | Auto merge of #21788 - carllerche:master, r=alexcrichton | bors | -1/+56 |
| 2015-01-31 | make Send/Sync impl of RawTable manual | Alexis | -12/+14 |
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -6/+6 |
| 2015-01-30 | Implement Thread::park_timeout | Carl Lerche | -1/+56 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -25/+23 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -208/+208 |
| 2015-01-30 | rollup merge of #21713: alexcrichton/second-pass-fmt | Alex Crichton | -10/+10 |
| 2015-01-30 | rollup merge of #21736: sfackler/bufread-capacity-fix | Alex Crichton | -1/+1 |
| 2015-01-30 | rollup merge of #21733: mneumann/fix-io-rename-df | Alex Crichton | -1/+1 |
| 2015-01-30 | rollup merge of #21718: alexcrichton/stabilize-from-str | Alex Crichton | -65/+93 |
| 2015-01-30 | rollup merge of #21704: FlaPer87/macro-reexport | Alex Crichton | -1/+1 |
| 2015-01-30 | rollup merge of #21678: vojtechkral/threads-native-names | Alex Crichton | -2/+52 |
| 2015-01-30 | rollup merge of #21495: richo/unexported-unmangled-lint | Alex Crichton | -0/+5 |
| 2015-01-30 | std: Stabilize the std::fmt module | Alex Crichton | -10/+10 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -65/+93 |
| 2015-01-30 | fixes after rebase | Jorge Aparicio | -1/+0 |
| 2015-01-30 | s/while let/for/g now that #21245 has been fixed | Jorge Aparicio | -16/+5 |
| 2015-01-30 | smoke out remaining bugs | Jorge Aparicio | -7/+2 |
| 2015-01-30 | fix tests | Jorge Aparicio | -0/+5 |
| 2015-01-30 | fix fallout | Jorge Aparicio | -8/+24 |
| 2015-01-30 | lint: Add test for no_mangle | Richo Healey | -7/+3 |
| 2015-01-29 | rt: allow unexported functions | Richo Healey | -0/+9 |
| 2015-01-30 | Add a few missing stability markers. | Chris Morgan | -0/+38 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -208/+208 |
| 2015-01-30 | Change from core::ops::RangeFull to std::ops | Nick Cameron | -1/+0 |
| 2015-01-30 | Rename FullRange to RangeFull | Nick Cameron | -1/+25 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -191/+191 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -33/+33 |
| 2015-01-29 | remove unused imports | Jorge Aparicio | -1/+1 |
| 2015-01-29 | fix inference fallout | Jorge Aparicio | -6/+6 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -16/+16 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -128/+128 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -13/+13 |
| 2015-01-29 | Auto merge of #21730 - Manishearth:rollup, r=alexcrichton | bors | -14/+7 |
| 2015-01-29 | Feature gate macro_reexport. Fixes #20906 | Flavio Percoco | -1/+1 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -9/+9 |
| 2015-01-28 | Fix up check to bypass internal buffer | Steven Fackler | -1/+1 |
| 2015-01-29 | Fix wrong use std::io -> old_io | Michael Neumann | -1/+1 |
| 2015-01-29 | Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichton | Manish Goregaokar | -13/+6 |
| 2015-01-29 | Rollup merge of #21640 - retep998:rmdir, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -498/+632 |
| 2015-01-28 | Thread native name setting, fix #10302 | Vojtech Kral | -1/+1 |
| 2015-01-28 | Thread native name setting, fix #10302 | Vojtech Kral | -1/+1 |
| 2015-01-28 | Thread native name setting, fix #10302 | Vojtech Kral | -19/+18 |
| 2015-01-28 | Rollup merge of #21676 - Victory:fix-deprication-in-random, r=alexcrichton | Manish Goregaokar | -31/+31 |