| Age | Commit message (Expand) | Author | Lines |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -131/+131 |
| 2015-01-21 | Rollup merge of #21424 - sanxiyn:coerce-mut, r=nikomatsakis | Barosl LEE | -4/+29 |
| 2015-01-21 | Rollup merge of #21404 - japaric:hash, r=alexcrichton | Barosl LEE | -0/+18 |
| 2015-01-21 | Rollup merge of #21386 - Diggsey:issue-21384, r=alexcrichton | Barosl LEE | -0/+27 |
| 2015-01-20 | Forbid coercing &T to &mut T | Seo Sanghyeon | -4/+29 |
| 2015-01-20 | Auto merge of #21364 - cmr:fix-ttseq-ice, r=alexcrichton | bors | -0/+17 |
| 2015-01-20 | Auto merge of #21304 - lifthrasiir:htmldocck, r=alexcrichton | bors | -98/+34 |
| 2015-01-20 | Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix | bors | -9/+53 |
| 2015-01-19 | Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturon | bors | -51/+46 |
| 2015-01-19 | impl Hash for arrays | Jorge Aparicio | -0/+18 |
| 2015-01-19 | Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale... | bors | -1/+53 |
| 2015-01-19 | Fixes #21033 with accompanying test. | Tom Chittenden | -1/+53 |
| 2015-01-19 | Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix | bors | -0/+44 |
| 2015-01-19 | Auto merge of #21282 - Aatch:init-memzero, r=alexcrichton | bors | -0/+25 |
| 2015-01-19 | Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichton | bors | -0/+17 |
| 2015-01-19 | Ranges implement Clone where possible | Diggory Blake | -0/+27 |
| 2015-01-18 | std: Stabilize TypeId and tweak BoxAny | Alex Crichton | -51/+46 |
| 2015-01-18 | rustc_resolve: Do not allow mods to shadow types | Alex Crichton | -0/+44 |
| 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 | -0/+25 |
| 2015-01-18 | syntax: allow bare sequences in lhs for follow checking | Corey Richardson | -0/+17 |
| 2015-01-18 | Make output type in ast::FnDecl optional | Seo Sanghyeon | -0/+17 |
| 2015-01-18 | auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiyn | bors | -0/+3 |
| 2015-01-18 | auto merge of #21276 : huonw/rust/trait-suggestion-nits, r=nikomatsakis | bors | -7/+7 |
| 2015-01-17 | Add allow(unstable) to more tests | Brian Anderson | -0/+3 |
| 2015-01-17 | Add allow(unstable) to tests that need it | Brian Anderson | -0/+11 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -6/+6 |
| 2015-01-18 | tests: Tidy and allows multi-line htmldocck commands. | Kang Seonghoon | -4/+8 |
| 2015-01-18 | tests: Add htmldocck.py script for the use of Rustdoc tests. | Kang Seonghoon | -98/+30 |
| 2015-01-17 | Update syntax of ignored test. | Steve Klabnik | -1/+1 |
| 2015-01-17 | auto merge of #21233 : huonw/rust/simd-size, r=Aatch | bors | -0/+140 |
| 2015-01-17 | auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis | bors | -0/+41 |
| 2015-01-17 | Address nits in trait suggestions. | Huon Wilson | -7/+7 |
| 2015-01-17 | Feature gate SIMD in FFI, due to unknown ABIs. | Huon Wilson | -1/+27 |
| 2015-01-17 | Add comprehensive test for no-ICE behaviour of SIMD FFI. | Huon Wilson | -0/+114 |
| 2015-01-16 | syntax: Feature gate #[start] and #[main] | Alex Crichton | -9/+53 |
| 2015-01-16 | auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis | bors | -0/+105 |
| 2015-01-16 | auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brson | bors | -9/+55 |
| 2015-01-16 | rustc: Fix a leak in dependency= paths | Alex Crichton | -9/+55 |
| 2015-01-16 | rustc_resolve: Correctly record privacy of methods | Alex Crichton | -0/+41 |
| 2015-01-16 | auto merge of #21162 : apasel422/rust/issue-16530, r=huonw | bors | -0/+18 |
| 2015-01-16 | Prefer implemented traits in suggestions. | Huon Wilson | -7/+44 |
| 2015-01-16 | fix pretty test fallout | Flavio Percoco | -6/+2 |
| 2015-01-16 | fix latest changes fallout | Flavio Percoco | -2/+0 |
| 2015-01-16 | addressed comments | Flavio Percoco | -48/+39 |
| 2015-01-16 | Allow negative impls just for Send and Sync | Flavio Percoco | -0/+20 |
| 2015-01-16 | Don't use NoSend/NoSync in tests | Flavio Percoco | -41/+59 |
| 2015-01-16 | Fix coherence for negative implementations | Flavio Percoco | -0/+20 |
| 2015-01-16 | add a run-pass test that used to fail | Flavio Percoco | -0/+29 |
| 2015-01-16 | Check for negative impls for `Send` and `Sync` | Flavio Percoco | -20/+38 |