about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-01Rollup merge of #129832 - eduardosm:stray-dot, r=jhprattMatthias Krüger-1/+1
2024-09-01Rollup merge of #129780 - cyrgani:master, r=compiler-errorsMatthias Krüger-0/+77
2024-09-01Rollup merge of #129672 - saethlin:enum-debuginfo-tests, r=Mark-SimulacrumMatthias Krüger-25/+14
2024-09-01Rollup merge of #129619 - sunshowers:update-stacker, r=Mark-SimulacrumMatthias Krüger-4/+4
2024-09-01Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkovMatthias Krüger-97/+91
2024-09-01Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillotMatthias Krüger-61/+628
2024-09-01Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, ...Matthias Krüger-32/+24
2024-09-01Rollup merge of #128495 - joboet:more_memcmp, r=scottmcmMatthias Krüger-14/+37
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-101/+559
2024-08-31Create opaque definitions in resolver.Camille GILLOT-97/+91
2024-08-31Remove stray dot in `std::char::from_u32_unchecked` documentationEduardo Sánchez Muñoz-1/+1
2024-08-31Rollup merge of #129826 - Alcaro:patch-1, r=workingjubileeMatthias Krüger-1/+1
2024-08-31Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notri...Matthias Krüger-2/+8
2024-08-31Rollup merge of #129818 - RalfJung:const-stability, r=compiler-errorsMatthias Krüger-6/+5
2024-08-31Rollup merge of #129816 - RalfJung:tidy-feature-issue-mismatch, r=compiler-er...Matthias Krüger-1/+2
2024-08-31Rollup merge of #129782 - matthiaskrgr:c, r=jieyouxuMatthias Krüger-0/+54
2024-08-31Rollup merge of #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxuMatthias Krüger-25/+34
2024-08-31Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJungMatthias Krüger-17/+260
2024-08-31Rollup merge of #129651 - onur-ozkan:stage0-target-sanity-check, r=KobzolMatthias Krüger-8/+9
2024-08-31Rollup merge of #129650 - Zalathar:profiler-builtins, r=Mark-SimulacrumMatthias Krüger-28/+32
2024-08-31Rollup merge of #129605 - jieyouxu:needs-llvm-components, r=Mark-SimulacrumMatthias Krüger-13/+40
2024-08-31Rollup merge of #128523 - cuviper:relnotes-1.81.0, r=Mark-SimulacrumMatthias Krüger-0/+114
2024-08-31Update mod.rsAlcaro-1/+1
2024-08-31Auto merge of #129817 - matthiaskrgr:rollup-ll2ld5m, r=matthiaskrgrbors-3490/+11015
2024-08-31Fix code examples buttons not appearing on click on mobileGuillaume Gomez-2/+8
2024-08-31don't take reachability into account when warning about missing-const-stabilityRalf Jung-2/+1
2024-08-31make the const-unstable-in-stable error more clearRalf Jung-4/+4
2024-08-31Rollup merge of #129812 - RalfJung:box-custom-alloc, r=compiler-errorsMatthias Krüger-6/+15
2024-08-31Rollup merge of #129791 - joboet:ich_bin_dann_mal_weg, r=joboetMatthias Krüger-1/+1
2024-08-31Rollup merge of #129785 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-441/+1197
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-10/+49
2024-08-31Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxuMatthias Krüger-18/+211
2024-08-31Rollup merge of #129760 - cuviper:old-timey, r=compiler-errorsMatthias Krüger-8/+16
2024-08-31Rollup merge of #129757 - saethlin:half-a-recursion, r=compiler-errorsMatthias Krüger-0/+32
2024-08-31Rollup merge of #129749 - krasimirgg:llvm-20-lto, r=nikicMatthias Krüger-3/+7
2024-08-31Rollup merge of #129733 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-2888/+9203
2024-08-31Rollup merge of #129730 - RalfJung:float-arithmetic, r=workingjubileeMatthias Krüger-44/+48
2024-08-31Rollup merge of #129711 - lqd:nll-mir-dumps, r=compiler-errorsMatthias Krüger-64/+214
2024-08-31Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-deadMatthias Krüger-7/+22
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-27/+460
2024-08-31Fix `elided_named_lifetimes` in codePavel Grigorenko-14/+14
2024-08-31Implement `elided_named_lifetimes` lintPavel Grigorenko-20/+154
2024-08-31tidy: say which feature gate has a stability issue mismatchRalf Jung-1/+2
2024-08-31const fn stability checking: also check declared language featuresRalf Jung-7/+22
2024-08-31interpret, codegen: tweak some comments and checks regarding Box with custom ...Ralf Jung-6/+15
2024-08-31Auto merge of #129809 - matthiaskrgr:rollup-cyygnxh, r=matthiaskrgrbors-2693/+2833
2024-08-31Rollup merge of #129754 - alexcrichton:fix-wasi-long-sleep, r=workingjubileeMatthias Krüger-30/+31
2024-08-31Rollup merge of #129751 - RalfJung:interpret-visit-field-order, r=compiler-er...Matthias Krüger-17/+15
2024-08-31Rollup merge of #129731 - ferrocene:x-test-compiler, r=onur-ozkanMatthias Krüger-8/+3
2024-08-31Rollup merge of #129725 - compiler-errors:predicates-of, r=fmeaseMatthias Krüger-98/+101