| Age | Commit message (Expand) | Author | Lines |
| 2020-09-21 | Rollup merge of #76888 - matthiaskrgr:clippy_single_match_2, r=Dylan-DPC | ecstatic-morse | -58/+28 |
| 2020-09-21 | Rollup merge of #76807 - ecstatic-morse:const-checking-staged-api, r=oli-obk | ecstatic-morse | -71/+172 |
| 2020-09-21 | Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomez | ecstatic-morse | -19/+22 |
| 2020-09-21 | Rollup merge of #76655 - CDirkx:const-pin, r=ecstatic-morse | ecstatic-morse | -16/+59 |
| 2020-09-21 | Rollup merge of #76581 - lcnr:bound-too-generic, r=eddyb | ecstatic-morse | -6/+128 |
| 2020-09-21 | Rollup merge of #76489 - GuillaumeGomez:add-explanation-e0756, r=jyn514 | ecstatic-morse | -1/+31 |
| 2020-09-21 | Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay | ecstatic-morse | -0/+97 |
| 2020-09-21 | Rollup merge of #76150 - matklad:droporder, r=withoutboats | ecstatic-morse | -36/+19 |
| 2020-09-21 | Rollup merge of #76131 - Aaron1011:fix/pretty-print-zip, r=lcnr | ecstatic-morse | -8/+5 |
| 2020-09-21 | Rollup merge of #72734 - pickfire:liballoc, r=KodrAus | ecstatic-morse | -15/+13 |
| 2020-09-22 | Auto merge of #76913 - vandenheuvel:performance_debug, r=lcnr | bors | -3/+6 |
| 2020-09-21 | Auto merge of #76683 - simonvandel:inst-combine-deref, r=oli-obk | bors | -12/+506 |
| 2020-09-21 | Run the test with explicit -O such that Add is generated instead of CheckedAdd | Simon Vandel Sillesen | -197/+198 |
| 2020-09-21 | Add optimization to avoid load of address | Simon Vandel Sillesen | -12/+505 |
| 2020-09-21 | Auto merge of #77003 - joshtriplett:remove-duplicate-link-libraries, r=Mark-S... | bors | -4/+0 |
| 2020-09-21 | Don't use `zip` to compare iterators during pretty-print hack | Aaron Hill | -8/+5 |
| 2020-09-21 | Add explanation for E0756 | Guillaume Gomez | -1/+31 |
| 2020-09-21 | Auto merge of #76680 - Julian-Wollersberger:nongeneric_ensure_sufficient_stac... | bors | -3/+3 |
| 2020-09-21 | Auto merge of #77013 - RalfJung:rollup-84ut0xq, r=RalfJung | bors | -155/+127 |
| 2020-09-21 | Rollup merge of #77012 - RalfJung:miri, r=RalfJung | Ralf Jung | -8/+8 |
| 2020-09-21 | Rollup merge of #77009 - est31:dogfood_total_cmp, r=lcnr | Ralf Jung | -17/+2 |
| 2020-09-21 | Rollup merge of #76996 - LingMan:patch-1, r=ecstatic-morse | Ralf Jung | -1/+1 |
| 2020-09-21 | Rollup merge of #76983 - ssomers:btree_extra_test, r=Mark-Simulacrum | Ralf Jung | -6/+25 |
| 2020-09-21 | Rollup merge of #76981 - pickfire:patch-5, r=Mark-Simulacrum | Ralf Jung | -14/+14 |
| 2020-09-21 | Rollup merge of #76977 - tmiasko:issue-76740, r=wesleywiser | Ralf Jung | -0/+30 |
| 2020-09-21 | Rollup merge of #76967 - fusion-engineering-forks:revert-atomic-from-mut, r=k... | Ralf Jung | -90/+0 |
| 2020-09-21 | Rollup merge of #76835 - matthiaskrgr:replace_prefix, r=lcnr | Ralf Jung | -16/+9 |
| 2020-09-21 | Rollup merge of #76521 - tavianator:fix-pthread-getattr-destroy, r=Amanieu | Ralf Jung | -2/+8 |
| 2020-09-21 | Rollup merge of #76439 - GuillaumeGomez:add-error-explanation-e0755, r=pickfi... | Ralf Jung | -1/+30 |
| 2020-09-21 | update Miri for another bugfix | Ralf Jung | -8/+8 |
| 2020-09-21 | Auto merge of #74040 - lcnr:const-occurs-check, r=nikomatsakis | bors | -19/+452 |
| 2020-09-21 | Don't recommend ManuallyDrop to customize drop order | Aleksey Kladov | -36/+19 |
| 2020-09-21 | add tests | Bastian Kauschke | -0/+205 |
| 2020-09-21 | check for cycles when unifying const variables | Bastian Kauschke | -14/+237 |
| 2020-09-21 | Auto merge of #77004 - RalfJung:rollup-usac4nv, r=RalfJung | bors | -511/+599 |
| 2020-09-21 | Dogfood total_cmp in the test crate | est31 | -17/+2 |
| 2020-09-21 | fix InterpCx resolve | Bastian Kauschke | -5/+10 |
| 2020-09-21 | Rollup merge of #77000 - RalfJung:miri, r=RalfJung | Ralf Jung | -8/+8 |
| 2020-09-21 | Rollup merge of #76963 - est31:remove_static_assert, r=oli-obk | Ralf Jung | -12/+0 |
| 2020-09-21 | Rollup merge of #76962 - est31:const_cstr, r=oli-obk | Ralf Jung | -4/+3 |
| 2020-09-21 | Rollup merge of #76961 - bugadani:test-34634, r=Mark-Simulacrum | Ralf Jung | -0/+16 |
| 2020-09-21 | Rollup merge of #76959 - est31:write, r=oli-obk | Ralf Jung | -12/+12 |
| 2020-09-21 | Rollup merge of #76958 - est31:ns, r=oli-obk | Ralf Jung | -10/+3 |
| 2020-09-21 | Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJung | Ralf Jung | -25/+91 |
| 2020-09-21 | Rollup merge of #76872 - khyperia:remove_declare_methods, r=eddyb | Ralf Jung | -66/+62 |
| 2020-09-21 | Rollup merge of #76868 - poliorcetics:intra-doc-std-sync, r=jyn514 | Ralf Jung | -54/+36 |
| 2020-09-21 | Rollup merge of #76867 - poliorcetics:intra-doc-core-iter, r=jyn514 | Ralf Jung | -130/+93 |
| 2020-09-21 | Rollup merge of #76846 - botika:master, r=davidtwco | Ralf Jung | -21/+13 |
| 2020-09-21 | Rollup merge of #76628 - jyn514:default-config-files, r=Mark-Simulacrum | Ralf Jung | -25/+136 |
| 2020-09-21 | Rollup merge of #76135 - CDirkx:const-option, r=dtolnay,oli-obk | Ralf Jung | -144/+126 |