about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-556/+1127
2024-07-17Forbid `!Sized` types and referencesBoxy-39/+167
2024-07-17Auto merge of #127838 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-07-17Auto merge of #127840 - tgross35:rollup-jfkg1dq, r=tgross35bors-98/+127
2024-07-16Rollup merge of #127836 - workingjubilee:forbid-unsafe-ops-in-xous-uefi, r=tg...Trevor Gross-1/+4
2024-07-16Rollup merge of #127833 - risc0:erik/zkvm-deny-unsafe, r=workingjubileeTrevor Gross-1/+2
2024-07-16Rollup merge of #127807 - ChrisDenton:win-parking, r=joboetTrevor Gross-26/+39
2024-07-16Rollup merge of #127792 - workingjubilee:read-unaligned-is-dwarfier, r=joboetTrevor Gross-14/+12
2024-07-16Rollup merge of #127512 - eggyal:newline-terminate-print-linkargs, r=compiler...Trevor Gross-1/+2
2024-07-16Rollup merge of #127444 - Sky9x:cstr-bytes-iter, r=dtolnayTrevor Gross-2/+15
2024-07-16Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviperTrevor Gross-41/+45
2024-07-16Rollup merge of #126271 - diondokter:dec2flt-skip-fast-path, r=tgross35Trevor Gross-2/+4
2024-07-16Rollup merge of #125206 - mgeisler:simplify-std-env-vars, r=jhpratt,tgross35Trevor Gross-10/+4
2024-07-17Auto merge of #126208 - Oneirical:one-flew-over-the-cuckoo's-test, r=jieyouxubors-91/+206
2024-07-16Update cargoWeihang Lo-0/+0
2024-07-16uefi: Forbid unwrapped unsafe in platform modulesJubilee Young-0/+2
2024-07-17Cfg nitDion Dokter-1/+1
2024-07-16xous: Forbid unwrapped unsafe in platform modulesJubilee Young-1/+2
2024-07-16zkvm: add `#[forbid(unsafe_op_in_unsafe_fn)]` in `stdlib`Erik Kaneda-1/+2
2024-07-17Adjust some comments on individual `use` declarations.Nicholas Nethercote-2/+1
2024-07-17Avoid comments that describe multiple `use` items.Nicholas Nethercote-35/+43
2024-07-17Merge some `core::iter` entries.Nicholas Nethercote-4/+1
2024-07-16Auto merge of #127831 - tgross35:rollup-c0j9n7b, r=tgross35bors-338/+1429
2024-07-16Rollup merge of #127816 - oli-obk:misnomer, r=compiler-errorsTrevor Gross-3/+3
2024-07-16Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=...Trevor Gross-87/+508
2024-07-16Rollup merge of #127390 - Oneirical:rough-testimation, r=jieyouxuTrevor Gross-44/+86
2024-07-16Rollup merge of #126967 - alexcrichton:wasm32-wasip2-tier-2, r=Mark-SimulacrumTrevor Gross-3/+264
2024-07-16Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoeristerTrevor Gross-70/+99
2024-07-16Rollup merge of #126699 - Bryanskiy:delegation-coercion, r=compiler-errorsTrevor Gross-37/+264
2024-07-16Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwcoTrevor Gross-94/+205
2024-07-16std: unwrapped unsafe is VERBOTEN!Jubilee-1/+1
2024-07-16build_native_static_lib with llvm_ar for run_make_supportOneirical-32/+55
2024-07-16rewrite prune-link-args to rmake formatOneirical-80/+99
2024-07-16rewrite dump-mono-stats to rmake formatOneirical-10/+17
2024-07-16rewrite compiler-lookup-paths to rmakeOneirical-45/+111
2024-07-16Auto merge of #126484 - Oneirical:test-in-peace, r=jieyouxu,kobzolbors-50/+83
2024-07-16Auto merge of #127819 - matthiaskrgr:rollup-djdffkl, r=matthiaskrgrbors-500/+643
2024-07-16Rollup merge of #127818 - oli-obk:ast_validation_simplifications, r=petrochenkovMatthias Krüger-71/+27
2024-07-16Rollup merge of #127817 - oli-obk:mut_visitor_fix, r=petrochenkovMatthias Krüger-3/+3
2024-07-16Rollup merge of #127808 - oli-obk:tainting_visitors2, r=lcnr,nnethercoteMatthias Krüger-32/+38
2024-07-16Rollup merge of #127805 - Mrmaxmeier:run-make-bump-gimli, r=jieyouxuMatthias Krüger-2/+13
2024-07-16Rollup merge of #127789 - Sword-Destiny:master, r=petrochenkovMatthias Krüger-27/+29
2024-07-16Rollup merge of #127730 - compiler-errors:ed-2024-unsafe, r=petrochenkovMatthias Krüger-350/+432
2024-07-16Rollup merge of #127707 - Zalathar:expand-until, r=NadrierilMatthias Krüger-14/+19
2024-07-16Rollup merge of #127669 - chenyukang:yukang-fix-deref-127590, r=nnethercoteMatthias Krüger-1/+82
2024-07-16Deny keyword lifetimes pre-expansionMichael Goulet-70/+99
2024-07-16Fix a bunch of sites that were walking instead of visiting, making it impossi...Oli Scherer-3/+3
2024-07-16Remove a boilerplaty abstractionOli Scherer-61/+17
2024-07-16Remove a needless borrowOli Scherer-7/+7
2024-07-16Just store a span instead of the whole itemOli Scherer-3/+3