about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-13`cargo update`Lukas Wirth-206/+207
2025-06-13Add test for temporary lifetime extension in `Self()` syntax.Mara Bos-1/+12
2025-06-13Add tests.Mara Bos-0/+44
2025-06-13Add comment.Mara Bos-0/+3
2025-06-13Update tests.Mara Bos-132/+69
2025-06-13Implement temporary lifetime extension for tuple ctors.Mara Bos-7/+11
2025-06-13Remove ast ids from item tree mod itemsLukas Wirth-161/+121
2025-06-13Update to LLVM 20.1.7dianqk-0/+0
2025-06-13Split mod items into small and big variantsLukas Wirth-66/+81
2025-06-13Store item tree visibilities in a thin vecLukas Wirth-2/+14
2025-06-13[PERF] Optimize 3rd heaviest func, (81b -> 10m) (#15043)Samuel Tardieu-2/+1
2025-06-13Merge pull request #19988 from Kobzol/fix-label-linkLaurențiu Nicola-1/+1
2025-06-13Fix link to good first issuesJakub Beránek-1/+1
2025-06-13Eliminate `build.rs`-generated Aarch64 atomic macros (#951)qinghon-65/+75
2025-06-13Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgrbors-594/+907
2025-06-13Pre-install eslint in `mingw-check-tidy` DockerfileJakub Beránek-2/+4
2025-06-13Rollup merge of #142308 - tgross35:upgrade-library-object, r=Mark-SimulacrumMatthias Krüger-15/+12
2025-06-13Rollup merge of #142276 - tgross35:update-library-lockfile, r=Mark-SimulacrumMatthias Krüger-29/+20
2025-06-13Rollup merge of #142274 - tgross35:update-stdarch, r=AmanieuMatthias Krüger-1/+0
2025-06-13Rollup merge of #142267 - workingjubilee:debug-assert-less-in-ast-lowering, r...Matthias Krüger-18/+18
2025-06-13Rollup merge of #142248 - heiher:loong32-asm-types, r=AmanieuMatthias Krüger-4/+11
2025-06-13Rollup merge of #142176 - workingjubilee:dont-shuffle-bswaps-per-arch, r=nikicMatthias Krüger-16/+45
2025-06-13Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35Matthias Krüger-1/+5
2025-06-13Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35Matthias Krüger-10/+988
2025-06-13Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwcoMatthias Krüger-39/+10
2025-06-13Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwcoMatthias Krüger-93/+244
2025-06-13Rollup merge of #128425 - tgross35:missing-fragment-specifier-unconditional, ...Matthias Krüger-342/+105
2025-06-13Rollup merge of #142413 - tshepang:rdg-push, r=jieyouxuMatthias Krüger-3/+4
2025-06-13Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubileeMatthias Krüger-87/+73
2025-06-13Rollup merge of #142379 - Stypox:bootstrap-tool-config, r=KobzolMatthias Krüger-2/+45
2025-06-13Rollup merge of #142340 - RalfJung:miri-apfloat-mul-add, r=oli-obkMatthias Krüger-12/+8
2025-06-13Rollup merge of #142221 - mustartt:aix-fix-strip-order, r=davidtwcoMatthias Krüger-2/+2
2025-06-13Rollup merge of #142158 - xizheyin:141617, r=jdonszelmannMatthias Krüger-31/+68
2025-06-13Rollup merge of #142069 - nnethercote:Zmacro-stats, r=petrochenkovMatthias Krüger-81/+715
2025-06-13Rollup merge of #141770 - GuillaumeGomez:cfg-false-mod-rendering, r=camelidMatthias Krüger-16/+23
2025-06-13Rollup merge of #141491 - tamird:cstr-debug-bstr, r=joshtriplettMatthias Krüger-2/+6
2025-06-13Rollup merge of #134847 - dtolnay:asymmetrical, r=fmeaseMatthias Krüger-75/+150
2025-06-13Auto merge of #142353 - workingjubilee:warn-less-about-cdecl-and-other-abis, ...bors-370/+13
2025-06-13Optimize by 99.75% strlen_on_c_strings, 8.5% globallyblyxyas-2/+1
2025-06-12tests: Convert linkage-attr test to cross-compiling and blessJubilee Young-21/+12
2025-06-12Fix suggestion-causes-error of `manual_swap` (#14978)Samuel Tardieu-5/+48
2025-06-12Fix `unit_arg` suggests wrongly for `Default::default` (#14881)Samuel Tardieu-161/+410
2025-06-12Fixes `manual_flatten` removes the useless if let (#14861)Samuel Tardieu-57/+307
2025-06-13Unimplement unsized_localsmejrs-4/+0
2025-06-13Unimplement unsized_localsmejrs-11/+5
2025-06-13Unimplement unsized_localsmejrs-4/+0
2025-06-13Unimplement unsized_localsmejrs-822/+458
2025-06-13Use more slicing and slice interning over iterable interningLeón Orell Valerian Liehr-3/+2
2025-06-13[perf] Change asserts to debug ones in trait_ref_and_own_argsLeón Orell Valerian Liehr-3/+3
2025-06-12Delegate `<SocketAddr as Debug>` to `ByteStr`Tamir Duberstein-4/+14