| Age | Commit message (Expand) | Author | Lines |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -40/+41 |
| 2020-05-02 | Rollup merge of #71712 - RalfJung:error-backtrace, r=oli-obk | Ralf Jung | -1/+0 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -0/+1 |
| 2020-04-30 | Rollup merge of #71719 - tmandry:update-backtrace-sys, r=Mark-Simulacrum | Tyler Mandry | -2/+2 |
| 2020-04-30 | Rollup merge of #71682 - ehuss:bump-pulldown-cmark, r=Dylan-DPC | Tyler Mandry | -4/+4 |
| 2020-04-30 | Update backtrace-sys | Tyler Mandry | -2/+2 |
| 2020-04-30 | Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-04-30 | Miri: port error backtraces to std::backtrace | Ralf Jung | -1/+0 |
| 2020-04-29 | Bump pulldown-cmark | Eric Huss | -4/+4 |
| 2020-04-29 | Auto merge of #71577 - tmiasko:backtrace-sys, r=Dylan-DPC | bors | -2/+2 |
| 2020-04-28 | Update cargo | Eric Huss | -5/+5 |
| 2020-04-28 | Introduce ArenaStorage. | Camille GILLOT | -0/+1 |
| 2020-04-26 | Update backtrace-sys crate to 0.1.36 | Tomasz Miąsko | -2/+2 |
| 2020-04-24 | Auto merge of #71430 - pietroalbini:bump-openssl-src, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-04-22 | Move `{Free,}RegionRelations` and `FreeRegionMap` out of `rustc_middle` | Dylan MacKenzie | -0/+1 |
| 2020-04-22 | update openssl-src to 1.1.1g | Pietro Albini | -2/+2 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-04-22 | Auto merge of #71410 - JohnTitor:rollup-vh6dut5, r=JohnTitor | bors | -15/+0 |
| 2020-04-21 | Update cargo, rls | Eric Huss | -1/+1 |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -15/+0 |
| 2020-04-20 | Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrum | bors | -12/+12 |
| 2020-04-19 | Auto merge of #71102 - tmiasko:compiler-builtins, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-04-16 | Auto merge of #71173 - RalfJung:miri, r=RalfJung | bors | -39/+5 |
| 2020-04-16 | Auto merge of #71159 - topecongiro:rustfmt-1.4.14, r=Dylan-DPC | bors | -41/+46 |
| 2020-04-16 | bump Miri | Ralf Jung | -39/+5 |
| 2020-04-15 | Auto merge of #71180 - Dylan-DPC:rollup-pscpg6q, r=Dylan-DPC | bors | -4/+4 |
| 2020-04-15 | Auto merge of #71139 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -2/+24 |
| 2020-04-15 | submodules: update clippy from af5940b7 to 6651c1b9 | Matthias Krüger | -2/+24 |
| 2020-04-15 | Update parking_lot dependency to avoid use of deprecated asm! | Amanieu d'Antras | -12/+12 |
| 2020-04-15 | Bump rustfmt and rls | topecongiro | -41/+46 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -4/+4 |
| 2020-04-14 | Update cargo | Eric Huss | -17/+6 |
| 2020-04-13 | Update compiler_builtins to 0.1.27 | Tomasz Miąsko | -2/+2 |
| 2020-04-11 | Depend on getopts from crates.io | Luca Barbieri | -0/+1 |
| 2020-04-11 | Depend on libc from crates.io | Luca Barbieri | -0/+4 |
| 2020-04-06 | Rollup merge of #70519 - estebank:constraints-before-args-spans, r=Centril | Mazdak Farrokhzad | -0/+1 |
| 2020-04-05 | review comments: use `partition_map` | Esteban Küber | -0/+1 |
| 2020-04-06 | Rollup merge of #70553 - hermitcore:abi, r=dtolnay | Mazdak Farrokhzad | -2/+2 |
| 2020-04-05 | rustc-workspace-hack: Account for upgraded crossbeam-utils 0.7 | Igor Matuszewski | -1/+1 |
| 2020-04-05 | submodules: Update RLS and Rustfmt to 1.4.13 | Igor Matuszewski | -63/+102 |
| 2020-04-04 | Merge branch 'master' into abi | Stefan Lankes | -20/+44 |
| 2020-04-04 | Auto merge of #70683 - jclulow:illumos-openssl-gmake, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-04-04 | Auto merge of #70136 - hermitcore:network_tcp, r=dtolnay | bors | -2/+2 |
| 2020-04-04 | Merge branch 'master' into abi | Stefan Lankes | -55/+55 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -20/+44 |
| 2020-04-02 | update openssl-src to 111.8.1+1.1.1f | Joshua M. Clulow | -2/+2 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -2/+2 |
| 2020-03-30 | move the definition of thread priorities to hermit-abi | Stefan Lankes | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -53/+53 |