| Age | Commit message (Expand) | Author | Lines |
| 2021-10-21 | Auto merge of #90130 - Mark-Simulacrum:revert-namebinding, r=oli-obk | bors | -145/+213 |
| 2021-10-21 | Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot" | Mark Rousskov | -145/+213 |
| 2021-10-21 | Auto merge of #90119 - JohnTitor:rollup-e5t6khz, r=JohnTitor | bors | -293/+76 |
| 2021-10-21 | Rollup merge of #90074 - klensy:upvar-all, r=wesleywiser | Yuki Okushi | -4/+4 |
| 2021-10-21 | Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk | Yuki Okushi | -260/+47 |
| 2021-10-21 | Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnr | Yuki Okushi | -29/+25 |
| 2021-10-21 | Auto merge of #90072 - ehuss:empty-rmeta-no-warn, r=Mark-Simulacrum | bors | -0/+9 |
| 2021-10-20 | Auto merge of #89978 - cjgillot:qarray, r=Mark-Simulacrum | bors | -537/+420 |
| 2021-10-20 | Address review. | Camille GILLOT | -8/+1 |
| 2021-10-20 | Inline DepNodeParams methods. | Camille GILLOT | -1/+18 |
| 2021-10-20 | Compute query vtable manually. | Camille GILLOT | -27/+29 |
| 2021-10-20 | Store node_intern_event_id in CurrentDepGraph. | Camille GILLOT | -22/+24 |
| 2021-10-20 | Build jump table at runtime. | Camille GILLOT | -130/+111 |
| 2021-10-20 | Invoke callbacks from rustc_middle. | Camille GILLOT | -46/+42 |
| 2021-10-20 | Merge two query callbacks arrays. | Camille GILLOT | -247/+180 |
| 2021-10-20 | Drop has_params. | Camille GILLOT | -40/+4 |
| 2021-10-20 | Make hash_result an Option. | Camille GILLOT | -41/+39 |
| 2021-10-20 | Move def_path_hash_to_def_id to rustc_middle. | Camille GILLOT | -28/+23 |
| 2021-10-20 | Avoid trivial lambdas. | Camille GILLOT | -4/+6 |
| 2021-10-20 | Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=... | bors | -7/+4 |
| 2021-10-20 | remove duplicate subst | Ethan Brierley | -1/+0 |
| 2021-10-20 | Auto merge of #89100 - petrochenkov:localbind, r=cjgillot | bors | -213/+145 |
| 2021-10-20 | use array explicitly instead of vec for const content (even if optimizer smar... | klensy | -3/+3 |
| 2021-10-20 | replace format!("") with String::new() | klensy | -1/+1 |
| 2021-10-19 | Don't emit a warning for empty rmeta files. | Eric Huss | -0/+9 |
| 2021-10-19 | Replace FnLikeNode by FnKind. | Camille GILLOT | -102/+47 |
| 2021-10-19 | Address lcnr review | Ethan Brierley | -3/+5 |
| 2021-10-19 | Cleanup dead code in hir::map::blocks. | Camille GILLOT | -172/+14 |
| 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 |