| Age | Commit message (Expand) | Author | Lines |
| 2020-07-29 | Fix some typos in src/librustdoc/clean/auto_trait.rs | Josh Triplett | -4/+4 |
| 2020-07-29 | Rollup merge of #74891 - lcnr:auto-trait-finder, r=varkor | Yuki Okushi | -0/+50 |
| 2020-07-29 | Rollup merge of #74864 - lzutao:ayu-doccolor, r=GuillaumeGomez | Yuki Okushi | -3/+2 |
| 2020-07-29 | Rollup merge of #74859 - mark-i-m:patch-1, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2020-07-29 | Rollup merge of #74671 - rust-lang:const-generics-coerce-unsized, r=nikomatsakis | Yuki Okushi | -0/+11 |
| 2020-07-29 | Rollup merge of #74266 - GuillaumeGomez:cleanup-e0720, r=Dylan-DPC | Yuki Okushi | -3/+5 |
| 2020-07-29 | handle ConstEquate in rustdoc | Bastian Kauschke | -0/+50 |
| 2020-07-28 | Auto merge of #74861 - mark-i-m:mv-std-followup, r=Mark-Simulacrum | bors | -16/+16 |
| 2020-07-28 | Auto merge of #74471 - da-x:string-type-diagnostic-item, r=petrochenkov | bors | -1/+6 |
| 2020-07-28 | Collect library features from library/ | Mark Rousskov | -3/+6 |
| 2020-07-28 | reenable tests after moving std | mark | -13/+10 |
| 2020-07-28 | Auto merge of #73964 - jyn514:sane-defaults, r=Mark-Simulacrum | bors | -533/+654 |
| 2020-07-28 | Use --stage 2 in checktools | Joshua Nelson | -6/+6 |
| 2020-07-28 | Fix bad rebase | Joshua Nelson | -1/+1 |
| 2020-07-28 | Auto merge of #74855 - jyn514:separate-lints, r=Manishearth | bors | -103/+113 |
| 2020-07-28 | ayu theme: Change doccomment color to `#a1ac88` | Lzu Tao | -3/+2 |
| 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 | Use exhaustive match for assert | Joshua Nelson | -1/+1 |
| 2020-07-27 | Add assert that tests happen with stage 2 in CI | Joshua Nelson | -18/+32 |
| 2020-07-27 | Use --stage 2 explicitly in CI | Joshua Nelson | -33/+33 |
| 2020-07-27 | Add tests for the new behavior | Joshua Nelson | -3/+92 |
| 2020-07-27 | Move tests into a submodule | Joshua Nelson | -461/+470 |
| 2020-07-27 | Fix most bootstrap tests | Joshua Nelson | -2/+3 |
| 2020-07-27 | Change debuginfo to default to 1 if `debug = true` is set | Joshua Nelson | -1/+1 |
| 2020-07-27 | Don't build rustc without std | Joshua Nelson | -2/+2 |
| 2020-07-27 | Make the default stage dependent on the subcommand | Joshua Nelson | -1/+14 |
| 2020-07-27 | Don't duplicate builder code | Joshua Nelson | -19/+14 |
| 2020-07-27 | Update outdated readme | Who? Me?! | -1/+1 |
| 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 |