| Age | Commit message (Expand) | Author | Lines |
| 2020-07-29 | Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failures | Manish Goregaokar | -6/+6 |
| 2020-07-29 | Auto merge of #74837 - xldenis:mir-dump-crate-file, r=oli-obk | bors | -422/+224 |
| 2020-07-29 | Auto merge of #72488 - KodrAus:stabilize/const_type_id, r=nikomatsakis | bors | -25/+4 |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -266/+67 |
| 2020-07-29 | Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov | bors | -14/+61 |
| 2020-07-29 | Add test for #50176 | Mateusz Mikuła | -0/+14 |
| 2020-07-29 | MinGW: emit dllexport/dllimport by rustc | Mateusz Mikuła | -14/+47 |
| 2020-07-29 | add crate name to mir dumps | Xavier Denis | -157/+158 |
| 2020-07-29 | Fix opening docs for std crates with ./x.py doc --open library/* | Tomasz Miąsko | -1/+1 |
| 2020-07-29 | Auto merge of #74887 - Mark-Simulacrum:cache-non-exhaustive, r=petrochenkov | bors | -14/+16 |
| 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 | Cache non-exhaustive separately from attributes | Mark Rousskov | -14/+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 | update stderr for polymorphic ui test | Ashley Mannix | -4/+4 |
| 2020-07-28 | Auto merge of #74841 - infinity0:fix-exec, r=Mark-Simulacrum | bors | -26/+24 |
| 2020-07-28 | remove unstable const_type_id feature | Ashley Mannix | -2/+0 |
| 2020-07-28 | stabilize const_type_id feature | Ashley Mannix | -19/+0 |
| 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 |