about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-10-23Auto merge of #90065 - cjgillot:novalcache, r=Mark-Simulacrumbors-25/+12
2021-10-23Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwcoMatthias Krüger-6/+55
2021-10-23Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726Matthias Krüger-0/+5
2021-10-23Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726Matthias Krüger-7/+28
2021-10-22nice_region_error: Include lifetime placeholders in error outputMichael Howell-11/+48
2021-10-22Auto merge of #89893 - camsteffen:redundant-dump-enabled, r=matthewjasperbors-29/+8
2021-10-22add feature flag for `type_changing_struct_update`Charles Lew-0/+5
2021-10-22Rollup merge of #90069 - tmiasko:promoted-const-qualif, r=oli-obkYuki Okushi-2/+9
2021-10-22Rollup merge of #90028 - tmiasko:structural-match-closure, r=spastorinoYuki Okushi-1/+8
2021-10-22Rollup merge of #89991 - petrochenkov:visitok2, r=jackh726Yuki Okushi-13/+8
2021-10-22Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726Yuki Okushi-10/+26
2021-10-22Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwcoYuki Okushi-63/+60
2021-10-22Rollup merge of #89257 - aDotInTheVoid:macro-error-2, r=estebankYuki Okushi-10/+40
2021-10-21Do not depend on the stored value when trying to cache on disk.Camille GILLOT-25/+12
2021-10-21add tests for -Zlocation-detailHudson Ayers-1/+4
2021-10-21Configure saved panic locations based on location-detail flagHudson Ayers-4/+11
2021-10-21Auto merge of #90130 - Mark-Simulacrum:revert-namebinding, r=oli-obkbors-145/+213
2021-10-21Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot"Mark Rousskov-145/+213
2021-10-21Verify that only NeedsNonConstDrop expects promotedsTomasz Miąsko-4/+10
2021-10-21Auto merge of #90119 - JohnTitor:rollup-e5t6khz, r=JohnTitorbors-293/+76
2021-10-21Rollup merge of #90074 - klensy:upvar-all, r=wesleywiserYuki Okushi-4/+4
2021-10-21Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obkYuki Okushi-260/+47
2021-10-21Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnrYuki Okushi-29/+25
2021-10-21Auto merge of #90072 - ehuss:empty-rmeta-no-warn, r=Mark-Simulacrumbors-0/+9
2021-10-20Auto merge of #89978 - cjgillot:qarray, r=Mark-Simulacrumbors-537/+420
2021-10-20Address review.Camille GILLOT-8/+1
2021-10-20Inline DepNodeParams methods.Camille GILLOT-1/+18
2021-10-20Compute query vtable manually.Camille GILLOT-27/+29
2021-10-20Store node_intern_event_id in CurrentDepGraph.Camille GILLOT-22/+24
2021-10-20Build jump table at runtime.Camille GILLOT-130/+111
2021-10-20Invoke callbacks from rustc_middle.Camille GILLOT-46/+42
2021-10-20Merge two query callbacks arrays.Camille GILLOT-247/+180
2021-10-20Drop has_params.Camille GILLOT-40/+4
2021-10-20Make hash_result an Option.Camille GILLOT-41/+39
2021-10-20Move def_path_hash_to_def_id to rustc_middle.Camille GILLOT-28/+23
2021-10-20Avoid trivial lambdas.Camille GILLOT-4/+6
2021-10-20Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=...bors-7/+4
2021-10-20remove duplicate substEthan Brierley-1/+0
2021-10-20Auto merge of #89100 - petrochenkov:localbind, r=cjgillotbors-213/+145
2021-10-20use array explicitly instead of vec for const content (even if optimizer smar...klensy-3/+3
2021-10-20replace format!("") with String::new()klensy-1/+1
2021-10-19Don't emit a warning for empty rmeta files.Eric Huss-0/+9
2021-10-19Replace FnLikeNode by FnKind.Camille GILLOT-102/+47
2021-10-19Address lcnr reviewEthan Brierley-3/+5
2021-10-19Cleanup dead code in hir::map::blocks.Camille GILLOT-172/+14
2021-10-20Rollup merge of #90025 - JohnTitor:revert-86011, r=estebankYuki Okushi-5/+4
2021-10-20Rollup merge of #88860 - nbdd0121:panic, r=m-ou-seYuki Okushi-6/+1
2021-10-20Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiserYuki Okushi-10/+57
2021-10-19Reject closures in patternsTomasz Miąsko-1/+8
2021-10-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-146/+72