| Age | Commit message (Expand) | Author | Lines |
| 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 | mir: use `FiniteBitSet<u32>` in polymorphization | David Wood | -11/+35 |
| 2020-08-04 | Auto merge of #74850 - TimDiekmann:remove-in-place-alloc, r=Amanieu | bors | -17/+11 |
| 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 | Auto merge of #75111 - mati865:use-lld-option, r=Mark-Simulacrum | bors | -1/+6 |
| 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 |
| 2020-08-03 | Make rust.use-lld config option work with non MSVC targets | Mateusz Mikuła | -1/+6 |
| 2020-08-03 | Disable building rust-analyzer on riscv64 | Mark Rousskov | -27/+47 |
| 2020-08-03 | Enable docs on in the x86_64-unknown-linux-musl manifest | David Sonder | -0/+1 |
| 2020-08-03 | Auto merge of #75076 - tmiasko:simplify-goto, r=oli-obk | bors | -3/+8 |
| 2020-08-03 | Auto merge of #75068 - petrochenkov:ignore-debinfo, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-08-03 | Auto merge of #75055 - cjgillot:clean-cache, r=oli-obk | bors | -367/+145 |
| 2020-08-03 | Do not trigger `unused_braces` for `while let` | Yuki Okushi | -25/+21 |
| 2020-08-02 | Fix logging for rustdoc | Joshua Nelson | -1/+1 |
| 2020-08-03 | Auto merge of #74969 - nnethercote:rm-GCX_PTR, r=Mark-Simulacrum | bors | -78/+36 |
| 2020-08-03 | Merge branch 'master' into remove-in-place-alloc | Tim Diekmann | -5413/+7300 |
| 2020-08-02 | Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnay | bors | -46/+3 |
| 2020-08-03 | Use more appropriate `tls::with_*` methods in some places. | Nicholas Nethercote | -8/+7 |
| 2020-08-03 | Remove `GCX_PTR`. | Nicholas Nethercote | -74/+33 |
| 2020-08-03 | Remove redundant assignment from CfgSimplifier | Tomasz Miąsko | -2/+0 |
| 2020-08-03 | Fix change detection in CfgSimplifier::collapse_goto_chain | Tomasz Miąsko | -1/+8 |
| 2020-08-02 | Auto merge of #75070 - Manishearth:rollup-2kgcaw5, r=Manishearth | bors | -48/+183 |
| 2020-08-02 | Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-Simulacrum | Manish Goregaokar | -17/+45 |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -18/+18 |
| 2020-08-02 | Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnr | Manish Goregaokar | -1/+96 |
| 2020-08-02 | Rollup merge of #74980 - davidtwco:issue-74745-pprust-regression-test, r=petr... | Manish Goregaokar | -12/+24 |
| 2020-08-02 | Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov | bors | -339/+319 |
| 2020-08-02 | tests: Ignore src/test/debuginfo/rc_arc.rs on Windows | Vadim Petrochenkov | -0/+1 |
| 2020-08-02 | Lint path statements to use drop for drop types | Lukas Wirth | -5/+44 |
| 2020-08-02 | Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov | bors | -56/+146 |
| 2020-08-02 | compiletest: Support ignoring tests requiring missing LLVM components | Vadim Petrochenkov | -17/+45 |
| 2020-08-03 | Recover strictness for `yield` | Yuki Okushi | -9/+60 |
| 2020-08-03 | Rollup merge of #75057 - Mark-Simulacrum:avoid-long-print, r=alexcrichton | Yuki Okushi | -1/+3 |
| 2020-08-03 | Rollup merge of #75054 - cjgillot:rename-depkind, r=petrochenkov | Yuki Okushi | -35/+35 |
| 2020-08-03 | Rollup merge of #75044 - GuillaumeGomez:cleanup-e0744, r=pickfire | Yuki Okushi | -3/+5 |
| 2020-08-03 | Rollup merge of #75041 - pawanbisht62:feature/replace-log-with-tracing, r=oli... | Yuki Okushi | -8/+8 |