| Age | Commit message (Expand) | Author | Lines |
| 2020-08-19 | Fix windows-gnu host cross-compilation | Mateusz MikuĊa | -1/+10 |
| 2020-08-13 | Auto merge of #75443 - lcnr:opaque-normalize, r=nikomatsakis | bors | -9/+17 |
| 2020-08-13 | Auto merge of #75212 - JulianKnodt:array_map, r=LukasKalbertodt | bors | -1/+17 |
| 2020-08-13 | Auto merge of #75322 - JulianKnodt:revisions, r=lcnr | bors | -853/+1325 |
| 2020-08-13 | Auto merge of #75478 - RalfJung:miri, r=RalfJung | bors | -8/+10 |
| 2020-08-13 | update miri | Ralf Jung | -8/+10 |
| 2020-08-13 | Auto merge of #75431 - ehuss:platform-support, r=Mark-Simulacrum | bors | -5/+339 |
| 2020-08-13 | Auto merge of #75426 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-08-13 | Add Array Impl Lang Item in various places | kadmin | -1/+16 |
| 2020-08-13 | Create lang item array and add map fn | kadmin | -0/+1 |
| 2020-08-13 | Rollup merge of #75473 - JulianKnodt:swap_order_oops, r=varkor | Yuki Okushi | -2/+2 |
| 2020-08-13 | Rollup merge of #75457 - Mark-Simulacrum:llvm-clean, r=cuviper | Yuki Okushi | -25/+0 |
| 2020-08-13 | Rollup merge of #75451 - GuillaumeGomez:cleanup-e0751, r=pickfire | Yuki Okushi | -3/+3 |
| 2020-08-13 | Rollup merge of #75449 - RalfJung:const-prop-test, r=wesleywiser | Yuki Okushi | -0/+14 |
| 2020-08-13 | Rollup merge of #75372 - estebank:lt-sugg-in-type, r=lcnr | Yuki Okushi | -38/+360 |
| 2020-08-13 | Rollup merge of #75201 - Hirrolot:hirrolot/fix-clippy-warnings, r=varkor | Yuki Okushi | -74/+42 |
| 2020-08-12 | Flip order of const & type | kadmin | -2/+2 |
| 2020-08-12 | Auto merge of #75396 - RalfJung:miri-spans, r=oli-obk | bors | -56/+69 |
| 2020-08-12 | Update stderr files | kadmin | -960/+85 |
| 2020-08-12 | Auto merge of #75354 - estebank:tuple-struct-as-struct-pat, r=petrochenkov | bors | -14/+43 |
| 2020-08-12 | Remove ArchiveKind::Other | Mark Rousskov | -4/+0 |
| 2020-08-12 | Remove CodeGenOptLevel::Other | Mark Rousskov | -5/+0 |
| 2020-08-12 | Remove AsmDialect::Other | Mark Rousskov | -4/+0 |
| 2020-08-12 | Remove FileType::Other | Mark Rousskov | -4/+0 |
| 2020-08-12 | Add a script to verify the Platform Support page is up-to-date. | Eric Huss | -8/+114 |
| 2020-08-12 | Improve wording | Guillaume Gomez | -1/+1 |
| 2020-08-12 | Clean up E0751 explanation | Guillaume Gomez | -3/+3 |
| 2020-08-12 | toolstate: remove embedded-resources alumni from toolstate | Pietro Albini | -4/+1 |
| 2020-08-12 | add regression test for #74739 (mir const-prop bug) | Ralf Jung | -0/+14 |
| 2020-08-12 | fix span of stack size error | Ralf Jung | -19/+22 |
| 2020-08-12 | fix typos | Ralf Jung | -3/+3 |
| 2020-08-12 | more precise span for erroneous consts during CTFE/Miri | Ralf Jung | -32/+47 |
| 2020-08-12 | bless tests | Ralf Jung | -17/+13 |
| 2020-08-12 | miri: fall back to whole-function span when loc==None | Ralf Jung | -11/+9 |
| 2020-08-12 | Auto merge of #75321 - estebank:js-goes-gaga, r=davidtwco | bors | -0/+66 |
| 2020-08-12 | Add missing tests in root const-gen dir | kadmin | -102/+1182 |
| 2020-08-12 | Add a bunch of revisions | kadmin | -38/+305 |
| 2020-08-12 | only set frame location during push after preamble is done | Ralf Jung | -1/+2 |
| 2020-08-12 | allow escaping bound vars when normalizing `ty::Opaque` | Bastian Kauschke | -9/+17 |
| 2020-08-12 | Auto merge of #75205 - Aaron1011:fix/auto-trait-proj-ice, r=nikomatsakis | bors | -0/+32 |
| 2020-08-12 | Auto merge of #75436 - JohnTitor:rollup-ss0lxds, r=JohnTitor | bors | -32/+104 |
| 2020-08-12 | Rollup merge of #75422 - poliorcetics:tidy-accept-more-safety-comments, r=Mar... | Yuki Okushi | -1/+1 |
| 2020-08-12 | Rollup merge of #75394 - oli-obk:get_static, r=RalfJung | Yuki Okushi | -17/+28 |
| 2020-08-12 | Rollup merge of #75234 - Amanieu:asm_unstable_book, r=nikomatsakis | Yuki Okushi | -1/+13 |
| 2020-08-12 | Rollup merge of #74960 - nbdd0121:typeck, r=nikomatsakis | Yuki Okushi | -13/+62 |
| 2020-08-12 | Auto merge of #75427 - Xanewok:update-rls, r=Dylan-DPC | bors | -18/+5 |
| 2020-08-12 | Auto merge of #75405 - flip1995:clippyup, r=Manishearth | bors | -619/+2700 |
| 2020-08-12 | Update RLS and Rustfmt | Igor Matuszewski | -18/+5 |
| 2020-08-11 | Platform Support page updates. | Eric Huss | -193/+198 |
| 2020-08-11 | Move forge platform-support to the rustc book. | Eric Huss | -0/+223 |