| Age | Commit message (Expand) | Author | Lines |
| 2020-01-22 | Auto merge of #68194 - jonas-schievink:fix-thumb-ci, r=alexcrichton | bors | -1/+2 |
| 2020-01-22 | Rollup merge of #68439 - JohnTitor:clippy-up, r=JohnTitor | Mazdak Farrokhzad | -12/+8 |
| 2020-01-22 | Rollup merge of #68421 - ehuss:update-cargo-books, r=alexcrichton | Mazdak Farrokhzad | -0/+0 |
| 2020-01-22 | Update Clippy | Yuki Okushi | -12/+8 |
| 2020-01-21 | Account for run-make tests in `is_up_to_date` | Jonas Schievink | -1/+2 |
| 2020-01-21 | Update cargo, books | Eric Huss | -0/+0 |
| 2020-01-21 | for now, do not build rust-std for the armv7a-none-eabihf target | Jorge Aparicio | -1/+0 |
| 2020-01-21 | tidy: fix most clippy warnings | Matthias Krüger | -7/+7 |
| 2020-01-21 | Rollup merge of #68339 - msizanoen1:patch-1, r=pietroalbini | Yuki Okushi | -0/+1 |
| 2020-01-20 | compiletest: Simplify multi-debugger support | Tomasz Miąsko | -278/+211 |
| 2020-01-20 | Merge branch 'master' into bare-metal-cortex-a | Jorge Aparicio | -21/+564 |
| 2020-01-19 | submodules: update clippy from a8d90f6a to fd0428f6 | Matthias Krüger | -8/+12 |
| 2020-01-18 | Add `riscv64gc-unknown-linux-gnu` into target list in build-manifest | msizanoen1 | -0/+1 |
| 2020-01-16 | Auto merge of #68287 - flip1995:clippyup, r=oli-obk | bors | -9/+7 |
| 2020-01-16 | Update Clippy | flip1995 | -9/+7 |
| 2020-01-16 | Auto merge of #68258 - RalfJung:miri, r=RalfJung | bors | -8/+6 |
| 2020-01-15 | update miri | Ralf Jung | -8/+6 |
| 2020-01-15 | Rollup merge of #68232 - Mark-Simulacrum:unicode-tables, r=joshtriplett | Dylan DPC | -0/+545 |
| 2020-01-15 | add bare metal ARM Cortex-A targets to rustc | Jorge Aparicio | -0/+2 |
| 2020-01-15 | Auto merge of #68248 - JohnTitor:rollup-x0kml5f, r=JohnTitor | bors | -4/+2 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -4/+2 |
| 2020-01-14 | Add unicode table generator | Mark Rousskov | -0/+545 |
| 2020-01-14 | Update rustfix in compiletest. | Eric Huss | -1/+1 |
| 2020-01-14 | Update cargo, rls | Eric Huss | -1/+1 |
| 2020-01-13 | Update Clippy | Yuki Okushi | -8/+8 |
| 2020-01-12 | convert match statement to if let | Tobias Thiel | -5/+2 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -4/+2 |
| 2020-01-11 | Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich... | Lzu Tao | -0/+1 |
| 2020-01-10 | Auto merge of #68101 - JohnTitor:rollup-mvmjukr, r=JohnTitor | bors | -1/+3 |
| 2020-01-11 | Rollup merge of #68019 - cuviper:in-tree-compiletest, r=Mark-Simulacrum | Yuki Okushi | -1/+3 |
| 2020-01-10 | Update Clippy | Yuki Okushi | -7/+9 |
| 2020-01-10 | Rollup merge of #68006 - infinity0:master, r=nikomatsakis | Yuki Okushi | -0/+1 |
| 2020-01-09 | compiletest: Do not deduplicate diagnostics in UI tests | Vadim Petrochenkov | -0/+2 |
| 2020-01-08 | Comment on allowing only feature(test) in compiletest | Josh Stone | -1/+3 |
| 2020-01-08 | Recognise riscv64 in compiletest | Ximin Luo | -0/+1 |
| 2020-01-07 | Auto merge of #67924 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-01-07 | update miri | Ralf Jung | -8/+8 |
| 2020-01-07 | Auto merge of #67961 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2020-01-07 | Auto merge of #67964 - JohnTitor:rollup-pu5kosl, r=JohnTitor | bors | -1/+0 |
| 2020-01-06 | Update cargo | Eric Huss | -0/+0 |
| 2020-01-07 | Update Clippy | Yuki Okushi | -7/+7 |
| 2020-01-06 | remove usage of feature gate | dylan_DPC | -1/+0 |
| 2020-01-05 | Auto merge of #67821 - matthiaskrgr:submodule_upd, r=Xanewok | bors | -0/+0 |
| 2020-01-05 | Update Clippy | Yuki Okushi | -9/+7 |
| 2020-01-04 | tools/compiletest: fix argument ordering for allowing unused in ui & compile-... | Tobias Thiel | -11/+31 |
| 2020-01-04 | submodules: update rls from fed7a31 to 7c0489c | Matthias Krüger | -0/+0 |
| 2020-01-04 | Rollup merge of #67810 - crlf0710:uncommon_codepoints_lint, r=Manishearth | Mazdak Farrokhzad | -0/+2 |
| 2020-01-04 | Rollup merge of #67789 - ollie27:linkchecker_whitelist, r=nikomatsakis | Mazdak Farrokhzad | -20/+9 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -1/+2 |
| 2020-01-03 | Implement uncommon_codepoints lint. | Charles Lew | -0/+2 |