about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-20Rollup merge of #141236 - jagunter:issue-140823, r=compiler-errorsMatthias Krüger-6/+8
2025-05-20Split `autodiff` into `autodiff_forward` and `autodiff_reverse`Marcelo Domínguez-16/+33
2025-05-20Querify coroutine_hidden_typesMichael Goulet-41/+67
2025-05-20Add tick to RePlaceholder debug outputMichael Goulet-1/+1
2025-05-20Allow trailing comma after argument in query definitionMichael Goulet-0/+1
2025-05-20Revert "Fix stack overflow in exhaustiveness due to recursive HIR opaque type...Michael Goulet-35/+5
2025-05-20Just error on recursive opaque ty in HIR typeckMichael Goulet-3/+67
2025-05-19`gather_locals`: only visit guard pattern guards when checking the guarddianne-1/+6
2025-05-20Inline and remove `lower_*` methods.Nicholas Nethercote-28/+18
2025-05-20Hoist `ItemLowerer` out of a loop.Nicholas Nethercote-7/+7
2025-05-20Remove unused return value from `lower_node`.Nicholas Nethercote-3/+1
2025-05-20Rollup merge of #141261 - RalfJung:current_dll_path, r=NoratriebStuart Cook-1/+1
2025-05-20Remove `MetaItemListParser::all_{word,path}_list`, which are unused.Nicholas Nethercote-14/+0
2025-05-19only resolve top-level guard patterns' guards oncedianne-1/+3
2025-05-20Avoid `rustc_span::` qualifiers.Nicholas Nethercote-17/+16
2025-05-20Fix up some comments.Nicholas Nethercote-16/+15
2025-05-20Simplify `Accepts`.Nicholas Nethercote-10/+7
2025-05-20Introduce some typedefs to improve readability.Nicholas Nethercote-6/+10
2025-05-20Warning when dependency crate has async drop types, and the feature is disabl...Andrew Zhogin-1/+1
2025-05-19current_dll_path: fix mistake in assertion messageRalf Jung-1/+1
2025-05-19Fixed possible ICE in annotate_mut_binding_to_immutable_bindingJosh Gunter-6/+8
2025-05-19Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgrbors-50/+122
2025-05-19Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa...Matthias Krüger-0/+40
2025-05-19Rollup merge of #141249 - fee1-dead-contrib:push-mwxxsvrsotvs, r=oli-obkMatthias Krüger-49/+73
2025-05-19Rollup merge of #131200 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-1/+9
2025-05-19add s390x z17 target featuresFolkert de Vries-10/+24
2025-05-19Warning added when dependency crate has async drop types, and the feature is ...Andrew Zhogin-0/+40
2025-05-19gvn: bail out unavoidable non-ssa locals in repeatdianqk-1/+7
2025-05-19introduce common macro for `MutVisitor` and `Visitor` to dedup codeDeadbeef-49/+73
2025-05-19Rollup merge of #141239 - RalfJung:dladdr-fname, r=NoratriebStuart Cook-3/+1
2025-05-19Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLiiStuart Cook-42/+108
2025-05-19dladdr cannot leave dli_fname to be nullRalf Jung-3/+1
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-88/+94
2025-05-19Rollup merge of #140049 - haenoe:fix-autodiff-generics, r=ZuseZ4Stuart Cook-11/+62
2025-05-18Auto merge of #140154 - Berrysoft:cygwin-host, r=jieyouxubors-4/+11
2025-05-18Rollup merge of #141218 - dianqk:gvn-overlapping, r=oli-obkLeón Orell Valerian Liehr-6/+13
2025-05-18Rollup merge of #141127 - klensy:windows-bump-61, r=albertlarsan68,jieyouxuLeón Orell Valerian Liehr-5/+5
2025-05-18Rollup merge of #140926 - azhogin:azhogin/async-drop-coroutine-layout-returns...León Orell Valerian Liehr-14/+25
2025-05-18Rollup merge of #140746 - dianne:guard-pat-res, r=oli-obkLeón Orell Valerian Liehr-35/+100
2025-05-18Rollup merge of #140490 - folkertdev:asm-parser-changes, r=Amanieu,traviscrossLeón Orell Valerian Liehr-220/+296
2025-05-18Rollup merge of #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscrossLeón Orell Valerian Liehr-23/+24
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-34/+42
2025-05-18Fast path for sized predMichael Goulet-2/+18
2025-05-18Fast path for processing some obligations in the new solverMichael Goulet-7/+67
2025-05-18Auto merge of #141216 - fmease:rollup-pa5mvx3, r=fmeasebors-8/+2
2025-05-18name resolution for guard patternsdianne-3/+35
2025-05-18gvn: avoid creating overlapping assignmentsdianqk-6/+13
2025-05-18add `AsmOptions` with some named fieldsFolkert de Vries-19/+31
2025-05-18rename to get rid of the 'raw' conceptFolkert de Vries-63/+64
2025-05-18delay error for unsupported optionsFolkert de Vries-14/+2