| Age | Commit message (Expand) | Author | Lines |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -1/+1 |
| 2023-10-02 | subtyping_projections | ouz-a | -0/+1 |
| 2023-10-02 | Reapply: Mark drop calls in landing pads cold instead of noinline | Erik Desjardins | -8/+4 |
| 2023-09-30 | dont call mir.post_mono_checks in codegen | Ralf Jung | -11/+0 |
| 2023-09-29 | Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov | bors | -15/+1 |
| 2023-09-28 | Strip `OpaqueCast` during `RevealAll`. | Oli Scherer | -1/+3 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -1/+1 |
| 2023-09-26 | Auto merge of #116144 - lcnr:subst-less, r=oli-obk | bors | -1/+1 |
| 2023-09-26 | Auto merge of #116102 - cjgillot:indirect-scalar, r=oli-obk | bors | -12/+11 |
| 2023-09-26 | subst -> instantiate | lcnr | -1/+1 |
| 2023-09-25 | Pass name of object file to LLVM so it can correctly emit S_OBJNAME | Florian Schmiderer | -1/+8 |
| 2023-09-24 | Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubilee | bors | -6/+22 |
| 2023-09-24 | Rollup merge of #116104 - cjgillot:calculate_debuginfo_offset, r=b-naber | Matthias Krüger | -33/+10 |
| 2023-09-23 | Use correct offset when codegening mir::Const::Indirect. | Camille GILLOT | -12/+11 |
| 2023-09-23 | Tolerate non-ptr indirect scalars in codegen. | Camille GILLOT | -1/+1 |
| 2023-09-23 | Reuse calculate_debuginfo_offset for fragments. | Camille GILLOT | -33/+10 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -1/+0 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -13/+5 |
| 2023-09-22 | Have a single struct for queries and hook | Oli Scherer | -3/+3 |
| 2023-09-22 | Rebase to master | Ayush Singh | -9/+4 |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -7/+28 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -1/+2 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -14/+14 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -12/+12 |
| 2023-09-20 | the Const::eval_bits methods don't need to be given the Ty | Ralf Jung | -2/+2 |
| 2023-09-19 | adjust constValue::Slice to work for arbitrary slice types | Ralf Jung | -6/+3 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -8/+8 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -85/+21 |
| 2023-09-15 | clarify PassMode::Indirect as well | Ralf Jung | -1/+1 |
| 2023-09-15 | explain PassMode::Cast | Ralf Jung | -8/+8 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -34/+8 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -65/+27 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -15/+27 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -15/+27 |
| 2023-09-14 | make it more clear which functions create fresh AllocId | Ralf Jung | -2/+6 |
| 2023-09-14 | cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect | Ralf Jung | -1/+1 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -1/+3 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -2/+28 |
| 2023-09-13 | Rollup merge of #115798 - RalfJung:non_1zst_field, r=wesleywiser | Matthias Krüger | -31/+10 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -36/+22 |
| 2023-09-12 | add helper method for finding the one non-1-ZST field | Ralf Jung | -31/+10 |
| 2023-09-11 | Remove assert that checks type equality | ouz-a | -4/+4 |
| 2023-09-08 | Auto merge of #115417 - dpaoliello:fixdi, r=wesleywiser | bors | -4/+9 |
| 2023-09-08 | Correct typo | Andy Caldwell | -1/+1 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -2/+28 |
| 2023-09-08 | Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov | bors | -0/+7 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+7 |
| 2023-09-05 | Refactor how MIR represents composite debuginfo. | Camille GILLOT | -78/+77 |
| 2023-09-01 | Deduplicate inlined function debug info, but create a new lexical scope to ch... | Daniel Paoliello | -4/+9 |
| 2023-08-29 | Auto merge of #114114 - keith:ks/always-add-lc_build_version-for-metadata-obj... | bors | -17/+12 |