| Age | Commit message (Expand) | Author | Lines |
| 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-28 | std: Switch from libbacktrace to gimli | Alex Crichton | -4/+17 |
| 2020-07-28 | Refactor MIR coverage instrumentation | Rich Kadel | -120/+151 |
| 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 | Replace write-to-vec hack by introducing a display renderer for allocations | Oliver Scherer | -26/+32 |
| 2020-07-28 | Replace all uses of `log::log_enabled` with `Debug` printers | Oliver Scherer | -161/+219 |
| 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 | symbol mangling: use ty::print::Print for consts | Bastian Kauschke | -3/+1 |
| 2020-07-28 | Enable docs on dist-x86_64-musl | David Sonder | -1/+0 |
| 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-28 | Make closures and generators a must use types | Tomasz Miąsko | -31/+355 |
| 2020-07-27 | Auto merge of #73583 - anp:location-eq, r=dtolnay | bors | -1/+23 |
| 2020-07-27 | More requested changes | Joseph Ryan | -89/+69 |
| 2020-07-27 | Suppress debuginfo on naked function arguments | Nathaniel McCallum | -3/+53 |
| 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 | Enable the profiler on FreeBSD | Alan Somers | -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 | Make requested changes | Joseph Ryan | -20/+24 |
| 2020-07-27 | TODO -> FIXME | Joseph Ryan | -1/+1 |
| 2020-07-27 | Pull out more types from html | Joseph Ryan | -14/+16 |