| Age | Commit message (Expand) | Author | Lines |
| 2020-07-27 | Extract `Cache` and other types from `html` module | Joseph Ryan | -752/+808 |
| 2020-07-27 | Refactor html backend to use generic interface | Joseph Ryan | -313/+409 |
| 2020-07-27 | Move `Error` and `RenderInfo` out of `html` module | Joseph Ryan | -71/+85 |
| 2020-07-27 | Auto merge of #73503 - lcnr:forall-predicate-what-and-why-2, r=nikomatsakis | bors | -1150/+1268 |
| 2020-07-27 | clippy | Bastian Kauschke | -5/+5 |
| 2020-07-27 | cleanup | Bastian Kauschke | -59/+35 |
| 2020-07-27 | fix rustdoc | Bastian Kauschke | -24/+14 |
| 2020-07-27 | it works again :tada: | Bastian Kauschke | -42/+47 |
| 2020-07-27 | fix rebase | Bastian Kauschke | -29/+29 |
| 2020-07-27 | directly contain `PredicateAtom` in `PredicateKind::ForAll` | Bastian Kauschke | -180/+163 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -842/+795 |
| 2020-07-27 | add reuse_or_mk_predicate | Bastian Kauschke | -12/+20 |
| 2020-07-27 | refactor query_outlives_constraints_into_obligations | Bastian Kauschke | -13/+6 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -83/+87 |
| 2020-07-27 | fix rustdoc | Bastian Kauschke | -12/+20 |
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -181/+196 |
| 2020-07-27 | review | Bastian Kauschke | -75/+45 |
| 2020-07-27 | fix elaborate for predicates with unbound variables | Bastian Kauschke | -10/+6 |
| 2020-07-27 | clippy | Bastian Kauschke | -22/+22 |
| 2020-07-27 | rustdoc | Bastian Kauschke | -31/+36 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -740/+742 |
| 2020-07-27 | progress | Bastian Kauschke | -46/+54 |
| 2020-07-27 | elaborate | Bastian Kauschke | -19/+23 |
| 2020-07-27 | subst_supertrait | Bastian Kauschke | -31/+14 |
| 2020-07-27 | somewhat related cleanup | Bastian Kauschke | -11/+4 |
| 2020-07-27 | wf | Bastian Kauschke | -18/+20 |
| 2020-07-27 | convert trivial predicates | Bastian Kauschke | -28/+26 |
| 2020-07-27 | query_outlives_constraints_into_obligations | Bastian Kauschke | -20/+24 |
| 2020-07-27 | anonymize_predicate | Bastian Kauschke | -22/+15 |
| 2020-07-27 | Handle trait/projection predicates with bound regions correctly | Matthew Jasper | -70/+132 |
| 2020-07-27 | minimal | Bastian Kauschke | -78/+44 |
| 2020-07-27 | Clean up E0734 explanation | Guillaume Gomez | -1/+1 |
| 2020-07-27 | add `PredicateKint`, because who doesn't like bodging | Bastian Kauschke | -3/+200 |
| 2020-07-27 | Rollup merge of #74822 - JohnTitor:no-sigsegv, r=oli-obk | Manish Goregaokar | -18/+28 |
| 2020-07-27 | Rollup merge of #74803 - infinity0:fix-exec, r=nagisa | Manish Goregaokar | -10/+3 |
| 2020-07-27 | Rollup merge of #74487 - lcnr:const-in-ty-default, r=varkor | Manish Goregaokar | -13/+135 |
| 2020-07-27 | Rollup merge of #73858 - tspiteri:const-methods, r=oli-obk | Manish Goregaokar | -53/+43 |
| 2020-07-27 | update tests | Bastian Kauschke | -1/+10 |
| 2020-07-27 | forbid generic params inside of anon consts in ty defaults | Bastian Kauschke | -8/+121 |
| 2020-07-27 | name `ParamInTyOfConstArg` | Bastian Kauschke | -5/+5 |
| 2020-07-27 | Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk | bors | -122/+122 |
| 2020-07-27 | More ensure stack to avoid segfault with increased `recursion_limit` | Yuki Okushi | -18/+28 |
| 2020-07-27 | Auto merge of #74817 - JohnTitor:rollup-0fchdye, r=JohnTitor | bors | -37/+25 |
| 2020-07-27 | rename eval_const_to_op -> const_to_op | Ralf Jung | -12/+8 |
| 2020-07-27 | Rollup merge of #74799 - Dhs92:master, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2020-07-27 | Rollup merge of #74790 - Cldfire:ayu-no-italic-comments, r=GuillaumeGomez | Yuki Okushi | -1/+0 |
| 2020-07-27 | Rollup merge of #74783 - jnozsc:python_cleanup, r=Mark-Simulacrum | Yuki Okushi | -4/+4 |
| 2020-07-27 | Rollup merge of #74750 - oli-obk:logging_and_test_cleanups, r=JohnTitor | Yuki Okushi | -29/+13 |
| 2020-07-27 | Rollup merge of #74598 - mzohreva:mz/fix-test, r=KodrAus | Yuki Okushi | -0/+2 |
| 2020-07-27 | Rollup merge of #74088 - tmiasko:write-all-vectored-empty, r=KodrAus | Yuki Okushi | -2/+5 |