]> git.lizzy.rs Git - rust.git/history - src/base.rs
Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
[rust.git] / src / base.rs
2019-06-13 bjorn3Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
2019-06-11 bjorn3Remove workaround for previously missing encoding
2019-06-11 bjorn3Encapsulate CPlace constructors
2019-06-11 bjorn3Use CValue::by_val{,_pair} at more places
2019-06-11 bjorn3Encapsulate CValue and CPlace creation
2019-06-06 bjorn3Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)
2019-05-14 bjorn3Update cranelift
2019-05-04 bjorn3Extract driver.rs
2019-04-21 bjorn3Rustup to rustc 1.36.0-nightly (33fe1131c 2019-04-20)
2019-04-15 bjorn3Rustup to rustc 1.35.0-nightly (aa99abeb2 2019-04-14)
2019-04-10 bjorn3Print message when reaching trap
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-27 bjorn3Rustup to rustc 1.35.0-nightly (fbd34efb3 2019-03-26)
2019-03-26 bjorn3Skip ZST arguments
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-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-02-21 bjorn3Rustfmt
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 BinOp::Offset
2019-02-16 bjorn3Several fixes
2019-02-16 bjorn3Rustup to rustc 1.34.0-nightly (a9410cd1a 2019-02-15)
2019-02-12 bjorn3Merge pull request #339 from bjorn3/fix_libstd
2019-02-11 bjorn3Implement variadic function calling
2019-02-08 bjorn3Implement drop for trait objects
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-01-26 bjorn3Merge pull request #291 from bjorn3/debuginfo_line
2019-01-26 bjorn3Use IndexSet and keep full source info in set_debug_loc
2019-01-26 bjorn3Implement line debuginfo
2019-01-02 bjorn3Rename load_value to load_scalar and make it support...
2018-12-28 bjorn3Only build clif comments in debug mode
2018-12-23 bjorn3Use the linkage and visibility produced by tcx.collect_...
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-18 bjorn3Introduce CodegenCx
2018-12-10 bjorn3Support dylibs
2018-12-01 bjorn3Some small changes
2018-11-30 bjorn3Implement cast C enum -> int
2018-11-26 bjorn3Rustup to rustc 1.32.0-nightly (6acbb5b65 2018-11-25)
2018-11-24 bjorn3Rustfmt
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-16 bjorn3Move unimpl! macro to unimpl.rs
2018-11-16 bjorn3Move trapping to trap_code.rs
2018-11-16 bjorn3Rustup to rustc 1.32.0-nightly (6b9b97bd9 2018-11-15)
2018-11-14 bjorn3Rustup to rustc 1.32.0-nightly (9fefb6766 2018-11-13)
2018-11-13 bjorn3Implement raw ptr -> int of native pointer size cast
2018-11-13 bjorn3Implement some missing CastKind::Misc casts
2018-11-13 bjorn3Implement ProjectionElem::ConstantIndex
2018-11-13 bjorn3Change some unimplemented! to unimpl!
2018-11-12 bjorn3Merge remote-tracking branch 'sunfishcode/master'
2018-11-12 Dan GohmanChange "cton" to "clif".
2018-11-12 Dan GohmanChange "cretonne" to "cranelift".
2018-11-07 bjorn3Remove should_codegen
2018-11-07 bjorn3Rustfmt
2018-11-07 bjorn3Enable feature gate extern_crate_item_prelude
2018-11-05 bjorn3Rustup to rustc 1.32.0-nightly (e6c5cf923 2018-11-04)
2018-11-03 bjorn3Update Cargo.lock
2018-11-03 bjorn3Rustup to rustc 1.32.0-nightly (8b096314a 2018-11-02)
2018-10-28 bjorn3Rustup to rustc 1.31.0-nightly (cae6efc37 2018-10-27)
2018-10-27 bjorn3Better clif file writing
2018-10-10 bjorn3Fix some warnings
2018-10-10 bjorn3Rustfmt
2018-10-06 bjorn3Use absolute compile time paths for some log files
2018-10-06 bjorn3Implement Rvalue::Len for arrays
2018-10-05 bjorn3Rustup to rustc 1.31.0-nightly (8c4ad4e9e 2018-10-04)
2018-09-30 bjorn3Workaround some missing encodings in cranelift
2018-09-28 dependabot[bot]Merge pull request #63 from bjorn3/dependabot/cargo...
2018-09-28 bjorn3Rustup
2018-09-26 bjorn3Use FunctionBuilder::call_mem{cpy,move}
2018-09-26 bjorn3Rustfmt
2018-09-25 bjorn3Implement binop eq and ne for fat ptr's
2018-09-25 bjorn3Use cranelift_frontend::Switch for switchInt
2018-09-23 bjorn3Rustup to rustc 1.30.0-nightly (4591a245c 2018-09-22)
2018-09-17 bjorn3Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
2018-09-14 bjorn3Implement some intrinsics and fix a codegen error
2018-09-12 bjorn3Implement drop support (fixes #11)
2018-09-12 bjorn3Rustup to rustc 1.30.0-nightly (2f1547c0a 2018-09-11)
2018-09-08 bjorn3Implement trait objects (cc #14)
2018-09-08 bjorn3Rustfmt
2018-09-08 bjorn3Don't use write_mir_pretty for non local mir
2018-09-08 bjorn3Don't call seal_all_blocks and finalize twice
2018-09-06 bjorn3Don't print Storage{Live,Dead} as comment in debug...
2018-09-04 bjorn3Implement Box rvalue
2018-09-02 bjorn3Perform some optimizations
next