about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-24Auto merge of #116300 - cjgillot:split-move, r=petrochenkovbors-467/+501
2023-10-23Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgrbors-593/+629
2023-10-23Rollup merge of #117046 - bvanjoi:fix-116186, r=oli-obkMatthias Krüger-1/+14
2023-10-23Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obkMatthias Krüger-592/+615
2023-10-23Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkovbors-22/+3
2023-10-23Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelixbors-113/+998
2023-10-23Auto merge of #117087 - matthiaskrgr:rollup-08kkjkz, r=matthiaskrgrbors-154/+97
2023-10-23Rollup merge of #117073 - yotamofek:fix-coroutines-feature-rename-suggestion,...Matthias Krüger-1/+1
2023-10-23Rollup merge of #117064 - dtolnay:handleerrors, r=cjgillotMatthias Krüger-128/+73
2023-10-23Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasperMatthias Krüger-25/+23
2023-10-23return unfixed len if pat has reported errorbohan-1/+14
2023-10-23Auto merge of #116837 - oli-obk:smir_run_macro, r=spastorinobors-60/+72
2023-10-23Auto merge of #116835 - oli-obk:evaluated_static_in_metadata2, r=RalfJungbors-59/+79
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-130/+281
2023-10-23Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`Oli Scherer-60/+72
2023-10-23Fix suggestion for renamed coroutines featureYotam Ofek-1/+1
2023-10-23Ensure that `eval_to_allocation_raw` isn't called on static items from miriOli Scherer-9/+6
2023-10-23Split `eval_to_allocation_raw_provider`Oli Scherer-2/+9
2023-10-23Pull out const error reporting into its own functionOli Scherer-31/+32
2023-10-23Pull mplace validation logic out into an interpreter methodOli Scherer-21/+33
2023-10-23The mutability was ignored anyway, so just check for staticnessOli Scherer-4/+7
2023-10-23Allow `ensure` queries to return `Result<(), ErrorGuaranteed>`Oli Scherer-9/+75
2023-10-23Rollup merge of #117051 - gvozdvmozgu:fix-incremental-compilation-link, r=Nil...Matthias Krüger-1/+1
2023-10-23Rollup merge of #117049 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3Matthias Krüger-1/+23
2023-10-23Rollup merge of #117042 - Zalathar:file-table, r=cjgillotMatthias Krüger-103/+150
2023-10-23Auto merge of #115324 - francorbacho:master, r=davidtwcobors-4/+145
2023-10-22Eliminate redundant .parse_sess in rustc_attr::builtin errorsDavid Tolnay-34/+23
2023-10-22Eliminate rustc_attr::builtin::handle_errorsDavid Tolnay-128/+84
2023-10-22fix broken link: update incremental compilation urlgvozdvmozgu-1/+1
2023-10-22use visibility to check unused imports and delete some stmtsbohan-22/+3
2023-10-22add target csky-unknown-linux-gnuabiv2hfdirreke-1/+23
2023-10-22coverage: Emit the filenames section before encoding per-function mappingsZalathar-21/+15
2023-10-22coverage: Encode function mappings without re-sorting themZalathar-13/+15
2023-10-22coverage: Encapsulate local-to-global file mappingsZalathar-5/+29
2023-10-22coverage: Build the global file table ahead of timeZalathar-25/+50
2023-10-22coverage: Fetch expressions and mappings separatelyZalathar-28/+14
2023-10-22coverage: Split `FunctionCoverage` into distinct collector/finished phasesZalathar-24/+40
2023-10-22Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillotMatthias Krüger-0/+3
2023-10-22Auto merge of #117031 - bjorn3:sync_cg_clif-2023-10-21, r=bjorn3bors-493/+163
2023-10-21Fix #117033Nadrieril-0/+3
2023-10-21Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202...bjorn3-493/+163
2023-10-21Rollup merge of #116992 - estebank:issue-69492, r=oli-obkMatthias Krüger-0/+2
2023-10-21Rollup merge of #116981 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3Matthias Krüger-3/+3
2023-10-21Rollup merge of #116312 - c410-f3r:try, r=Mark-SimulacrumMatthias Krüger-62/+66
2023-10-21Auto merge of #116922 - Zalathar:unused, r=cjgillotbors-150/+103
2023-10-21Mention the syntax for `use` on `mod foo;` if `foo` doesn't existEsteban Küber-0/+2
2023-10-21update the registers of cskydirreke-3/+3
2023-10-21Auto merge of #117020 - matthiaskrgr:rollup-cg62m4h, r=matthiaskrgrbors-1/+16
2023-10-21Typo.Camille GILLOT-1/+1
2023-10-21Remove redundant checks.Camille GILLOT-16/+2