about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-24Augment `stringify.rs` test.Nicholas Nethercote-0/+7
2023-10-23Add test and remove double refCelina G. Val-3/+3
2023-10-24compiler: Add target features for LoongArchWANG Rui-0/+18
2023-10-24Auto merge of #116300 - cjgillot:split-move, r=petrochenkovbors-467/+501
2023-10-23nitsMichael Goulet-83/+35
2023-10-23Consider regionsMichael Goulet-2/+9
2023-10-23Make things work by using the new solverMichael Goulet-3/+13
2023-10-23Rework negative coherenceMichael Goulet-39/+152
2023-10-23Remove FnPtr hack from trait_ref_is_knowableMichael Goulet-17/+21
2023-10-23pre-cleanupsMichael Goulet-24/+33
2023-10-23Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgrbors-593/+629
2023-10-23Remove unsafe and `Rc`Celina G. Val-22/+15
2023-10-23When expecting closure argument but finding block provide suggestionEsteban Küber-5/+48
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-23Let's see what those opaque types actually areMichael Goulet-7/+39
2023-10-23Handle ReErased in responses in new solverMichael Goulet-2/+10
2023-10-23Validate `since` value in stable attributeDavid Tolnay-8/+21
2023-10-23Validate #[stable(feature = "…")] identifierDavid Tolnay-23/+28
2023-10-23Remove redundant type parameterMichael Goulet-87/+98
2023-10-23Naming nitsMichael Goulet-55/+55
2023-10-23Add `internal()` method counterpart to `stable()`Celina G. Val-1/+5
2023-10-23Add method to convert internal to stable constructsCelina G. Val-121/+196
2023-10-23Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelixbors-113/+998
2023-10-23Factor signature type walking out of opaque_types_defined_byOli Scherer-44/+155
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-23fix typos in commentsGoodDaisy-1/+1
2023-10-23Auto merge of #116835 - oli-obk:evaluated_static_in_metadata2, r=RalfJungbors-59/+79
2023-10-23Merge associated types with the other alias typesOli Scherer-18/+7
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-130/+281
2023-10-23Sync the logic for inherent and weak type aliasesOli Scherer-5/+6
2023-10-23Make ICE a bit more informativeOli Scherer-3/+12
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