about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-18Rollup merge of #129173 - beetrees:statically-known-float, r=compiler-errors许杰友 Jieyou Xu (Joe)-9/+96
2024-08-18Rollup merge of #129164 - ChrisDenton:comdat, r=jieyouxu许杰友 Jieyou Xu (Joe)-190/+100
2024-08-18Auto merge of #129115 - jieyouxu:reenable-dump-ice, r=estebankbors-5/+8
2024-08-17Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercotebors-134/+64
2024-08-17Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorinobors-110/+180
2024-08-17Always use ar_archive_writer for import libsChris Denton-190/+100
2024-08-17Auto merge of #129202 - matthiaskrgr:rollup-wev7uur, r=matthiaskrgrbors-101/+357
2024-08-17Rollup merge of #129196 - Zalathar:ref-id-ref, r=compiler-errorsMatthias Krüger-6/+2
2024-08-17Rollup merge of #129192 - GuillaumeGomez:rm-useless-merged-doctest-attrs, r=n...Matthias Krüger-4/+0
2024-08-17Rollup merge of #129191 - aDotInTheVoid:rdj-serial-cleanup, r=GuillaumeGomezMatthias Krüger-19/+23
2024-08-17Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errorsMatthias Krüger-62/+199
2024-08-17Rollup merge of #129167 - cuviper:either-once-empty, r=NadrierilMatthias Krüger-9/+9
2024-08-17Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkovMatthias Krüger-1/+124
2024-08-17Auto merge of #128786 - estebank:multiple-crate-versions, r=fee1-deadbors-20/+204
2024-08-17Remove a useless ref/id/ref round-trip from `pattern_from_hir`Zalathar-6/+2
2024-08-17Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnaybors-105/+290
2024-08-17Remove useless attributes in merged doctest generated codeGuillaume Gomez-4/+0
2024-08-17rustdoc-json: Clean up serialization and printing.Alona Enraght-Moony-19/+23
2024-08-17Auto merge of #128598 - RalfJung:float-comments, r=workingjubileebors-683/+116
2024-08-17more clear NAN names and fix broken_floats logicRalf Jung-12/+14
2024-08-17disable problematic float-conv tests in i586 targetsRalf Jung-6/+13
2024-08-17Emit an error for invalid use of the linkage attributeShina-1/+124
2024-08-17Auto merge of #129178 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-08-17Auto merge of #106943 - mina86:exact_size_take_repeat, r=dtolnaybors-0/+147
2024-08-16Update cargoWeihang Lo-0/+0
2024-08-17Fix `is_val_statically_known` for floatsbeetrees-9/+96
2024-08-16Auto merge of #116528 - daxpedda:stabilize-ready-into-inner, r=dtolnaybors-2/+1
2024-08-16Auto merge of #129162 - matthiaskrgr:rollup-r0oxdev, r=matthiaskrgrbors-71/+76
2024-08-16Rewrite `get_fn_id_for_return_block`Boxy-62/+199
2024-08-16mir/pretty: use `Option` instead of `Either<Once, Empty>`Josh Stone-9/+9
2024-08-16Simplify cleaning foreign fns in rustdocMichael Goulet-12/+6
2024-08-16Don't ICE on Fn trait error for foreign fnMichael Goulet-0/+61
2024-08-16Use FnSig instead of raw FnDecl for ForeignItemKind::FnMichael Goulet-98/+113
2024-08-16Rollup merge of #129161 - dtolnay:spawnunck, r=NoratriebMatthias Krüger-3/+1
2024-08-16Rollup merge of #129154 - wafarm:fix-95463, r=estebankMatthias Krüger-12/+19
2024-08-16Rollup merge of #129149 - GuillaumeGomez:migrate-python-script, r=jieyouxuMatthias Krüger-44/+47
2024-08-16Rollup merge of #129086 - slanterns:is_none_or, r=dtolnayMatthias Krüger-7/+2
2024-08-16Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwUMatthias Krüger-1/+7
2024-08-16Rollup merge of #128990 - saethlin:freebsd-debuginfo-tests, r=compiler-errorsMatthias Krüger-4/+0
2024-08-16Auto merge of #128456 - Oneirical:clantestine-operations, r=jieyouxubors-141/+240
2024-08-16Stabilize std::thread::Builder::spawn_uncheckedDavid Tolnay-3/+1
2024-08-16Re-enable debuginfo tests on freebsdBen Kimock-4/+0
2024-08-16Reexport `serde_json` crate from run-make-support to give it access to `run-m...Guillaume Gomez-39/+38
2024-08-16Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` testGuillaume Gomez-44/+48
2024-08-16Auto merge of #129068 - cuviper:llvm19rc2, r=compiler-errorsbors-0/+0
2024-08-16massive refactor of reproducible-build testOneirical-161/+179
2024-08-16rewrite reproducible-build to rmakeOneirical-141/+222
2024-08-16Fix wrong source location for some incorrect macro definitionsWafarm-12/+19
2024-08-16Auto merge of #129052 - onur-ozkan:better-incompatibility-check, r=Kobzolbors-98/+164
2024-08-16Auto merge of #128977 - jieyouxu:writable-file, r=Kobzolbors-11/+45