| Age | Commit message (Expand) | Author | Lines |
| 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 | Add test for issue #21356 | Adolfo OchagavĂa | -0/+14 |
| 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 | Improve the vec![...] macro with UFCS. | Eduard Burtescu | -0/+23 |
| 2015-01-18 | auto merge of #21276 : huonw/rust/trait-suggestion-nits, r=nikomatsakis | bors | -7/+7 |
| 2015-01-17 | libsyntax: rename functions from uint to usize | Paul Collier | -2/+2 |
| 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 | Add regression tests for #20763. Fixes #20763. | Niko Matsakis | -0/+59 |
| 2015-01-16 | Add regression test for #20797. Fixes #20797. | Niko Matsakis | -0/+91 |
| 2015-01-16 | Add regression test for #20971. Fixes #20791. | Niko Matsakis | -0/+32 |
| 2015-01-16 | Project region bounds out of the trait when deciding whether a | Niko Matsakis | -0/+107 |
| 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 |
| 2015-01-16 | Negative impls are considered safe | Flavio Percoco | -0/+41 |
| 2015-01-16 | Add test for missing default impl | Flavio Percoco | -0/+20 |
| 2015-01-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-15 | rollup merge of #21197: michaelwoerister/linestablesonly-forloop | Alex Crichton | -1/+5 |
| 2015-01-15 | rollup merge of #21170: Diggsey/issue-21058 | Alex Crichton | -0/+30 |
| 2015-01-15 | rollup merge of #21167: FlaPer87/coherence-impls | Alex Crichton | -0/+37 |