| Age | Commit message (Expand) | Author | Lines |
| 2020-10-24 | Rollup merge of #77930 - estebank:ice-77919, r=eddyb | Jonas Schievink | -1/+4 |
| 2020-10-24 | Rollup merge of #77830 - cjgillot:remacro, r=oli-obk | Jonas Schievink | -113/+72 |
| 2020-10-24 | Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcm | Jonas Schievink | -5/+3 |
| 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 #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 #78249 - lcnr:ct-infer-origin, r=varkor | Jonas Schievink | -17/+8 |
| 2020-10-24 | Rollup merge of #78198 - tmiasko:assert, r=davidtwco | Jonas Schievink | -3/+4 |
| 2020-10-24 | Rollup merge of #77716 - francesca64:revert-ios-dynamic-linking, r=jonas-schi... | Jonas Schievink | -0/+1 |
| 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 | 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/+13 |
| 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 | -58/+33 |
| 2020-10-23 | move `visit_predicate` into `TypeVisitor` | Bastian Kauschke | -16/+5 |
| 2020-10-23 | Rollup merge of #78255 - dtolnay:match, r=lcnr | Yuki Okushi | -2/+16 |
| 2020-10-23 | Rollup merge of #78235 - Aaron1011:closure-ret-infer, r=varkor | Yuki Okushi | -0/+22 |
| 2020-10-23 | Rollup merge of #78231 - LeSeulArtichaut:closure-target_feature, r=nikomatsakis | Yuki Okushi | -1/+9 |
| 2020-10-23 | Rollup merge of #78116 - spastorino:inline-const-in-range-pat, r=petrochenkov | Yuki Okushi | -12/+21 |
| 2020-10-23 | Rollup merge of #78098 - camelid:fixup-docs, r=steveklabnik | Yuki Okushi | -19/+43 |
| 2020-10-23 | Rollup merge of #77488 - varkor:repr128-incomplete_features, r=jonas-schievink | Yuki Okushi | -0/+1 |
| 2020-10-23 | review | Bastian Kauschke | -12/+9 |
| 2020-10-22 | Don't re-export std::ops::ControlFlow in the compiler. | Leonora Tindall | -4/+3 |
| 2020-10-22 | change the order of type arguments on ControlFlow | Leonora Tindall | -2/+1 |
| 2020-10-22 | Reduce diagram mess in 'match arms have incompatible types' error | David Tolnay | -2/+16 |
| 2020-10-22 | improve const infer error | Bastian Kauschke | -11/+5 |
| 2020-10-22 | Retire rustc_dep_node_try_load_from_on_disk_cache. | Camille GILLOT | -27/+23 |
| 2020-10-22 | Retire rustc_dep_node_force. | Camille GILLOT | -46/+36 |
| 2020-10-22 | Unify query name and node name. | Camille GILLOT | -4/+4 |
| 2020-10-22 | Remove unused category from macros. | Camille GILLOT | -22/+11 |
| 2020-10-22 | Remove unused ProfileCategory. | Camille GILLOT | -16/+0 |
| 2020-10-22 | Make inline const work for half open ranges | Santiago Pastorino | -8/+8 |
| 2020-10-22 | Make inline const work in range patterns | Santiago Pastorino | -6/+15 |
| 2020-10-22 | Rename parse_const_expr to parse_const_block | Santiago Pastorino | -3/+3 |
| 2020-10-22 | Explain where the closure return type was inferred | Aaron Hill | -0/+22 |
| 2020-10-22 | Auto merge of #77720 - matthewjasper:fix-trait-ices, r=nikomatsakis | bors | -86/+79 |
| 2020-10-22 | Auto merge of #77871 - Julian-Wollersberger:less-query-context, r=oli-obk | bors | -174/+216 |
| 2020-10-22 | Make closures inherit the parent function's target features | LeSeulArtichaut | -1/+9 |
| 2020-10-22 | Normalize when finding trait object candidates | Matthew Jasper | -66/+70 |
| 2020-10-22 | Auto merge of #78134 - bugadani:arena-nodrop, r=lcnr | bors | -13/+11 |
| 2020-10-22 | Auto merge of #78212 - JohnTitor:rollup-j5r6xuy, r=JohnTitor | bors | -62/+66 |
| 2020-10-21 | Clean up and improve some docs | Camelid | -19/+43 |
| 2020-10-22 | Rollup merge of #78156 - bishtpawan:bugfix/rustfmt-no-longer-builds, r=lcnr | Yuki Okushi | -6/+8 |
| 2020-10-22 | Rollup merge of #78155 - est31:rustc_lint_types_refactor, r=davidtwco | Yuki Okushi | -17/+18 |
| 2020-10-22 | Rollup merge of #77976 - oliviacrain:issue-77915-fix, r=matthewjasper | Yuki Okushi | -1/+1 |
| 2020-10-22 | Rollup merge of #77554 - varkor:mangle-int-char, r=eddyb | Yuki Okushi | -9/+24 |
| 2020-10-22 | Rollup merge of #77420 - ecstatic-morse:const-checking-raw-mut-ref, r=davidtwco | Yuki Okushi | -29/+15 |