about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-21Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdocbors-3/+96
2023-08-21Auto merge of #115035 - ShE3py:getsetenv-miri-test, r=thomccbors-0/+20
2023-08-21Auto merge of #115023 - GuillaumeGomez:migrate-gui-test-color-35, r=notriddlebors-8/+8
2023-08-21Auto merge of #115029 - ehuss:remove-apple-alt, r=Mark-Simulacrumbors-23/+0
2023-08-20Auto merge of #114993 - RalfJung:panic-nounwind, r=fee1-deadbors-243/+408
2023-08-20Auto merge of #115034 - Mark-Simulacrum:bump-version, r=Mark-Simulacrumbors-1/+1
2023-08-20Add data race test to `std::env::{get, set}`ShE3py-0/+20
2023-08-20Auto merge of #114563 - Mark-Simulacrum:relnotes, r=Mark-Simulacrumbors-0/+105
2023-08-20Bump version to 1.74.0Mark Rousskov-1/+1
2023-08-20fix RA buildRalf Jung-1/+1
2023-08-20Auto merge of #115024 - RalfJung:anyhow, r=lqdbors-2/+2
2023-08-20Remove apple-alt dist build.Eric Huss-23/+0
2023-08-20update anyhowRalf Jung-2/+2
2023-08-20sync printing of MIR terminators with their new names (and dedup some to-str ...Ralf Jung-44/+27
2023-08-20avoid return in tail positionRalf Jung-1/+1
2023-08-20interpret: have assert_* intrinsics call the panic machinery instead of a dir...Ralf Jung-43/+114
2023-08-20interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the...Ralf Jung-42/+147
2023-08-20give some unwind-related terminators a more clear nameRalf Jung-117/+123
2023-08-20Auto merge of #114791 - Zalathar:bcb-counter, r=cjgillotbors-102/+146
2023-08-20Migrate GUI colors test to original CSS color formatGuillaume Gomez-8/+8
2023-08-20Auto merge of #114990 - Zoxc:else-if-overflow, r=cjgillotbors-2/+4
2023-08-20Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillotbors-15/+115
2023-08-20Auto merge of #115018 - matthiaskrgr:rollup-pxj0qdb, r=matthiaskrgrbors-436/+275
2023-08-20Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegenMatthias Krüger-62/+62
2023-08-20Rollup merge of #114999 - GuillaumeGomez:migrate-gui-test-color-34, r=notriddleMatthias Krüger-255/+131
2023-08-20Rollup merge of #114976 - Enselic:incr-comp-dir-error, r=compiler-errorsMatthias Krüger-8/+12
2023-08-20Rollup merge of #114968 - ShE3py:unix-getsetenv-ub, r=thomccMatthias Krüger-27/+47
2023-08-20Rollup merge of #114834 - compiler-errors:try_coerce-side-effects, r=lcnrMatthias Krüger-84/+23
2023-08-20Auto merge of #114914 - compiler-errors:deduce-tait-in-future-output, r=lcnrbors-7/+25
2023-08-20Auto merge of #114332 - nbdd0121:riscv, r=compiler-errorsbors-70/+75
2023-08-20Auto merge of #113966 - lu-zero:relocation-model-in-cfg, r=bjorn3bors-12/+86
2023-08-20coverage: Don't store `function_source_hash` in `BcbCounter::Counter`Zalathar-12/+9
2023-08-20coverage: Give the instrumentor its own counter type, separate from MIRZalathar-85/+129
2023-08-20coverage: Move a debug print into `make_code_region`Zalathar-8/+11
2023-08-20coverage: Remove a useless `let () =`Zalathar-1/+1
2023-08-20Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomezbors-118/+2066
2023-08-19Auto merge of #115009 - matthiaskrgr:rollup-ainf2gb, r=matthiaskrgrbors-69/+213
2023-08-20Rollup merge of #115001 - matthiaskrgr:perf_clippy, r=cjgillotMatthias Krüger-16/+18
2023-08-20Rollup merge of #114992 - RalfJung:rustc_do_not_const_check, r=b-naberMatthias Krüger-32/+21
2023-08-20Rollup merge of #114991 - matthiaskrgr:no_rebind, r=cjgillotMatthias Krüger-7/+2
2023-08-20Rollup merge of #114983 - crlf0710:formatmsg, r=ChrisDentonMatthias Krüger-6/+2
2023-08-20Rollup merge of #114973 - shepmaster:std-provide-value, r=AmanieuMatthias Krüger-1/+1
2023-08-20Rollup merge of #114950 - xfix:inline-cstr-from-ptr, r=cuviperMatthias Krüger-1/+3
2023-08-20Rollup merge of #114934 - lcnr:generalize-substs-relate, r=compiler-errorsMatthias Krüger-1/+158
2023-08-20Rollup merge of #114605 - Easyoakland:hash-collection-doc, r=thomccMatthias Krüger-5/+8
2023-08-19Rename try_coerce to coerceMichael Goulet-12/+11
2023-08-19Avoid side-effects from try_coerce when suggesting borrowing LHS of castMichael Goulet-72/+12
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-62/+62
2023-08-19use static arrays instead of vectorsMatthias Krüger-2/+2
2023-08-19Migrate GUI colors test to original CSS color formatGuillaume Gomez-24/+24