| Age | Commit message (Expand) | Author | Lines |
| 2024-03-19 | Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstrieb | bors | -9/+18 |
| 2024-03-19 | Change only_local to enum type and change the macros to always require a vari... | surechen | -8/+2 |
| 2024-03-19 | Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors | bors | -47/+7 |
| 2024-03-19 | Ensure nested statics have a HIR node to prevent various queries from ICEing | Oli Scherer | -0/+21 |
| 2024-03-19 | Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual... | Oli Scherer | -3/+1 |
| 2024-03-19 | Make span_bug panic site useful again | Oli Scherer | -9/+18 |
| 2024-03-19 | Make `const_eval_select` a rustc_intrinsic | Oli Scherer | -1/+3 |
| 2024-03-19 | Auto merge of #119212 - w-utter:pretty-print-const-expr, r=compiler-errors | bors | -2/+152 |
| 2024-03-19 | The AssocOpaqueTy HIR node is not actually needed to differentiate from other... | Oli Scherer | -2/+2 |
| 2024-03-19 | Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr | bors | -16/+19 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-18 | address nits | Lukas Markeffsky | -1/+1 |
| 2024-03-18 | Rollup merge of #122687 - lcnr:normalizes-to-emit-nested-goals, r=compiler-er... | Matthias Krüger | -15/+25 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -1/+42 |
| 2024-03-18 | Deduplicate `associated_body` and `body_id` | Oli Scherer | -47/+7 |
| 2024-03-18 | cleanup + review | lcnr | -13/+4 |
| 2024-03-18 | update region debug formatting | Boxy | -2/+16 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -1/+42 |
| 2024-03-18 | `NormalizesTo` return nested goals | lcnr | -2/+21 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -18/+18 |
| 2024-03-17 | Print a backtrace in const eval if interrupted | Ben Kimock | -0/+2 |
| 2024-03-17 | Guard decorate on when not to skip instead | 许杰友 Jieyou Xu (Joe) | -7/+4 |
| 2024-03-17 | Invoke decorate when error level is beyond warning, including error | 许杰友 Jieyou Xu (Joe) | -7/+16 |
| 2024-03-17 | Only invoke `decorate` if the diag can eventually be emitted | 许杰友 Jieyou Xu (Joe) | -2/+10 |
| 2024-03-17 | added pretty_print_const_expr | will | -2/+152 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -2/+64 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -18/+5 |
| 2024-03-15 | interpret/allocation: fix aliasing issue in interpreter and refactor getters ... | Ralf Jung | -11/+31 |
| 2024-03-15 | Rollup merge of #122526 - Zalathar:thir-expr-docs, r=oli-obk | Matthias Krüger | -1/+12 |
| 2024-03-15 | Docs for `thir::ExprKind::Use` and `thir::ExprKind::Let` | Zalathar | -1/+12 |
| 2024-03-15 | Auto merge of #122517 - petrochenkov:bodihash, r=oli-obk | bors | -0/+27 |
| 2024-03-15 | Auto merge of #122511 - matthiaskrgr:rollup-swzilin, r=matthiaskrgr | bors | -3/+83 |
| 2024-03-14 | Fill in HIR hash for associated opaque types | Vadim Petrochenkov | -0/+27 |
| 2024-03-14 | remove unnecessary sized checks | Lukas Markeffsky | -4/+7 |
| 2024-03-14 | clean up ADT sized constraint computation | Lukas Markeffsky | -7/+7 |
| 2024-03-14 | make `Representability::Infinite` carry `ErrorGuaranteed` | Lukas Markeffsky | -6/+6 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -18/+5 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #122322 - Zalathar:branch, r=oli-obk | Matthias Krüger | -2/+82 |
| 2024-03-14 | Auto merge of #119849 - lcnr:eagerly-instantiate-binders, r=compiler-errors | bors | -0/+1 |
| 2024-03-14 | Auto merge of #122497 - matthiaskrgr:rollup-pg9ux4r, r=matthiaskrgr | bors | -2/+3 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -0/+1 |
| 2024-03-14 | Rollup merge of #122406 - compiler-errors:next-solver-asynckind-wf, r=lcnr | Matthias Krüger | -2/+3 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -1/+1 |
| 2024-03-14 | coverage: Include recorded branch info in coverage instrumentation | Zalathar | -1/+8 |
| 2024-03-14 | Add compiler support for parsing `f16` and `f128` | Trevor Gross | -2/+64 |
| 2024-03-14 | coverage: Data structures for recording branch info during MIR building | Zalathar | -2/+51 |
| 2024-03-13 | Create some minimal HIR for associated opaque types | Vadim Petrochenkov | -17/+21 |
| 2024-03-13 | coverage: Add `CoverageKind::BlockMarker` | Zalathar | -0/+17 |
| 2024-03-13 | coverage: Make `is_eligible_for_coverage` a hook method | Zalathar | -0/+7 |