| Age | Commit message (Expand) | Author | Lines |
| 2015-01-14 | use UFCS in `#[deriving(Hash)]` | Jorge Aparicio | -0/+2 |
| 2015-01-14 | auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankro | bors | -11/+10 |
| 2015-01-14 | auto merge of #21061 : japaric/rust/range, r=nick29581 | bors | -44/+44 |
| 2015-01-13 | auto merge of #20367 : retep998/rust/master, r=alexcrichton | bors | -83/+49 |
| 2015-01-12 | Initialize memory for BufferedReader buffer | Steven Fackler | -11/+10 |
| 2015-01-12 | Change Mutex to use SRWLock on Windows. | Peter Atashian | -83/+49 |
| 2015-01-13 | auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=... | bors | -50/+0 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -44/+44 |
| 2015-01-12 | auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton | bors | -59/+59 |
| 2015-01-12 | Merge pull request #20920 from piyo/issue-20853 | bors | -1/+13 |
| 2015-01-12 | Merge pull request #20915 from csouth3/hash-iters | bors | -30/+98 |
| 2015-01-12 | Merge pull request #20903 from XMPPwocky/deadlink1 | bors | -1/+1 |
| 2015-01-11 | Rename AtomicInt and AtomicUint | Steven Fackler | -59/+59 |
| 2015-01-11 | std: Remove fortune cookies from fatal runtime errors | Brian Anderson | -50/+0 |
| 2015-01-11 | Give mmap a page-aligned stack start address | Clifford Caoile | -1/+13 |
| 2015-01-10 | Add ExactSizeIterator impls for Hash{Map, Set, Table} | Chase Southwood | -30/+98 |
| 2015-01-10 | Implement Show for types in std::io::{buffered,util} | Steven Fackler | -10/+46 |
| 2015-01-11 | Fix dead link (s/task/thread/) | Nathaniel Theis | -1/+1 |
| 2015-01-09 | auto merge of #20776 : kmcallister/rust/macro-cleanup, r=alexcrichton | bors | -179/+2 |
| 2015-01-09 | Re-reduce libstd macro duplication | Keegan McAllister | -179/+2 |
| 2015-01-09 | Merge pull request #20699 from vhbit/ios-archs | bors | -11/+27 |
| 2015-01-09 | iOS: preliminary 64-bit archs support | Valerii Hiora | -3/+6 |
| 2015-01-09 | iOS: fixed test build | Valerii Hiora | -8/+21 |
| 2015-01-09 | Merge pull request #20741 from mneumann/dragonfly-pthread-mutex | bors | -0/+37 |
| 2015-01-08 | Merge pull request #20735 from squidpickles/master | bors | -1/+1 |
| 2015-01-08 | Fix destroy assertions in mutex/rwlock/condvar | Michael Neumann | -0/+37 |
| 2015-01-08 | rollup merge of #20754: nikomatsakis/int-feature | Alex Crichton | -4/+5 |
| 2015-01-08 | Remove warning from the libraries. | Huon Wilson | -4/+5 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -80/+80 |
| 2015-01-07 | Spelling fix compatibel -> compatible | Kevin Rauwolf | -1/+1 |
| 2015-01-07 | More test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -4/+4 |
| 2015-01-07 | rollup merge of #20723: pnkfelix/feature-gate-box-syntax | Alex Crichton | -0/+1 |
| 2015-01-07 | rollup merge of #20657: alexcrichton/stabilize-macros | Alex Crichton | -49/+32 |
| 2015-01-07 | rollup merge of #20721: japaric/snap | Alex Crichton | -127/+123 |
| 2015-01-07 | rollup merge of #20722: alexcrichton/audit-show | Alex Crichton | -2/+2 |
| 2015-01-07 | rollup merge of #20708: aturon/new-int-modules | Alex Crichton | -20/+59 |
| 2015-01-07 | rollup merge of #20680: nick29581/target-word | Alex Crichton | -22/+41 |
| 2015-01-07 | rollup merge of #20663: brson/feature-staging | Alex Crichton | -0/+1 |
| 2015-01-07 | rollup merge of #20654: alexcrichton/stabilize-hash | Alex Crichton | -276/+363 |
| 2015-01-07 | fix the `&mut _` patterns | Jorge Aparicio | -3/+3 |
| 2015-01-08 | Added `box_syntax` feature gate; added to std and rustc crates for bootstrap. | Felix S. Klock II | -0/+1 |
| 2015-01-07 | Preliminary feature staging | Brian Anderson | -0/+1 |
| 2015-01-07 | std: Tweak String implementations | Alex Crichton | -2/+2 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -124/+120 |
| 2015-01-07 | register new snapshots | Jorge Aparicio | -13/+1 |
| 2015-01-07 | std: Stablize the macros module | Alex Crichton | -49/+32 |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -276/+363 |
| 2015-01-08 | Rename `target_word_size` to `target_pointer_width` | Nick Cameron | -22/+41 |
| 2015-01-07 | Add isize, usize modules, deprecate int, uint modules | Aaron Turon | -6/+58 |