]> git.lizzy.rs Git - rust.git/history - src/constant.rs
Rename trans to codegen
[rust.git] / src / constant.rs
2020-11-01 Muhammad Mominul... Rename trans to codegen
2020-10-31 bjorn3Use Pointer::dangling for ZST's in trans_const_value
2020-10-28 bjorn3Fix many clippy warnings
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)
2019-10-18 bjorn3Rustup to rustc 1.40.0-nightly (fa0f7d008 2019-10-17)
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-14 bjorn3Rustup to rustc 1.39.0-nightly (a6946a817 2019-09-13)
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-08-28 bjorn3Use f{32,64}const insts instead of loading from a globa...
2019-08-27 bjorn3Rustup to rustc 1.39.0-nightly (9b91b9c10 2019-08-26)
2019-08-21 bjorn3Always use Linkage::Import for relocations targeting...
2019-08-19 bjorn3Set correct linkage for statics
2019-08-19 bjorn3Fix cross crate static duplicate codegen
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-08-18 bjorn3Rustup to rustc 1.39.0-nightly (2111aed0a 2019-08-17)
2019-08-17 bjorn3Don't keep alloc_map locked while calling data_id_for_s...
2019-08-16 bjorn3Workaround for missing `#[rustc_args_required_const...
2019-08-13 bjorn3Fix some rustc tests
2019-08-07 bjorn3Fix constant alignment on macOS
2019-08-07 bjorn3Rustup to rustc 1.38.0-nightly (6a91782b7 2019-08-06)
2019-08-04 bjorn3Rustup to rustc 1.38.0-nightly (6e0d27d93 2019-08-03)
2019-08-01 bjorn3Correctly align all allocs
2019-07-30 bjorn3Merge pull request #650 from bjorn3/simd_emulation
2019-07-30 bjorn3Implement some float simd intrinsics
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
next