| Age | Commit message (Expand) | Author | Lines |
| 2023-09-29 | Only prevent field projections into opaque types, not types containing opaque... | Oli Scherer | -1/+1 |
| 2023-09-28 | Expose try_destructure_mir_constant_for_diagnostics directly to clippy | Oli Scherer | -1/+1 |
| 2023-09-21 | Paper over an accidental regression | Oli Scherer | -1/+9 |
| 2023-09-21 | Make ICE backtrace actually match the panic handler | Michael Goulet | -2/+19 |
| 2023-09-21 | Don't modify libstd to dump rustc ICEs | Michael Goulet | -26/+37 |
| 2023-09-16 | Remove assert that checks type equality | ouz-a | -4/+4 |
| 2023-09-16 | fix(resolve): update def if binding is warning ambiguity | bohan | -3/+6 |
| 2023-09-16 | Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,... | Oli Scherer | -2/+22 |
| 2023-09-16 | Only suggest turbofish in patterns if we may recover | León Orell Valerian Liehr | -1/+2 |
| 2023-09-09 | fix version for abi_thiscall to 1.73.0, which was forgotten to change when st... | klensy | -1/+1 |
| 2023-09-09 | unconstrained region vars: do not ICE ICE baby | lcnr | -9/+5 |
| 2023-09-01 | Do not produce fragment for ZST. | Camille GILLOT | -7/+12 |
| 2023-09-01 | Do not forget to pass DWARF fragment information to LLVM. | Camille GILLOT | -2/+16 |
| 2023-09-01 | Stop emitting non-power-of-two vectors in basic LLVM codegen | Scott McMurray | -0/+4 |
| 2023-08-30 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -6/+0 |
| 2023-08-30 | Contents of reachable statics is reachable | Tomasz Miąsko | -7/+3 |
| 2023-08-24 | Add projection obligations when comparing impl too | Jack Huey | -1/+8 |
| 2023-08-21 | Replace version placeholders with 1.73.0 | Mark Rousskov | -6/+6 |
| 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 |