| Age | Commit message (Expand) | Author | Lines |
| 2015-01-17 | Evaluate # fn in docs | Steve Klabnik | -50/+36 |
| 2015-01-17 | Remove unnecessary explicit conversions to *const T | we | -15/+12 |
| 2015-01-17 | auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichton | bors | -97/+343 |
| 2015-01-16 | Rewrite Condvar::wait_timeout and make it public | Steven Fackler | -97/+343 |
| 2015-01-16 | auto merge of #20972 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -0/+163 |
| 2015-01-16 | Don't use NoSend/NoSync in libstd | Flavio Percoco | -0/+163 |
| 2015-01-16 | Merge pull request #21211 from fenhl/patch-1 | bors | -1/+1 |
| 2015-01-15 | add a section on performance to collection docs | Alexis | -2/+52 |
| 2015-01-15 | Fix sync::condvar::Condvar::notify_one docs | Fenhl | -1/+1 |
| 2015-01-15 | rollup merge of #21161: japaric/ufcs-hash | Alex Crichton | -0/+2 |
| 2015-01-15 | rollup merge of #21059: steveklabnik/gh16072 | Alex Crichton | -1/+26 |
| 2015-01-15 | auto merge of #20980 : richo/rust/final-power, r=alexcrichton | bors | -10/+46 |
| 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 | Add note about TLS lookups in random() | Steve Klabnik | -1/+26 |
| 2015-01-12 | auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton | bors | -59/+59 |
| 2015-01-11 | powerpc: pthread support | Richo Healey | -3/+6 |
| 2015-01-11 | powerpc: Fixup more stack work | Richo Healey | -0/+1 |
| 2015-01-11 | powerpc: add cdefs for linux | Richo Healey | -3/+9 |
| 2015-01-11 | powerpc: Janky segmented stack support | Richo Healey | -0/+12 |
| 2015-01-11 | powerpc: Add unwinder size REVISIT | Richo Healey | -0/+3 |
| 2015-01-11 | powerpc: Add libstd utils | Richo Healey | -4/+15 |
| 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 |