]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Rustup to rustc 1.54.0-nightly (881c1ac40 2021-05-08)
[rust.git] / src / lib.rs
2021-05-09 bjorn3Sync from rust d6d028369be9eb02d219506c0dd662a2f863fc18
2021-05-04 bjorn3Rustfmt
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-23 bjorn3Merge pull request #1163 from mominul/target_cpu
2021-04-23 Muhammad Mominul... Update the error messsage
2021-04-23 Muhammad Mominul... Handle native target-cpu variant
2021-04-23 Muhammad Mominul... Support -Ctarget-cpu
2021-04-21 bjorn3Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2d
2021-04-14 bjorn3Sync from rust b203b0d240b67916cfa77f640aedaf1c87d50f6d
2021-04-14 bjorn3Merge pull request #1159 from bjorn3/driver_refactorings
2021-04-14 bjorn3Add some documentation
2021-04-14 bjorn3Extract create_jit_module function
2021-04-14 bjorn3Don't unregister unwind tables after the JIT is done
2021-04-14 bjorn3Inline driver::codegen_crate
2021-04-14 bjorn3Remove CodegenCx::finalize and pass Module separately...
2021-04-14 bjorn3Don't store TyCtxt in UnwindContext
2021-04-14 bjorn3Merge pull request #1158 from bjorn3/isolate_mono_items_pr
2021-04-14 bjorn3Don't deduplicate anonymous allocations
2021-04-14 bjorn3Don't deduplicate vtables between functions
2021-04-12 bjorn3Rustfmt
2021-04-07 bjorn3Centralize all configuration into config.rs
2021-04-07 bjorn3Move BackendConfig to config.rs
2021-04-06 bjorn3Sync from rust 354cc751b74e813f180755fa67bebcb669825755
2021-03-31 bjorn3Remove the cold block optimization
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-27 bjorn3Make all compiler-builtins symbols hidden
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-21 bjorn3Rustfmt
2021-03-18 bjorn3Avoid nightly feature usage where easily possible
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-15 bjorn3Suppress an unnecessary warning and fix an incorrect...
2021-03-09 kadminClean up todos
2021-03-09 kadminUpdate cranelift
2021-03-09 bjorn3Some clippy fixes
2021-03-09 bjorn3Sync from rust 4b9f5cc4c10a161047475cb9bbe02c4fda57fb07
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-06 bjorn3Make it possible to enable the verifier in release...
2021-03-05 bjorn3Merge pull request #1145 from bjorn3/mingw_support
2021-03-05 bjorn3Support cross-compiling to Windows using MinGW
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-03-05 Oli SchererShrink the size of Rvalue by 16 bytes
2021-02-26 Guillaume GomezRollup merge of #81940 - jhpratt:stabilize-str_split_on...
2021-02-23 bjorn3Merge pull request #1144 from bjorn3/dynamic_module
2021-02-23 bjorn3Use dynamic dispatch for the inner Module
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-21 bjorn3Merge pull request #1140 from bjorn3/no_more_oldbe
2021-02-18 bjorn3Use real atomic instructions instead of a global lock
2021-02-18 bjorn3Remove support for x86 oldBE
2021-02-12 bjorn3Pass around BackendConfig
2021-02-10 Jacob PrattStabilize str_split_once
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-30 bjorn3Rustup to rustc 1.51.0-nightly (b12290861 2021-01-29)
2021-01-30 bjorn3Merge pull request #1131 from bjorn3/abi_compat
2021-01-29 Yuki OkushiRollup merge of #81333 - RalfJung:const-err-simplify...
2021-01-26 bjorn3[WIP] Use FnAbi everywhere instead of our own abi calcu...
2021-01-22 bjorn3Default to Cranelift newBE
2021-01-21 bjorn3Merge pull request #1127 from bjorn3/newbe
2021-01-21 bjorn3Add a feature flag to switch between oldbe and newbe
2021-01-18 LeSeulArtichautUse ty::{IntTy,UintTy,FloatTy} in rustc
2021-01-02 bjorn3Remove code that was moved from the backend to rustc_in...
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-25 bjorn3Merge pull request #1120 from bjorn3/lazy_jit
2020-12-25 bjorn3Implement lazy compilation in JIT mode
2020-12-25 bjorn3Change the way JIT mode is selected
2020-12-25 bjorn3Use PIC in JIT mode too
2020-12-23 bjorn3Sync from rust 28d73a3ee3e2c32f2768d1cbc9b42cb63472e9e9
2020-12-18 bjorn3Sync from rust fee693d08e98d25f566075cbed73e12236c05abd
2020-12-17 bjorn3Sync from rust caeb3335c052f286f6e7257ac0ff21e4f73fd8c5
2020-12-12 bjorn3Enable Cranelift optimizations when optimizing
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-01 bjorn3Merge pull request #1100 from mominul/trans->codegen
2020-11-01 Muhammad Mominul... Rename trans to codegen
2020-10-28 bjorn3Fix many clippy warnings
2020-10-16 bjorn3Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
2020-10-15 bjorn3Rustup to rustc 1.49.0-nightly (e160e5cb8 2020-10-14)
2020-10-11 bjorn3Remove MIR dump on panic
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-10-05 bjorn3Rustup to rustc 1.49.0-nightly (beb5ae474 2020-10-04)
2020-09-29 bjorn3Merge pull request #1089 from bjorn3/custom_driver
2020-09-29 bjorn3Replace CG_CLIF_JIT with --jit
2020-09-16 bjorn3Rustfmt
2020-09-15 bjorn3Remove hashbrown usage
2020-09-05 bjorn3Fix dylib metadata writing
2020-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
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 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-19 bjorn3Update target_feature_whitelist
2020-08-15 bjorn3Merge pull request #1070 from bjorn3/cpuid
2020-08-15 bjorn3Remove cg_clif fake target feature
next