about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-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-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-146/+72
2021-10-19Deduplicate panic_fmtGary Guo-6/+1
2021-10-19Erase late-bound regions before computing vtable debuginfo name.Michael Woerister-7/+4
2021-10-19Auto merge of #90040 - nbdd0121:issue-90038, r=oli-obkbors-1/+1
2021-10-19Fix issue 90038Gary Guo-1/+1
2021-10-19Auto merge of #90037 - matthiaskrgr:rollup-cdfhxtn, r=matthiaskrgrbors-47/+92
2021-10-19Rollup merge of #89988 - tmiasko:unpromote-const-drop, r=oli-obkMatthias Krüger-15/+68
2021-10-19Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es...Matthias Krüger-28/+18
2021-10-19Rollup merge of #89941 - hermitcore:kernel, r=joshtriplettMatthias Krüger-3/+1
2021-10-19Rollup merge of #89766 - krasimirgg:llvm-14-targetregistrty, r=nagisaMatthias Krüger-1/+5
2021-10-19Auto merge of #89905 - matthiaskrgr:rev_89709_entirely, r=michaelwoeristerbors-53/+71
2021-10-18Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726bors-403/+43
2021-10-18Do not promote values with const drop that need to be droppedTomasz Miąsko-5/+58
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-580/+542
2021-10-18Rename `needs_drop` to `needs_non_const_drop`Tomasz Miąsko-15/+15
2021-10-19Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"Yuki Okushi-5/+4
2021-10-18Member constraints already covered all of E0482 already, so that error never ...Oli Scherer-65/+6
2021-10-18Guarding a loop with a check that it never runs is uselessOli Scherer-8/+5
2021-10-18Remove unused enum variantOli Scherer-24/+1