| Age | Commit message (Expand) | Author | Lines |
| 2021-10-23 | Auto merge of #90065 - cjgillot:novalcache, r=Mark-Simulacrum | bors | -25/+12 |
| 2021-10-23 | Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwco | Matthias Krüger | -6/+55 |
| 2021-10-23 | Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726 | Matthias Krüger | -0/+5 |
| 2021-10-23 | Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726 | Matthias Krüger | -7/+28 |
| 2021-10-22 | nice_region_error: Include lifetime placeholders in error output | Michael Howell | -11/+48 |
| 2021-10-22 | Auto merge of #89893 - camsteffen:redundant-dump-enabled, r=matthewjasper | bors | -29/+8 |
| 2021-10-22 | add feature flag for `type_changing_struct_update` | Charles Lew | -0/+5 |
| 2021-10-22 | Rollup merge of #90069 - tmiasko:promoted-const-qualif, r=oli-obk | Yuki Okushi | -2/+9 |
| 2021-10-22 | Rollup merge of #90028 - tmiasko:structural-match-closure, r=spastorino | Yuki Okushi | -1/+8 |
| 2021-10-22 | Rollup merge of #89991 - petrochenkov:visitok2, r=jackh726 | Yuki Okushi | -13/+8 |
| 2021-10-22 | Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726 | Yuki Okushi | -10/+26 |
| 2021-10-22 | Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco | Yuki Okushi | -63/+60 |
| 2021-10-22 | Rollup merge of #89257 - aDotInTheVoid:macro-error-2, r=estebank | Yuki Okushi | -10/+40 |
| 2021-10-21 | Do not depend on the stored value when trying to cache on disk. | Camille GILLOT | -25/+12 |
| 2021-10-21 | add tests for -Zlocation-detail | Hudson Ayers | -1/+4 |
| 2021-10-21 | Configure saved panic locations based on location-detail flag | Hudson Ayers | -4/+11 |
| 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 | Verify that only NeedsNonConstDrop expects promoteds | Tomasz Miąsko | -4/+10 |
| 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 | Reject closures in patterns | Tomasz Miąsko | -1/+8 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -146/+72 |