| Age | Commit message (Expand) | Author | Lines |
| 2015-01-21 | Rollup merge of #21387 - retep998:hmodule, r=alexcrichton | Barosl LEE | -1/+1 |
| 2015-01-21 | Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton | Barosl LEE | -15/+12 |
| 2015-01-21 | Rollup merge of #21359 - WiSaGaN:bugfix/fix_marker, r=alexcrichton | Barosl LEE | -1/+1 |
| 2015-01-21 | Rollup merge of #21331 - michaelsproul:sync-error-impls, r=alexcrichton | Barosl LEE | -6/+23 |
| 2015-01-21 | Rollup merge of #21312 - michaelsproul:remove-error-send-bound, r=aturon | Barosl LEE | -8/+8 |
| 2015-01-21 | Rollup merge of #21302 - gutworth:rm-find-equiv-test, r=brson | Barosl LEE | -17/+0 |
| 2015-01-21 | Rollup merge of #20998 - estsauver:20984, r=steveklabnik | Barosl LEE | -1/+1 |
| 2015-01-19 | Auto merge of #20082 - pczarn:btree-bounded-iter, r=Gankro | bors | -0/+1 |
| 2015-01-19 | Implement range and range_mut for BTree | Piotr Czarnecki | -0/+1 |
| 2015-01-19 | Fix HMODULE | Peter Atashian | -1/+1 |
| 2015-01-19 | std::dynamic_lib: Fix Windows error handling | klutzy | -43/+105 |
| 2015-01-18 | Fix std::marker. | Wangshan Lu | -1/+1 |
| 2015-01-17 | Set allow(unstable) in crates that use unstable features | Brian Anderson | -0/+2 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -38/+22 |
| 2015-01-17 | Implement the error trait for errors in std::sync. | Michael Sproul | -6/+23 |
| 2015-01-17 | Remove Send bound from Error trait. | Michael Sproul | -8/+8 |
| 2015-01-17 | s/deriving/derives in Comments/Docs | Earl St Sauver | -1/+1 |
| 2015-01-17 | fix rollup | Steve Klabnik | -0/+2 |
| 2015-01-17 | remove test_find_equiv, since find_equiv doesn't exist anymore | Benjamin Peterson | -17/+0 |
| 2015-01-17 | std: Move the bitflags! macro to a gated crate | Alex Crichton | -479/+3 |
| 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 | 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 |