| Age | Commit message (Expand) | Author | Lines |
| 2024-04-01 | Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead | bors | -3/+3 |
| 2024-04-01 | Use the `Align` type when parsing alignment attributes | beetrees | -3/+3 |
| 2024-03-31 | Auto merge of #121851 - michaelwoerister:mcp-533-effective-vis, r=cjgillot | bors | -5/+4 |
| 2024-03-30 | Auto merge of #123230 - matthiaskrgr:rollup-4twuzj4, r=matthiaskrgr | bors | -0/+4 |
| 2024-03-30 | Rollup merge of #123170 - compiler-errors:const-statics, r=lcnr | Matthias Krüger | -0/+4 |
| 2024-03-29 | Assert that ADTs have the right number of substs | Michael Goulet | -0/+7 |
| 2024-03-29 | Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister | bors | -2/+6 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -72/+38 |
| 2024-03-29 | Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlin | bors | -2/+2 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -24/+49 |
| 2024-03-28 | Replace `RemapFileNameExt::for_codegen` with explicit calls | Urgau | -2/+6 |
| 2024-03-28 | Rollup merge of #123160 - bvanjoi:cleanup, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-03-28 | Restrict const ty's regions to static when putting them in canonical var list | Michael Goulet | -0/+4 |
| 2024-03-28 | Auto merge of #115220 - Zoxc:revive-gcx-ptr, r=oli-obk | bors | -3/+54 |
| 2024-03-28 | Auto merge of #116891 - aliemjay:opaque-region-infer-rework-2, r=compiler-err... | bors | -0/+32 |
| 2024-03-28 | remove `def_id_to_node_id` in ast lowering | bohan | -1/+0 |
| 2024-03-28 | Auto merge of #122832 - oli-obk:no_ord_def_id3, r=michaelwoerister | bors | -63/+33 |
| 2024-03-27 | Int constants must be valtrees in pattern lowering | Oli Scherer | -5/+1 |
| 2024-03-27 | Stop doing expensive work in opt_suggest_box_span eagerly | Michael Goulet | -2/+4 |
| 2024-03-27 | Remove `Partial/Ord` from `EarlyParamRegion` | Oli Scherer | -1/+1 |
| 2024-03-27 | Remove `Partial/Ord` from `AdtDef` | Oli Scherer | -16/+1 |
| 2024-03-27 | Remove `Partial/Ord` from `BoundRegion` | Oli Scherer | -12/+10 |
| 2024-03-27 | Remove `Ord` from `BoundTy` | Oli Scherer | -3/+3 |
| 2024-03-27 | Remove `Ord` from `Binder` | Oli Scherer | -1/+1 |
| 2024-03-27 | Remove `Ord` from `Ty`, `Const`, and `Region` | Oli Scherer | -30/+21 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -72/+38 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -2/+2 |
| 2024-03-27 | Add a `CurrentGcx` type to let the deadlock handler access `TyCtxt` | John Kåre Alsaker | -3/+54 |
| 2024-03-27 | Rollup merge of #123021 - compiler-errors:coroutine-layout-lol, r=oli-obk | Guillaume Gomez | -6/+41 |
| 2024-03-26 | Rollup merge of #122835 - compiler-errors:deref-pure, r=Nadrieril | Matthias Krüger | -0/+25 |
| 2024-03-26 | Remove `CacheSelector` trait now that we can use GATs | Oli Scherer | -59/+56 |
| 2024-03-26 | ignore uncaptured lifetimes when checking opaques | Ali MJ Al-Nasrawy | -0/+32 |
| 2024-03-26 | Auto merge of #123065 - workingjubilee:rollup-bve45ex, r=workingjubilee | bors | -9/+17 |
| 2024-03-26 | Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung | bors | -0/+2 |
| 2024-03-25 | Extract helper, fix comment on DerefPure | Michael Goulet | -0/+25 |
| 2024-03-25 | Rollup merge of #123044 - compiler-errors:instance, r=oli-obk | Jubilee | -4/+4 |
| 2024-03-25 | Instance is Copy | Michael Goulet | -4/+4 |
| 2024-03-25 | In `pretty_print_type()`, print `async fn` futures' paths instead of spans. | Kevin Reid | -5/+13 |
| 2024-03-25 | Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco | bors | -11/+11 |
| 2024-03-24 | Relax validation now | Michael Goulet | -2/+0 |
| 2024-03-24 | Require coroutine kind type to be passed to TyCtxt::coroutine_layout | Michael Goulet | -6/+43 |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -12/+7 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -13/+6 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -13/+6 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -12/+7 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -35/+77 |
| 2024-03-22 | Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnr | bors | -76/+79 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -3/+3 |
| 2024-03-22 | Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnr | Matthias Krüger | -34/+54 |