]> git.lizzy.rs Git - rust.git/history - src/constant.rs
Use cranelift's `Type::int` instead of doing the match myself
[rust.git] / src / constant.rs
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-06-29 borsAuto merge of #86475 - crlf0710:miri_vtable_refactor...
2021-06-28 Charles LewUpdate other codegens to use tcx managed vtable allocat...
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-23 Ralf Jung(try to) fix cranelift
2021-05-18 Ralf JungCTFE core engine allocation & memory API improvemenets
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-20 lcnrupdate `const_eval_resolve`
2021-03-15 Oli Scherers/ConstantSource/ConstantKind/
2021-03-12 Oli SchererPrepare mir::Constant for ty::Const only supporting...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-01-29 Yuki OkushiRollup merge of #81333 - RalfJung:const-err-simplify...
2021-01-24 Ralf Jungclean up some const error reporting around promoteds
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-16 Bastian Kauschkeupdate `cg_clif`
2020-11-06 Yuki OkushiRollup merge of #78666 - sasurau4:fix/shellcheck-error...
2020-11-04 olis/Scalar::Raw/Scalar::Int
2020-11-04 oliFix cranelift build
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-12 bjorn3Avoid iadd for ptr const val with zero offset
2020-10-12 bjorn3Make _rust_extern_with_linkage_* readonly
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 bjorn3Rustup to rustc 1.48.0-nightly (fc2daaae6 2020-09-28)
2020-09-23 bjorn3Document almost all modules
2020-09-23 bjorn3Merge pull request #1083 from bjorn3/fix_lld
2020-09-23 bjorn3Shorten __alloc symbol names a bit
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-23 bjorn3Rustup to rustc 1.47.0-nightly (663d2f5cd 2020-08-22)
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: Remove more common fields from CodegenCx
2020-08-22 CohenArthurFunctionCx: WIP: Fix overzealous sed usage
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: WIP: Replace .constants with codegen_cx...
2020-08-22 CohenArthurFunctionCx: Replace .module with .codegen_cx.module
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-08-20 bjorn3Evaluate all mir.required_consts and report any errors
2020-08-20 bjorn3Merge pull request #1074 from bjorn3/fix_weak_linkage
2020-08-20 bjorn3Fix weak linkage
2020-07-23 bjorn3Fix -Zpolymorphize
2020-07-23 bjorn3Rustup to rustc 1.47.0-nightly (bbebe7351 2020-07-22)
2020-07-17 bjorn3Rustup to rustc 1.46.0-nightly (5c9e5df3a 2020-07-16)
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-01 bjorn3Don't panic on unevaluatable promoted constants
2020-06-30 bjorn3Merge pull request #1056 from bjorn3/misc_fixes
2020-06-30 bjorn3Mark allocations as mutable when necessary
2020-06-27 bjorn3Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
2020-06-20 bjorn3Implement #[link_section]
2020-06-04 bjorn3Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
2020-05-25 bjorn3Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
2020-04-04 bjorn3Remove the trans_const_place and TransPlaceInterpreter...
2020-04-03 bjorn3Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
2020-04-02 bjorn3Rustup to rustc 1.44.0-nightly (76b11980a 2020-04-01)
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
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-28 bjorn3Rustup to rustc 1.44.0-nightly (75208942f 2020-03-27)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-20 bjorn3Add clif ir comments for stack2reg opt
2020-03-17 bjorn3Rustup to rustc 1.43.0-nightly (dd6718796 2020-03-16)
2020-03-14 bjorn3Use Vec instead of HashSet for ccx.todo
2020-03-14 bjorn3Error on allocation containing reference to TLS value
2020-03-12 bjorn3Rustup to rustc 1.43.0-nightly (c20d7eecb 2020-03-11)
2020-03-09 bjorn3Use multiple codegen units
2020-03-07 bjorn3Misc changes
2020-03-04 bjorn3Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)
2020-02-26 bjorn3Merge pull request #784 from bjorn3/wip_tls_support
2020-02-26 bjorn3Tls support
2020-02-22 bjorn3Rustup to rustc 1.43.0-nightly (8aa9d2014 2020-02-21)
2020-02-14 bjorn3Rustup to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)
2020-01-22 bjorn3Don't force static refs to const memory
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2020-01-14 bjorn3Rustup to rustc 1.42.0-nightly (3ebcfa145 2020-01-12)
2020-01-11 bjorn3Don't panic on reported const eval errors
2020-01-09 bjorn3Rustup to rustc 1.42.0-nightly (caa231d99 2020-01-08)
2020-01-06 bjorn3Rustup to rustc 1.42.0-nightly (bc1571cc3 2020-01-05)
2020-01-04 bjorn3Use DUMMY_SP in less places
2020-01-04 bjorn3Remove faerie machO alignment workaround
2019-12-28 bjorn3Rustup to rustc 1.42.0-nightly (74c4e6a98 2019-12-27)
2019-12-23 bjorn3Rustup to rustc 1.42.0-nightly (9b98af84c 2019-12-22)
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-05 bjorn3Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
2019-12-01 bjorn3Rustup to rustc 1.41.0-nightly (25d8a9494 2019-11-29)
2019-11-24 bjorn3Rustup to rustc 1.41.0-nightly (0c987c5c0 2019-11-23)
2019-11-15 bjorn3Rustup to rustc 1.41.0-nightly (82cf3a448 2019-11-14)
2019-11-14 bjorn3Rustup to rustc 1.41.0-nightly (ded5ee001 2019-11-13)
2019-11-09 bjorn3Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
2019-11-01 bjorn3Rustup to rustc 1.40.0-nightly (aa4e57ca8 2019-10-31)
next