| Age | Commit message (Expand) | Author | Lines |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -30/+30 |
| 2015-01-20 | Forbid coercing &T to &mut T | Seo Sanghyeon | -1/+6 |
| 2015-01-19 | Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturon | bors | -2/+0 |
| 2015-01-19 | Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix | bors | -125/+101 |
| 2015-01-18 | std: Stabilize TypeId and tweak BoxAny | Alex Crichton | -2/+0 |
| 2015-01-18 | Fix typedef/module name conflicts in the compiler | Alex Crichton | -125/+101 |
| 2015-01-18 | Make output type in ast::FnDecl optional | Seo Sanghyeon | -0/+1 |
| 2015-01-17 | Set allow(unstable) in crates that use unstable features | Brian Anderson | -0/+1 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -9/+2 |
| 2015-01-17 | std: Move the bitflags! macro to a gated crate | Alex Crichton | -0/+1 |
| 2015-01-17 | auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis | bors | -1560/+2 |
| 2015-01-16 | auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis | bors | -0/+3 |
| 2015-01-16 | auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brson | bors | -65/+86 |
| 2015-01-16 | rustc: Fix a leak in dependency= paths | Alex Crichton | -65/+86 |
| 2015-01-16 | rustc: Move the privacy pass to its own crate | Alex Crichton | -1560/+2 |
| 2015-01-16 | addressed comments | Flavio Percoco | -23/+5 |
| 2015-01-16 | Check for negative impls for `Send` and `Sync` | Flavio Percoco | -9/+31 |
| 2015-01-16 | Don't assemble bound impls if candidate's ambiguous | Flavio Percoco | -1/+1 |
| 2015-01-16 | Record negative trait_impls separatedly | Flavio Percoco | -2/+64 |
| 2015-01-15 | rollup merge of #21190: FlaPer87/remove_duplicated_func | Alex Crichton | -5/+1 |
| 2015-01-15 | rollup merge of #21161: japaric/ufcs-hash | Alex Crichton | -0/+2 |
| 2015-01-15 | rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1 | Alex Crichton | -2/+16 |
| 2015-01-15 | rollup merge of #21085: pnkfelix/pp-flowgraph-kill-labels | Alex Crichton | -0/+5 |
| 2015-01-15 | rollup merge of #21052: nick29581/methods-ext | Alex Crichton | -2/+2 |
| 2015-01-15 | rollup merge of #20964: sfackler/recursion-syntax | Alex Crichton | -2/+2 |
| 2015-01-15 | syntax: add fully qualified UFCS expressions. | Eduard Burtescu | -19/+29 |
| 2015-01-15 | remove try_node_id_to_type in favor of node_id_to_type_opt | Flavio Percoco | -5/+1 |
| 2015-01-14 | fix unused import error | Jorge Aparicio | -0/+2 |
| 2015-01-14 | Refactor compare_impl_method to use all bounds | Jared Roesch | -54/+105 |
| 2015-01-14 | Fix propagation of the HAS_PROJECTION flag in object types. Fixes #20831 some... | Niko Matsakis | -1/+15 |
| 2015-01-14 | Fix Repr output so that it does not ICE when a self-type is | Niko Matsakis | -1/+1 |
| 2015-01-15 | Syntax extensions on trait and impl items. | Nick Cameron | -2/+2 |
| 2015-01-14 | auto merge of #21061 : japaric/rust/range, r=nick29581 | bors | -2/+2 |
| 2015-01-14 | Implement suggestions for traits to import. | Huon Wilson | -0/+3 |
| 2015-01-13 | auto merge of #20957 : Ms2ger/rust/closures, r=alexcrichton | bors | -54/+24 |
| 2015-01-13 | auto merge of #20963 : nick29581/rust/ast_map, r=eddyb | bors | -3/+3 |
| 2015-01-13 | Rewrite each_attr to return a vector. | Ms2ger | -34/+14 |
| 2015-01-13 | Return the Vec from csearch::get_item_attrs. | Ms2ger | -17/+9 |
| 2015-01-13 | Return the Vec from decoder::get_item_attrs. | Ms2ger | -7/+5 |
| 2015-01-13 | auto merge of #20955 : nikomatsakis/rust/assoc-types-struct-field-access, r=n... | bors | -0/+8 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -2/+2 |
| 2015-01-12 | add --xpretty flowgraph,unlabelled variant. | Felix S. Klock II | -0/+5 |
| 2015-01-13 | Some random things | Nick Cameron | -3/+3 |
| 2015-01-12 | Normalize bounds that we extract from where clauses. Fixes #20765. | Niko Matsakis | -29/+94 |
| 2015-01-12 | auto merge of #19870 : mdinger/rust/align_error, r=nick29581 | bors | -3/+57 |
| 2015-01-12 | Implement multi-line errors | mdinger | -1/+55 |
| 2015-01-12 | Backtick nits | mdinger | -2/+2 |
| 2015-01-12 | auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakis | bors | -2/+94 |
| 2015-01-12 | Merge pull request #20968 from estsauver/20762 | bors | -1/+1 |
| 2015-01-12 | Merge pull request #20934 from tomjakubowski/patch-1 | bors | -1/+1 |