| Age | Commit message (Expand) | Author | Lines | 
|---|
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -2/+10 | 
| 2022-07-24 | Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa | bors | -11/+12 | 
| 2022-07-23 | Add fine-grained LLVM CFI support to the Rust compiler | Ramon de C Valle | -11/+12 | 
| 2022-07-22 | Enable raw-dylib for binaries | Daniel Paoliello | -2/+10 | 
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -0/+5 | 
| 2022-07-20 | slightly cleaner, if more verbose, vtable handling in codegen backends | Ralf Jung | -8/+5 | 
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -2/+2 | 
| 2022-07-20 | add a Vtable kind of symbolic allocations | Ralf Jung | -0/+8 | 
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -2/+2 | 
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+2 | 
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -4/+4 | 
| 2022-07-11 | Keep unstable target features for asm feature checking | Amanieu d'Antras | -4/+4 | 
| 2022-07-09 | fix cranelift and gcc backends | Ralf Jung | -5/+4 | 
| 2022-07-08 | Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko | bors | -10/+19 | 
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -3/+3 | 
| 2022-06-28 | Avoid unnecessary string interning for const_str | bjorn3 | -10/+19 | 
| 2022-06-21 | Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister | bors | -39/+8 | 
| 2022-06-19 | Remove the source archive functionality of ArchiveWriter | bjorn3 | -25/+3 | 
| 2022-06-19 | Fix "Remove src_files and remove_file" | bjorn3 | -1/+5 | 
| 2022-06-17 | Rollup merge of #97675 - nvzqz:unsized-needs-drop, r=dtolnay | Yuki Okushi | -1/+8 | 
| 2022-06-14 | Remove src_files and remove_file | bjorn3 | -13/+0 | 
| 2022-06-14 | Add llvm.type.checked.load intrinsic | flip1995 | -0/+10 | 
| 2022-06-07 | Remove unused macro rule | Antoni Boucher | -3/+0 | 
| 2022-06-06 | Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc | Antoni Boucher | -618/+7959 | 
| 2022-06-03 | Fix unsized field order | Nikolai Vazquez | -1/+1 | 
| 2022-06-03 | Make `std::mem::needs_drop` accept `?Sized` | Nikolai Vazquez | -1/+8 | 
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -0/+1 | 
| 2022-05-25 | rustc_codegen_ssa: derive copy and clone for various enums | Tomasz Miąsko | -19/+2 | 
| 2022-05-25 | rustc_codegen_ssa: cleanup `AtomicOrdering` | Tomasz Miąsko | -4/+2 | 
| 2022-05-17 | Handle tmm_reg in rustc_codegen_gcc | Connor Horman | -2/+3 | 
| 2022-04-30 | Merge new_metadata into codegen_allocator | bjorn3 | -7/+5 | 
| 2022-04-30 | Remove config parameter of optimize_fat and avoid interior mutability for module | bjorn3 | -1/+1 | 
| 2022-04-30 | Let LtoModuleCodegen::optimize take self by value | bjorn3 | -2/+2 | 
| 2022-04-30 | Rename run_lto_pass_manager to optimize_fat and remove thin parameter | bjorn3 | -5/+5 | 
| 2022-04-19 | Rollup merge of #95740 - Amanieu:kreg0, r=nagisa | Dylan DPC | -0/+3 | 
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -0/+3 | 
| 2022-04-16 | Auto merge of #95689 - lqd:self-profiler, r=wesleywiser | bors | -1/+1 | 
| 2022-04-15 | Add codegen for global_asm! sym operands | Amanieu d'Antras | -4/+28 | 
| 2022-04-07 | simplify a self-profiling activity call in the cg_gcc backend | Rémy Rakic | -1/+1 | 
| 2022-04-05 | Use WrappingRange::full instead of hand-rolling it | Oli Scherer | -1/+1 | 
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -11/+11 | 
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -2/+4 | 
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -0/+4 | 
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -6/+6 | 
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 | 
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -6/+6 | 
| 2022-03-26 | Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022... | bjorn3 | -558/+1705 | 
| 2022-03-18 | Auto merge of #88098 - Amanieu:oom_panic, r=nagisa | bors | -1/+8 | 
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods... | Michael Woerister | -1/+1 | 
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -2/+2 |