]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
2018-09-25 dependabot... Merge pull request #52 from bjorn3/dependabot/cargo...
2018-09-25 dependabot... Bump cranelift from `dcd54af` to `940e254`
2018-09-24 bjorn3Rustup to rustc 1.30.0-nightly (f49f6e73a 2018-09-23)
2018-09-23 bjorn3Rustup to rustc 1.30.0-nightly (4591a245c 2018-09-22)
2018-09-22 bjorn3Update Cargo.lock
2018-09-22 bjorn3Rename examples directory to example to prevent rls...
2018-09-22 bjorn3Patch faerie for Mach-O support
2018-09-22 bjorn3Rustup to rustc 1.30.0-nightly (63c75d375 2018-09-21)
2018-09-20 bjorn3Update Cargo.lock
2018-09-20 bjorn3Rustup to rustc 1.30.0-nightly (20dc0c507 2018-09-19)
2018-09-18 bjorn3Update Cargo.lock
2018-09-18 bjorn3Replace an unimplemented! with a bug!
2018-09-18 bjorn3Improve prepare_libcore.sh
2018-09-17 bjorn3Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
2018-09-16 bjorn3Better error message for unsupported "C" abi args
2018-09-16 bjorn3Remove some code
2018-09-16 bjorn3Implement function reference in static
2018-09-16 bjorn3Implement some atomic intrinsics in a non atomic version
2018-09-16 bjorn3Implement place_field for unsized places
2018-09-16 bjorn3Implement returning `!` for "C" abi
2018-09-16 bjorn3Fix unsize coerce for structs containing `PhantomData...
2018-09-16 bjorn3Implement unsize of adt's (cc #14)
2018-09-16 bjorn3Update Cargo.lock
2018-09-15 bjorn3Implement intrinsic min_align_of_val
2018-09-15 bjorn3Rustup to rustc 1.30.0-nightly (2ab3eba30 2018-09-14)
2018-09-14 bjorn3Implement some intrinsics and fix a codegen error
2018-09-14 dependabot... Merge pull request #40 from bjorn3/dependabot/cargo...
2018-09-14 dependabot... Bump cranelift from `a698c50` to `9787326`
2018-09-13 dependabot... Merge pull request #36 from bjorn3/dependabot/cargo...
2018-09-13 dependabot... Bump cranelift-faerie from `d50e73a` to `a698c50`
2018-09-13 dependabot... Merge pull request #33 from bjorn3/dependabot/cargo...
2018-09-13 dependabot... Bump cranelift from `d50e73a` to `a698c50`
2018-09-12 bjorn3Implement drop support (fixes #11)
2018-09-12 dependabot... Merge pull request #29 from bjorn3/dependabot/cargo...
2018-09-12 dependabot... Bump cranelift from `078b07b` to `d50e73a`
2018-09-12 bjorn3Rustup to rustc 1.30.0-nightly (2f1547c0a 2018-09-11)
2018-09-11 bjorn3Rustfmt
2018-09-11 dependabot... Merge pull request #26 from bjorn3/dependabot/cargo...
2018-09-11 dependabot... Bump cranelift-simplejit from `5b2af58` to `078b07b`
2018-09-09 bjorn3Fix jit
2018-09-08 bjorn3Implement trait objects (cc #14)
2018-09-08 bjorn3Rustfmt
2018-09-08 bjorn3Don't use write_mir_pretty for non local mir
2018-09-08 bjorn3Don't require abi of defined function to be rust or...
2018-09-08 bjorn3Don't call seal_all_blocks and finalize twice
2018-09-08 bjorn3Misc changes to abi.rs
2018-09-08 bjorn3Rustup to rustc 1.30.0-nightly (fc81e3624 2018-09-07)
2018-09-07 dependabot... Merge pull request #24 from bjorn3/dependabot/cargo...
2018-09-07 dependabot... Bump cranelift from `083d1e8` to `5b2af58`
2018-09-06 bjorn3Implement intrinsic size_of_val for slices
2018-09-06 bjorn3Don't print Storage{Live,Dead} as comment in debug...
2018-09-06 dependabot... Merge pull request #18 from bjorn3/dependabot/cargo...
2018-09-06 dependabot... Merge pull request #19 from bjorn3/dependabot/cargo...
2018-09-06 bjorn3Merge pull request #20 from bjorn3/dependabot/cargo...
2018-09-06 dependabot... Bump cranelift from `9ca7853` to `083d1e8`
2018-09-06 dependabot... Bump cranelift-simplejit from `9ca7853` to `083d1e8`
2018-09-06 dependabot... Bump cranelift-faerie from `9ca7853` to `083d1e8`
2018-09-05 bjorn3Update Cargo.lock
2018-09-04 bjorn3Implement Box rvalue
2018-09-04 bjorn3Rustup to rustc 1.30.0-nightly (0f063aef6 2018-09-03)
2018-09-03 bjorn3Fix build.sh
2018-09-02 bjorn3[PATCH] Disable all trait object unsizing
2018-09-02 bjorn3Improve build.sh
2018-09-02 bjorn3Replace infinite loop in mini_core::panic with intrinsi...
2018-09-02 bjorn3Perform some optimizations
2018-09-02 bjorn3Rustup to rustc 1.30.0-nightly (28bcffead 2018-09-01)
2018-08-30 bjorn3Update patch 0004 to latest libcore
2018-08-30 bjorn3Merge branch 'wip_unsized_types'
2018-08-30 bjorn3Implement indexing for slices
2018-08-30 bjorn3Rvalue::Len
2018-08-30 bjorn3Implement unsize array -> slice and trait object -...
2018-08-30 bjorn3Support unsized types
2018-08-30 bjorn3Don't grep away parts of log
2018-08-30 bjorn3Rustup to rustc 1.30.0-nightly (02cb8f2a4 2018-08-29)
2018-08-26 bjorn3Add Caches to FunctionCx
2018-08-26 bjorn3Remove CodegenCx
2018-08-26 bjorn3Remove stabilized feature gate
2018-08-24 bjorn3Rustfmt
2018-08-24 bjorn3Rustup to rustc 1.30.0-nightly (63d66494a 2018-08-23)
2018-08-23 bjorn3[PATCH] Disable some more unsupported stuff in libcore
2018-08-22 bjorn3Codegen all instance types
2018-08-22 bjorn3Add CValue variant ByValPair
2018-08-22 bjorn3Rustfmt
2018-08-22 bjorn3Use *_imm in some places
2018-08-22 bjorn3Don't hardcode usize being 64 bit (fixes #8)
2018-08-19 bjorn3Remove CValue::Func
2018-08-18 bjorn3Support cross-compiling (untested)
2018-08-18 bjorn3Use instance_mir instead of optimized_mir
2018-08-18 bjorn3Be honest about data mutability
2018-08-17 bjorn3Codegen entry wrapper (fixes #13)
2018-08-17 bjorn3Rustfmt
next