| Age | Commit message (Expand) | Author | Lines |
| 2023-05-15 | Make `Cursor::number` less DRY. | Nicholas Nethercote | -10/+10 |
| 2023-05-14 | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillot | bors | -246/+376 |
| 2023-05-14 | Auto merge of #111517 - lukas-code:addr-of-mutate, r=tmiasko | bors | -17/+17 |
| 2023-05-14 | Auto merge of #111552 - matthiaskrgr:rollup-4nidoti, r=matthiaskrgr | bors | -7/+42 |
| 2023-05-14 | Rollup merge of #111477 - y21:extra-impl-in-trait-impl, r=compiler-errors | Matthias Krüger | -4/+33 |
| 2023-05-14 | Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillot | Matthias Krüger | -3/+9 |
| 2023-05-14 | Auto merge of #111440 - cjgillot:refprop-debuginfo, r=oli-obk | bors | -68/+180 |
| 2023-05-14 | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -147/+184 |
| 2023-05-13 | Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillot | bors | -11/+15 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -107/+550 |
| 2023-05-13 | Do not ICE on deeply nested borrows. | Camille GILLOT | -2/+4 |
| 2023-05-13 | Iterate ReferencePropagation to fixpoint. | Camille GILLOT | -2/+4 |
| 2023-05-13 | Support ConstantIndex in debuginfo. | Camille GILLOT | -3/+28 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -27/+108 |
| 2023-05-13 | Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillot | bors | -16/+18 |
| 2023-05-13 | Extract debug_introduce_local_as_var. | Camille GILLOT | -48/+50 |
| 2023-05-13 | improve error for `impl<..> impl Trait for Type` | y21 | -4/+33 |
| 2023-05-13 | Rollup merge of #111499 - loongarch-rs:drop-efiapi, r=Amanieu | Dylan DPC | -2/+2 |
| 2023-05-13 | Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkov | Dylan DPC | -22/+40 |
| 2023-05-13 | Rollup merge of #111469 - Dushistov:fix-coverage-data-race, r=wesleywiser | Dylan DPC | -0/+3 |
| 2023-05-13 | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | -54/+50 |
| 2023-05-13 | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=... | Dylan DPC | -0/+9 |
| 2023-05-13 | Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile... | Dylan DPC | -55/+354 |
| 2023-05-13 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -22/+40 |
| 2023-05-13 | allow mutating function args through `&raw const` | Lukas Markeffsky | -5/+16 |
| 2023-05-12 | remove no-op logic | Lukas Markeffsky | -13/+2 |
| 2023-05-12 | Auto merge of #111396 - vlad20012:reduce-Borrows-dataflow-bitset-size, r=cjgi... | bors | -1/+1 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -6/+223 |
| 2023-05-12 | Use the opaque_types_defined_by query to cheaply check for whether a hidden t... | Oli Scherer | -153/+204 |
| 2023-05-12 | add `query opaque_types_defined_by` | lcnr | -0/+91 |
| 2023-05-12 | Add a convenience function | Oli Scherer | -8/+13 |
| 2023-05-12 | Rewrite nested `if` conditions into a single match | Oli Scherer | -6/+7 |
| 2023-05-12 | Invert `IgnoreRegions` to `CheckRegions` | Oli Scherer | -8/+8 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -48/+199 |
| 2023-05-12 | asm: loongarch64: Drop efiapi | WANG Rui | -2/+2 |
| 2023-05-12 | Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgr | bors | -52/+80 |
| 2023-05-12 | Rollup merge of #111492 - calebcartwright:by-ref-tokentree-1, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2023-05-12 | Rollup merge of #111490 - compiler-errors:layout-placeholder, r=aliemjay | Matthias Krüger | -4/+2 |
| 2023-05-12 | Rollup merge of #111441 - cjgillot:issue-111422, r=JakobDegen | Matthias Krüger | -30/+60 |
| 2023-05-12 | Rollup merge of #111393 - klensy:win-0.48, r=oli-obk | Matthias Krüger | -12/+12 |
| 2023-05-11 | refactor: use by-ref TokenTree iterator to avoid a few clones | Caleb Cartwright | -6/+6 |
| 2023-05-12 | Don't ICE in layout computation for placeholder types | Michael Goulet | -4/+2 |
| 2023-05-11 | Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errors | Michael Goulet | -25/+47 |
| 2023-05-11 | Rollup merge of #111444 - cjgillot:issue-111400, r=oli-obk | Michael Goulet | -5/+11 |
| 2023-05-11 | Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3 | Michael Goulet | -28/+134 |
| 2023-05-11 | Rollup merge of #111366 - obeis:ascribe-user-type-variance, r=lcnr | Michael Goulet | -7/+7 |
| 2023-05-11 | Rollup merge of #106038 - aliemjay:opaque-implied, r=lcnr | Michael Goulet | -4/+26 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -54/+50 |
| 2023-05-12 | Usage of atomic counters for llvm code coverage | Evgeniy A. Dushistov | -0/+3 |
| 2023-05-11 | Better diagnostics for `env!` where variable contains escape | clubby789 | -3/+9 |