]> git.lizzy.rs Git - rust.git/history - src/trap.rs
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[rust.git] / src / trap.rs
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-20 bjorn3Merge commit '97e504549371d7640cf011d266e3c17394fdddac...
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-06 borsAuto merge of #79608 - alessandrod:bpf, r=nagisa
2021-05-27 bjorn3Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9...
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-22 bjorn3Remove unused trap_unimplemented_ret_value
2020-10-09 bjorn3Rustfmt
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-29 bjorn3Invoke panic handler instead of trap for assert_* intri...
2020-09-23 bjorn3Document almost all modules
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-22 bjorn3Merge pull request #1077 from CohenArthur/fix-linkage...
2020-08-22 bjorn3Merge pull request #1076 from CohenArthur/use-codegencx...
2020-08-22 CohenArthurFunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
2020-08-22 CohenArthurFunctionCx: Rename codegen_cx -> cx
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: Replace .module with .codegen_cx.module
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-06-30 bjorn3Fix trap_unreachable_ret_value
2020-04-25 bjorn3Call panic lang item on failed TerminatorKind::Assert
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-17 bjorn3Use the correct return type for puts
2020-03-30 dependabot-preview... Merge pull request #946 from bjorn3/dependabot/cargo...
2020-03-30 bjorn3Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-20 bjorn3Add clif ir comments for stack2reg opt
2020-03-14 bjorn3Write dummy return value on unimplemented simd_{insert...
2020-03-13 bjorn3Hash trap message symbol nameThis saves ~7% of disk...
2020-02-26 bjorn3Merge pull request #784 from bjorn3/wip_tls_support
2020-02-26 bjorn3Tls support
2020-02-07 bjorn3Use TrapCode::UnreachableCodeReached in trap_unreachable
2020-01-14 bjorn3Rustup to rustc 1.42.0-nightly (3ebcfa145 2020-01-12)
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3[OPT] Use load and store offsets instead of iadd_imm
2019-12-17 bjorn3[OPT] Avoid calling target_triple for every call to...
2019-10-03 bjorn3Merge pull request #729 from bjorn3/misc_changes
2019-10-03 bjorn3Update cranelift, faerie and target-lexicon
2019-09-28 bjorn3Use CallConv::triple_default instead of hard coding...
2019-09-11 bjorn3Merge pull request #700 from bjorn3/upstream_cranelift
2019-09-08 bjorn3Use upstream cranelift
2019-09-07 bjorn3Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-07-30 bjorn3Merge pull request #650 from bjorn3/simd_emulation
2019-07-30 bjorn3Fix release builds
2019-07-20 bjorn3Don't disable stdsimd anymore
2019-06-16 bjorn3Add comments for trap::codegen_print gv and fn defs
2019-06-11 bjorn3Encapsulate CPlace constructors
2019-06-11 bjorn3Encapsulate CValue and CPlace creation
2019-05-04 bjorn3Update cranelift
2019-04-10 bjorn3Print message when reaching trap
2019-03-06 bjorn3Fix panic with reported const_eval promoted error
2019-03-06 bjorn3Fix trans_get_discriminant for uninhabited types
2018-11-24 bjorn3Rustfmt
2018-11-16 bjorn3Move trapping to trap_code.rs