]> git.lizzy.rs Git - rust.git/history - Readme.md
rename get_global_alloc to try_get_global_alloc
[rust.git] / Readme.md
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
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-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
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-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
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