| Age | Commit message (Expand) | Author | Lines |
| 2023-08-20 | Auto merge of #114993 - RalfJung:panic-nounwind, r=fee1-dead | bors | -174/+180 |
| 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 | -21/+27 |
| 2023-08-20 | interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the... | Ralf Jung | -3/+14 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -110/+116 |
| 2023-08-20 | Auto merge of #114791 - Zalathar:bcb-counter, r=cjgillot | bors | -102/+146 |
| 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 | -12/+88 |
| 2023-08-20 | Auto merge of #115018 - matthiaskrgr:rollup-pxj0qdb, r=matthiaskrgr | bors | -50/+36 |
| 2023-08-20 | Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegen | Matthias Krüger | -10/+9 |
| 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 #114834 - compiler-errors:try_coerce-side-effects, r=lcnr | Matthias Krüger | -32/+15 |
| 2023-08-20 | Auto merge of #114914 - compiler-errors:deduce-tait-in-future-output, r=lcnr | bors | -7/+6 |
| 2023-08-20 | Auto merge of #114332 - nbdd0121:riscv, r=compiler-errors | bors | -17/+22 |
| 2023-08-20 | Auto merge of #113966 - lu-zero:relocation-model-in-cfg, r=bjorn3 | bors | -12/+61 |
| 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 | -12/+69 |
| 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-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 | -20/+4 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -10/+9 |
| 2023-08-19 | use static arrays instead of vectors | Matthias Krüger | -2/+2 |
| 2023-08-19 | instead of collecting newly formatted Strings into one String, only create a ... | Matthias Krüger | -14/+16 |
| 2023-08-19 | const-eval: ensure we never const-execute a function marked rustc_do_not_cons... | Ralf Jung | -32/+21 |
| 2023-08-19 | remove redundant var rebindings | Matthias Krüger | -7/+2 |
| 2023-08-19 | Fix a stack overflow with long else if chains | John Kåre Alsaker | -2/+4 |
| 2023-08-18 | instantiate response: no unnecessary new universe | lcnr | -1/+1 |
| 2023-08-19 | Fix redundant explicit link in rustc_borrowck | Kyle Lin | -1/+1 |
| 2023-08-18 | Ignore unexpected incr-comp session dirs | Martin Nordholts | -3/+7 |
| 2023-08-18 | More error details upon unexpected incr-comp session dir | Martin Nordholts | -7/+7 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -12/+61 |
| 2023-08-18 | Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkov | bors | -90/+102 |
| 2023-08-18 | Change generator_drop's instance to that of generator for dump_mir | Gary Guo | -1/+8 |
| 2023-08-18 | Add missing instantiation of generator ty in validator | Gary Guo | -1/+1 |
| 2023-08-18 | Fix ELF flag for RISC-V targets without explicit ABI | Gary Guo | -1/+1 |
| 2023-08-18 | Add comment explanining unstable_target_features | Gary Guo | -0/+1 |
| 2023-08-18 | Fix ABI flags in RISC-V/LoongArch ELF file generated by rustc | Gary Guo | -17/+21 |
| 2023-08-18 | Auto merge of #113814 - ChoKyuWon:master, r=davidtwco | bors | -1/+16 |
| 2023-08-18 | Perform MIR validation on drop glue of generator | Gary Guo | -1/+10 |
| 2023-08-18 | Add MIR validation for unwind out from nounwind functions | Gary Guo | -7/+41 |
| 2023-08-18 | Run `AbortUnwindingCalls` after generator transform | Gary Guo | -0/+16 |
| 2023-08-18 | Do not create new resume block if there isn't one already | Gary Guo | -3/+13 |
| 2023-08-18 | Auto merge of #111908 - c410-f3r:yetegdfqwer, r=petrochenkov | bors | -1/+11 |
| 2023-08-18 | Auto merge of #114948 - compiler-errors:normalize-before-freeze, r=lcnr | bors | -1/+6 |