| Age | Commit message (Expand) | Author | Lines |
| 2018-05-09 | Auto merge of #49711 - ibabushkin:auto_trait_refactor, r=nikomatsakis | bors | -0/+663 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -6/+4 |
| 2018-05-08 | Store the GeneratorInterior in the new GeneratorSubsts | John Kåre Alsaker | -20/+22 |
| 2018-05-08 | Store generator movability outside GeneratorInterior | John Kåre Alsaker | -2/+2 |
| 2018-05-07 | Make SelectionCache and EvaluationCache thread-safe | John Kåre Alsaker | -10/+17 |
| 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 | Updated comments in auto trait machinery. | Inokentiy Babushkin | -3/+18 |
| 2018-04-26 | Simplified name mapping in auto trait handling. | Inokentiy Babushkin | -5/+3 |
| 2018-04-26 | Added a header comment to auto trait innards. | Inokentiy Babushkin | -0/+3 |
| 2018-04-26 | Reformatted source for auto trait machinery. | Inokentiy Babushkin | -188/+193 |
| 2018-04-26 | Reformatted and commented various bits of the auto trait machinery. | Inokentiy Babushkin | -198/+199 |
| 2018-04-26 | Adjusted types and visibility in auto trait machinery. | Inokentiy Babushkin | -4/+7 |
| 2018-04-26 | Cleaned up for tidy checks. | Inokentiy Babushkin | -3/+1 |
| 2018-04-26 | Reworked auto trait functionality in rustdoc. | Inokentiy Babushkin | -193/+27 |
| 2018-04-26 | Made some bits of the auto trait machinery public. | Inokentiy Babushkin | -14/+14 |
| 2018-04-26 | Begun refactoring auto trait discovery for use outside rustc. | Inokentiy Babushkin | -0/+806 |
| 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 |