]> git.lizzy.rs Git - rust.git/history - src
Rustup to rustc 1.34.0-nightly (f66e4697a 2019-02-20)
[rust.git] / src /
2019-02-21 bjorn3Rustfmt
2019-02-18 bjorn3Pass command-line arguments to JITed function
2019-02-18 bjorn3Update gimli
2019-02-18 bjorn3Update cranelift
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-16 bjorn3Fix discriminant_value intrinsic
2019-02-16 bjorn3Implement isize -> raw-ptr cast
2019-02-16 bjorn3Implement float -> int/uint cast
2019-02-16 bjorn3Fix atomic_xchg* intrinsics
2019-02-16 bjorn3Fix cttz{,_nonzero} intrinsics
2019-02-16 bjorn3Fix BinOp::Offset
2019-02-16 bjorn3Several fixes
2019-02-16 bjorn3Rustup to rustc 1.34.0-nightly (a9410cd1a 2019-02-15)
2019-02-13 bjorn3Use correct alignment for CValue::ByRef for a ZST
2019-02-12 bjorn3Merge pull request #339 from bjorn3/fix_libstd
2019-02-11 bjorn3Implement variadic function calling
2019-02-11 bjorn3Disable macOS debuginfo and on all platforms optimizations
2019-02-11 bjorn3Fix "offset" intrinsic
2019-02-11 bjorn3Fix alloc_example
2019-02-11 bjorn3Rustup to rustc 1.34.0-nightly (0b7af2668 2019-02-10)
2019-02-11 bjorn3Merge pull request #338 from philipc/gimli
2019-02-11 Philip CraigUpdate gimli
2019-02-08 bjorn3Implement drop for trait objects
2019-02-07 bjorn3Make codegen_call_inner a bit more readable
2019-02-06 bjorn3Misc changes
2019-02-06 bjorn3Fix some warnings
2019-02-06 bjorn3Implement dynamic dispatch for self: Box<T>
2019-02-04 bjorn3Introduce CPlace::NoPlace for zst's
2019-02-04 bjorn3Take stack_addr in advance for locals to avoid many...
2019-02-04 bjorn3Introduce CPlace::Stack
2019-02-04 bjorn3Refactor CPlace address handling
2019-02-03 bjorn3Don't try to store func_addr for FnDef in trans_const_value
2019-02-02 bjorn3Update gimli
2019-02-01 bjorn3Misc debuginfo.rs changes
2019-01-30 bjorn3Fix line debuginfo malformness in presence of macros
2019-01-26 bjorn3Fix panic_if_uninhabited intrinsic
2019-01-26 bjorn3Fix offset addend mixup
2019-01-26 bjorn3Misc debuginfo change
2019-01-26 bjorn3Merge pull request #291 from bjorn3/debuginfo_line
2019-01-26 bjorn3Deduplicate debug section defining and linking
2019-01-26 bjorn3Update gimli
2019-01-26 bjorn3Use FileIndex for DW_AT_decl_file and omit .debug_range...
2019-01-26 bjorn3Improve it a bit
2019-01-26 bjorn3Use IndexSet and keep full source info in set_debug_loc
2019-01-26 bjorn3Use gimli's byteorder in debuginfo.rs
2019-01-26 bjorn3Update gimli
2019-01-26 bjorn3Generate lineinfo for default srcloc
2019-01-26 bjorn3Implement line debuginfo
2019-01-26 bjorn3Rustup to rustc 1.33.0-nightly (bf669d1e3 2019-01-25)
2019-01-15 bjorn3Update Cargo.lock and use emit_small_memcpy
2019-01-12 bjorn3Improve global name for anonymous allocations
2019-01-06 bjorn3Rustup to rustc 1.33.0-nightly (68fe5182c 2019-01-05)
2019-01-02 bjorn3Use layout.abi
2019-01-02 bjorn3Rename load_value to load_scalar and make it support...
2019-01-02 bjorn3Some cleanup of abi.rs
2018-12-29 bjorn3Fix unsize coercions and the size_of_val and min_align_...
2018-12-29 bjorn3Setup env_logger
2018-12-28 bjorn3Add 'set is_pic' to clif files
2018-12-28 bjorn3Only build clif comments in debug mode
2018-12-28 bjorn3Fix release mode
2018-12-27 bjorn3Add some more clif comments
2018-12-26 bjorn3Reduce duplication in abi.rs a bit
2018-12-25 dependabot[bot]Merge pull request #242 from bjorn3/dependabot/cargo...
2018-12-25 bjorn3Simplify argument storage
2018-12-24 bjorn3Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)
2018-12-23 bjorn3Use the linkage and visibility produced by tcx.collect_...
2018-12-22 bjorn3Add pretty param and local info comments to clif
2018-12-22 bjorn3Improve debug messages in generated clif files
2018-12-21 bjorn3Rustup to rustc 1.33.0-nightly (09d6ab90e 2018-12-20)
2018-12-21 dependabot[bot]Merge pull request #240 from bjorn3/dependabot/cargo...
2018-12-20 bjorn3Fix calling drop_in_place_real with empty drop glue
2018-12-18 bjorn3Introduce CodegenCx
2018-12-15 bjorn3Disable probestack
2018-12-14 bjorn3Rustup cg_ssa to rustc 1.32.0-nightly (f4a421ee3 2018...
2018-12-13 bjorn3Put allocator shim in a different object file
2018-12-13 bjorn3Move emit_module a bit up
2018-12-13 bjorn3Convenience functions for creating and emitting faerie...
2018-12-13 bjorn3Prepare for emitting separate object files for each...
2018-12-12 bjorn3Some refactorings for codegen_mono_items
2018-12-12 bjorn3Extract TargetIsa building to a separate function
2018-12-11 bjorn3Change the CallConv for "rust" abi functions to "System...
2018-12-10 bjorn3Support dylibs
2018-12-08 bjorn3Rustup to rustc 1.32.0-nightly (4a45578bc 2018-12-07)
2018-12-03 bjorn3Restructure scripts and add flamegraph generator
2018-12-03 bjorn3Rustup to rustc 1.32.0-nightly (21f268495 2018-12-02)
2018-12-01 bjorn3Some small changes
2018-11-30 bjorn3Implement cast C enum -> int
2018-11-30 bjorn3Rustup to rustc 1.32.0-nightly (3e90a12a8 2018-11-29)
2018-11-26 bjorn3Rustup to rustc 1.32.0-nightly (6acbb5b65 2018-11-25)
2018-11-24 bjorn3Rustfmt
2018-11-24 bjorn3Implement BackendTypes for FunctionCx
2018-11-24 bjorn3Use rustc_codegen_ssa::CodegenResults
2018-11-24 bjorn3Better use of CodegenResults::modules
2018-11-24 bjorn3Rustup to rustc 1.32.0-nightly (1f57e4841 2018-11-23)
2018-11-17 bjorn3Fix some 2018 edition idioms
2018-11-17 bjorn3Remove a workaround for icmp.i8/i16 not having an encoding
2018-11-17 bjorn3Fix fn(&T) -> for<'l> fn(&'l T) write
2018-11-16 bjorn3Fix static linkage
2018-11-16 bjorn3Move unimpl! macro to unimpl.rs
2018-11-16 bjorn3Implement rotate_{left,right} intrinsics
next