]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-06-20 bjorn3Prelude cleanup
2020-06-20 bjorn3Introduce #[cfg(target_feature = "cg_clif")]
2020-06-20 bjorn3Ignore less of the libcore float tests
2020-06-20 bjorn3Implement checked_mul
2020-06-20 bjorn3Unignore some more libcore tests
2020-06-20 bjorn3Use Cranelift legalization for icmp.i128
2020-06-20 bjorn3Implement #[link_section]
2020-06-20 bjorn3Ignore libcore test that requires unwinding support
2020-06-20 bjorn3Update Cranelift
2020-06-20 bjorn3Rustup to rustc 1.46.0-nightly (2d8bd9b74 2020-06-19)
2020-06-16 bjorn3Only call build_value_labels_ranges when necessary
2020-06-16 bjorn3Make mini_core_hello_world work on Windows once TLS...
2020-06-16 bjorn3Only run ranlib when necessary
2020-06-16 bjorn3Some changes necessary for Windows support
2020-06-16 bjorn3Revert "[CI] Run the compile step with CARGO_INCREMENTAL=1"
2020-06-16 bjorn3[CI] Run the compile step with CARGO_INCREMENTAL=1
2020-06-16 bjorn3Remove pin of the libc crate for the sysroot
2020-06-16 bjorn3Fix warnings in alloc_example.rs
2020-06-16 bjorn3Update dependencies
2020-06-16 bjorn3Update Cranelift
2020-06-16 bjorn3Rustup to rustc 1.46.0-nightly (f315c35a7 2020-06-15)
2020-06-13 bjorn3Compile sysroot in release mode by default
2020-06-13 bjorn3Remove FunctionDebugContext
2020-06-12 bjorn3Remove all non-tcx references from CodegenCx
2020-06-12 bjorn3Emit unwind info for main and alloc shim
2020-06-12 bjorn3Update dependencies
2020-06-12 bjorn3Update Cranelift
2020-06-12 bjorn3Rustup to rustc 1.46.0-nightly (a37c32e2d 2020-06-11)
2020-06-11 bjorn3Rustup to rustc 1.46.0-nightly (449e8eaa2 2020-06-10)
2020-06-08 dependabot... Merge pull request #1040 from bjorn3/dependabot/cargo...
2020-06-08 dependabot... Bump cranelift-codegen from `00abfcd` to `4bb5894`
2020-06-05 bjorn3Update dependencies
2020-06-05 bjorn3Update Cranelift
2020-06-05 bjorn3Remove sign extension for ty::Int from CValue::const_val
2020-06-04 bjorn3Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
2020-05-29 bjorn3Merge pull request #1022 from osa1/clif_dump_in_release...
2020-05-29 Ömer Sinan... Mark blocks that call cold funs as cold (#1021)
2020-05-29 Ömer Sinan... Update src/pretty_clif.rs
2020-05-29 Ömer Sinan... Dump clif with --emit llvm-ir in release mode
2020-05-29 Ömer Sinan... Add simple-raytracer to .gitignore (#1023)
2020-05-27 bjorn3Remove already fixed FIXME in driver/jit.rs
2020-05-25 bjorn3Update depencencies
2020-05-25 bjorn3Update Cranelift
2020-05-25 bjorn3Disable failing libcore test
2020-05-25 bjorn3Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
2020-05-10 bjorn3[CI] Hash Cargo.lock in addition to toolchain for targe...
2020-05-10 bjorn3Update dependencies
2020-05-10 bjorn3Update Cranelift
2020-05-09 bjorn3Rustup to rustc 1.45.0-nightly (7ebd87a7a 2020-05-08)
2020-05-05 bjorn3Improvements for latest Cranelift
2020-05-05 bjorn3Document running rust code from the shell
2020-05-05 bjorn3Set RUSTDOCFLAGS
2020-05-04 dependabot... Merge pull request #989 from bjorn3/dependabot/cargo...
2020-05-04 dependabot... Bump cranelift-codegen from `ebd13ce` to `c284ffe`
2020-05-01 bjorn3Register frame table in JIT mode
2020-05-01 bjorn3Always emit .eh_frame section
2020-05-01 bjorn3Rustup to rustc 1.45.0-nightly (7ced01a73 2020-04-30)
2020-04-30 bjorn3Commit missing change for rustup
2020-04-30 bjorn3Rustup to rustc 1.45.0-nightly (fa51f810e 2020-04-29)
2020-04-29 bjorn3Remove some unused files
2020-04-27 bjorn3Update dependencies
2020-04-27 bjorn3Rustup to rustc 1.45.0-nightly (e83f75634 2020-04-26)
2020-04-25 bjorn3Call panic lang item on failed TerminatorKind::Assert
2020-04-25 bjorn3Merge pull request #982 from bjorn3/backtrace_support
2020-04-25 bjorn3Implement .eh_frame writing
2020-04-25 bjorn3Implement line debuginfo for AArch64
2020-04-25 bjorn3Update Cranelift
2020-04-25 bjorn3Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)
2020-04-25 bjorn3Merge pull request #978 from bjorn3/simple_debuginfo_fo...
2020-04-24 bjorn3Fix function arguments for gdb
2020-04-24 bjorn3Generate simple debuginfo for arguments
2020-04-22 bjorn3Update dependencies
2020-04-22 bjorn3Update Cranelift
2020-04-22 bjorn3Rustup to rustc 1.44.0-nightly (45d050cde 2020-04-21)
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-21 bjorn3Use DWARF version 4 for now
2020-04-20 KitsuUse md5 dwarf hash, only if all files has it
2020-04-19 bjorn3Update Cranelift
2020-04-19 SerenttyFix spelling error in comment (#974)
2020-04-18 bjorn3Implement check mode
2020-04-18 KitsuSimplify with make_file_info
2020-04-18 bjorn3Add some documentation about the debuginfo support...
2020-04-18 bjorn3Sync fn_sig_for_fn_abi with upstream for generator...
2020-04-18 KitsuSimplify FileHash ctor
2020-04-18 KitsuDedup file hashing logic with type
2020-04-18 KitsuUse dwarf 3 for osx
2020-04-18 KitsuDon`t include timestamp as debug file info
2020-04-18 KitsuSupport file hashes in .debug_line
2020-04-17 bjorn3Disable line debuginfo for the AArch64 backend
2020-04-17 bjorn3Use the correct return type for puts
2020-04-17 bjorn3Use qemu to run tests for AArch64 when using a differen...
2020-04-17 bjorn3Update Cranelift
2020-04-17 bjorn3Rustup to rustc 1.44.0-nightly (7f3df5772 2020-04-16)
2020-04-17 bjorn3Fix saturated_* intrinsics for 128bit ints
2020-04-17 bjorn3Fix transmute of non-scalar to scalar
2020-04-14 bjorn3Merge pull request #966 from aj-jaswanth/fix/958
2020-04-14 Venkata Jaswanth UFixes #958: Use session.fatal() instead of assert!
2020-04-13 bjorn3Pre-allocate local_map
2020-04-13 bjorn3Cleanup codegen_terminator_call a bit
2020-04-13 bjorn3Merge codegen_call_inner into codegen_terminator_call
next