| Age | Commit message (Expand) | Author | Lines |
| 2020-07-28 | Make closures and generators a must use types | Tomasz Miąsko | -31/+355 |
| 2020-07-28 | Auto merge of #74855 - jyn514:separate-lints, r=Manishearth | bors | -103/+113 |
| 2020-07-28 | Auto merge of #74841 - infinity0:fix-exec, r=Mark-Simulacrum | bors | -26/+24 |
| 2020-07-27 | private_items_doc_tests -> doc_test_lints | Joshua Nelson | -3/+3 |
| 2020-07-27 | Move `look_for_tests` to `private_items_doc_tests` | Joshua Nelson | -56/+61 |
| 2020-07-27 | Separate `missing_doc_code_examples` from intra-doc links | Joshua Nelson | -29/+34 |
| 2020-07-27 | mv std libs to library/ | mark | -267405/+1208 |
| 2020-07-27 | Auto merge of #73583 - anp:location-eq, r=dtolnay | bors | -1/+23 |
| 2020-07-27 | rustbuild: refactor how the wrapper deals with exit codes | Ximin Luo | -26/+24 |
| 2020-07-27 | rustbuild: format both Ok/Err separately, since Result doesn't do it | Ximin Luo | -2/+2 |
| 2020-07-27 | rustbuild: use Display for exit status instead of Debug, see #74832 for justi... | Ximin Luo | -1/+1 |
| 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 | 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 |