]> git.lizzy.rs Git - rust.git/history - src
Fix filename length for ar files
[rust.git] / src /
2019-04-24 bjorn3Fix filename length for ar files
2019-04-24 bjorn3[WIP] Try using GnuBuilder
2019-04-24 bjorn3Use rustc_codegen_ssa::back::link instead of copy paste...
2019-04-24 bjorn3Rustup to rustc 1.36.0-nightly (e938c2b9a 2019-04-23)
2019-04-21 bjorn3Refactor archive.rs for future usage of ar::GnuBuilder
2019-04-21 bjorn3Let the ArArchiveBuilder implement cg_ssa::back::archiv...
2019-04-21 bjorn3Rustup to rustc 1.36.0-nightly (33fe1131c 2019-04-20)
2019-04-20 bjorn3Use more rustc_codegen_ssa::back::link for linking
2019-04-18 bjorn3Rustup to rustc 1.36.0-nightly (3c3d3c177 2019-04-17)
2019-04-15 bjorn3Rustup to rustc 1.35.0-nightly (aa99abeb2 2019-04-14)
2019-04-10 bjorn3Print message when reaching trap
2019-04-10 bjorn3Fix and optimize init intrinsic
2019-04-08 bjorn3Fix for mutable_borrow_reservation_conflict future...
2019-04-04 Aaron HillRustup to rustc 1.35.0-nightly (f8673e0ad 2019-04-03)
2019-04-01 bjorn3Rustup to rustc 1.35.0-nightly (e3428db7c 2019-03-31)
2019-03-29 bjorn3Rustup to rustc 1.35.0-nightly (237bf3244 2019-03-28)
2019-03-27 bjorn3Rustup to rustc 1.35.0-nightly (fbd34efb3 2019-03-26)
2019-03-26 bjorn3Skip ZST arguments
2019-03-25 bjorn3Update dependencies
2019-03-21 bjorn3Rustup to rustc 1.35.0-nightly (82e2f3ec2 2019-03-20)
2019-03-16 bjorn3Rustup to rustc 1.35.0-nightly (52e885628 2019-03-15)
2019-03-11 bjorn3Misc changes
2019-03-11 bjorn3Sign extend ints in trans_const_value
2019-03-11 bjorn3Implement weak linkage for statics
2019-03-11 bjorn3Remove "Saved incremental data" warning
2019-03-11 bjorn3Rustup to rustc 1.35.0-nightly (9d71ec135 2019-03-10)
2019-03-08 bjorn3Update cranelift, faerie and target-lexicon
2019-03-06 bjorn3Fix atomic intrinsics
2019-03-06 bjorn3Fix write_cvalue type assert for late bound regions...
2019-03-06 bjorn3Remove 0006-alloc-Disable-some-unsupported-stuff.patch
2019-03-06 bjorn3Fix panic with reported const_eval promoted error
2019-03-06 bjorn3Fix trans_get_discriminant for uninhabited types
2019-03-04 bjorn3Rustup to rustc 1.35.0-nightly (87a436377 2019-03-03)
2019-03-03 bjorn3Rename load_value_pair to load_scalar_pair and fix...
2019-03-03 bjorn3Replace functions taking or returning u128 or i128...
2019-03-03 bjorn3Improve unimpl! docs
2019-03-02 bjorn3Make CastKind::Misc handling more clean and general
2019-03-02 bjorn3Implement CastKind::ClosureFnPointer
2019-03-02 bjorn3Implement ProjectionElem::Subslice
2019-03-02 bjorn3Rustup to rustc 1.34.0-nightly (c1d2d83ca 2019-03-01)
2019-03-01 bjorn3Rustup to rustc 1.34.0-nightly (350674b71 2019-02-28)
2019-02-28 bjorn3Rustup to rustc 1.34.0-nightly (7e001e5c6 2019-02-27)
2019-02-26 bjorn3Rustup to rustc 1.34.0-nightly (00aae71f5 2019-02-25)
2019-02-23 bjorn3Use Instance::resolve_for_vtable instead of Instance...
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_...
next