]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-24 bjorn3Fix warnings
2020-03-24 bjorn3Update dependencies
2020-03-24 bjorn3Update Cranelift and object
2020-03-24 bjorn3Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
2020-03-23 dependabot... Merge pull request #928 from bjorn3/dependabot/cargo...
2020-03-23 dependabot... Bump cranelift-codegen from `1c55eb1` to `c202a8e`
2020-03-21 bjorn3[ci] Remove Travis CI
2020-03-21 bjorn3Fix some FIXME's and add some new FIXME's
2020-03-20 bjorn3Avoid u/i*::{min.max}_value()
2020-03-20 bjorn3Add clif ir comments for stack2reg opt
2020-03-19 bjorn3Update dependencies
2020-03-19 bjorn3Update Cranelift
2020-03-18 bjorn3Fix it
2020-03-18 bjorn3Rustup to rustc 1.44.0-nightly (7ceebd98c 2020-03-17)
2020-03-17 bjorn3Simplify handling of unimplemented stuff
2020-03-17 bjorn3[debuginfo] Fix map_reg
2020-03-17 bjorn3Fix intrinsic name
2020-03-17 bjorn3[gh actions] Run the compile step with the same argumen...
2020-03-17 bjorn3Rename try intrinsic argument to match upstream
2020-03-17 bjorn3Rustup to rustc 1.43.0-nightly (dd6718796 2020-03-16)
2020-03-16 dependabot... Merge pull request #922 from bjorn3/dependabot/cargo...
2020-03-16 dependabot... Bump cranelift-codegen from `fbe29da` to `e2f6c08`
2020-03-15 bjorn3Remove unused import
2020-03-14 bjorn3Update links for the merge of the Cranelift and Wasmtim...
2020-03-14 bjorn3Pre-allocate vec for rlib metadata reading
2020-03-14 bjorn3[gh actions] Really fix caching this time
2020-03-14 bjorn3Use Vec instead of HashSet for ccx.todo
2020-03-14 bjorn3Don't lookup span position when the span hasn't changed
2020-03-14 bjorn3Use byte offsets instead of char offsets in debuginfo
2020-03-14 bjorn3Dont single step into macros
2020-03-14 bjorn3Error on allocation containing reference to TLS value
2020-03-14 bjorn3Write dummy return value on unimplemented simd_{insert...
2020-03-14 bjorn3[gh actions] Invalidate cargo-registry cache
2020-03-14 bjorn3[gh actions] invalidate cargo-installed-crates cache
2020-03-13 bjorn3[gh actions] Really fix permission problems with caching
2020-03-13 bjorn3[gh actions] Cache cargo registry and index
2020-03-13 bjorn3[gh actions] Fix caching of ~/.cargo/bin
2020-03-13 bjorn3[gh actions] Cache target dir for specific rustc version
2020-03-13 bjorn3[gh actions] Fix caching of cargo installed crates
2020-03-13 bjorn3Setup github actions
2020-03-13 bjorn3Shrink vtable symbol names a bit
2020-03-13 bjorn3Hash trap message symbol nameThis saves ~7% of disk...
2020-03-12 bjorn3Rustup to rustc 1.43.0-nightly (c20d7eecb 2020-03-11)
2020-03-12 bjorn3Refactor driver/aot.rs
2020-03-12 bjorn3Move aot code to driver/aot.rs
2020-03-12 bjorn3Move jit code to driver/jit.rs
2020-03-12 bjorn3Move driver.rs
2020-03-12 bjorn3Display crate name in the "codegen mono items" time...
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-03-11 bjorn3Implement incremental caching of object files
2020-03-11 bjorn3Don't disable inline asm in hint::spin_loop
2020-03-11 bjorn3Merge pull request #916 from bjorn3/fn_once_for_box_wit...
2020-03-10 bjorn3Don't disable multithreading in libtest
2020-03-10 bjorn3Rustup to rustc 1.43.0-nightly (3dbade652 2020-03-09)
2020-03-10 bjorn3Emulate `<Box<F> as FnOnce>::call_once` without `alloca`
2020-03-10 bjorn3Support virtual calls with unsized self argument
2020-03-10 dependabot... Bump proc-macro2 from 1.0.8 to 1.0.9 (#908)
2020-03-10 dependabot... Bump syn from 1.0.15 to 1.0.16 (#907)
2020-03-10 dependabot... Bump quote from 1.0.2 to 1.0.3 (#912)
2020-03-09 bjorn3Use multiple codegen units
2020-03-09 dependabot... Merge pull request #913 from bjorn3/dependabot/cargo...
2020-03-09 dependabot... Bump cranelift-codegen from `4284491` to `fbe29da`
2020-03-08 bjorn3Revert "Use multiple codegen units"
2020-03-08 bjorn3Fix Cranelift patch paths
2020-03-07 bjorn3Use multiple codegen units
2020-03-07 bjorn3Move emit_module call
2020-03-07 bjorn3Move time "codegen mono items" out of codegen_mono_items
2020-03-07 bjorn3Check for main in current module before codegen of...
2020-03-07 bjorn3Inline codegen_cgus
2020-03-07 bjorn3Misc changes
2020-03-07 bjorn3Update Cranelift
2020-03-07 bjorn3Remove unused inline asm whitelist
2020-03-07 bjorn3Don't run dsymutil on librustc_codegen_cranelift on...
2020-03-07 bjorn3Rustup to rustc 1.43.0-nightly (2890b37b8 2020-03-06)
2020-03-04 bjorn3Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)
2020-02-29 bjorn3Update for the merge of Cranelift into Wasmtime
2020-02-29 bjorn3Rustup to rustc 1.43.0-nightly (0eb878d2a 2020-02-28)
2020-02-26 bjorn3Implement simd_fma
2020-02-26 bjorn3Merge pull request #784 from bjorn3/wip_tls_support
2020-02-26 bjorn3Tls support
2020-02-26 bjorn3Rustup to rustc 1.43.0-nightly (6fd8798f4 2020-02-25)
2020-02-24 dependabot... Merge pull request #903 from bjorn3/dependabot/cargo...
2020-02-24 dependabot... Bump cranelift-codegen from `0c7da4a` to `5ad5505`
2020-02-22 bjorn3Fix JIT on macOS
2020-02-22 bjorn3Silence some warnings
2020-02-22 bjorn3Update dependencies
2020-02-22 bjorn3Update Cranelift
2020-02-22 bjorn3Rustup to rustc 1.43.0-nightly (8aa9d2014 2020-02-21)
2020-02-17 dependabot... Bump thiserror from 1.0.10 to 1.0.11 (#894)
2020-02-17 dependabot... Merge pull request #896 from bjorn3/dependabot/cargo...
2020-02-17 dependabot... Bump cranelift-codegen from `f1aa072` to `cd3d84e`
2020-02-15 bjorn3Update Cranelift and use the new ineg instruction
2020-02-14 bjorn3Use archive_format for determining if gnu style archive...
2020-02-14 bjorn3Update dependencies
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-02-14 bjorn3Rustup to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)
next