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