]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-05-27 Mark RousskovFinish bumping stage0
2022-05-25 Tomasz Miąskorustc_codegen_ssa: derive copy and clone for various...
2022-05-25 Tomasz Miąskorustc_codegen_ssa: cleanup `AtomicOrdering`
2022-05-17 Connor HormanHandle tmm_reg in rustc_codegen_gcc
2022-04-30 bjorn3Merge new_metadata into codegen_allocator
2022-04-30 bjorn3Remove config parameter of optimize_fat and avoid inter...
2022-04-30 bjorn3Let LtoModuleCodegen::optimize take self by value
2022-04-30 bjorn3Rename run_lto_pass_manager to optimize_fat and remove...
2022-04-19 Dylan DPCRollup merge of #95740 - Amanieu:kreg0, r=nagisa
2022-04-19 Amanieu d'Antrasasm: Add a kreg0 register class on x86 which includes k0
2022-04-16 borsAuto merge of #95689 - lqd:self-profiler, r=wesleywiser
2022-04-15 Amanieu d'AntrasAdd codegen for global_asm! sym operands
2022-04-07 Rémy Rakicsimplify a self-profiling activity call in the cg_gcc...
2022-04-05 Oli SchererUse WrappingRange::full instead of hand-rolling it
2022-04-05 Oli SchererMark scalar layout unions so that backends that do...
2022-04-03 Loïc BRANSTETTCleanup after some refactoring in rustc_target
2022-04-03 David Morrisonmake memcmp return a value of c_int_width instead of i32
2022-03-30 Dylan DPCRollup merge of #95461 - nyurik:spelling, r=lcnr
2022-03-30 Yuri AstrakhanSpellchecking compiler code
2022-03-30 Yuri AstrakhanSpellchecking some comments
2022-03-26 bjorn3Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506...
2022-03-18 borsAuto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-03-14 Michael Woeristerdebuginfo: Refactor debuginfo generation for types...
2022-03-11 Nicholas NethercoteImprove `AdtDef` interning.
2022-03-07 borsAuto merge of #94690 - nnethercote:clarify-Layout-inter...
2022-03-07 Nicholas NethercoteClarify `Layout` interning.
2022-03-07 borsAuto merge of #94638 - erikdesjardins:noextranull,...
2022-03-06 Nicholas NethercoteIntroduce `ConstAllocation`.
2022-03-06 Erik Desjardinscleanup: remove unused ability to have LLVM null-termin...
2022-03-03 Amanieu d'AntrasAdd -Z oom={panic,abort} command-line option
2022-03-03 cuishuangall: fix some typos
2022-03-02 markrename ErrorReported -> ErrorGuaranteed
2022-03-02 borsAuto merge of #87402 - nagisa:nagisa/request-feature...
2022-02-28 Simonas KazlauskasQuerify `global_backend_features`
2022-02-28 Erik DesjardinsRevert "Auto merge of #92419 - erikdesjardins:coldland...
2022-02-24 borsAuto merge of #94123 - bjorn3:cg_ssa_singleton_builder...
2022-02-24 bjorn3Introduce Bx::switch_to_block
2022-02-20 bjorn3Remove build_sibling_block
2022-02-16 Mark RousskovMove ty::print methods to Drop-based scope guards
2022-02-10 bjorn3Unconditionally update symbols
2022-02-10 borsAuto merge of #93511 - cjgillot:query-copy, r=oli-obk
2022-02-09 Camille GILLOTMake FnAbiError Copy.
2022-02-09 Camille GILLOTEnsure that queries only return Copy types.
2022-02-06 cynecx`#[used(linker)]` attribute (https://github.com/dtolnay...
2022-01-24 bjorn3Merge landing_pad and set_cleanup into cleanup_landing_pad
2022-01-24 bjorn3Merge add_handler into catch_switch
2022-01-24 bjorn3Remove unused return values from resume and cleanup_ret
2022-01-24 bjorn3Reorder unwinding related builder methods to differenti...
2022-01-23 William D.... Add preliminary support for inline assembly for msp430.
2022-01-17 bjorn3Use Symbol for target features in asm handling
2022-01-12 Tomasz MiąskoRemove deprecated LLVM-style inline assembly
2022-01-11 Aaron HillStore a `Symbol` instead of an `Ident` in `VariantDef...
2022-01-01 Josh TriplettUpdate references to `-Z symbol-mangling-version` to...
2022-01-01 borsAuto merge of #92419 - erikdesjardins:coldland, r=nagisa
2021-12-31 bjorn3Remove unused extern crate rustc_symbol_mangling
2021-12-31 bjorn3Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e...
2021-12-30 Erik Desjardinskeep noinline for system llvm < 14
2021-12-29 Erik DesjardinsMark drop calls in landing pads cold instead of noinline
2021-12-19 borsAuto merge of #91957 - nnethercote:rm-SymbolStr, r...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Symbol::as_str()...
2021-12-15 Matthias KrügerRollup merge of #91868 - tmiasko:llvm-time-trace-out...
2021-12-13 Tomasz MiąskoUse `OutputFilenames` to generate output file for ...
2021-12-12 Amanieu d'AntrasStabilize asm! and global_asm!
2021-12-10 Matthias KrügerRollup merge of #91625 - est31:remove_indexes, r=oli-obk
2021-12-09 Matthias KrügerRollup merge of #90796 - Amanieu:remove_reg_thumb,...
2021-12-08 est31Remove redundant [..]s
2021-12-08 borsAuto merge of #91604 - nikic:section-flags, r=nagisa
2021-12-07 Amanieu d'AntrasRemove the reg_thumb register class for asm! on ARM
2021-12-07 Nikita PopovUse object crate for .rustc metadata generation
2021-12-06 Andrew Dona... Implement inline asm! for AVR platform
2021-12-03 cynecxrustc_codegen_gcc: proper check for may_unwind
2021-12-03 cynecxrustc_codegen_gcc: error on unwinding inline asm
2021-12-02 borsAuto merge of #91003 - psumbera:sparc64-abi, r=nagisa
2021-12-01 Petr Sumberafix sparc64 ABI for aggregates with floating point...
2021-11-24 rdambrosioFeat: make cg_ssa get_param borrow the builder mutable
2021-11-14 Andreas JonsonRemove workaround for the forward progress handling...
2021-10-27 borsAuto merge of #89652 - rcvalle:rust-cfi, r=nagisa
2021-10-26 Yuki OkushiProperly check `target_features` not to trigger an...
2021-10-25 Ramon de C... Add LLVM CFI support to the Rust compiler
2021-10-20 Camille GILLOTMake hash_result an Option.
2021-10-14 Amanieu d'AntrasRemove alloc::prelude
2021-10-11 borsAuto merge of #89597 - michaelwoerister:improve-vtable...
2021-10-08 Michael WoeristerCreate more accurate debuginfo for vtables.
2021-10-03 Camille GILLOTMove rustc_middle::middle::cstore to rustc_session.
2021-09-30 Camille GILLOTRebase fallout.
2021-09-28 antoyoFix warnings (#98)
2021-09-28 antoyoUpdate to nightly-2021-09-28 (#97)
2021-09-28 antoyoFix/count trailing zeroes (#95)
2021-09-27 antoyoFix/mismatch types (#94)
2021-09-27 antoyoCleanup fix for global initialization (#93)
2021-09-26 antoyoFix global initialization (#91)
2021-09-26 CommeownistImpove handling of registers in inline asm (#82)
2021-09-26 antoyoAdd notes for cross-compilation to gcc-only targets...
2021-09-17 CommeownistUpdate to nightly-2021-09-11 (#79)
2021-09-17 Emerson Laurentinofix: gh origin on readme (#83)
2021-09-16 Antoni BoucherRemove FUNDING.yml
2021-09-05 CommeownistImplement basic inline asm support (#72)
2021-08-28 antoyoUpdate custom rustc instructions (#73)
2021-08-15 Antoni BoucherEmpty gcc_path
2021-08-15 antoyoCleanup (#67)
next