| Age | Commit message (Expand) | Author | Lines |
| 2018-06-01 | change `PointerKind::Implicit` to a note | Niko Matsakis | -6/+25 |
| 2018-04-28 | Don't ICE on tuple struct ctor with incorrect arg count | Esteban Küber | -0/+6 |
| 2018-04-27 | improved debug output | Niko Matsakis | -3/+9 |
| 2018-04-20 | do not propagate `Err` when determing causal info | Niko Matsakis | -19/+43 |
| 2018-04-20 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -2/+2 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+5 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -26/+9 |
| 2018-03-27 | Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis | bors | -76/+153 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -8/+3 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -9/+12 |
| 2018-03-23 | Revert "add universes to type inference variables" | Sean Griffin | -21/+7 |
| 2018-03-23 | Revert "introduce `UniverseIndex` into `ParamEnv`" | Sean Griffin | -5/+2 |
| 2018-03-23 | Rename variables in rustc’s SelectionContext::copy_clone_conditions | Simon Sapin | -4/+3 |
| 2018-03-23 | Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank | Alex Crichton | -3/+13 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -6/+6 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -6/+2 |
| 2018-03-23 | move the defaut object lifetime bound into the trait | Niko Matsakis | -2/+2 |
| 2018-03-23 | apply rustfmt | Niko Matsakis | -14/+16 |
| 2018-03-23 | fix `Self` | Niko Matsakis | -2/+1 |
| 2018-03-23 | import trait engine to typeck | csmoe | -19/+22 |
| 2018-03-23 | introduce trait engine mod | csmoe | -75/+148 |
| 2018-03-22 | Produce nice array lengths on a best effort basis | Oliver Schneider | -3/+13 |
| 2018-03-21 | termination_trait: Make error message more helpful | Tyler Mandry | -9/+7 |
| 2018-03-21 | termination_trait: Put examples in error help, not label | Tyler Mandry | -9/+14 |
| 2018-03-21 | work around fallout from these changes in rustc | Niko Matsakis | -6/+12 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+5 |
| 2018-03-20 | Rollup merge of #49004 - wesleywiser:incr_specialization_graph_query, r=micha... | kennytm | -0/+2 |
| 2018-03-20 | Rollup merge of #48834 - ysiraichi:suggest-remove-ref, r=estebank | kennytm | -0/+49 |
| 2018-03-19 | Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoeri... | bors | -0/+1 |
| 2018-03-18 | Cleaned comments and extras s. | Yukio Siraichi | -38/+0 |
| 2018-03-18 | Review fixes. | Yukio Siraichi | -5/+6 |
| 2018-03-18 | Reporting with `span_suggestion_short`. | Yukio Siraichi | -15/+5 |
| 2018-03-18 | Keeping code formatting. | Yukio Siraichi | -3/+8 |
| 2018-03-18 | Review fixes. | Yukio Siraichi | -5/+9 |
| 2018-03-18 | Refactored with high-order functions. | Yukio Siraichi | -21/+21 |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -0/+199 |
| 2018-03-17 | Replace Rc with Lrc | John Kåre Alsaker | -6/+6 |
| 2018-03-17 | Add span_suggestion while removing TyRefs based on the snippet String. | Yukio Siraichi | -0/+87 |
| 2018-03-16 | extend stable hasher to support `CanonicalTy` | Niko Matsakis | -0/+1 |
| 2018-03-15 | Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis | bors | -14/+17 |
| 2018-03-14 | Suggest using `move` when trying to share `...::channel::{Receiver, Sender}` | Esteban Küber | -14/+17 |
| 2018-03-14 | Cache the specialization_graph query | Wesley Wiser | -0/+2 |
| 2018-03-14 | Add documentation | scalexm | -0/+12 |
| 2018-03-14 | Move code into librustc_traits | scalexm | -174/+0 |
| 2018-03-14 | Address niko's nits | scalexm | -153/+128 |
| 2018-03-14 | Add MVP for chalkification | scalexm | -0/+386 |
| 2018-03-14 | Fixes after rebase | Andrew Cann | -1/+1 |
| 2018-03-14 | Fix fallback note | Andrew Cann | -9/+10 |
| 2018-03-14 | Add note about fallback to `!: !Trait` error | Andrew Cann | -6/+41 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -60/+13 |