]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-11 bjorn3Disable alloc_example and compile mod_bench_inline...
2018-11-11 bjorn3Call linker from cg_clif
2018-11-10 bjorn3Update cranelift
2018-11-10 bjorn3Rustfmt
2018-11-10 bjorn3Warn and error about some things and make METADATA_FILE...
2018-11-10 bjorn3Misc renames and changes
2018-11-10 bjorn3Rustup to rustc 1.32.0-nightly (36a50c29f 2018-11-09)
2018-11-09 bjorn3Update dependencies
2018-11-09 bjorn3Rustup to rustc 1.32.0-nightly (653da4fd0 2018-11-08)
2018-11-07 bjorn3[Travis] test on macOS too
2018-11-07 bjorn3Introduce link module
2018-11-07 bjorn3Remove should_codegen
2018-11-07 bjorn3Rustfmt
2018-11-07 bjorn3Fix warnings
2018-11-07 bjorn3Enable feature gate extern_crate_item_prelude
2018-11-05 bjorn3Add some benchmarks
2018-11-05 bjorn3Allocator shim
2018-11-05 bjorn3Use tcx.collect_and_partition_mono_items
2018-11-05 bjorn3Use cg_utils::symbol_export::provide{,_extern}
2018-11-05 bjorn3Rustup to rustc 1.32.0-nightly (e6c5cf923 2018-11-04)
2018-11-04 bjorn3Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)
2018-11-03 bjorn3Misc changes
2018-11-03 bjorn3Update Cargo.lock
2018-11-03 bjorn3Rustup to rustc 1.32.0-nightly (8b096314a 2018-11-02)
2018-11-02 bjorn3Misc build.sh changes
2018-11-02 bjorn3Print pass mode for locals in clif
2018-11-01 dependabot... Merge pull request #130 from bjorn3/dependabot/cargo...
2018-11-01 dependabot... Bump cranelift from `48fe38d` to `8382f9e`
2018-10-31 dependabot... Merge pull request #125 from bjorn3/dependabot/cargo...
2018-10-31 dependabot... Bump cranelift from `1f43e47` to `48fe38d`
2018-10-30 bjorn3Rustup to rustc 1.31.0-nightly (d586d5d2f 2018-10-29)
2018-10-29 dependabot... Merge pull request #120 from bjorn3/dependabot/cargo...
2018-10-29 dependabot... Bump cranelift from `b874861` to `1f43e47`
2018-10-28 bjorn3Rustup to rustc 1.31.0-nightly (cae6efc37 2018-10-27)
2018-10-27 bjorn3Better clif file writing
2018-10-27 bjorn3Update Cargo.lock
2018-10-25 bjorn3Bump cranelift
2018-10-25 bjorn3Change name of metadata file to rust.metadata.bin to...
2018-10-25 dependabot... Merge pull request #116 from bjorn3/dependabot/cargo...
2018-10-25 dependabot... Bump cranelift from `177e727` to `138b2ce`
2018-10-24 dependabot... Merge pull request #109 from bjorn3/dependabot/cargo...
2018-10-24 dependabot... Bump cranelift from `b3bda48` to `177e727`
2018-10-23 bjorn3Enable codegen by default
2018-10-23 dependabot... Merge pull request #108 from bjorn3/dependabot/cargo...
2018-10-23 dependabot... Bump cranelift from `e41e9fb` to `b3bda48`
2018-10-22 bjorn3Rustup to rustc 1.31.0-nightly (424a749a0 2018-10-21)
2018-10-21 bjorn3Rustup to rustc 1.31.0-nightly (155510e37 2018-10-20...
2018-10-20 bjorn3Move maybe_create_entry_wrapper to main_shim.rs
2018-10-20 bjorn3Use `ranlib` instead of `ar x`
2018-10-17 dependabot... Merge pull request #99 from bjorn3/dependabot/cargo...
2018-10-17 dependabot... Bump cranelift from `69fb510` to `e41e9fb`
2018-10-16 bjorn3Update Cargo.lock
2018-10-16 dependabot... Merge pull request #92 from bjorn3/dependabot/cargo...
2018-10-16 dependabot... Bump cranelift from `8fe3ae8` to `69fb510`
2018-10-16 bjorn3Rustup to rustc 1.31.0-nightly (46880f41b 2018-10-15)
2018-10-12 bjorn3Rustup to rustc 1.31.0-nightly (77af31408 2018-10-11)
2018-10-10 bjorn3Update Readme.md
2018-10-10 bjorn3Fix some warnings
2018-10-10 bjorn3Rustfmt
2018-10-10 bjorn3Some more changes
2018-10-10 bjorn3Some changes
2018-10-10 dependabot... Merge pull request #89 from bjorn3/dependabot/cargo...
2018-10-10 dependabot... Bump cranelift from `0fd3769` to `8fe3ae8`
2018-10-10 bjorn3Rustup to rustc 1.31.0-nightly (96cafc53c 2018-10-09)
2018-10-08 bjorn3Mention xargo in Readme.md and fix travis
2018-10-08 bjorn3Add xargo example
2018-10-07 bjorn3Workaround for missing select.i8 encoding
2018-10-06 bjorn3Add some more patches
2018-10-06 bjorn3Use absolute compile time paths for some log files
2018-10-06 bjorn3Implement Rvalue::Len for arrays
2018-10-06 bjorn3Don't disable core::time completely
2018-10-06 bjorn3Fix build
2018-10-06 bjorn3Fix projection of sized field in unsized type
2018-10-06 bjorn3Disable stdsimd in libstd too
2018-10-06 bjorn3Implement intrinsic write_bytes
2018-10-06 bjorn3Implement a lot of atomic intrinsics
2018-10-05 bjorn3Improve dsl
2018-10-05 bjorn3Use dsl for declaring intrinsic codegen
2018-10-05 bjorn3Rustup to rustc 1.31.0-nightly (8c4ad4e9e 2018-10-04)
2018-10-05 bjorn3Update Readme.md
2018-10-03 bjorn3Move intrinsics codegen to intrinsics.rs
2018-10-03 bjorn3Implement atomic_singlethreadfence_*
2018-10-03 dependabot... Merge pull request #72 from bjorn3/dependabot/cargo...
2018-10-03 dependabot... Bump cranelift from `191638e` to `0fd3769`
2018-10-02 bjorn3Implement intrinsic init
2018-10-02 bjorn3Rustup to rustc 1.31.0-nightly (de3d640f5 2018-10-01...
2018-09-30 bjorn3Workaround some missing encodings in cranelift
2018-09-30 bjorn3Optimize all dependencies in debug mode
2018-09-28 dependabot... Merge pull request #63 from bjorn3/dependabot/cargo...
2018-09-28 bjorn3Rustup
2018-09-28 dependabot... Bump cranelift from `0199e3d` to `191638e`
2018-09-27 dependabot... Merge pull request #58 from bjorn3/dependabot/cargo...
2018-09-27 bjorn3EntityMap got renamed to SecondaryMap
2018-09-27 dependabot... Bump cranelift from `8a79275` to `0199e3d`
2018-09-26 bjorn3Use FunctionBuilder::call_mem{cpy,move}
2018-09-26 bjorn3Rustfmt
2018-09-26 dependabot... Merge pull request #56 from bjorn3/dependabot/cargo...
2018-09-26 dependabot... Bump cranelift from `0157cda` to `8a79275`
2018-09-25 bjorn3Implement binop eq and ne for fat ptr's
2018-09-25 bjorn3Use cranelift_frontend::Switch for switchInt
next