| Age | Commit message (Expand) | Author | Lines |
| 2023-10-02 | change is_subtype to relate_types | ouz-a | -2/+4 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -3/+9 |
| 2023-10-02 | subtyping_projections | ouz-a | -0/+3 |
| 2023-10-02 | Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-10-01 | implement major change tracking for the bootstrap configuration | onur-ozkan | -1/+1 |
| 2023-09-30 | dont call mir.post_mono_checks in codegen | Ralf Jung | -11/+0 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -1/+49 |
| 2023-09-28 | Skip reinterning if nothing changed | Oli Scherer | -8/+0 |
| 2023-09-28 | Strip `OpaqueCast` during `RevealAll`. | Oli Scherer | -1/+1 |
| 2023-09-26 | subst -> instantiate | lcnr | -4/+4 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -5/+5 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -5/+5 |
| 2023-09-19 | adjust constValue::Slice to work for arbitrary slice types | Ralf Jung | -8/+4 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -1/+2 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -32/+12 |
| 2023-09-18 | Prototype using const generic for simd_shuffle IDX array | Oli Scherer | -1/+49 |
| 2023-09-15 | fix gcc, cranelift build | Ralf Jung | -8/+8 |
| 2023-09-15 | clarify PassMode::Indirect as well | Ralf Jung | -15/+15 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -16/+9 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -37/+24 |
| 2023-09-14 | make it more clear which functions create fresh AllocId | Ralf Jung | -13/+11 |
| 2023-09-14 | cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect | Ralf Jung | -3/+3 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -6/+11 |
| 2023-09-13 | Rollup merge of #115798 - RalfJung:non_1zst_field, r=wesleywiser | Matthias Krüger | -13/+6 |
| 2023-09-13 | Rollup merge of #115736 - Zoxc:time-cleanup, r=wesleywiser | Matthias Krüger | -26/+15 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -31/+6 |
| 2023-09-12 | add helper method for finding the one non-1-ZST field | Ralf Jung | -13/+6 |
| 2023-09-10 | Remove `verbose_generic_activity_with_arg` | John Kåre Alsaker | -26/+15 |
| 2023-09-08 | Auto merge of #115418 - Zoxc:freeze-source, r=oli-obk | bors | -1/+1 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -1/+1 |
| 2023-09-07 | Auto merge of #115616 - bjorn3:sync_cg_clif-2023-09-06, r=bjorn3 | bors | -8/+10 |
| 2023-09-06 | Auto merge of #115580 - eduardosm:stdarch-intrinsics, r=davidtwco,bjorn3 | bors | -248/+0 |
| 2023-09-06 | Merge commit 'dda103b1e33c4902deca8bccf614991ada781fa6' into sync_cg_clif-202... | bjorn3 | -8/+10 |
| 2023-09-05 | Remove special handling in codegen for some AVX and SSE2 shift by immediate i... | Eduardo Sánchez Muñoz | -240/+0 |
| 2023-09-05 | Remove special handling in codegen for some SSE2 "storeu" intrinsics | Eduardo Sánchez Muñoz | -8/+0 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -5/+2 |
| 2023-08-29 | Rollup merge of #111580 - atsuzaki:layout-ice, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-08-29 | const_eval and codegen: audit uses of is_zst | Ralf Jung | -3/+5 |
| 2023-08-28 | Don't ICE on layout computation failure | Katherine Philip | -1/+1 |
| 2023-08-26 | Use `preserve_mostcc` for `extern "rust-cold"` | Scott McMurray | -1/+1 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -5/+6 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -4/+4 |
| 2023-08-10 | Rollup merge of #114622 - petrochenkov:noplugin, r=oli-obk | Michael Goulet | -1/+1 |
| 2023-08-09 | Auto merge of #114673 - matthiaskrgr:rollup-9kroqpp, r=matthiaskrgr | bors | -1/+3 |
| 2023-08-09 | Merge commit '8f9ac9c22d6594cf059d8e6c71d414cc5ccd7975' into sync_cg_clif-202... | bjorn3 | -110/+194 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+1 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -1/+3 |
| 2023-08-07 | Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillot | Matthias Krüger | -0/+14 |
| 2023-08-06 | Apply suggestions from code review | scottmcm | -0/+1 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+13 |