about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-22Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena...Gabriel Bjørnager Jensen-4/+6
2024-09-22Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'char' as const;Gabriel Bjørnager Jensen-2/+4
2024-09-18Auto merge of #130500 - matthiaskrgr:rollup-lfx3bb4, r=matthiaskrgrbors-4/+127
2024-09-18Auto merge of #129845 - scottmcm:redo-layout, r=Noratriebbors-56/+110
2024-09-18Rollup merge of #130499 - ibraheemdev:libs-review, r=NoratriebMatthias Krüger-0/+1
2024-09-18Rollup merge of #130468 - compiler-errors:bidi, r=NadrierilMatthias Krüger-1/+10
2024-09-18Rollup merge of #130466 - davidtwco:aarch64-transparent-test, r=jieyouxuMatthias Krüger-3/+116
2024-09-18formatIbraheem Ahmed-1/+1
2024-09-18add myself to the libs review rotationIbraheem Ahmed-0/+1
2024-09-18Auto merge of #130498 - matthiaskrgr:rollup-tg4d0zi, r=matthiaskrgrbors-54/+245
2024-09-17Take more advantage of the `isize::MAX` limit in `Layout`Scott McMurray-56/+110
2024-09-18Rollup merge of #130496 - jder:issue-130400, r=compiler-errorsMatthias Krüger-1/+35
2024-09-18Rollup merge of #130491 - matthiaskrgr:sehsarc, r=compiler-errorsMatthias Krüger-0/+97
2024-09-18Rollup merge of #130489 - compiler-errors:raw-lt-lint, r=jieyouxuMatthias Krüger-0/+11
2024-09-18Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukangMatthias Krüger-53/+102
2024-09-18Auto merge of #130454 - durin42:llvm-20-notrunc, r=workingjubileebors-5/+8
2024-09-17Fix circular fn_sig queries to return the correct number of arguments for met...Jesse Rusak-1/+35
2024-09-17Auto merge of #130492 - matthiaskrgr:rollup-9pxkd8i, r=matthiaskrgrbors-82/+0
2024-09-18Rollup merge of #130482 - spastorino:remove-known-bug-97156, r=jackh726Matthias Krüger-81/+0
2024-09-18Rollup merge of #130481 - krtab:clamp_partial_ord, r=cuviperMatthias Krüger-1/+0
2024-09-18more crash testsMatthias Krüger-0/+97
2024-09-17Store raw ident span for raw lifetimeMichael Goulet-0/+11
2024-09-17Auto merge of #130483 - matthiaskrgr:rollup-q1r0g0y, r=matthiaskrgrbors-2691/+2927
2024-09-17Remove uneeded PartialOrd bound in cmp::Ord::clampArthur Carcano-1/+0
2024-09-17Rollup merge of #130477 - tmandry:revert-llvm-20-lto, r=tmandryMatthias Krüger-7/+3
2024-09-17Rollup merge of #130467 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-2581/+2718
2024-09-17Rollup merge of #130452 - randomPoison:trusty-update-maintainers, r=ehussMatthias Krüger-1/+2
2024-09-17Rollup merge of #129674 - matthewpipie:rc-arc-new-cyclic-in, r=dtolnayMatthias Krüger-84/+172
2024-09-17Rollup merge of #129477 - Xiretza:fix-fluent-diagnostics, r=compiler-errorsMatthias Krüger-18/+32
2024-09-17Remove redundant test typeid equality by subtypingSantiago Pastorino-81/+0
2024-09-17Auto merge of #130473 - matthiaskrgr:rollup-lf29374, r=matthiaskrgrbors-426/+602
2024-09-17Rollup merge of #130469 - compiler-errors:wc-obj-safety, r=jackh726Matthias Krüger-0/+5
2024-09-17Rollup merge of #130458 - nnethercote:rustc_codegen_ssa-cleanups, r=jieyouxuMatthias Krüger-318/+299
2024-09-17Rollup merge of #130440 - compiler-errors:rpitit-opaque-hidden, r=jieyouxuMatthias Krüger-0/+28
2024-09-17Rollup merge of #130314 - compiler-errors:mac-prec, r=davidtwcoMatthias Krüger-14/+10
2024-09-17Rollup merge of #130275 - compiler-errors:extern-crate, r=lcnrMatthias Krüger-0/+40
2024-09-17Rollup merge of #130201 - compiler-errors:foreign-synthetic-body, r=lcnrMatthias Krüger-20/+81
2024-09-17Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwcoMatthias Krüger-5/+7
2024-09-17Rollup merge of #128961 - GKFX:issue-128930-explain-missing-option, r=jieyouxuMatthias Krüger-3/+25
2024-09-17Rollup merge of #128535 - mmvanheusden:master, r=workingjubileeMatthias Krüger-66/+107
2024-09-17fluent_macro: fix diagnostics for fluent parse failuresXiretza-22/+5
2024-09-17Add test for fluent diagnosticsXiretza-1/+32
2024-09-17Mark where_clauses_object_safety as removedMichael Goulet-0/+5
2024-09-17Make sure that def id <=> lang item map is bidirectionalMichael Goulet-1/+10
2024-09-17update lockfileRalf Jung-45/+13
2024-09-17tests: allow trunc/select instructions to be missingAugie Fackler-5/+8
2024-09-17Auto merge of #129073 - compiler-errors:receiver-variance, r=lcnrbors-56/+141
2024-09-17tests: add repr/transparent test for aarch64David Wood-3/+116
2024-09-17Auto merge of #3891 - tiif:tokiotest, r=RalfJungbors-5/+46
2024-09-17Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF...tiif-5/+46