| Age | Commit message (Expand) | Author | Lines |
| 2020-08-05 | Show backtrace numbers in backtrace whenever more than one is involved | Aaron Hill | -6/+6 |
| 2020-08-05 | Auto merge of #75169 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-08-05 | Auto merge of #75124 - nnethercote:clean-up-rustdoc-main, r=oli-obk | bors | -73/+53 |
| 2020-08-05 | Auto merge of #75155 - davidtwco:polymorphization-incr-comp-optimisations, r=... | bors | -15/+61 |
| 2020-08-05 | Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiser | bors | -359/+384 |
| 2020-08-05 | Auto merge of #75174 - JohnTitor:rollup-z9djftk, r=JohnTitor | bors | -22/+28 |
| 2020-08-05 | Rollup merge of #75168 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-08-05 | Rollup merge of #75152 - TimDiekmann:replace_memblock, r=Amanieu | Yuki Okushi | -16/+19 |
| 2020-08-05 | Rollup merge of #75149 - felixonmars:patch-1, r=wesleywiser | Yuki Okushi | -1/+1 |
| 2020-08-05 | Rollup merge of #75140 - GuillaumeGomez:cleanup-e0745, r=pickfire | Yuki Okushi | -4/+7 |
| 2020-08-05 | Rollup merge of #75139 - pickfire:librustdoc-import, r=jyn514 | Yuki Okushi | -1/+1 |
| 2020-08-05 | Be smarter about error handling in `run()`. | Nicholas Nethercote | -6/+4 |
| 2020-08-05 | Auto merge of #75130 - lcnr:array_chunks, r=ecstatic-morse | bors | -6/+75 |
| 2020-08-05 | Remove `setup_callbacks_and_run_in_default_thread_pool_with_globals()`. | Nicholas Nethercote | -12/+3 |
| 2020-08-05 | Avoid an unnecessary thread creation at rustdoc startup. | Nicholas Nethercote | -55/+46 |
| 2020-08-04 | Update cargo | Eric Huss | -0/+0 |
| 2020-08-04 | Update books | Eric Huss | -0/+0 |
| 2020-08-04 | Auto merge of #75161 - sunfishcode:wasm-no-threads, r=alexcrichton | bors | -7/+0 |
| 2020-08-04 | Remove the `--no-threads` workaround for wasm targets. | Dan Gohman | -7/+0 |
| 2020-08-04 | Auto merge of #75136 - JohnTitor:unsizing-casts-non-null, r=oli-obk | bors | -1/+31 |
| 2020-08-04 | tweak error message | Bastian Kauschke | -10/+10 |
| 2020-08-04 | mir: add debug assertion to check polymorphization | David Wood | -2/+14 |
| 2020-08-04 | metadata: skip empty polymorphization bitset | David Wood | -2/+12 |
| 2020-08-04 | Completes support for coverage in external crates | Rich Kadel | -359/+384 |
| 2020-08-04 | mir: use `FiniteBitSet<u32>` in polymorphization | David Wood | -11/+35 |
| 2020-08-04 | Auto merge of #75133 - nnethercote:rm-SubstFolder-fields, r=matthewjasper | bors | -31/+6 |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -16/+19 |
| 2020-08-04 | Correct a typo in interpret/memory.rs | Felix Yan | -1/+1 |
| 2020-08-04 | Auto merge of #74850 - TimDiekmann:remove-in-place-alloc, r=Amanieu | bors | -17/+11 |
| 2020-08-04 | Clean up E0745 | Guillaume Gomez | -4/+7 |
| 2020-08-04 | Remove log alias from librustdoc | Ivan Tham | -1/+1 |
| 2020-08-04 | Auto merge of #75095 - pietroalbini:fallible-fast-fail, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-08-04 | ci: disable fail-fast on auto-fallible | Pietro Albini | -0/+1 |
| 2020-08-04 | Forbid non-derefable types explicitly in unsizing casts | Yuki Okushi | -1/+31 |
| 2020-08-04 | Remove two fields from `SubstFolder`. | Nicholas Nethercote | -31/+6 |
| 2020-08-04 | Auto merge of #75111 - mati865:use-lld-option, r=Mark-Simulacrum | bors | -1/+6 |
| 2020-08-04 | forbid `#[track_caller]` on main | Bastian Kauschke | -1/+70 |
| 2020-08-04 | Auto merge of #75126 - JohnTitor:rollup-aejluzx, r=JohnTitor | bors | -147/+269 |
| 2020-08-04 | Rollup merge of #75106 - etherealist:docs_manifest, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2020-08-04 | Rollup merge of #75103 - Mark-Simulacrum:no-ra-for-riscv64, r=matklad | Yuki Okushi | -27/+47 |
| 2020-08-04 | Rollup merge of #75084 - Aaron1011:stabilize/ident-new-raw, r=petrochenkov | Yuki Okushi | -0/+61 |
| 2020-08-04 | Rollup merge of #75083 - JohnTitor:follow-up-unused-braces, r=lcnr | Yuki Okushi | -25/+21 |
| 2020-08-04 | Rollup merge of #75081 - jyn514:fix-logging, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-08-04 | Rollup merge of #75056 - Veykril:path_statements_lint, r=oli-obk | Yuki Okushi | -5/+44 |
| 2020-08-04 | Rollup merge of #75043 - petrochenkov:hasname, r=nnethercote | Yuki Okushi | -89/+94 |
| 2020-08-03 | Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisa | bors | -112/+235 |
| 2020-08-03 | Auto merge of #74526 - erikdesjardins:reftrack, r=Mark-Simulacrum | bors | -1/+8 |
| 2020-08-04 | rustc_ast: More detailed docs for `Attribute::check_name` | Vadim Petrochenkov | -1/+5 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -89/+90 |
| 2020-08-03 | Stabilize Ident::new_raw | Aaron Hill | -0/+61 |