about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-16coverage: Move most span processing back into `coverage::spans`Zalathar-155/+157
2024-06-16coverage: More consistent variable names for span processingZalathar-25/+25
2024-06-15Auto merge of #126352 - cuviper:centos7-vault, r=Kobzolbors-2/+10
2024-06-15Auto merge of #126528 - GuillaumeGomez:rollup-6zjs70e, r=GuillaumeGomezbors-850/+424
2024-06-15Rollup merge of #126526 - Enselic:non-snake-case, r=jieyouxuGuillaume Gomez-8/+5
2024-06-15Rollup merge of #126525 - jieyouxu:traitsel-docs, r=compiler-errorsGuillaume Gomez-2/+2
2024-06-15Rollup merge of #126517 - GuillaumeGomez:migrate-run-make-dep-graph, r=KobzolGuillaume Gomez-13/+18
2024-06-15Rollup merge of #126508 - beepster4096:minor_borrowck_cherrypick, r=compiler-...Guillaume Gomez-4/+4
2024-06-15Rollup merge of #126496 - compiler-errors:more-generics, r=lcnrGuillaume Gomez-143/+157
2024-06-15Rollup merge of #126478 - GuillaumeGomez:migrate-run-make-codegen-options-par...Guillaume Gomez-35/+56
2024-06-15Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obkGuillaume Gomez-55/+52
2024-06-15Rollup merge of #126404 - compiler-errors:alias-relate-terms, r=lcnrGuillaume Gomez-168/+59
2024-06-15Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-SimulacrumGuillaume Gomez-422/+71
2024-06-15tests/ui/lint: Move 19 tests to new `non-snake-case` subdirMartin Nordholts-8/+5
2024-06-15trait_selection: remove extra words许杰友 Jieyou Xu (Joe)-2/+2
2024-06-15Migrate `run-make/dep-graph` to `rmake.rs`Guillaume Gomez-13/+18
2024-06-15Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgrbors-512/+719
2024-06-15Rollup merge of #126511 - Enselic:mailmap, r=lqdMatthias Krüger-0/+1
2024-06-15Rollup merge of #126488 - ChrisDenton:absolute, r=albertlarsan68Matthias Krüger-132/+2
2024-06-15Rollup merge of #126448 - DianQK:tidy-python, r=onur-ozkanMatthias Krüger-59/+12
2024-06-15Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJungMatthias Krüger-112/+89
2024-06-15Rollup merge of #126428 - kpreid:absolute, r=jhprattMatthias Krüger-28/+39
2024-06-15Rollup merge of #126424 - Enselic:sort-target-features, r=lqdMatthias Krüger-0/+5
2024-06-15Rollup merge of #126417 - beetrees:f16-f128-inline-asm-x86, r=AmanieuMatthias Krüger-42/+350
2024-06-15Rollup merge of #126361 - celinval:issue-0079-intrinsic, r=oli-obkMatthias Krüger-25/+42
2024-06-15Rollup merge of #125829 - petrochenkov:upctxt2, r=michaelwoeristerMatthias Krüger-114/+179
2024-06-15Auto merge of #126514 - matthiaskrgr:rollup-pnwi8ns, r=matthiaskrgrbors-330/+1813
2024-06-15Rollup merge of #126512 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-152/+1522
2024-06-15Rollup merge of #126509 - workingjubilee:gently-discourage-doing-things-once,...Matthias Krüger-4/+14
2024-06-15Rollup merge of #126501 - lqd:fix-pr-template, r=Mark-SimulacrumMatthias Krüger-1/+3
2024-06-15Rollup merge of #126497 - petrochenkov:delehyg, r=compiler-errorsMatthias Krüger-22/+81
2024-06-15Rollup merge of #126472 - onur-ozkan:improve-libcxx-build, r=KobzolMatthias Krüger-9/+22
2024-06-15Rollup merge of #126471 - oli-obk:filter_loop, r=compiler-errorsMatthias Krüger-11/+6
2024-06-15Rollup merge of #126469 - RalfJung:mir-shifts, r=scottmcmMatthias Krüger-14/+11
2024-06-15Rollup merge of #126367 - compiler-errors:point-out-failing-never-obligation,...Matthias Krüger-6/+80
2024-06-15Rollup merge of #126354 - compiler-errors:variance, r=lcnrMatthias Krüger-111/+74
2024-06-15Auto merge of #125722 - Urgau:non_local_defs-macro-to-change, r=estebankbors-4/+23
2024-06-15.mailmap: Associate both my work and my private email with meMartin Nordholts-0/+1
2024-06-15Auto merge of #3672 - RalfJung:cargo-many-seeds, r=RalfJungbors-107/+174
2024-06-15std: suggest OnceLock over OnceJubilee Young-4/+14
2024-06-15Auto merge of #126491 - compiler-errors:is_lang_item, r=oli-obkbors-206/+213
2024-06-14make uninitialized_error_reported a set of localsbeepster4096-4/+4
2024-06-15Auto merge of #126507 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-06-14Update cargoWeihang Lo-0/+0
2024-06-15Auto merge of #122613 - Zalathar:profiler, r=nnethercotebors-46/+12
2024-06-14make bors ignore comments in PR templateRémy Rakic-1/+3
2024-06-15delegation: Fix hygiene for `self`Vadim Petrochenkov-22/+81
2024-06-14Correctly consider depth when visiting WF goalsMichael Goulet-3/+18
2024-06-14Use is_lang_item more aggressivelyMichael Goulet-166/+171
2024-06-14Add TyCtxt::is_lang_itemMichael Goulet-40/+42