| Age | Commit message (Expand) | Author | Lines |
| 2020-09-10 | Syntactically permit unsafety on mods | David Tolnay | -2/+173 |
| 2020-09-10 | Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-09-10 | Auto merge of #76291 - matklad:spacing, r=petrochenkov | bors | -2/+2 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -11/+183 |
| 2020-09-09 | Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry | Tyler Mandry | -3/+3 |
| 2020-09-09 | Rollup merge of #76504 - Flying-Toast:master, r=lcnr | Tyler Mandry | -1/+1 |
| 2020-09-09 | Rollup merge of #76313 - richkadel:mir-spanview-2, r=wesleywiser | Tyler Mandry | -234/+684 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -101/+105 |
| 2020-09-09 | Also fixed monospace font for d3-graphviz engine | Rich Kadel | -3/+3 |
| 2020-09-09 | Auto merge of #74595 - lcnr:ConstEvaluatable-fut-compat, r=oli-obk | bors | -3/+71 |
| 2020-09-09 | fix test on 32 bit systems | Bastian Kauschke | -8/+5 |
| 2020-09-09 | Auto merge of #76445 - jyn514:doctests, r=Mark-Simulacrum,ollie27 | bors | -1/+1 |
| 2020-09-09 | Auto merge of #76406 - GuillaumeGomez:create-e0774, r=pickfire,jyn514 | bors | -28/+38 |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -1/+1 |
| 2020-09-09 | Rollup merge of #76401 - JulianKnodt:i68366, r=lcnr | Dylan DPC | -0/+39 |
| 2020-09-08 | Update tests | Guillaume Gomez | -28/+38 |
| 2020-09-08 | fix test | Bastian Kauschke | -2/+7 |
| 2020-09-08 | add tracking issue, fix rebase | Bastian Kauschke | -3/+3 |
| 2020-09-08 | add tests | Bastian Kauschke | -0/+29 |
| 2020-09-08 | convert to future compat lint | Bastian Kauschke | -10/+18 |
| 2020-09-08 | make `ConstEvaluatable` more strict | Bastian Kauschke | -5/+34 |
| 2020-09-08 | Auto merge of #76308 - wesleywiser:enable_simplifyarmidentity_mir_opt, r=oli-obk | bors | -6/+8 |
| 2020-09-08 | Auto merge of #75585 - RalfJung:demotion, r=oli-obk | bors | -0/+50 |
| 2020-09-08 | Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obk | bors | -0/+395 |
| 2020-09-07 | Make rustdoc output deterministic for UI tests | Joshua Nelson | -1/+1 |
| 2020-09-07 | Add regression test and help note | kadmin | -0/+39 |
| 2020-09-07 | Add CONST_ITEM_MUTATION lint | Aaron Hill | -11/+183 |
| 2020-09-07 | Auto merge of #76368 - ayushmishra2005:move_str_contact_library, r=jyn514 | bors | -9/+0 |
| 2020-09-06 | Improved the MIR spanview output | Rich Kadel | -234/+684 |
| 2020-09-07 | Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matklad | Dylan DPC | -62/+0 |
| 2020-09-07 | Rollup merge of #76309 - lzutao:indent-note, r=jyn514 | Dylan DPC | -5/+5 |
| 2020-09-07 | Rollup merge of #76305 - CDirkx:const-tests, r=matklad | Dylan DPC | -46/+0 |
| 2020-09-07 | Rollup merge of #76299 - CDirkx:ip-tests, r=matklad | Dylan DPC | -111/+0 |
| 2020-09-07 | Rollup merge of #76293 - Amjad50:incompatible_features_error, r=lcnr | Dylan DPC | -0/+20 |
| 2020-09-07 | Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov | Dylan DPC | -0/+12 |
| 2020-09-07 | Rollup merge of #76273 - CraftSpider:master, r=matklad | Dylan DPC | -69/+0 |
| 2020-09-07 | rustbuild: Build tests with LLD if `use-lld = true` was passed | Vadim Petrochenkov | -2/+2 |
| 2020-09-06 | Auto merge of #76390 - MaulingMonkey:pr-min-cdb-version, r=petrochenkov | bors | -0/+4 |
| 2020-09-06 | add compile-fail test for &mut promotion | Ralf Jung | -1/+34 |
| 2020-09-06 | do not premote non-ZST mutable references ever | Ralf Jung | -0/+17 |
| 2020-09-06 | Generalize to Eq(true, _place) and Eq(_place, true) | Simon Vandel Sillesen | -0/+44 |
| 2020-09-06 | Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int... | Simon Vandel Sillesen | -0/+81 |
| 2020-09-06 | Auto merge of #76331 - Aaron1011:fix/group-compat-hack-test, r=petrochenkov | bors | -7/+43 |
| 2020-09-05 | debuginfo: Ignore HashMap tests before cdb 10.0.18362.1 | MaulingMonkey | -0/+4 |
| 2020-09-05 | Auto merge of #75872 - mati865:pgo-tests, r=petrochenkov | bors | -1/+29 |
| 2020-09-05 | Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morse | Dylan DPC | -0/+133 |
| 2020-09-05 | Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiser | Dylan DPC | -0/+29 |
| 2020-09-05 | Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomez | Dylan DPC | -0/+31 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -0/+51 |
| 2020-09-05 | Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPC | Dylan DPC | -0/+27 |