| Age | Commit message (Expand) | Author | Lines |
| 2015-01-18 | Redo Segmented stack support for DragonFly | Michael Neumann | -1/+1 |
| 2015-01-18 | auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiyn | bors | -11/+8 |
| 2015-01-18 | auto merge of #21276 : huonw/rust/trait-suggestion-nits, r=nikomatsakis | bors | -57/+50 |
| 2015-01-18 | auto merge of #21288 : brson/rust/snaps, r=alexcrichton | bors | -476/+215 |
| 2015-01-17 | Add allow(unstable) to librustc_privacy | Brian Anderson | -0/+1 |
| 2015-01-17 | Add allow(unstable) to more tests | Brian Anderson | -0/+3 |
| 2015-01-17 | Add allow(unstable) to driver.rs | Brian Anderson | -0/+2 |
| 2015-01-17 | Add allow(unstable) to tests that need it | Brian Anderson | -0/+11 |
| 2015-01-17 | Set allow(unstable) in crates that use unstable features | Brian Anderson | -0/+31 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -476/+167 |
| 2015-01-17 | add append to vec with tests | Jeff Belgum | -0/+46 |
| 2015-01-17 | Fix more rollup problems | Steve Klabnik | -0/+1 |
| 2015-01-17 | fix rollup | Steve Klabnik | -0/+2 |
| 2015-01-17 | docs: grammar fix | Alfie John | -1/+1 |
| 2015-01-17 | doc: Remove extra whitespace in the middle of lines to provide alignment | Nick Howell | -70/+70 |
| 2015-01-17 | std: Move the bitflags! macro to a gated crate | Alex Crichton | -6/+19 |
| 2015-01-17 | Beef up Copy documentation | Steve Klabnik | -0/+98 |
| 2015-01-17 | Add C -> Rust example to FFI chapter of the book. | Steve Klabnik | -28/+46 |
| 2015-01-17 | Update syntax of ignored test. | Steve Klabnik | -1/+1 |
| 2015-01-17 | Fix up titles of TRPL chapters | Steve Klabnik | -10/+10 |
| 2015-01-17 | Make Index trait example clearer | Volker Mische | -12/+10 |
| 2015-01-17 | Fix typo. | Ms2ger | -1/+1 |
| 2015-01-17 | Intpocalypse, book edition. | Steve Klabnik | -185/+187 |
| 2015-01-17 | Evaluate # fn in docs | Steve Klabnik | -102/+95 |
| 2015-01-17 | Remove segmented stack info from the FFI chapter of the book. | Steve Klabnik | -23/+0 |
| 2015-01-17 | Replace obsolete constructions in into examples | Andrew Barchuk | -12/+12 |
| 2015-01-17 | Remove Thread::detach() call from intro example | Andrew Barchuk | -1/+1 |
| 2015-01-17 | Fix intro concurrency examples compilation warns | Andrew Barchuk | -5/+5 |
| 2015-01-17 | Revert stability for Bitv and BitvSet | Simonas Kazlauskas | -4/+4 |
| 2015-01-17 | Add enum discriminats to the reference. | Steve Klabnik | -0/+21 |
| 2015-01-17 | Add note about libc::exit's unsafety. | Steve Klabnik | -0/+21 |
| 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 | -1564/+1647 |
| 2015-01-17 | auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichton | bors | -97/+343 |
| 2015-01-17 | Address nits in trait suggestions. | Huon Wilson | -57/+50 |
| 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 | -1561/+1603 |
| 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 |