about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-17rustc_codegen_llvm: Name major version of LLVMTsukasa OI-1/+2
2025-09-17Use `LLVMDIBuilderCreateTypedef`Zalathar-25/+17
2025-09-17Use `LLVMDIBuilderCreateQualifiedType`Zalathar-16/+13
2025-09-17Use `LLVMDIBuilderCreateStaticMemberType`Zalathar-44/+57
2025-09-17Use `LLVMDIBuilderCreateMemberType`Zalathar-27/+16
2025-09-17Support ZST argsMarcelo Domínguez-1/+27
2025-09-17update enzyme submoduleManuel Drehwald-0/+0
2025-09-17doc and move single branch match to an if letMarcelo Domínguez-6/+6
2025-09-17Adjust autodiff actitivies for ScalarPairMarcelo Domínguez-0/+17
2025-09-17Add test for autodiff abi handlingMarcelo Domínguez-0/+210
2025-09-17Auto merge of #142915 - cjgillot:dest-prop-default, r=saethlinbors-923/+590
2025-09-17a valid state is achieved by passing the test suiteTshepang Mbambo-1/+1
2025-09-17Merge pull request #4590 from rust-lang/rustup-2025-09-17Oli Scherer-1805/+2517
2025-09-17Auto merge of #146666 - Zalathar:rollup-m2b8low, r=Zalatharbors-1385/+4238
2025-09-17Fix complete type in nested patternA4-Tacks-0/+20
2025-09-17Merge ref '3f1552a273e4' from rust-lang/rustThe Miri Cronjob Bot-1804/+2516
2025-09-17Rollup merge of #146631 - Zalathar:di-builder, r=nnethercoteStuart Cook-190/+149
2025-09-17Rollup merge of #146588 - Gelbpunkt:musl-default-linking-test, r=jieyouxuStuart Cook-9/+1
2025-09-17Rollup merge of #146581 - estebank:issue-146489, r=lcnrStuart Cook-36/+71
2025-09-17Rollup merge of #146564 - cjgillot:mir-nolen, r=scottmcmStuart Cook-292/+1381
2025-09-17Rollup merge of #146552 - cjgillot:resume-noremap, r=jackh726Stuart Cook-225/+639
2025-09-17Rollup merge of #146460 - simp4t7:add-tidy-readme, r=clubby789Stuart Cook-1/+115
2025-09-17Rollup merge of #146410 - hkBst:repeat-1, r=jhprattStuart Cook-3/+4
2025-09-17Rollup merge of #146259 - camsteffen:remove-the-box, r=jackh726Stuart Cook-3/+49
2025-09-17Rollup merge of #145838 - dianne:non-extending-super-let, r=jackh726,traviscrossStuart Cook-5/+259
2025-09-17Rollup merge of #145660 - jbatez:darwin_objc, r=jdonszelmann,madsmtm,tmandryStuart Cook-11/+1381
2025-09-17Rollup merge of #145181 - Borgerr:remove-fixme-from-has-sigdrop, r=lcnrStuart Cook-8/+19
2025-09-17Rollup merge of #145071 - cuviper:min-llvm-20, r=nikicStuart Cook-597/+153
2025-09-17Rollup merge of #144871 - Kivooeo:btree_entry_insert-stabilize, r=jhprattStuart Cook-4/+2
2025-09-17Rollup merge of #142807 - sourcefrog:failfast, r=dtolnayStuart Cook-1/+15
2025-09-17Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-09-17Auto merge of #146656 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-09-17Merge modules dyn_compatibility and lint into dyn_traitLeón Orell Valerian Liehr-550/+550
2025-09-17Remove `DynKind`León Orell Valerian Liehr-237/+142
2025-09-17Use `LLVMDIBuilderCreateStructType`Zalathar-42/+29
2025-09-17Use `LLVMDIBuilderCreatePointerType`Zalathar-52/+45
2025-09-17Use `LLVMDIBuilderCreateBasicType`Zalathar-18/+12
2025-09-17Use `LLVMDIBuilderCreateArrayType`Zalathar-25/+15
2025-09-17Use `LLVMDIBuilderCreateUnionType`Zalathar-34/+25
2025-09-17Use `LLVMDIBuilderCreateSubroutineType`Zalathar-19/+23
2025-09-17Merge pull request #20379 from skewb1k/fix/consistent-hover-doc-breaksChayim Refael Friedman-42/+42
2025-09-16Bless ui.Camille Gillot-25/+21
2025-09-16Do not renumber resume local.Camille Gillot-252/+228
2025-09-16Add test.Camille Gillot-11/+453
2025-09-16Add test.Camille Gillot-1/+724
2025-09-16Remove Rvalue::Len.Camille Gillot-1/+1
2025-09-16Update docs.Camille Gillot-1/+2
2025-09-16Remove Rvalue::Len.Camille Gillot-291/+656
2025-09-16Fix `unnecessary_unwrap` false negative when unwrapping a known value inside ...galileocap-1/+58
2025-09-16Enable DestinationPropagation by default.Camille GILLOT-923/+590