| Age | Commit message (Expand) | Author | Lines |
| 2023-10-28 | share the track_caller handling within a mir::Body | Ralf Jung | -32/+5 |
| 2023-10-28 | interpret: call caller_location logic the same way codegen does, and share so... | Ralf Jung | -10/+1 |
| 2023-10-28 | Auto merge of #116609 - eduardosm:bump-stdarch, r=workingjubilee | bors | -35/+0 |
| 2023-10-24 | Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202... | bjorn3 | -77/+213 |
| 2023-10-21 | Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202... | bjorn3 | -34/+90 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -5/+30 |
| 2023-10-16 | docs: add Rust logo to more compiler crates | Michael Howell | -0/+3 |
| 2023-10-12 | Remove from cranelift codegen LLVM intrinsics that are no longer needed | Eduardo Sánchez Muñoz | -35/+0 |
| 2023-10-09 | Fix review comments | bjorn3 | -1/+1 |
| 2023-10-09 | Remove cgu_reuse_tracker from Session | bjorn3 | -32/+36 |
| 2023-10-09 | Reuse determine_cgu_reuse from cg_ssa in cg_clif | bjorn3 | -29/+1 |
| 2023-10-09 | Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202... | bjorn3 | -206/+237 |
| 2023-10-06 | Rollup merge of #116277 - RalfJung:post-mono, r=oli-obk | Jubilee | -11/+0 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -1/+1 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -1/+1 |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -1/+1 |
| 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-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 | -1/+1 |
| 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-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -1/+1 |
| 2023-09-06 | Auto merge of #115580 - eduardosm:stdarch-intrinsics, r=davidtwco,bjorn3 | bors | -248/+0 |
| 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 |