| Age | Commit message (Expand) | Author | Lines |
| 2015-01-20 | Fix up some ‘help’ messages | P1start | -16/+16 |
| 2015-01-19 | Auto merge of #19490 - oli-obk:json_non_string_key_maps, r=alexcrichton | bors | -91/+201 |
| 2015-01-19 | Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale... | bors | -26/+87 |
| 2015-01-19 | Auto merge of #20082 - pczarn:btree-bounded-iter, r=Gankro | bors | -194/+605 |
| 2015-01-19 | Fixes #21033 with accompanying test. | Tom Chittenden | -26/+87 |
| 2015-01-19 | Implement range and range_mut for BTree | Piotr Czarnecki | -194/+605 |
| 2015-01-19 | Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix | bors | -308/+341 |
| 2015-01-19 | ugly hack to convert BadHashMapKey error to general fmt::Error | Oliver 'ker' Schneider | -5/+20 |
| 2015-01-19 | add unit test for non string/numeric map keys | Oliver 'ker' Schneider | -1/+20 |
| 2015-01-19 | lower FnMut to FnOnce since json-hack is no longer required | Oliver 'ker' Schneider | -7/+7 |
| 2015-01-19 | json-encoder: report error when hash map key is not string or numeric | Oliver 'ker' Schneider | -78/+154 |
| 2015-01-19 | Auto merge of #21282 - Aatch:init-memzero, r=alexcrichton | bors | -5/+29 |
| 2015-01-19 | Auto merge of #20874 - klutzy:windows-dynamic-lib, r=alexcrichton | bors | -43/+105 |
| 2015-01-19 | Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichton | bors | -85/+76 |
| 2015-01-18 | Fix typedef/module name conflicts in the compiler | Alex Crichton | -204/+180 |
| 2015-01-18 | rustc_resolve: Do not allow mods to shadow types | Alex Crichton | -16/+73 |
| 2015-01-18 | rustc_resolve: De-indent by breaking out of match | Alex Crichton | -101/+101 |
| 2015-01-19 | Auto merge of #21267 - danslapman:master, r=alexcrichton | bors | -4/+4 |
| 2015-01-19 | Reduce size of array in test case to 1MB | James Miller | -1/+1 |
| 2015-01-19 | Add test to catch performance regressions | James Miller | -1/+26 |
| 2015-01-19 | Use `zero_mem` instead of a zerointializer for `init` intrinsic | James Miller | -5/+4 |
| 2015-01-19 | std::dynamic_lib: Fix Windows error handling | klutzy | -43/+105 |
| 2015-01-18 | Make output type in ast::FnDecl optional | Seo Sanghyeon | -85/+76 |
| 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 |