| Age | Commit message (Expand) | Author | Lines |
| 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 | -81/+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 | -30/+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/+26 |
| 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/+26 |
| 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 |
| 2023-08-29 | Rollup merge of #111580 - atsuzaki:layout-ice, r=oli-obk | Matthias Krüger | -0/+10 |
| 2023-08-29 | const_eval and codegen: audit uses of is_zst | Ralf Jung | -12/+18 |
| 2023-08-28 | Don't ICE on layout computation failure | Katherine Philip | -0/+10 |
| 2023-08-27 | Auto merge of #115139 - cjgillot:llvm-fragment, r=nikic | bors | -9/+28 |
| 2023-08-26 | Do not produce fragment for ZST. | Camille GILLOT | -7/+12 |
| 2023-08-26 | Do not forget to pass DWARF fragment information to LLVM. | Camille GILLOT | -2/+16 |
| 2023-08-25 | Revert "Use the same DISubprogram for each instance of the same inlined funct... | Wesley Wiser | -14/+4 |
| 2023-08-24 | cache the terminate block with the last reason that we saw | Ralf Jung | -8/+7 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -78/+83 |
| 2023-08-22 | Auto merge of #114643 - dpaoliello:inlinedebuginfo, r=wesleywiser | bors | -4/+14 |
| 2023-08-21 | Always add LC_BUILD_VERSION for metadata object files | Keith Smiley | -17/+12 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -4/+4 |
| 2023-08-18 | Fix ELF flag for RISC-V targets without explicit ABI | Gary Guo | -1/+1 |
| 2023-08-18 | Add comment explanining unstable_target_features | Gary Guo | -0/+1 |
| 2023-08-18 | Fix ABI flags in RISC-V/LoongArch ELF file generated by rustc | Gary Guo | -17/+20 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -42/+12 |
| 2023-08-15 | Rollup merge of #114711 - lqd:linker-inference, r=petrochenkov | Guillaume Gomez | -17/+2 |
| 2023-08-14 | add details for csky-unknown-linux-gnuabiv2 and add docs | Dirreke | -6/+42 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -0/+21 |
| 2023-08-12 | Remove unnecessary feature gates | Jacob Pratt | -1/+0 |
| 2023-08-11 | Use the same DISubprogram for each instance of the same inlined function with... | Daniel Paoliello | -4/+14 |
| 2023-08-10 | Revert "make MCP510 behavior explicitly opt-in" | Rémy Rakic | -17/+2 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+1 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -24/+23 |
| 2023-08-09 | Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue... | bors | -3/+22 |
| 2023-08-08 | Rollup merge of #114500 - taiki-e:arm-crypto, r=Amanieu | Matthias Krüger | -1/+0 |