| Age | Commit message (Expand) | Author | Lines |
| 2020-10-24 | Rollup merge of #77930 - estebank:ice-77919, r=eddyb | Jonas Schievink | -1/+63 |
| 2020-10-24 | Rollup merge of #77830 - cjgillot:remacro, r=oli-obk | Jonas Schievink | -113/+72 |
| 2020-10-24 | Rollup merge of #77610 - hermitcore:dtors, r=m-ou-se | Jonas Schievink | -167/+186 |
| 2020-10-24 | Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcm | Jonas Schievink | -28/+20 |
| 2020-10-24 | Rollup merge of #75115 - chansuke:sys-cloudabi-unsafe, r=KodrAus | Jonas Schievink | -64/+75 |
| 2020-10-24 | Auto merge of #78319 - jonas-schievink:rollup-vzj8a6l, r=jonas-schievink | bors | -195/+386 |
| 2020-10-24 | Rollup merge of #78307 - rust-lang:revert-77961-embed-bitcode, r=tmandry | Jonas Schievink | -2/+2 |
| 2020-10-24 | Rollup merge of #78300 - richkadel:coverage-cx, r=wesleywiser | Jonas Schievink | -50/+74 |
| 2020-10-24 | Rollup merge of #78293 - nasso:master, r=GuillaumeGomez | Jonas Schievink | -5/+6 |
| 2020-10-24 | Rollup merge of #78292 - bugadani:recursion, r=nagisa | Jonas Schievink | -71/+79 |
| 2020-10-24 | Rollup merge of #78278 - lcnr:predicate-visit, r=matthewjasper | Jonas Schievink | -16/+5 |
| 2020-10-24 | Rollup merge of #78274 - Enet4:patch-1, r=jonas-schievink | Jonas Schievink | -1/+2 |
| 2020-10-24 | Rollup merge of #78264 - JohnTitor:macro-test, r=petrochenkov | Jonas Schievink | -0/+10 |
| 2020-10-24 | Rollup merge of #78250 - camelid:document-inline-const, r=spastorino | Jonas Schievink | -0/+45 |
| 2020-10-24 | Rollup merge of #78249 - lcnr:ct-infer-origin, r=varkor | Jonas Schievink | -18/+9 |
| 2020-10-24 | Rollup merge of #78243 - njasm:patch_test_args_description, r=jyn514 | Jonas Schievink | -1/+7 |
| 2020-10-24 | Rollup merge of #78198 - tmiasko:assert, r=davidtwco | Jonas Schievink | -3/+4 |
| 2020-10-24 | Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnay | Jonas Schievink | -21/+102 |
| 2020-10-24 | Rollup merge of #77716 - francesca64:revert-ios-dynamic-linking, r=jonas-schi... | Jonas Schievink | -0/+1 |
| 2020-10-24 | Rollup merge of #77392 - Canop:option_insert, r=m-ou-se | Jonas Schievink | -7/+37 |
| 2020-10-24 | Rollup merge of #76649 - nicbn:arc-spin-loop-hint, r=m-ou-se | Jonas Schievink | -0/+3 |
| 2020-10-24 | Auto merge of #78316 - fusion-engineering-forks:fix-musl-ci-build, r=pietroal... | bors | -3/+9 |
| 2020-10-24 | Rollup merge of #78309 | Mara Bos | -1/+1 |
| 2020-10-24 | Use own mirror for linux headers in musl-toolchain CI script. | Mara Bos | -2/+8 |
| 2020-10-24 | Loop instead of recursion | Dániel Buga | -71/+79 |
| 2020-10-23 | Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs | Rich Kadel | -4/+4 |
| 2020-10-23 | Fix Ubuntu download URL | Jonas Schievink | -1/+1 |
| 2020-10-23 | Revert "Set .llvmbc and .llvmcmd sections as allocatable" | Tyler Mandry | -2/+2 |
| 2020-10-23 | review comments | Esteban Küber | -14/+10 |
| 2020-10-23 | Do not ICE with TraitPredicates containing [type error] | Esteban Küber | -6/+72 |
| 2020-10-23 | Add a spin loop hint for Arc::downgrade | Nicolas Nattis | -0/+3 |
| 2020-10-23 | x.py test --test-args flag description enhancement | Nelson J Morais | -1/+7 |
| 2020-10-23 | Make codegen coverage_context optional, and check | Rich Kadel | -50/+74 |
| 2020-10-23 | Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnr | bors | -131/+114 |
| 2020-10-23 | Always store Rustdoc theme when it's changed | nasso | -5/+6 |
| 2020-10-23 | move `visit_predicate` into `TypeVisitor` | Bastian Kauschke | -16/+5 |
| 2020-10-23 | Update description of Empty Enum for accuracy | Eduardo Pinho | -1/+2 |
| 2020-10-23 | add tracking issue number to option_insert feature gate | Canop | -1/+1 |
| 2020-10-23 | Update library/core/src/option.rs | Canop | -4/+0 |
| 2020-10-23 | Update library/core/src/option.rs | Canop | -0/+2 |
| 2020-10-23 | fix naming unconsistency between function doc and prototype | Canop | -9/+8 |
| 2020-10-23 | more tests in option.insert, code cleaning in option | Canop | -12/+17 |
| 2020-10-23 | remove `option.insert_with` | Canop | -19/+1 |
| 2020-10-23 | add `insert` and `insert_with` to `Option` | Canop | -0/+46 |
| 2020-10-23 | Auto merge of #78270 - JohnTitor:rollup-bldrjh5, r=JohnTitor | bors | -110/+522 |
| 2020-10-23 | Rollup merge of #78265 - JohnTitor:type-iference-diag-test, r=lcnr | Yuki Okushi | -0/+78 |
| 2020-10-23 | Rollup merge of #78263 - JohnTitor:mir-opt-ice-test, r=lcnr | Yuki Okushi | -0/+4 |
| 2020-10-23 | Rollup merge of #78255 - dtolnay:match, r=lcnr | Yuki Okushi | -15/+53 |
| 2020-10-23 | Rollup merge of #78235 - Aaron1011:closure-ret-infer, r=varkor | Yuki Okushi | -0/+65 |
| 2020-10-23 | Rollup merge of #78231 - LeSeulArtichaut:closure-target_feature, r=nikomatsakis | Yuki Okushi | -1/+27 |