| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+66 |
| 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-04 | Rollup merge of #74759 - carbotaniuman:uabs, r=shepmaster | Yuki Okushi | -0/+23 |
| 2020-08-03 | Auto merge of #74526 - erikdesjardins:reftrack, r=Mark-Simulacrum | bors | -1/+10 |
| 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 | -2/+66 |
| 2020-08-03 | Auto merge of #74827 - ssomers:btree_cleanup_insert, r=Mark-Simulacrum | bors | -37/+70 |
| 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 #75092 - kennytm:fix-75009, r=pietroalbini | bors | -0/+0 |
| 2020-08-03 | fix broken git commit in stdarch | kennytm | -0/+0 |
| 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 | -79/+36 |
| 2020-08-02 | Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnay | bors | -192/+14 |
| 2020-08-03 | Use more appropriate `tls::with_*` methods in some places. | Nicholas Nethercote | -8/+7 |
| 2020-08-03 | Remove `GCX_PTR`. | Nicholas Nethercote | -75/+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 | -55/+190 |
| 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 | -25/+25 |
| 2020-08-02 | Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnr | Manish Goregaokar | -1/+96 |
| 2020-08-02 | Rollup merge of #75009 - georgio:master, r=kennytm | Manish Goregaokar | -0/+0 |
| 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 | Move bulk of BTreeMap::insert method down to new method on handle | Stein Somers | -37/+70 |
| 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-02 | Auto merge of #75060 - JohnTitor:rollup-aq8sfxf, r=JohnTitor | bors | -350/+642 |
| 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 |
| 2020-08-03 | Rollup merge of #75010 - Aaron1011:feature/remove-old-deps, r=Mark-Simulacrum | Yuki Okushi | -216/+140 |
| 2020-08-03 | Rollup merge of #74974 - RalfJung:miri-tests, r=Mark-Simulacrum | Yuki Okushi | -12/+18 |
| 2020-08-03 | Rollup merge of #74874 - ssomers:btree_cleanup_8, r=Mark-Simulacrum | Yuki Okushi | -8/+16 |
| 2020-08-03 | Rollup merge of #74781 - GuillaumeGomez:cleanup-e0733, r=jyn514 | Yuki Okushi | -5/+9 |