| Age | Commit message (Expand) | Author | Lines |
| 2020-05-14 | Auto merge of #72058 - RalfJung:no-dist-lldb, r=Mark-Simulacrum | bors | -18/+0 |
| 2020-05-13 | Auto merge of #72118 - flip1995:clippyup, r=oli-obk | bors | -257/+1574 |
| 2020-05-12 | Auto merge of #72091 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2020-05-11 | Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyup | flip1995 | -257/+1574 |
| 2020-05-11 | Auto merge of #72089 - Mark-Simulacrum:error-is-really-an-error, r=pietroalbini | bors | -1/+4 |
| 2020-05-11 | update miri some more | Ralf Jung | -11/+7 |
| 2020-05-10 | update miri | Ralf Jung | -7/+11 |
| 2020-05-10 | Fail if I/O error occurs during testing | Mark Rousskov | -1/+4 |
| 2020-05-10 | remove lldb package from bootstrap, config and build-manifest | Ralf Jung | -18/+0 |
| 2020-05-09 | Auto merge of #72041 - RalfJung:rollup-xivrvy2, r=RalfJung | bors | -31/+42 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -31/+31 |
| 2020-05-09 | Rollup merge of #69406 - jackh726:chalk-upgrade, r=nikomatsakis | Ralf Jung | -0/+11 |
| 2020-05-09 | submodules: update cargo from f534844c2 to cb06cb269 | Matthias Krüger | -0/+0 |
| 2020-05-08 | Fix clippy. | Camille GILLOT | -31/+31 |
| 2020-05-08 | update miri | Ralf Jung | -7/+7 |
| 2020-05-07 | Fix nit and cargo.lock | Jack Huey | -0/+7 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+4 |
| 2020-05-07 | Auto merge of #71925 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -0/+2 |
| 2020-05-06 | Update cargo | Eric Huss | -0/+0 |
| 2020-05-05 | Auto merge of #71875 - Xanewok:update-rls, r=tmandry | bors | -2/+6 |
| 2020-05-05 | Unify winapi features for tools | Tyler Mandry | -1/+2 |
| 2020-05-05 | Unify some syn 1.0 et al. features for tools | Igor Matuszewski | -1/+4 |
| 2020-05-05 | Update RLS | Igor Matuszewski | -0/+0 |
| 2020-05-05 | Rollup merge of #71830 - oli-obk:subrepo_funness, r=Mark-Simulacrum | Dylan DPC | -5/+0 |
| 2020-05-03 | Update clippy lint | Dylan MacKenzie | -1/+1 |
| 2020-05-03 | Remove clippy from some leftover lists of "possibly failing" tools | Oliver Scherer | -5/+0 |
| 2020-05-02 | Auto merge of #71794 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2020-05-02 | Add `psm` to the crate whitelist | Oliver Scherer | -0/+2 |
| 2020-05-02 | update Miri | Ralf Jung | -7/+7 |
| 2020-05-02 | Add 'src/tools/clippy/' from commit 'd2708873ef711ec8ab45df1e984ecf24a96cd369' | Oliver Scherer | -0/+114475 |
| 2020-05-02 | Delete the clippy submodule | Oliver Scherer | -11/+0 |
| 2020-05-01 | submodules: update cargo from 90931d9b3 to 258c89644 | Matthias Krüger | -0/+0 |
| 2020-04-30 | Auto merge of #71687 - RalfJung:miri, r=RalfJung | bors | -10/+7 |
| 2020-04-29 | update Miri | Ralf Jung | -10/+7 |
| 2020-04-29 | Update Clippy | flip1995 | -7/+7 |
| 2020-04-28 | Auto merge of #71642 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-04-28 | Rollup merge of #71456 - mzohreva:mz/sgx-no-dylib, r=nikomatsakis | Dylan DPC | -0/+1 |
| 2020-04-28 | Update cargo | Eric Huss | -0/+0 |
| 2020-04-28 | Auto merge of #71606 - Xanewok:update-rls, r=Xanewok | bors | -0/+0 |
| 2020-04-27 | Rollup merge of #71605 - GuillaumeGomez:remove-e0750-from-whitelist, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-27 | Rollup merge of #71578 - ryzokuken:linkchecker, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-27 | Update RLS to unbreak toolstate | Igor Matuszewski | -0/+0 |
| 2020-04-27 | No need to whitelist E0750 anymore | Guillaume Gomez | -1/+1 |
| 2020-04-26 | submodules: update clippy from 891e1a85 to b7c802b5 | Matthias Krüger | -10/+8 |
| 2020-04-26 | linkchecker: fix typo in main.rs | Ujjwal Sharma | -1/+1 |
| 2020-04-25 | Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievink | bors | -1/+1 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -1/+1 |
| 2020-04-24 | Rollup merge of #71428 - tromey:gdb-10-parsing, r=tromey | Dylan DPC | -5/+21 |
| 2020-04-23 | Fix ui test blessing when a test has an empty stderr file after having had co... | Oliver Scherer | -1/+5 |