]> git.lizzy.rs Git - rust.git/history - src/base.rs
Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
[rust.git] / src / base.rs
2019-11-09 bjorn3Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
2019-10-19 bjorn3Merge pull request #758 from bjorn3/object_write
2019-10-18 bjorn3Make debuginfo writing backend agnostic
2019-10-06 bjorn3Remove logfile support from unimpl.rs
2019-10-06 bjorn3More 128bit support
2019-10-06 bjorn3Rustup to rustc 1.40.0-nightly (787005079 2019-10-04)
2019-10-03 bjorn3Merge pull request #729 from bjorn3/misc_changes
2019-10-03 bjorn3Update cranelift, faerie and target-lexicon
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-14 bjorn3Fix foreign type handling
2019-09-14 bjorn3Rustup to rustc 1.39.0-nightly (a6946a817 2019-09-13)
2019-09-11 bjorn3Merge pull request #700 from bjorn3/upstream_cranelift
2019-09-08 bjorn3Use upstream cranelift
2019-09-07 bjorn3Don't perform neg overflow checks when they are disabled
2019-09-07 bjorn3Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-27 bjorn3Rustup to rustc 1.39.0-nightly (9b91b9c10 2019-08-26)
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-08-18 bjorn3Let codegen_get_discriminant accept CValue instead...
2019-08-18 bjorn3Rustup to rustc 1.39.0-nightly (2111aed0a 2019-08-17)
2019-08-14 bjorn3Refactor num.rs
2019-08-14 bjorn3Calculate sign in trans{,_checked}_int_binop instead...
2019-08-14 bjorn3Move discriminant get and set to discriminant.rs
2019-08-14 bjorn3Move trans_*_binop to num.rs
2019-08-14 bjorn3Misc changes
2019-08-12 bjorn3Implement float -> small int cast
2019-08-09 bjorn3Don't omit overflow checks for *_with_overflow intrinsi...
2019-08-07 bjorn3Rustup to rustc 1.38.0-nightly (6a91782b7 2019-08-06)
2019-07-31 bjorn3Fix simd_cast
2019-07-27 bjorn3Fix checked binops when overflow checks are disabled
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3Merge pull request #646 from bjorn3/wip_checked_binops2
2019-07-26 bjorn3Display span in Assert panic message
2019-07-26 bjorn3Fix 128bit CValue::const_val
2019-07-26 bjorn3Respect sess.overflow_checks()
2019-07-26 bjorn3Implement most 128bit binops
2019-07-26 bjorn3Don't special case u/i128 for UnOp::not
2019-07-26 bjorn3Fix some more stuff
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3[WIP] Basic i128 support
2019-07-26 bjorn3Implement checked binops
2019-07-24 bjorn3Rustup to rustc 1.38.0-nightly (a7f28678b 2019-07-23)
2019-07-20 bjorn3Don't disable stdsimd anymore
2019-06-16 bjorn3Fix SetDiscriminant for generators
2019-06-16 bjorn3Implement lt, le, ge and gt for fat pointers
2019-06-16 bjorn3Refactor drop codegen
2019-06-16 bjorn3Rustup to rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)
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
next