| Age | Commit message (Expand) | Author | Lines |
| 2021-10-20 | Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=... | bors | -7/+4 |
| 2021-10-20 | Auto merge of #89100 - petrochenkov:localbind, r=cjgillot | bors | -213/+145 |
| 2021-10-20 | Rollup merge of #90025 - JohnTitor:revert-86011, r=estebank | Yuki Okushi | -5/+4 |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -6/+1 |
| 2021-10-20 | Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiser | Yuki Okushi | -10/+57 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -146/+72 |
| 2021-10-19 | Deduplicate panic_fmt | Gary Guo | -6/+1 |
| 2021-10-19 | Erase late-bound regions before computing vtable debuginfo name. | Michael Woerister | -7/+4 |
| 2021-10-19 | Auto merge of #90040 - nbdd0121:issue-90038, r=oli-obk | bors | -1/+1 |
| 2021-10-19 | Fix issue 90038 | Gary Guo | -1/+1 |
| 2021-10-19 | Auto merge of #90037 - matthiaskrgr:rollup-cdfhxtn, r=matthiaskrgr | bors | -47/+92 |
| 2021-10-19 | Rollup merge of #89988 - tmiasko:unpromote-const-drop, r=oli-obk | Matthias Krüger | -15/+68 |
| 2021-10-19 | Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es... | Matthias Krüger | -28/+18 |
| 2021-10-19 | Rollup merge of #89941 - hermitcore:kernel, r=joshtriplett | Matthias Krüger | -3/+1 |
| 2021-10-19 | Rollup merge of #89766 - krasimirgg:llvm-14-targetregistrty, r=nagisa | Matthias Krüger | -1/+5 |
| 2021-10-19 | Auto merge of #89905 - matthiaskrgr:rev_89709_entirely, r=michaelwoerister | bors | -53/+71 |
| 2021-10-18 | Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726 | bors | -403/+43 |
| 2021-10-18 | Do not promote values with const drop that need to be dropped | Tomasz Miąsko | -5/+58 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -580/+542 |
| 2021-10-18 | Rename `needs_drop` to `needs_non_const_drop` | Tomasz Miąsko | -15/+15 |
| 2021-10-19 | Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank" | Yuki Okushi | -5/+4 |
| 2021-10-18 | Member constraints already covered all of E0482 already, so that error never ... | Oli Scherer | -65/+6 |
| 2021-10-18 | Guarding a loop with a check that it never runs is useless | Oli Scherer | -8/+5 |
| 2021-10-18 | Remove unused enum variant | Oli Scherer | -24/+1 |
| 2021-10-18 | Remove regionck member constraint handling and leave it to mir borrowck | Oli Scherer | -162/+1 |
| 2021-10-18 | RustWrapper: adapt for an LLVM API change | Krasimir Georgiev | -1/+5 |
| 2021-10-18 | resolve: Use `NameBinding` for local variables and generic parameters | Vadim Petrochenkov | -213/+145 |
| 2021-10-18 | Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser | Matthias Krüger | -26/+26 |
| 2021-10-18 | Rollup merge of #89987 - pierwill:fix-85526-docs-hidden-assoc, r=GuillaumeGomez | Matthias Krüger | -0/+18 |
| 2021-10-18 | Rollup merge of #89974 - est31:let_else_if_error, r=nagisa | Matthias Krüger | -5/+16 |
| 2021-10-18 | Rollup merge of #89965 - JohnTitor:fix-let-else-ice-with-ref-mut, r=petrochenkov | Matthias Krüger | -8/+8 |
| 2021-10-17 | Check implementing type for `#[doc(hidden)]` | pierwill | -0/+18 |
| 2021-10-17 | Nicer error message if the user attempts to do let...else if | est31 | -5/+16 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -26/+26 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -16/+16 |
| 2021-10-17 | Rollup merge of #89946 - JohnTitor:fix-89686, r=petrochenkov | Matthias Krüger | -5/+10 |
| 2021-10-17 | Rollup merge of #89738 - eddyb:extern-crate-recursion, r=nagisa | Matthias Krüger | -10/+18 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -107/+139 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -16/+16 |
| 2021-10-17 | Rollup merge of #89958 - nhamovitz:patch-1, r=nagisa | Yuki Okushi | -1/+1 |
| 2021-10-17 | Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk | Yuki Okushi | -5/+5 |
| 2021-10-17 | Fix ICE with `let...else` and `ref mut` | Yuki Okushi | -8/+8 |
| 2021-10-16 | Correct typo | nhamovitz | -1/+1 |
| 2021-10-17 | Suggest a case insensitive match name regardless of levenshtein distance | Yuki Okushi | -28/+18 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -45/+74 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -5/+5 |
| 2021-10-16 | Fix an ICE with TAITs and Future | Yuki Okushi | -5/+10 |
| 2021-10-16 | HermitCore's kernel itself doesn't support TLS | Stefan Lankes | -3/+1 |
| 2021-10-16 | Rollup merge of #89915 - jackh726:outlives_cleanup, r=nikomatsakis | Matthias Krüger | -115/+100 |
| 2021-10-16 | Rollup merge of #89914 - jackh726:gat_genericboundfailure, r=estebank | Matthias Krüger | -1/+3 |