| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | change `PointerKind::Implicit` to a note | Niko Matsakis | -6/+25 |
| 2018-05-04 | Auto merge of #50397 - sgrif:sg-smaller-universe-refactorings, r=nikomatsakis | bors | -6/+5 |
| 2018-05-02 | track skol levels in the InferCtxt rather than via counter | Sean Griffin | -6/+5 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-04-30 | make needs_infer specific to inference variables | Niko Matsakis | -2/+2 |
| 2018-04-28 | Rollup merge of #50257 - estebank:fix-49560, r=nikomatsakis | kennytm | -0/+6 |
| 2018-04-27 | Auto merge of #50275 - kennytm:rollup, r=kennytm | bors | -3/+3 |
| 2018-04-27 | Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakis | bors | -95/+262 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -3/+3 |
| 2018-04-26 | Retry canonical trait query in standard mode if overflow occurs | Aravind Gollakota | -15/+36 |
| 2018-04-26 | Remove the stored obligation in OverflowError to simplify things | Aravind Gollakota | -24/+22 |
| 2018-04-26 | Introduce trait query mode and use it to set overflow error handling policy i... | Aravind Gollakota | -11/+58 |
| 2018-04-26 | Simplify trait selector's evaluation API slightly | Aravind Gollakota | -22/+6 |
| 2018-04-26 | Port existing callers of `evaluate_obligation` to the new canonical trait query | Aravind Gollakota | -8/+8 |
| 2018-04-26 | Create a canonical trait query for `evaluate_obligation` | Aravind Gollakota | -10/+83 |
| 2018-04-26 | Refactor overflow handling in traits::select to propagate overflow instead of... | Aravind Gollakota | -69/+113 |
| 2018-04-26 | Auto merge of #50253 - nikomatsakis:regressions-2018-04-26, r=eddyb | bors | -3/+9 |
| 2018-04-26 | Don't ICE on tuple struct ctor with incorrect arg count | Esteban Küber | -0/+6 |
| 2018-04-26 | improved debug output | Niko Matsakis | -3/+9 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -3/+3 |
| 2018-04-24 | Remove methods with implicit Binder::skip_bound | Tyler Mandry | -5/+9 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -97/+100 |
| 2018-04-23 | eliminate the `Lrc` of a slice and just return the slice | Niko Matsakis | -2/+7 |
| 2018-04-23 | add `Goal::CannotProve` and extract `ProgramClause` struct | Niko Matsakis | -1/+4 |
| 2018-04-15 | Implement Chalk lowering rule Normalize-From-Impl | Fabian Zaiser | -0/+3 |
| 2018-04-13 | Auto merge of #49800 - ishitatsuyuki:intern-goal, r=nikomatsakis | bors | -20/+55 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -5/+5 |
| 2018-04-12 | traits: Implement interning for Goal and Clause | Tatsuyuki Ishi | -20/+55 |
| 2018-04-11 | Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakis | bors | -2/+2 |
| 2018-04-10 | Make recursion_limit and type_length_limit thread-safe | John Kåre Alsaker | -5/+5 |
| 2018-04-08 | Auto merge of #49714 - nikomatsakis:issue-49631, r=eddyb | bors | -19/+43 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -2/+2 |
| 2018-04-05 | do not propagate `Err` when determing causal info | Niko Matsakis | -19/+43 |
| 2018-04-05 | Rollup merge of #49497 - scalexm:hrtb, r=nikomatsakis | Alex Crichton | -23/+54 |
| 2018-04-05 | Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichton | kennytm | -0/+2 |
| 2018-04-04 | Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakis | bors | -3/+7 |
| 2018-04-04 | Updated codeblocks to specify language where required. | David Wood | -0/+2 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+5 |
| 2018-03-30 | Tweak `Clause` definition and HRTBs | scalexm | -23/+54 |
| 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-26 | Move some implementations of Clone and Copy to libcore | Francis Gagné | -3/+7 |
| 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 |