about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-25Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obkbors-387/+143
2023-10-25Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkovbors-64/+174
2023-10-25Auto merge of #116236 - dtolnay:builtinmacrocomment, r=cjgillotbors-94/+112
2023-10-25Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726bors-217/+735
2023-10-25Auto merge of #117139 - compiler-errors:vid-lifetimes, r=BoxyUwUbors-130/+150
2023-10-25Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naberbors-39/+110
2023-10-24Use IndexMap for handling stable TyCelina G. Val-29/+23
2023-10-24Remove fold code and add Const::internal()Celina G. Val-370/+132
2023-10-24Auto merge of #115796 - cjgillot:const-prop-rvalue, r=oli-obkbors-18/+172
2023-10-24Get rid of 'tcx on ConstVid, EffectVidMichael Goulet-130/+150
2023-10-24Auto merge of #117135 - matthiaskrgr:rollup-zdh18i6, r=matthiaskrgrbors-292/+658
2023-10-24Rollup merge of #117010 - celinval:smir-internal, r=oli-obkMatthias Krüger-126/+198
2023-10-24Rollup merge of #116943 - heiher:target-features, r=wesleywiserMatthias Krüger-0/+18
2023-10-24Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naberMatthias Krüger-1/+82
2023-10-24Rollup merge of #116792 - JonasAlaif:renumber-fix, r=b-naberMatthias Krüger-0/+4
2023-10-24Rollup merge of #116396 - obeis:hir-analysis-migrate-diagnostics-7, r=oli-obkMatthias Krüger-163/+341
2023-10-24Rollup merge of #116094 - Swatinem:coverage-branch-gate, r=wesleywiserMatthias Krüger-2/+15
2023-10-24Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgrbors-90/+101
2023-10-25suggest unwrap/expect for let binding type mismatchyukang-1/+82
2023-10-24Rollup merge of #117091 - compiler-errors:debug, r=lcnrMatthias Krüger-89/+100
2023-10-24Rollup merge of #117081 - GoodDaisy:master, r=wesleywiserMatthias Krüger-1/+1
2023-10-24Auto merge of #116773 - dtolnay:validatestable, r=compiler-errorsbors-28/+46
2023-10-24Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202...bjorn3-138/+260
2023-10-24Migrate diagnostics in `rustc_hir_analysis/src/coherence/orphan.rs`Obei Sideg-163/+341
2023-10-24Auto merge of #116435 - compiler-errors:re-erased, r=lcnrbors-9/+49
2023-10-24Introduce `-C instrument-coverage=branch` to gate branch coverageArpad Borsos-2/+15
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-23Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgrbors-593/+629
2023-10-23Remove unsafe and `Rc`Celina G. Val-22/+15
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