]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-08-10 bjorn3Use the object crate for archive reading during archive...
2021-08-09 bjorn3Add warning to the jit mode section of the usage docs
2021-08-07 bjorn3Update Cranelift
2021-08-07 bjorn3Rustup to rustc 1.56.0-nightly (5ad7389bd 2021-08-06)
2021-08-06 bjorn3Merge branch 'sync_from_rust'
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-08-05 bjorn3Rustup to rustc 1.56.0-nightly (25b764849 2021-08-04)
2021-08-05 bjorn3Sync from rust 2ddb65c32253872c0e7a02e43ec520877900370e
2021-08-04 Gheorghe Anghelescuchange instructions for manually compiling y.rs (#1191)
2021-08-03 borsAuto merge of #87515 - crlf0710:trait_upcasting_part2...
2021-08-02 Charles LewImplement pointer casting.
2021-07-29 Jaderfc3052: Remove authors field from Cargo manifests
2021-07-29 bjorn3Re-enable a fixed rustc tests
2021-07-29 bjorn3Fix float min and max operations in presence of NaN
2021-07-28 bjorn3Support storing return values in register places for...
2021-07-28 bjorn3Remove CPlace::no_place
2021-07-28 bjorn3Allow returning PassMode::Cast directly to an ssa var
2021-07-28 bjorn3Remove outdated FIXME
2021-07-28 bjorn3Remove workarounds for things unimplemented in Cranelift
2021-07-28 bjorn3Use __muloti4 instead of __rust_i128_mulo
2021-07-27 bjorn3Rustup to rustc 1.56.0-nightly (08095fc1f 2021-07-26)
2021-07-27 bjorn3Update dependencies
2021-07-27 bjorn3Update Cranelift, gimli and object
2021-07-26 bjorn3Enable a working libcore test
2021-07-26 bjorn3Replace pointer_ty() with fx.pointer_type where possible
2021-07-26 bjorn3Update compiler_builtins version in setup_rust_fork.sh
2021-07-26 bjorn3Fix ABI for Indirect arguments
2021-07-26 bjorn3Fix y.rs build --sysroot llvm
2021-07-26 bjorn3Handle the extra argument for #[track_caller] earlier
2021-07-26 bjorn3Don't return anything from codegen_with_call_return_arg
2021-07-26 bjorn3Simplify logic around first_arg
2021-07-26 bjorn3Introduce the CallTarget enum
2021-07-26 bjorn3Add stdsimd to .gitignore and clean_all.sh
2021-07-26 bjorn3Implement "default_alloc_error_handler" feature
2021-07-26 bjorn3Merge pull request #1189 from bjorn3/stdsimd_fixes
2021-07-25 bjorn3Add fixme
2021-07-25 bjorn3Run stdsimd test suite
2021-07-25 bjorn3Fix simd_round implementation
2021-07-24 bjorn3Implement more simd intrinsics
2021-07-24 bjorn3Fix simd_reduce_* intrinsics
2021-07-23 bjorn3Fix two type mismatch bugs
2021-07-23 bjorn3Support repr(simd) on ADTs containing a single array...
2021-07-19 bjorn3Avoid call to pointer_ty
2021-07-19 bjorn3Rustup to rustc 1.55.0-nightly (59216858a 2021-07-18)
2021-07-19 bjorn3Sync from rust 8df945c4717ffaf923b57bf30c473df6fc98bc85
2021-07-18 Yuki OkushiRollup merge of #87092 - ricobbe:fix-raw-dylib-multiple...
2021-07-17 bjorn3Merge pull request #1187 from bjorn3/feature_gating
2021-07-17 bjorn3Disable jit and inline-asm when building as part of...
2021-07-17 bjorn3Put all cg_clif specific options behind -Zunstable...
2021-07-17 bjorn3Don't panic when the target is not supported by Cranelift
2021-07-17 bjorn3[CI] Update package list before installing packages
2021-07-17 bjorn3Don't truncate the shift amount
2021-07-17 bjorn3Remove shl/shr special handling for 128bit ints
2021-07-17 bjorn3Update Cranelift
2021-07-16 Richard CobbeConsider all fields when comparing DllImports, to remov...
2021-07-14 Ralf Jungfix cranelift
2021-07-13 bjorn3Remove explicit branch="main" form Cargo.toml
2021-07-08 Scott McMurrayUse cranelift's `Type::int` instead of doing the match...
2021-07-08 Scott McMurrayPR Feedback: Don't put SSA-only types in `CValue`s
2021-07-08 Scott McMurrayImplement the raw_eq intrinsic in codegen_cranelift
2021-07-08 bjorn3Rustup to rustc 1.55.0-nightly (d2b04f075 2021-07-07)
2021-07-08 bjorn3Sync from rust 0deb536ff987d7200f5ea35634781e9df9d5b666
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-07-07 bjorn3Rustup to rustc 1.55.0-nightly (885399992 2021-07-06)
2021-07-06 bjorn3Sync from rust b09dad3eddfc46c55e45f6c1a00bab09401684b4
2021-07-06 bjorn3Don't pass local_crate_name to link_binary separately
2021-07-06 bjorn3Move LinkerInfo into CrateInfo
2021-07-05 bjorn3Pass CrateInfo instead of TyCtxt to load_imported_symbo...
2021-07-05 bjorn3Rustfmt
2021-07-05 bjorn3Remove LibSource
2021-07-04 bjorn3Don't overwrite LD_LIBRARY_PATH in config.sh
2021-07-04 bjorn3Refactor cg_clif building
2021-07-04 bjorn3Better config parsing and allow specifying host and...
2021-07-04 bjorn3Write better clif ir header
2021-07-04 bjorn3Update Cranelift
2021-07-03 SmittyMake vtable_allocation always succeed
2021-07-03 bjorn3Update Cranelift
2021-07-03 bjorn3Misc target related improvements
2021-07-02 bjorn3Check if the patched sysroot source is up to date befor...
2021-07-02 bjorn3Merge pull request #1183 from bjorn3/full_aarch64_support
2021-07-02 bjorn3[CI] Cross compile to aarch64-unknown-linux-gnu
2021-07-02 bjorn3[CI] Split build and test steps
2021-07-02 bjorn3Fix rust-analyzer setting
2021-07-02 bjorn3Fix compilation for AArch64
2021-07-02 bjorn3Only test global_asm on x86_64
2021-07-02 bjorn3Update Cranelift and object
2021-07-02 bjorn3Don't use data object for non-primitive scalars
2021-07-02 bjorn3Disable new rustc test requiring unwinding support
2021-07-01 bjorn3Reduce duplication of vtables
2021-06-30 bjorn3Rustup to rustc 1.55.0-nightly (6d820866a 2021-06-29)
2021-06-29 Smittyfix sess error
2021-06-29 SmittySupport allocation failures when interperting MIR
2021-06-29 bjorn3Sync from rust e98897e5dc9898707bf4331c43b2e76ab7e282fe
2021-06-29 borsAuto merge of #86475 - crlf0710:miri_vtable_refactor...
2021-06-28 Charles LewUpdate other codegens to use tcx managed vtable allocat...
2021-06-28 borsAuto merge of #85909 - cjgillot:alloc-kind-query, r...
2021-06-25 bjorn3Merge pull request #1166 from eggyal/lazy-jit-multithreaded
2021-06-25 bjorn3Test multithreading support in lazy-jit
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-20 bjorn3Remove unused variable
next