| Age | Commit message (Expand) | Author | Lines |
| 2018-06-01 | Update recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-05-31 | Register outlives predicates from queries the right way around. | Matthew Jasper | -5/+7 |
| 2018-05-24 | pacify the mercilous tidy | Niko Matsakis | -0/+10 |
| 2018-05-24 | implement the chalk traits, albeit with many placeholders | Niko Matsakis | -1/+521 |
| 2018-05-21 | rustc: use intern_* instead of mk_* where possible. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-05-17 | Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis | Mark Simulacrum | -6/+4 |
| 2018-05-17 | Avoid allocations in `opt_normalize_projection_type`. | Nicholas Nethercote | -6/+4 |
| 2018-05-15 | Clean up dropck_outlives PhantomData handling | varkor | -7/+4 |
| 2018-05-15 | Add mk_param_from_def | varkor | -3/+8 |
| 2018-05-15 | Pull common parameters into GenericParamDef | varkor | -6/+4 |
| 2018-05-15 | Inline get_type | varkor | -2/+6 |
| 2018-05-15 | Refactor to address comments | varkor | -6/+1 |
| 2018-05-15 | Generalise more cases of explicit iteration of specific kinds | varkor | -2/+7 |
| 2018-05-15 | Fix generics type parameter handling in miri | varkor | -1/+2 |
| 2018-05-08 | Store the GeneratorInterior in the new GeneratorSubsts | John Kåre Alsaker | -1/+1 |
| 2018-05-08 | Store generator movability outside GeneratorInterior | John Kåre Alsaker | -1/+1 |
| 2018-05-01 | Conservatively assume dropping a generator touches its upvars, via locals' dt... | Felix S. Klock II | -8/+32 |
| 2018-04-27 | Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakis | bors | -0/+37 |
| 2018-04-26 | Retry canonical trait query in standard mode if overflow occurs | Aravind Gollakota | -7/+2 |
| 2018-04-26 | Remove the stored obligation in OverflowError to simplify things | Aravind Gollakota | -2/+2 |
| 2018-04-26 | Introduce trait query mode and use it to set overflow error handling policy i... | Aravind Gollakota | -2/+2 |
| 2018-04-26 | Create a canonical trait query for `evaluate_obligation` | Aravind Gollakota | -0/+42 |
| 2018-04-26 | improved debug output | Niko Matsakis | -0/+2 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -2/+2 |
| 2018-04-23 | sort strings on output | Niko Matsakis | -7/+16 |
| 2018-04-23 | eliminate the `Lrc` of a slice and just return the slice | Niko Matsakis | -21/+16 |
| 2018-04-23 | first draft of `program_clauses_for_env` | Niko Matsakis | -18/+71 |
| 2018-04-23 | in unit tests, use `note` to dump multiple program clauses | Niko Matsakis | -6/+19 |
| 2018-04-23 | rustfmt lowering.rs | Niko Matsakis | -50/+59 |
| 2018-04-23 | create a `QueryRegionConstraint` type | Niko Matsakis | -18/+22 |
| 2018-04-15 | Rebase and fix conflicts. | Fabian Zaiser | -5/+7 |
| 2018-04-15 | Stop duplicating where clauses from impl's. | Fabian Zaiser | -9/+7 |
| 2018-04-15 | Rebase and update code. | Fabian Zaiser | -2/+6 |
| 2018-04-15 | Improve function name. | Fabian Zaiser | -3/+5 |
| 2018-04-15 | Implement Chalk lowering rule Normalize-From-Impl | Fabian Zaiser | -4/+61 |
| 2018-04-13 | Auto merge of #49800 - ishitatsuyuki:intern-goal, r=nikomatsakis | bors | -19/+23 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -8/+5 |
| 2018-04-12 | traits: Implement interning for Goal and Clause | Tatsuyuki Ishi | -19/+23 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -2/+0 |
| 2018-04-10 | Make PerfStats thread-safe and remove unused fields | John Kåre Alsaker | -7/+4 |
| 2018-04-10 | Make recursion_limit and type_length_limit thread-safe | John Kåre Alsaker | -1/+1 |
| 2018-04-10 | Auto merge of #49435 - tmandry:rule-implied-bound-from-trait, r=nikomatsakis | bors | -4/+65 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -2/+0 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -2/+0 |
| 2018-04-06 | chalkify: Implement Rule Implied-Bound-From-Trait | Tyler Mandry | -4/+65 |
| 2018-04-05 | Rollup merge of #49497 - scalexm:hrtb, r=nikomatsakis | Alex Crichton | -25/+27 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -2/+0 |
| 2018-04-02 | Fix comment | Alexandre Martin | -1/+1 |
| 2018-03-30 | Tweak `Clause` definition and HRTBs | scalexm | -25/+27 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -1/+1 |