]> git.lizzy.rs Git - rust.git/history - Readme.md
Rename cargo executable to cargo-clif
[rust.git] / Readme.md
2021-12-30 bjorn3Rename cargo executable to cargo-clif
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-07-06 bjorn3Sync from rust b09dad3eddfc46c55e45f6c1a00bab09401684b4
2021-06-29 bjorn3Sync from rust e98897e5dc9898707bf4331c43b2e76ab7e282fe
2021-06-25 bjorn3Merge pull request #1166 from eggyal/lazy-jit-multithreaded
2021-06-20 bjorn3Merge pull request #1180 from bjorn3/rust_build_system
2021-06-20 bjorn3Rewrite cargo.sh in rust
2021-06-19 bjorn3Rewrite prepare.sh in rust
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-21 bjorn3Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2d
2021-04-14 bjorn3Sync from rust b203b0d240b67916cfa77f640aedaf1c87d50f6d
2021-04-07 bjorn3Centralize all configuration into config.rs
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-09 bjorn3Sync from rust 4b9f5cc4c10a161047475cb9bbe02c4fda57fb07
2021-03-06 bjorn3Add license section to the readme
2021-03-06 bjorn3More doc fixes
2021-03-06 bjorn3Move the more advanced ways to use cg_clif to usage.md
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-31 bjorn3Fix a small error in the readme
2021-01-30 bjorn3Update Readme.md for the fixed abi compatibility
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-25 bjorn3Merge pull request #1120 from bjorn3/lazy_jit
2020-12-25 bjorn3Add documentation
2020-12-25 bjorn3Change the way JIT mode is selected
2020-12-23 bjorn3Sync from rust 28d73a3ee3e2c32f2768d1cbc9b42cb63472e9e9
2020-12-18 bjorn3Sync from rust fee693d08e98d25f566075cbed73e12236c05abd
2020-12-17 bjorn3Sync from rust caeb3335c052f286f6e7257ac0ff21e4f73fd8c5
2020-12-13 JesseFix Cranelift link in readme (#1118)
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-27 bjorn3Sync from rust c9228570668803e3e6402770d55f23a12c9ae686
2020-11-21 bjorn3Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
2020-11-13 bjorn3Sync from rust f2a11a25378293e41cfcb00dbf67c524ffd79b39
2020-11-08 bjorn3Better build dir layout
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-02 bjorn3Merge pull request #1104 from bjorn3/build_system_refactor
2020-11-02 bjorn3Upload prebuilt cg_clif
2020-11-02 bjorn3Refactor the build system
2020-11-01 bjorn3Update build instructions
2020-09-29 bjorn3Merge pull request #1089 from bjorn3/custom_driver
2020-09-29 bjorn3Update readme
2020-09-29 bjorn3Replace CG_CLIF_JIT with --jit
2020-09-23 bjorn3Improve readme
2020-09-23 bjorn3Merge pull request #1083 from bjorn3/fix_lld
2020-09-23 bjorn3Add option to use a single section for each function
2020-07-24 bjorn3Default cargo.sh to release build of cg_clif
2020-07-20 bjorn3Update README.md for #1068
2020-07-10 bjorn3Merge pull request #1064 from bjorn3/inline_asm
2020-07-10 bjorn3Add basic inline asm support for x86_64
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Only display codegen time when CG_CLIF_DISPLAY_CG_TIME=1
2020-06-25 bjorn3Add goal and better current status to readme
2020-06-25 Vitaly ShukelaLonger README about how to use this instead of `cargo...
2020-06-20 bjorn3Implement checked_mul
2020-05-05 bjorn3Document running rust code from the shell
2020-04-08 bjorn3Clarify debug mode vs release mode building in the...
2020-04-08 bjorn3Update the rustc usage section of the readme
2020-03-14 bjorn3Update links for the merge of the Cranelift and Wasmtim...
2020-03-12 bjorn3Fix typo found by @lqd
2020-03-12 bjorn3[README] Threads are supported
2020-03-12 bjorn3Better use of env vars
2020-03-11 bjorn3Merge pull request #918 from bjorn3/incr_cache
2020-03-11 bjorn3Mention CG_CLIF_INCR_CACHE in the readme
2020-01-25 bjorn3Remove outdated troubleshooting section
2020-01-15 bjorn3Use release mode instead of debug mode in the readme
2019-09-20 bjorn3Update Readme.md
2019-09-13 bjorn3Merge pull request #709 from bjorn3/updates
2019-09-12 bjorn3Update Readme.md
2019-07-30 bjorn3Merge pull request #650 from bjorn3/simd_emulation
2019-07-30 bjorn3Misc changes
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3Update Readme.md
2019-04-14 bjorn3Some changes to README.md
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-16 bjorn3Libstd and varargs are now supported.
2019-01-26 bjorn3Update Readme.md
2018-11-27 bjorn3Update SIMD entry in Readme
2018-11-17 bjorn3Some changes to Readme.md
2018-11-16 bjorn3Update Readme.md for the current state and add some...
2018-10-10 bjorn3Update Readme.md
2018-10-08 bjorn3Mention xargo in Readme.md and fix travis
2018-10-05 bjorn3Update Readme.md
2018-09-04 bjorn3Implement Box rvalue
2018-08-14 bjorn3Workaround missing encoding for icmp.i8
2018-08-08 bjorn3Update message about crashing on libcore
2018-08-08 bjorn3Remove an error from Readme
2018-08-08 bjorn3Don't crash on checked binops (treated like unchecked...
2018-07-29 bjorn3Implement float binops
2018-07-19 bjorn3Add a known panic case
2018-07-19 bjorn3Better libcore building instructions and rustup
2018-07-19 bjorn3Mention needing a nightly compiler in readme
2018-07-19 bjorn3Fix a panic
2018-07-18 bjorn3Workaround a bug
2018-07-18 bjorn3Implement int casts
2018-07-18 bjorn3Add instructions to build libcore
2018-07-18 bjorn3Add docs and expand some wildcard patterns