about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-13coverage: When merging spans, keep `prev` and merge `curr` into itZalathar-9/+3
2024-02-13Auto merge of #121003 - matthiaskrgr:rollup-u5wyztn, r=matthiaskrgrbors-346/+611
2024-02-13Rollup merge of #120995 - durin42:llvm-19-pgo-coldfuncopt, r=cuviperMatthias Krüger-0/+15
2024-02-13Rollup merge of #120988 - tshepang:fix-comment, r=cjgillotMatthias Krüger-1/+1
2024-02-13Rollup merge of #120987 - tshepang:redundant, r=compiler-errorsMatthias Krüger-6/+0
2024-02-13Rollup merge of #120986 - tshepang:extraneous, r=cuviperMatthias Krüger-40/+0
2024-02-13Rollup merge of #120974 - zmodem:exportas, r=durin42Matthias Krüger-0/+3
2024-02-13Rollup merge of #120973 - RalfJung:static_mut_ref, r=compiler-errorsMatthias Krüger-212/+30
2024-02-13Rollup merge of #120967 - LeoDog896:master, r=cuviperMatthias Krüger-0/+16
2024-02-13Rollup merge of #120802 - oli-obk:drop_elab_ice, r=compiler-errorsMatthias Krüger-1/+38
2024-02-13Rollup merge of #120751 - estebank:issue-68982, r=nnethercoteMatthias Krüger-39/+293
2024-02-13Rollup merge of #120696 - estebank:issue-115405, r=oli-obkMatthias Krüger-47/+215
2024-02-13Auto merge of #120938 - Ayush1325:uefi-thread, r=joboet,Nilstriebbors-1/+60
2024-02-13Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errorsbors-131/+156
2024-02-12docs: use correct link, use secondary exampleTristan F-2/+5
2024-02-13Auto merge of #120991 - matthiaskrgr:rollup-f8kw2st, r=matthiaskrgrbors-630/+1104
2024-02-12PassWrapper: adapt for llvm/llvm-project@93cdd1b5cfa3735c599949b77e24dbfbe570...Augie Fackler-0/+15
2024-02-12Rollup merge of #120979 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2024-02-12Rollup merge of #120970 - RalfJung:static-promoted-test, r=oli-obkMatthias Krüger-0/+33
2024-02-12Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoeristerMatthias Krüger-2/+13
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-543/+576
2024-02-12Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obkMatthias Krüger-39/+86
2024-02-12Rollup merge of #120273 - klensy:ct-run, r=onur-ozkanMatthias Krüger-11/+16
2024-02-12Rollup merge of #119451 - Kobzol:ci-pr-clippy, r=Mark-SimulacrumMatthias Krüger-5/+1
2024-02-12Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obkMatthias Krüger-30/+379
2024-02-12Auto merge of #120324 - Nadrieril:remove-interior-mutability, r=compiler-errorsbors-83/+86
2024-02-12allow static_mut_ref in some tests that specifically test mutable staticsRalf Jung-212/+30
2024-02-12fix commentTshepang Mbambo-1/+1
2024-02-12remove redundant logicTshepang Mbambo-6/+0
2024-02-12Remove visitor useEsteban Küber-44/+23
2024-02-12Properly handle `async` blocks and `fn`s in `if` exprs without `else`Esteban Küber-47/+236
2024-02-12iterator.rs: remove "Basic usage" textTshepang Mbambo-40/+0
2024-02-12Allow invalid ref casting in Miri unaligned_ref_addr_of testUrgau-0/+2
2024-02-12Avoid UB in clippy transmute_ptr_to_ptr UI testUrgau-11/+11
2024-02-12Introduce small cache to avoid recomputing the same value twiceUrgau-4/+13
2024-02-12Lint on reference casting to bigger underlying allocationUrgau-18/+356
2024-02-12Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgrbors-790/+805
2024-02-12Rollup merge of #120972 - lukas-code:autoderef-type-error, r=compiler-errorsMatthias Krüger-12/+39
2024-02-12Rollup merge of #120962 - ChrisDenton:review, r=NilstriebMatthias Krüger-1/+1
2024-02-12Rollup merge of #120956 - compiler-errors:clean-type-alias, r=GuillaumeGomezMatthias Krüger-1/+17
2024-02-12Rollup merge of #120944 - compiler-errors:inliner-abi, r=oli-obkMatthias Krüger-0/+56
2024-02-12Rollup merge of #120936 - ripytide:master, r=AmanieuMatthias Krüger-85/+128
2024-02-12Rollup merge of #120933 - RalfJung:const-check-misc, r=oli-obkMatthias Krüger-164/+15
2024-02-12Rollup merge of #120928 - c410-f3r:tests-tests-tests, r=davidtwcoMatthias Krüger-0/+31
2024-02-12Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errorsMatthias Krüger-71/+30
2024-02-12Rollup merge of #120899 - compiler-errors:non-wf-alias, r=lcnrMatthias Krüger-2/+42
2024-02-12Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups...Matthias Krüger-165/+163
2024-02-12Rollup merge of #120765 - nnethercote:reorder-diag-API, r=compiler-errorsMatthias Krüger-289/+283
2024-02-12Update booksrustbot-0/+0
2024-02-12Auto merge of #115367 - frank-king:feature/unnamed-fields-hir, r=davidtwcobors-259/+3273