]> git.lizzy.rs Git - rust.git/history - src
Skip creating sysroot target dir if it will be empty
[rust.git] / src /
2022-12-22 bjorn3Enable inline stack probes on AArch64
2022-12-22 bjorn3Update to cranelift 0.91
2022-12-16 bjorn3Don't ICE on C-cmse-nonsecure-call either
2022-12-16 bjorn3Don't ICE on unimplemented call convs
2022-12-16 bjorn3Fix crash after simd type validation error
2022-12-16 bjorn3Revert "Don't PrintOnPanic on fatal errors"
2022-12-16 bjorn3Ensure Cranelift errors are reported deterministically
2022-12-16 bjorn3Fix ICE on incompatible declarations of entry symbol
2022-12-16 bjorn3Don't PrintOnPanic on fatal errors
2022-12-16 bjorn3Fix ICE on unsized locals
2022-12-15 bjorn3Add .comment section with producer name
2022-12-15 bjorn3Implement simd_gather and simd_scatter (#1309)
2022-12-15 bjorn3Update portable-simd to 582239ac3b32007613df04d7ffa78dc...
2022-12-14 bjorn3Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602...
2022-12-14 bjorn3Remove a couple of module.isa() calls
2022-12-13 bjorn3Sync from rust ed620cf9690fdafed65845bf35c455db992fbba1
2022-12-11 Michael Gouletbug! with a better error message for failing Instance...
2022-12-11 bjorn3Fix for "Support Option and similar enums as type of...
2022-12-11 bjorn3Sync from rust b3ddfeb5a88352aa6d157f722976937da7b97307
2022-12-09 Jakob DegenRemove unneeded field from `SwitchTargets`
2022-12-04 bjorn3Sync from rust fd02567705326884ddb94535d2ab230a9595dc2a
2022-12-03 borsAuto merge of #97485 - bjorn3:new_archive_writer, r...
2022-12-02 bjorn3Fix crash with TAIT in the call codegen code
2022-12-01 bjorn3Merge pull request #1295 from bjorn3/update_cranelift
2022-12-01 bjorn3Update cranelift to the upcoming release-3.0.0 branch
2022-12-01 bjorn3bswap.i128 is now supported
2022-12-01 bjorn3Fix for removal of raw_bitcast
2022-12-01 bjorn3Simplify some code based on newly implemented instructions
2022-12-01 bjorn3Fix warning
2022-12-01 bjorn3Remove all usages of iconst.i128
2022-12-01 bjorn3Booleans have been removed from Cranelift
2022-11-29 bjorn3Merge pull request #1300 from bjorn3/rename_build_to_dist
2022-11-28 bjorn3Implement __isb for AArch64
2022-11-27 bjorn3Merge pull request #1298 from bjorn3/build_system_rework3
2022-11-27 bjorn3Merge pull request #1297 from bjorn3/aarch64_simd
2022-11-27 bjorn3Rustfmt
2022-11-27 bjorn3Implement more llvm simd intrinsics for AArch64
2022-11-27 bjorn3Begin implementing llvm simd intrinsics for aarch64
2022-11-27 bjorn3Split x86 specific intrinsics into intrinsics/llvm_x86.rs
2022-11-27 Maybe WafflePrefer doc comments over `//`-comments in compiler
2022-11-26 bjorn3Rewrite LLVM's archive writer in Rust
2022-11-26 Guillaume GomezRollup merge of #104786 - WaffleLapkin:amp-mut-help...
2022-11-24 borsAuto merge of #104507 - WaffleLapkin:asderefsyou, r...
2022-11-23 Maybe WaffleAdd `Mutability::{is_mut,is_not}`
2022-11-22 bjorn3Sync from rust 66ccf36f161f67b121290e2af2517ead7e695d3b
2022-11-21 bjorn3Rustfmt
2022-11-21 bjorn3Fix discriminant handling
2022-11-21 Matthias KrügerRollup merge of #104605 - RalfJung:clf_consts, r=bjorn3
2022-11-19 bjorn3Sync from rust 5e6de2369c82ed0b36e6b651b041bad5cb5e1ef8
2022-11-19 Ralf Jungdeduplicate constant evaluation in cranelift backend
2022-11-19 Dylan DPCRollup merge of #104001 - Ayush1325:custom-entry, r...
2022-11-17 Ayush SinghUse custom entry name in cranelift
2022-11-16 Maybe WaffleUse `as_deref` in compiler (but only where it makes...
2022-11-16 Ralf Jungcleanup and dedupe CTFE and Miri error reporting
2022-11-15 borsAuto merge of #104054 - RalfJung:byte-provenance, r...
2022-11-13 Ralf Jungadd is_sized method on Abi and Layout, and use it
2022-11-09 Joshua NelsonFix `rustdoc --version` when used with download-rustc
2022-11-06 Ralf Jungfix cranelift and gcc
2022-11-03 bjorn3Remove some commented out code
2022-11-03 bjorn3Sync from rust 432b1a427710223b31f65585c352796832af8aa7
2022-10-31 Amanieu d'AntrasRewrite implementation of `#[alloc_error_handler]`
2022-10-29 bjorn3Fix transmuting from vector type to ScalarPair type
2022-10-27 bjorn3Stop using a deprecated function
2022-10-27 Maybe WaffleUpdate tooling
2022-10-25 borsAuto merge of #103392 - RalfJung:miri, r=oli-obk
2022-10-24 Daniel PaolielloSupport raw-dylib functions being used inside inlined...
2022-10-23 bjorn3Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b...
2022-10-23 bjorn3Revert "Stop using a depracated function"
2022-10-23 bjorn3Fix drop for dyn*
2022-10-23 bjorn3Allow dyn* upcasting
2022-10-23 bjorn3Sync from rust e64f1110c062f61746f222059439529a43ccf6dc
2022-10-21 bjorn3Stop using a depracated function
2022-10-21 Ralf Jungmerge rustc history
2022-10-14 Rageking8more dupe word typos
2022-10-11 bjorn3Sync from rust bb93450ec4af83c20e9ba6c8e575aca55423001a
2022-10-09 Ralf Jungmerge rustc history
2022-10-08 borsAuto merge of #2583 - RalfJung:rustup, r=oli-obk
2022-10-06 ouz-aRemove `mir::CastKind::Misc`
2022-10-05 bjorn3Sync from rust d8613f792c11d6d348b15eee79da561323fa0199
2022-09-27 bjorn3Merge pull request #1283 from bjorn3/update_cranelift
2022-09-26 bjorn3Enable stack probing on x86_64
2022-09-26 Afonso BordadoAvoid masking shift amounts
2022-09-26 bjorn3Update to Cranelift 0.88.0
2022-09-25 bjorn3Merge branch 'rustup'
2022-09-25 bjorn3Fix cpuid replacement shim
2022-09-25 bjorn3Monomorphize ConstantKind::Unevaluated in mir_operand_g...
2022-09-25 bjorn3Fix ConstantKind::Ty codegen
2022-09-25 bjorn3Sync from rust 8e9c93df464b7ada3fc7a1c8ccddd9dcb24ee0a0
2022-09-23 b-naberrename Unevaluated to UnevaluatedConst
2022-09-22 b-naberintroduce mir::Unevaluated
2022-09-20 borsAuto merge of #99806 - oli-obk:unconstrained_opaque_typ...
2022-09-17 borsAuto merge of #98588 - b-naber:valtrees-cleanup, r...
2022-09-16 Oli SchererRevert "Revert "Rollup merge of #98582 - oli-obk:uncons...
2022-09-15 b-nabernits
2022-09-15 bjorn3Fix bundled static libraries
2022-09-15 bjorn3Implement dyn* support
2022-09-15 bjorn3Sync from rust 00fcc82df204ab81cd887da7d04c023a201afd5b
2022-09-14 borsAuto merge of #101212 - eholk:dyn-star, r=compiler...
2022-09-14 b-naberaddress review again
2022-09-13 Eric HolkAddress code review comments
next