| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -4/+4 |
| 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 | -709/+1205 |
| 2023-10-08 | Auto merge of #116487 - tamird:avoid-unwrap-absolute, r=bjorn3 | bors | -1/+1 |
| 2023-10-06 | Rollup merge of #116277 - RalfJung:post-mono, r=oli-obk | Jubilee | -11/+0 |
| 2023-10-06 | compiler: always use var_os("RUST_BACKTRACE") | Tamir Duberstein | -1/+1 |
| 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-03 | Auto merge of #115025 - ouz-a:ouz_testing, r=lcnr | bors | -0/+11 |
| 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-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 |