about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-10Rollup merge of #142275 - aDotInTheVoid:gen-ty-of, r=fmeaseLeón Orell Valerian Liehr-74/+19
2025-06-10Rollup merge of #142271 - workingjubilee:fn-ptrs-have-two-different-lints, r=...León Orell Valerian Liehr-182/+208
2025-06-10Rollup merge of #142262 - aDotInTheVoid:nomemchr, r=NoratriebLeón Orell Valerian Liehr-0/+1
2025-06-10Rollup merge of #142258 - teohhanhui:docs/platform-support-linux-kernel-versi...León Orell Valerian Liehr-19/+19
2025-06-10Rollup merge of #142240 - fee1-dead-contrib:push-zkkzoxlymslv, r=oli-obkLeón Orell Valerian Liehr-1170/+686
2025-06-10Rollup merge of #142124 - oli-obk:transmute-cast, r=scottmcmLeón Orell Valerian Liehr-31/+20
2025-06-10Rollup merge of #142102 - kiseitai3:141714_stdin_read_to_string_docs, r=tgross35León Orell Valerian Liehr-0/+40
2025-06-10Rollup merge of #142101 - lolbinarycat:core-dedup-ptr-docs-139190-pt2, r=work...León Orell Valerian Liehr-126/+68
2025-06-10Rollup merge of #141992 - folkertdev:probestack-naked-function, r=tgross35León Orell Valerian Liehr-275/+171
2025-06-10Rollup merge of #141909 - Shourya742:2025-06-01-add-execution-context, r=KobzolLeón Orell Valerian Liehr-272/+364
2025-06-10Rollup merge of #141818 - mati865:dont-create-msi-from-non-windows, r=KobzolLeón Orell Valerian Liehr-1/+2
2025-06-10Rollup merge of #141642 - xizheyin:issue-141619, r=BoxyUwULeón Orell Valerian Liehr-100/+174
2025-06-10Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35León Orell Valerian Liehr-24/+4
2025-06-10Rollup merge of #140372 - mejrs:attrs, r=jdonszelmannLeón Orell Valerian Liehr-26/+40
2025-06-10Rollup merge of #134442 - epage:change, r=workingjubileeLeón Orell Valerian Liehr-0/+13
2025-06-10Auto merge of #141485 - dianqk:early_otherwise_branch_loop, r=oli-obkbors-47/+64
2025-06-10Make loongarch-none target maintainers more easily pingableJieyou Xu-2/+2
2025-06-10Document `//@ needs-target-std` in rustc-dev-guideJieyou Xu-0/+1
2025-06-10Implement `//@ needs-target-std` directive in compiletestJieyou Xu-0/+17
2025-06-10Extract target no-std hack to `build_helpers`Jieyou Xu-1/+13
2025-06-10Implement representation options to smirShoyu Vanilla-6/+132
2025-06-10Merge pull request #19964 from Wilfred/fix_typosChayim Refael Friedman-2/+2
2025-06-10[minor] Fix typosWilfred Hughes-2/+2
2025-06-10update lockfileRalf Jung-1/+0
2025-06-10Add more tests to check extracted doctests featureGuillaume Gomez-3/+55
2025-06-10Improve naming of variables in `DocTestBuilder::generate_unique_doctest`Guillaume Gomez-9/+40
2025-06-10Add new extracted option doctest ui test for result returning doctestGuillaume Gomez-0/+12
2025-06-10Give more information into extracted doctest informationGuillaume Gomez-50/+135
2025-06-10Merge pull request #19963 from ChayimFriedman2/unsized-impl-itemsLukas Wirth-3/+64
2025-06-10Do not error at impls for unsized types that do not include `where Self: Size...Chayim Refael Friedman-3/+64
2025-06-10Add supported asm types for LoongArch32WANG Rui-4/+11
2025-06-10Auto merge of #141451 - lcnr:canonicalize-env-cache, r=compiler-errorsbors-28/+109
2025-06-10Use a faster runner for the x64 dist-alt jobJakub Beránek-1/+1
2025-06-10enable rustc debug assertions on -alt buildsRémy Rakic-0/+5
2025-06-10const_eval: fix some outdated commentsRalf Jung-12/+8
2025-06-10Use Operand::constant() in a couple of placesbjorn3-7/+9
2025-06-10Pass `jemalloc` feature to Clippy in bootstrapJakub Beránek-2/+15
2025-06-10Merge pull request #4389 from RalfJung/native-lib-search-orderRalf Jung-22/+25
2025-06-10Merge pull request #4382 from RalfJung/dupRalf Jung-2/+3
2025-06-10Add jemalloc feature to ClippyJakub Beránek-0/+36
2025-06-10Add jemalloc feature to ClippyJakub Beránek-0/+36
2025-06-10Loop check anon consts on their ownOli Scherer-45/+45
2025-06-10Remove check_mod_loops query and run the checks per-body insteadOli Scherer-247/+230
2025-06-10Merge pull request #4391 from RalfJung/float-nondet-testsRalf Jung-22/+25
2025-06-10Add regression test for break inside const itemsOli Scherer-1/+19
2025-06-10ci: split x86_64-gnu-tools jobMarcoIeni-56/+125
2025-06-10Avoid cloning `self.index` in `after_krate`.Nicholas Nethercote-2/+4
2025-06-10indent the probestack inline assemblyFolkert de Vries-110/+110
2025-06-10merge the sgx/fortanix `__rust_probestack` into the general `x86_64` oneFolkert de Vries-73/+23
2025-06-10use `#[naked]` for `__rust_probestack`Folkert de Vries-99/+36