| Age | Commit message (Expand) | Author | Lines |
| 2015-01-17 | Refine wording of Thread::panicking | Simonas Kazlauskas | -2/+2 |
| 2015-01-17 | auto merge of #21233 : huonw/rust/simd-size, r=Aatch | bors | -114/+359 |
| 2015-01-17 | auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis | bors | -1568/+1655 |
| 2015-01-17 | auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichton | bors | -97/+343 |
| 2015-01-17 | Feature gate SIMD in FFI, due to unknown ABIs. | Huon Wilson | -2/+64 |
| 2015-01-17 | Add comprehensive test for no-ICE behaviour of SIMD FFI. | Huon Wilson | -0/+114 |
| 2015-01-16 | auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis | bors | -106/+495 |
| 2015-01-16 | auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brson | bors | -78/+145 |
| 2015-01-16 | Rewrite Condvar::wait_timeout and make it public | Steven Fackler | -97/+343 |
| 2015-01-16 | rustc: Fix a leak in dependency= paths | Alex Crichton | -78/+145 |
| 2015-01-16 | rustc_resolve: Correctly record privacy of methods | Alex Crichton | -4/+45 |
| 2015-01-16 | rustc: Move the privacy pass to its own crate | Alex Crichton | -1565/+1611 |
| 2015-01-16 | auto merge of #21162 : apasel422/rust/issue-16530, r=huonw | bors | -6/+20 |
| 2015-01-16 | auto merge of #20972 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -105/+676 |
| 2015-01-16 | Prefer implemented traits in suggestions. | Huon Wilson | -31/+148 |
| 2015-01-16 | Put vector types in regs for arm & mips FFI. | Huon Wilson | -3/+6 |
| 2015-01-16 | Support SSE with integer types in x86-64 FFI. | Huon Wilson | -10/+10 |
| 2015-01-16 | Add `Type::int_width` for retrieving integer's bit width. | Huon Wilson | -77/+41 |
| 2015-01-16 | Support SSE types in extern {} better. | Huon Wilson | -10/+102 |
| 2015-01-16 | fix pretty test fallout | Flavio Percoco | -6/+2 |
| 2015-01-16 | Docs fallout | Flavio Percoco | -2/+3 |
| 2015-01-16 | populate impls *before* clonning the impls vec | Flavio Percoco | -6/+6 |
| 2015-01-16 | fix latest changes fallout | Flavio Percoco | -2/+0 |
| 2015-01-16 | addressed comments | Flavio Percoco | -78/+45 |
| 2015-01-16 | Allow negative impls just for Send and Sync | Flavio Percoco | -0/+32 |
| 2015-01-16 | Don't use NoSend/NoSync in tests | Flavio Percoco | -41/+59 |
| 2015-01-16 | Fix coherence for negative implementations | Flavio Percoco | -2/+27 |
| 2015-01-16 | add a run-pass test that used to fail | Flavio Percoco | -0/+29 |
| 2015-01-16 | Don't use NoSend/NoSync in libstd | Flavio Percoco | -0/+163 |
| 2015-01-16 | Don't use NoSend/NoSync in liballoc | Flavio Percoco | -0/+160 |
| 2015-01-16 | Remove NoSend/NoSync | Flavio Percoco | -0/+2 |
| 2015-01-16 | Check for negative impls for `Send` and `Sync` | Flavio Percoco | -31/+87 |
| 2015-01-16 | Don't assemble bound impls if candidate's ambiguous | Flavio Percoco | -1/+1 |
| 2015-01-16 | Negative impls are considered safe | Flavio Percoco | -6/+58 |
| 2015-01-16 | push_impls_of_trait is not needed, use map | Flavio Percoco | -19/+9 |
| 2015-01-16 | Add test for missing default impl | Flavio Percoco | -0/+20 |
| 2015-01-16 | Record negative trait_impls separatedly | Flavio Percoco | -2/+64 |
| 2015-01-16 | Merge pull request #21214 from sleepynate/spacing-in-book | bors | -3/+3 |
| 2015-01-16 | Merge pull request #21211 from fenhl/patch-1 | bors | -1/+1 |
| 2015-01-16 | Merge pull request #21181 from nick29581/save-fix | bors | -19/+36 |
| 2015-01-16 | auto merge of #21213 : alexcrichton/rust/rollup, r=alexcrichton | bors | -878/+1520 |
| 2015-01-15 | Test fixes and rebase conflicts | Alex Crichton | -5/+2 |
| 2015-01-15 | Fix commented graphs in src/doc/trpl/ownership.md | nathan dotz | -3/+3 |
| 2015-01-15 | Fix sync::condvar::Condvar::notify_one docs | Fenhl | -1/+1 |
| 2015-01-15 | auto merge of #21052 : nick29581/rust/methods-ext, r=sfackler | bors | -121/+419 |
| 2015-01-15 | rollup merge of #21206: steveklabnik/expressions | Alex Crichton | -0/+18 |
| 2015-01-15 | rollup merge of #21199: dotdash/decode_lamba | Alex Crichton | -4/+3 |
| 2015-01-15 | rollup merge of #21197: michaelwoerister/linestablesonly-forloop | Alex Crichton | -32/+28 |
| 2015-01-15 | rollup merge of #21191: Zoxc/lto | Alex Crichton | -0/+3 |
| 2015-01-15 | rollup merge of #21190: FlaPer87/remove_duplicated_func | Alex Crichton | -5/+1 |