]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-03-08 bjorn3Update Cranelift to 0.82.0
2022-03-08 bjorn3Fix Box deref for non-ZST allocators
2022-03-08 bjorn3Fix compiletest compilation
2022-03-08 bjorn3Rustup to rustc 1.61.0-nightly (03918badd 2022-03-07)
2022-03-08 bjorn3Sync from rust 67b3e8183830c7af4e06a9aa91de4d1be3c860f7
2022-03-07 Nicholas NethercoteClarify `Layout` interning.
2022-03-06 Nicholas NethercoteIntroduce `ConstAllocation`.
2022-03-04 bjorn3Fix typo
2022-03-02 markrename ErrorReported -> ErrorGuaranteed
2022-02-23 Tomasz MiąskoNormalize main return type during mono item collection...
2022-02-23 bjorn3Merge branch 'sync_from_rust'
2022-02-23 bjorn3Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea...
2022-02-23 bjorn3Rustup to rustc 1.61.0-nightly (68369a041 2022-02-22)
2022-02-23 bjorn3Sync from rust bafe8d06e015eb00724d3d497516191d6681943f
2022-02-22 bjorn3Rustup to rustc 1.61.0-nightly (03a8cc7df 2022-02-21)
2022-02-22 bjorn3Sync from rust 03a8cc7df1d65554a4d40825b0490c93ac0f0236
2022-02-22 Matthias KrügerRollup merge of #94169 - Amanieu:asm_stuff, r=nagisa
2022-02-21 Amanieu d'AntrasTake CodegenFnAttrs into account when validating asm...
2022-02-21 Amanieu d'AntrasOn ARM, use relocation_model to detect whether r9 shoul...
2022-02-21 lcnruse `List<Ty<'tcx>>` for tuples
2022-02-20 bjorn3Update ignored rustc tests list
2022-02-20 bjorn3Rustup to rustc 1.61.0-nightly (3b348d932 2022-02-19)
2022-02-16 Mark RousskovMove ty::print methods to Drop-based scope guards
2022-02-16 bjorn3Rustup to rustc 1.60.0-nightly (09cb29c64 2022-02-15)
2022-02-16 bjorn3Sync from rust a240ccd81c74c105b6f5fe84c46f8d36edb7e306
2022-02-15 Nicholas NethercoteOverhaul `Const`.
2022-02-15 Nicholas NethercoteOverhaul `RegionKind` and `Region`.
2022-02-15 Nicholas NethercoteOverhaul `TyS` and `Ty`.
2022-02-13 bjorn3Rustup to rustc 1.60.0-nightly (5d8767cb2 2022-02-12)
2022-02-13 bjorn3Sync from rust 9a60099cc43c8a07abb280be323d1ed9afc27f2c
2022-02-10 bjorn3Unconditionally update symbols
2022-02-09 Camille GILLOTMake FnAbiError Copy.
2022-02-09 Camille GILLOTEnsure that queries only return Copy types.
2022-02-08 bjorn3Update Cranelift to 0.81.0
2022-02-06 bjorn3Don't try to reinstall ripgrep if it is already installed
2022-02-06 bjorn3Rustup to rustc 1.60.0-nightly (88fb06a1f 2022-02-05)
2022-01-30 bjorn3Merge codegen of a couple more simd intrinsics
2022-01-30 bjorn3Merge codegen of several simd intrinsics
2022-01-30 bjorn3Remove the remaining simd intrinsic macros
2022-01-30 bjorn3Remove simd_cmp macro
2022-01-30 bjorn3Fix simd type validation
2022-01-30 bjorn3Remove validate_atomic_type
2022-01-30 bjorn3Don't generate unnecessary let $arg=$arg for intrinsics
2022-01-30 bjorn3Remove some unused lint allows
2022-01-30 bjorn3Add const_allocate and const_deallocate intrinsics
2022-01-30 bjorn3Update dependencies
2022-01-30 bjorn3Rustup to rustc 1.60.0-nightly (a00e130da 2022-01-29)
2022-01-30 bjorn3Sync from rust a00e130dae74a213338e2b095ec855156d8f3d8a
2022-01-23 pierwillUse an `indexmap` to avoid sorting `LocalDefId`s
2022-01-19 bjorn3Rustfmt
2022-01-19 bjorn3Implement unchecked_mul intrinsic
2022-01-19 bjorn3Rustup to rustc 1.60.0-nightly (9ad5d82f8 2022-01-18)
2022-01-19 bjorn3Sync from rust 2f004d2d401682e553af3984ebd9a3976885e752
2022-01-19 lcnrremove `is_noop`
2022-01-18 bjorn3Split compile_fn out of codegen_fn
2022-01-18 bjorn3Pass only the Function to write_clif_file
2022-01-18 bjorn3Record object file artifact size in self profile data
2022-01-18 bjorn3Update rustc test ignore list
2022-01-18 bjorn3Use 2021 edition for libcore tests
2022-01-18 bjorn3Rustup to rustc 1.60.0-nightly (ee5d8d37b 2022-01-17)
2022-01-18 bjorn3Sync from rust 7531d2fdd49966d83830a7b4596c95587b1e9573
2022-01-17 bjorn3Pass target_features set instead of has_feature closure
2022-01-17 bjorn3Use Symbol for target features in asm handling
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-15 Elleninitial revert
2022-01-12 Tomasz MiąskoRemove deprecated LLVM-style inline assembly
2022-01-11 Aaron HillStore a `Symbol` instead of an `Ident` in `VariantDef...
2022-01-10 bjorn3Add y.bin to clean_all.sh
2022-01-10 bjorn3Update to Cranelift 0.80.0
2022-01-09 bjorn3Move most code from y.rs to build_system/mod.rs
2022-01-09 bjorn3Merge pull request #1216 from bjorn3/reduce_cg_clif_com...
2022-01-09 bjorn3Pass Ty instead of TyAndLayout to the closure of variou...
2022-01-09 bjorn3Don't monomorphize the simd helpers for each closure
2022-01-09 bjorn3Return Value instead of CValue from the simd_for_each_l...
2022-01-09 bjorn3Use simplified version of bool_to_zero_or_max_uint...
2022-01-09 bjorn3Slightly simplify some macros by removing an extra...
2022-01-09 bjorn3Remove support for vector icmp for now
2022-01-09 bjorn3Move a couple of macros to intrinsics::simd
2022-01-09 bjorn3Move validate_simd_type from intrinsics to intrinsics...
2022-01-09 bjorn3Turn validate_simd_type into a function
2022-01-09 bjorn3Remove the call_intrinsic_match macro
2022-01-09 bjorn3Dedup codegen_operand calls in codegen_float_intrinsic_call
2022-01-09 bjorn3Dedup write_cvalue calls in codegen_float_intrinsic_call
2022-01-09 bjorn3Move call_intrinsic_match macro into codegen_float_intr...
2022-01-09 bjorn3Only use a single bug!() invocation in call_intrinsic_match
2022-01-09 bjorn3Remove unnecessary argument
2022-01-09 bjorn3Remove a couple of duplicate calls
2022-01-09 bjorn3Split codegen_intrinsic_call function
2022-01-09 bjorn3Reduce usage of subst types in the intrinsic code
2022-01-05 bjorn3Update Cranelift to 0.79.1
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-30 bjorn3Merge branch 'sync_from_rust'
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-12-30 bjorn3Disable incremental compilation on CI
2021-12-30 bjorn3Move incr comp enable to the build system
2021-12-30 bjorn3Don't enable optimizations in the dev profile
2021-12-30 bjorn3Fix dead code warning on windows
2021-12-30 bjorn3Only deny warnings for cg_clif build itself
2021-12-30 bjorn3Rustup to rustc 1.59.0-nightly (78fd0f633 2021-12-29)
2021-12-30 bjorn3Allow false positive unreachable code warning
next