| Age | Commit message (Expand) | Author | Lines |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -11/+11 |
| 2015-01-20 | Forbid coercing &T to &mut T | Seo Sanghyeon | -4/+29 |
| 2015-01-20 | Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix | bors | -2/+37 |
| 2015-01-19 | Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturon | bors | -4/+2 |
| 2015-01-19 | Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale... | bors | -1/+1 |
| 2015-01-19 | Fixes #21033 with accompanying test. | Tom Chittenden | -1/+1 |
| 2015-01-18 | std: Stabilize TypeId and tweak BoxAny | Alex Crichton | -4/+2 |
| 2015-01-18 | rustc_resolve: Do not allow mods to shadow types | Alex Crichton | -0/+44 |
| 2015-01-18 | auto merge of #21276 : huonw/rust/trait-suggestion-nits, r=nikomatsakis | bors | -7/+7 |
| 2015-01-17 | Add allow(unstable) to tests that need it | Brian Anderson | -0/+11 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -4/+4 |
| 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/+26 |
| 2015-01-17 | auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis | bors | -0/+25 |
| 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 | -0/+26 |
| 2015-01-16 | syntax: Feature gate #[start] and #[main] | Alex Crichton | -2/+37 |
| 2015-01-16 | auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis | bors | -0/+62 |
| 2015-01-16 | rustc_resolve: Correctly record privacy of methods | Alex Crichton | -0/+25 |
| 2015-01-16 | Prefer implemented traits in suggestions. | Huon Wilson | -6/+38 |
| 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 | -37/+57 |
| 2015-01-16 | Fix coherence for negative implementations | Flavio Percoco | -0/+20 |
| 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/+20 |
| 2015-01-16 | Add test for missing default impl | Flavio Percoco | -0/+20 |
| 2015-01-15 | rollup merge of #21167: FlaPer87/coherence-impls | Alex Crichton | -0/+37 |
| 2015-01-15 | rollup merge of #21161: japaric/ufcs-hash | Alex Crichton | -0/+21 |
| 2015-01-15 | rollup merge of #21144: nagisa/asm-str-fix | Alex Crichton | -0/+16 |
| 2015-01-15 | rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1 | Alex Crichton | -0/+49 |
| 2015-01-15 | rollup merge of #21088: aochagavia/obsolete | Alex Crichton | -58/+0 |
| 2015-01-15 | rustc: implement fully qualified UFCS expressions. | Eduard Burtescu | -0/+38 |
| 2015-01-15 | Forbid impls for builtin traits on types that are not structs/enums | Flavio Percoco | -0/+37 |
| 2015-01-14 | use better span | Jorge Aparicio | -1/+1 |
| 2015-01-14 | use UFCS in `#[deriving(Hash)]` | Jorge Aparicio | -0/+21 |
| 2015-01-14 | Refactor compare_impl_method to use all bounds | Jared Roesch | -17/+18 |
| 2015-01-14 | Fix DeBruijn accounting. It used to be that all trait-refs were binders, | Niko Matsakis | -0/+49 |
| 2015-01-14 | Remove old obsolete syntax tests | Adolfo OchagavĂa | -58/+0 |
| 2015-01-14 | Disallow a form of invalid asm! macro | Simonas Kazlauskas | -0/+16 |
| 2015-01-14 | Implement suggestions for traits to import. | Huon Wilson | -0/+30 |
| 2015-01-12 | auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton | bors | -2/+2 |
| 2015-01-12 | auto merge of #19870 : mdinger/rust/align_error, r=nick29581 | bors | -221/+980 |
| 2015-01-12 | Fix testsuite errors | mdinger | -221/+980 |
| 2015-01-12 | auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakis | bors | -0/+75 |
| 2015-01-12 | auto merge of #20897 : barosl/rust/no-type-for-node-ice, r=nick29581 | bors | -0/+15 |
| 2015-01-12 | docs | Manish Goregaokar | -0/+3 |
| 2015-01-11 | tests: update some compile-fail tests for the new behavior of type expectations. | Eduard Burtescu | -1/+5 |
| 2015-01-11 | Rename AtomicInt and AtomicUint | Steven Fackler | -2/+2 |
| 2015-01-12 | Feature gate #[rustc_on_unimplemented] | Manish Goregaokar | -1/+5 |