| Age | Commit message (Expand) | Author | Lines |
| 2020-08-06 | Add #[track_caller] to `Session::delay_span_bug` | Aaron Hill | -0/+1 |
| 2020-08-06 | Auto merge of #74889 - JohnTitor:hrtb-tests, r=nikomatsakis | bors | -0/+28 |
| 2020-08-06 | Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakis | bors | -37/+54 |
| 2020-08-06 | Add a FIXME comment | Yuki Okushi | -1/+5 |
| 2020-08-05 | Auto merge of #75166 - JulianKnodt:i64494, r=lcnr | bors | -0/+37 |
| 2020-08-05 | Auto merge of #75005 - adamreichold:limit-vector-count, r=Amanieu | bors | -2/+38 |
| 2020-08-05 | Auto merge of #75194 - Aaron1011:feature/macro-backtrace-numbers, r=eddyb | bors | -6/+6 |
| 2020-08-05 | Add fallback for cfg(unix) targets that do not define libc::_SC_IOV_MAX. | Adam Reichold | -0/+7 |
| 2020-08-05 | Show backtrace numbers in backtrace whenever more than one is involved | Aaron Hill | -6/+6 |
| 2020-08-05 | Rely only on POSIX semantics for I/O vector count | Adam Reichold | -17/+3 |
| 2020-08-05 | Reduce synchronization overhead of I/O vector count memoization | Adam Reichold | -10/+14 |
| 2020-08-05 | Memoize the I/O vector count limit | Adam Reichold | -12/+17 |
| 2020-08-05 | Query maximum vector count on Linux and macOS | Adam Reichold | -2/+36 |
| 2020-08-05 | Auto merge of #75165 - JulianKnodt:i72787, r=lcnr | bors | -0/+74 |
| 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 | -368/+411 |
| 2020-08-05 | Auto merge of #75174 - JohnTitor:rollup-z9djftk, r=JohnTitor | bors | -126/+144 |
| 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 | -120/+135 |
| 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 | Add regression test | kadmin | -0/+37 |
| 2020-08-04 | Add regression test | kadmin | -0/+74 |
| 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 | -368/+411 |
| 2020-08-04 | mir: use `FiniteBitSet<u32>` in polymorphization | David Wood | -11/+35 |
| 2020-08-04 | Revert missing "memory block" | Tim Diekmann | -1/+1 |
| 2020-08-04 | Revert renaming of "memory block" | Tim Diekmann | -22/+22 |
| 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 | -143/+158 |
| 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 | -396/+391 |
| 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/+2 |
| 2020-08-04 | ci: disable fail-fast on auto-fallible | Pietro Albini | -0/+2 |