summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-05Auto merge of #140651 - lnicola:sync-from-ra, r=lnicolabors-1704/+2427
2025-05-05Add ui test fn-trait-use-named-paramsxizheyin-0/+26
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-277/+292
2025-05-05Handle rustc_middle cases of rustc::potential_query_instability lintismailarilik-60/+54
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-33/+41
2025-05-05Resolve instance for SymFn in global/naked asmMichael Goulet-2/+72
2025-05-05Merge pull request #4310 from RalfJung/addr-space-conservationRalf Jung-8/+17
2025-05-05Merge pull request #4309 from RalfJung/both-borrows-testsRalf Jung-532/+94
2025-05-05alloc_addresses: when we are running out of addresses, start reusing more agg...Ralf Jung-8/+17
2025-05-05consistent folder naming: stacked-borrows -> stacked_borrowsRalf Jung-6/+6
2025-05-05Make -Zfixed-x18 into a target modifierAlice Ryhl-1/+38
2025-05-05Merge pull request #4306 from yoctocell/fix-unsafecell-inside-boxRalf Jung-1/+43
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-117/+246
2025-05-05move tests that are identical between SB and TB to shared filesRalf Jung-764/+326
2025-05-05update unstable bookdianne-7/+24
2025-05-05always peel `&mut`, to allow matching on `&mut str`dianne-6/+153
2025-05-05match ergonomics for string and byte string literal patternsdianne-63/+223
2025-05-05update `cc_detect` testsonur-ozkan-6/+6
2025-05-05collect all Fuchsia bindings into the `fuchsia` modulejoboet-282/+122
2025-05-05Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkovbors-117/+1534
2025-05-05feat: Added capability to add multiple dependencies for an LLVMFeatureMadhav Madhusoodanan-17/+20
2025-05-05Merge pull request #4307 from JoJoDeveloping/remove-unique-is-uniqueRalf Jung-451/+12
2025-05-05Auto merge of #140650 - tgross35:rollup-0mp4h1s, r=tgross35bors-367/+546
2025-05-05Rollup merge of #140648 - tgross35:update-builtins, r=tgross35Trevor Gross-4/+4
2025-05-05Rollup merge of #140644 - the8472:revert-copy-clone-adapters, r=Mark-SimulacrumTrevor Gross-163/+20
2025-05-05Rollup merge of #140307 - mejrs:condition_parser, r=nnethercoteTrevor Gross-194/+510
2025-05-05Rollup merge of #135734 - nk9:extract_if-doc-equivalent, r=tgross35Trevor Gross-6/+12
2025-05-04move logic for telling whether to peel smart pointers into a helperdianne-17/+27
2025-05-05Auto merge of #140353 - rust-lang:cargo_update, r=Mark-Simulacrumbors-242/+299
2025-05-04Temporarily downgrade backtrace to 0.3.71Mark Rousskov-18/+33
2025-05-04Auto merge of #140646 - tgross35:rollup-z3hjbm6, r=tgross35bors-37/+181
2025-05-04Update `compiler-builtins` to 0.1.157Trevor Gross-4/+4
2025-05-04extract_if's sample equivalent now really equivalent.Nick Kocharhook-6/+12
2025-05-04Rollup merge of #140630 - azhogin:azhogin/async-drop-proxy-source-info-fix, r...Trevor Gross-1/+5
2025-05-04Rollup merge of #140627 - dtolnay:rustdoctracing, r=GuillaumeGomezTrevor Gross-7/+32
2025-05-04Rollup merge of #140625 - paolobarbolini:vec-extract-if-alt-is-retain_mut, r=...Trevor Gross-2/+2
2025-05-04Rollup merge of #140619 - jieyouxu:validate_attr_cleanups, r=UrgauTrevor Gross-15/+91
2025-05-04Rollup merge of #140457 - fneddy:fix_s390x_codegen_const_vector, r=Mark-Simul...Trevor Gross-1/+5
2025-05-04Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnrTrevor Gross-11/+46
2025-05-04Revert "Avoid unused clones in Cloned<I> and Copied<I>"The 8472-163/+20
2025-05-04Auto merge of #140599 - petrochenkov:rawerann, r=jieyouxubors-196/+208
2025-05-04Initial support for dynamically linked cratesBryanskiy-117/+1534
2025-05-04Add comment on creation of lifetime inside opaque typesJohn Kåre Alsaker-0/+4
2025-05-04Add comment on creation of `SyntheticCoroutineBody`John Kåre Alsaker-0/+2
2025-05-04Fix tidy dep listMark Rousskov-7/+3
2025-05-04Remove -Zunique-is-uniqueJohannes Hostert-451/+12
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-196/+208
2025-05-04Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-sebors-49/+114
2025-05-04implement `PanicTracker` to track `t` panicsonur-ozkan-5/+26
2025-05-04Make attribute safety validation logic more obviousJieyou Xu-15/+91