]> git.lizzy.rs Git - rust.git/history - src
Merge add_handler into catch_switch
[rust.git] / src /
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. JonesAdd 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 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-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-CouchImplement 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 ValleAdd LLVM CFI support to the Rust compiler
2021-10-20 Camille GILLOTMake hash_result an Option.
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-17 CommeownistUpdate to nightly-2021-09-11 (#79)
2021-09-05 CommeownistImplement basic inline asm support (#72)
2021-08-15 antoyoCleanup (#67)
2021-08-14 antoyoUpdate to nightly-2021-08-12 (#61)
2021-08-13 Antoni BoucherInitial commit