| Age | Commit message (Expand) | Author | Lines |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -3/+6 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -13/+22 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-05-21 | rustc: move TypeParamDef's fields into GenericParamDefKind::Type. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-21 | rustc: make mk_substs_trait take &[Kind] instead of &[Ty]. | Eduard-Mihai Burtescu | -8/+4 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -13/+22 |
| 2018-05-17 | Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis | Mark Simulacrum | -4/+6 |
| 2018-05-17 | Avoid allocations in `opt_normalize_projection_type`. | Nicholas Nethercote | -4/+6 |
| 2018-05-16 | Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis | bors | -0/+8 |
| 2018-05-15 | Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis | bors | -5/+9 |
| 2018-05-15 | Clean up generic param handling | varkor | -3/+2 |
| 2018-05-15 | Review refactoring | varkor | -1/+1 |
| 2018-05-15 | Lift pure_wrt_drop to GenericParamDef | varkor | -1/+1 |
| 2018-05-15 | Refactor generic params loops | varkor | -9/+9 |
| 2018-05-15 | Pull common parameters into GenericParamDef | varkor | -5/+6 |
| 2018-05-15 | Inline get_type | varkor | -2/+7 |
| 2018-05-15 | Eliminate ty::Generics::types() | varkor | -2/+2 |
| 2018-05-15 | Generalise more cases of explicit iteration of specific kinds | varkor | -1/+1 |
| 2018-05-15 | Generalise cases of explicit iteration of specific kinds | varkor | -2/+1 |
| 2018-05-15 | Prefer iterator to vec | varkor | -1/+1 |
| 2018-05-15 | Consolidate ty::Generics | varkor | -1/+1 |
| 2018-05-15 | Feature gate trivial bounds | Matthew Jasper | -0/+8 |
| 2018-05-13 | Improve eager type resolution error message | leonardo.yvens | -5/+5 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -3/+1 |
| 2018-04-28 | Rollup merge of #50257 - estebank:fix-49560, r=nikomatsakis | kennytm | -0/+6 |
| 2018-04-26 | Remove the stored obligation in OverflowError to simplify things | Aravind Gollakota | -1/+1 |
| 2018-04-26 | Port existing callers of `evaluate_obligation` to the new canonical trait query | Aravind Gollakota | -5/+3 |
| 2018-04-26 | Refactor overflow handling in traits::select to propagate overflow instead of... | Aravind Gollakota | -0/+5 |
| 2018-04-26 | Don't ICE on tuple struct ctor with incorrect arg count | Esteban Küber | -0/+6 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+2 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -6/+6 |
| 2018-04-06 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -1/+1 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -13/+4 |
| 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 | -13/+4 |
| 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-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-17 | Add span_suggestion while removing TyRefs based on the snippet String. | Yukio Siraichi | -0/+87 |
| 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 | Fix fallback note | Andrew Cann | -9/+10 |
| 2018-03-14 | Add note about fallback to `!: !Trait` error | Andrew Cann | -5/+40 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -5/+5 |