| Age | Commit message (Expand) | Author | Lines |
| 2020-10-17 | Mark inout asm! operands as used in liveness pass | Olivia Crain | -0/+36 |
| 2020-10-17 | Auto merge of #77373 - jonas-schievink:rm-rf-copy-prop, r=oli-obk | bors | -96/+73 |
| 2020-10-17 | Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk | bors | -3/+97 |
| 2020-10-17 | Auto merge of #77685 - jackh726:binder-map, r=lcnr | bors | -5/+9 |
| 2020-10-17 | Auto merge of #76096 - pickfire:rustdoc-quote, r=jyn514 | bors | -124/+131 |
| 2020-10-17 | Fix some double quote that cause CI failure | Ivan Tham | -3/+3 |
| 2020-10-17 | Auto merge of #78025 - ehuss:bump-bootstrap, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-10-17 | Rollup merge of #77985 - cuviper:systemz-agr-clobbers-cc, r=nikic | Dylan DPC | -0/+0 |
| 2020-10-17 | Rollup merge of #77932 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum | Dylan DPC | -19/+29 |
| 2020-10-17 | Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27 | Dylan DPC | -2/+16 |
| 2020-10-17 | Rollup merge of #76199 - Mark-Simulacrum:void-zero, r=nikomatsakis | Dylan DPC | -10/+3 |
| 2020-10-17 | Remove the old copy propagation pass | Jonas Schievink | -96/+73 |
| 2020-10-16 | Add inline const to INCOMPLETE_FEATURES | Santiago Pastorino | -0/+4 |
| 2020-10-17 | Rollup merge of #78013 - GuillaumeGomez:fix-sidebar-scroll-mobile-devices, r=... | Yuki Okushi | -4/+0 |
| 2020-10-17 | Rollup merge of #77971 - jyn514:broken-intra-doc-links, r=mark-simulacrum | Yuki Okushi | -0/+68 |
| 2020-10-17 | Rollup merge of #77925 - JohnTitor:sugg-min-features, r=davidtwco,oli-obk | Yuki Okushi | -0/+87 |
| 2020-10-17 | Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-varia... | Yuki Okushi | -23/+230 |
| 2020-10-17 | Rollup merge of #77827 - jyn514:stable-primitives, r=GuillaumeGomez | Yuki Okushi | -3/+8 |
| 2020-10-17 | Rollup merge of #77547 - RalfJung:stable-union-drop, r=matthewjasper | Yuki Okushi | -123/+67 |
| 2020-10-17 | Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebank | Yuki Okushi | -0/+15 |
| 2020-10-16 | Handle ExprKind::ConstBlock on clippy | Santiago Pastorino | -1/+17 |
| 2020-10-16 | Add inline const tests | Santiago Pastorino | -25/+55 |
| 2020-10-16 | Review comments | Jack Huey | -1/+1 |
| 2020-10-16 | Bump bootstrap compiler | Eric Huss | -1/+1 |
| 2020-10-16 | map_bound_ref -> rebind | Jack Huey | -10/+11 |
| 2020-10-16 | Parse inline const patterns | Santiago Pastorino | -2/+22 |
| 2020-10-16 | Parse inline const expressions | Santiago Pastorino | -0/+10 |
| 2020-10-16 | Add inline_const feature flag | Santiago Pastorino | -0/+14 |
| 2020-10-16 | update miri | Ralf Jung | -8/+10 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+87 |
| 2020-10-16 | Use map_bound(_ref) instead of Binder::bind when possible | Jack Huey | -7/+10 |
| 2020-10-17 | Use double quote for rustdoc html | Ivan Tham | -126/+133 |
| 2020-10-16 | Auto merge of #77972 - Mark-Simulacrum:side-effect-loop, r=nagisa | bors | -0/+15 |
| 2020-10-16 | Fix sidebar scroll on mobile devices | Guillaume Gomez | -4/+0 |
| 2020-10-16 | Auto merge of #77809 - nasso:master, r=jyn514,guillaumegomez | bors | -42/+240 |
| 2020-10-16 | stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' | Ralf Jung | -123/+67 |
| 2020-10-16 | Auto merge of #77947 - tmiasko:promoted-scope, r=oli-obk | bors | -2/+0 |
| 2020-10-15 | Update submodules for link fixes | Joshua Nelson | -0/+0 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -0/+68 |
| 2020-10-16 | Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514 | Dylan DPC | -52/+334 |
| 2020-10-16 | Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q... | Dylan DPC | -7/+21 |
| 2020-10-16 | Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakis | Dylan DPC | -422/+264 |
| 2020-10-16 | Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnay | Dylan DPC | -3/+3 |
| 2020-10-16 | Rollup merge of #75675 - davidtwco:symbol-mangling-impl-params, r=eddyb | Dylan DPC | -0/+98 |
| 2020-10-16 | Rollup merge of #75023 - euclio:argument-span, r=estebank | Dylan DPC | -114/+222 |
| 2020-10-15 | Auto merge of #77981 - GuillaumeGomez:rollup-64ydc5g, r=GuillaumeGomez | bors | -0/+8 |
| 2020-10-15 | llvm: backport SystemZ fix for AGR clobbers | Josh Stone | -0/+0 |
| 2020-10-15 | resolve: improve "try using tuple struct" message | David Wood | -5/+5 |
| 2020-10-15 | resolve: suggest variants with placeholders | David Wood | -18/+225 |
| 2020-10-15 | Auto merge of #77943 - est31:target_refactor, r=petrochenkov | bors | -3/+3 |