]> git.lizzy.rs Git - rust.git/history - src
Pass --sysroot when building the new sysroot
[rust.git] / src /
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
2022-09-13 b-nabercranelift changes
2022-09-13 b-naberuse ty::Unevaluated<'tcx, ()> in type system
2022-09-13 borsAuto merge of #99556 - davidtwco:collapse-debuginfo...
2022-09-13 Eric HolkMake x.py check work
2022-09-12 bjorn3Rustup to rustc 1.65.0-nightly (59e7a308e 2022-09-11)
2022-09-12 bjorn3Sync from rust 56e7678ca97e9740f7d09206f767d5bb676917f7
2022-09-10 borsAuto merge of #101483 - oli-obk:guaranteed_opt, r=fee1...
2022-09-09 Oli SchererThe `<*const T>::guaranteed_*` methods now return an...
2022-09-09 bjorn3Merge pull request #1277 from bjorn3/simd_improvements
2022-09-07 Michael BenfieldChange name of "dataful" variant to "untagged"
2022-09-07 David Woodssa: implement `#[collapse_debuginfo]`
2022-09-06 Oli SchererGeneralize the Assume intrinsic statement to a general...
2022-09-06 Oli SchererLower the assume intrinsic to a MIR statement
2022-09-05 bjorn3Implement simd_select_bitmask
2022-09-05 bjorn3Implement simd_saturating_{add,sub}
2022-09-05 bjorn3Extract codegen_saturating_int_binop function
2022-09-05 bjorn3Implement simd_bitmask
2022-09-05 bjorn3Use value_lane instead of value_field in simd/llvm.rs
2022-09-05 bjorn3Update portable-simd
2022-09-04 bjorn3Sync from rust 8521a8c92da6c0c845d4f6394e903651a227946a
2022-09-02 borsAuto merge of #97802 - Enselic:add-no_ignore_sigkill...
2022-09-02 bjorn3Fix panic in ConcurrencyLimiter when unwinding
2022-09-01 bjorn3Implement core::hint::spin_loop() on AArch64
2022-09-01 bjorn3Update libloading to 0.7.3
2022-09-01 bjorn3Use pointer_ty instead of func.dfg.value_type
2022-09-01 bjorn3Remove all uses of Function::with_name_signature
2022-09-01 borsAuto merge of #100707 - dzvon:fix-typo, r=davidtwco
2022-08-31 Ralf JungRollup merge of #100730 - CleanCut:diagnostics-rustc_mo...
2022-08-31 Dezhi WuCorrect typo
2022-08-31 Dezhi WuFix a bunch of typo
2022-08-30 bjorn3Sync from rust 9f4d5d2a28849ec0ecb2976ddc9946f65b626fe8
2022-08-30 Dylan DPCRollup merge of #101101 - RalfJung:read-pointer-as...
2022-08-29 Matthias KrügerRollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
2022-08-28 Martin NordholtsSupport `#[unix_sigpipe = "inherit|sig_dfl|sig_ign...
2022-08-28 bjorn3Merge pull request #1273 from bjorn3/jit_pull_symbols
2022-08-28 bjorn3Use pull instead of push based model for getting dylib...
2022-08-28 borsAuto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm
2022-08-27 Ralf Junginterpret: make read-pointer-as-bytes *always* work...
2022-08-27 Ralf Junginterpret: rename relocation → provenance
2022-08-27 borsAuto merge of #100999 - nnethercote:shrink-FnAbi, r...
2022-08-26 Tomasz MiąskoReplace `Body::basic_blocks()` with field access
2022-08-26 Nicholas NethercoteMove `ArgAbi::pad_i32` into `PassMode::Cast`.
2022-08-25 Nicholas NethercoteBox `CastTarget` within `PassMode`.
2022-08-25 Nathan Stocksadjust to new error value
2022-08-25 bjorn3Sync from rust 4d45b0745ab227feb9000bc15713ade4b99241ea
2022-08-24 bjorn3Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193...
2022-08-24 bjorn3Sync from rust 4a24f08ba43166cfee86d868b3fe8612aec6faca
2022-08-24 bjorn3Merge pull request #1271 from bjorn3/parallel_comp_support
2022-08-24 bjorn3Add fixme
2022-08-24 bjorn3Tune drop_excess_capacity
2022-08-23 bjorn3Make sure to count reused cgus towards the count of...
2022-08-23 bjorn3Add some self profiler calls
2022-08-23 bjorn3Compile functions from clif ir to object code in parallel
2022-08-23 bjorn3Use correct CguReuse variant
2022-08-23 bjorn3Do asm compilation and object file emission in parallel
2022-08-23 bjorn3Add a jobserver based concurrency limiter
2022-08-23 bjorn3Store symbol name as owned string
2022-08-23 bjorn3Revert "Avoid masking shift amounts (#1268)"
2022-08-23 Afonso BordadoUse native scalar `fma` instruction (#1267)
2022-08-23 Afonso BordadoAvoid masking shift amounts (#1268)
2022-08-22 bjorn3Update to Cranelift 0.87.0
2022-08-21 Matthias KrügerRollup merge of #100822 - WaffleLapkin:no_offset_questi...
2022-08-21 Waffle Maybefix cg cranelift
2022-08-21 Waffle Maybeuse shorter `ptr_mask` impl in cg cranelift
2022-08-21 Maybe WaffleAdd pointer masking convenience functions
2022-08-19 bjorn3Merge pull request #1266 from bjorn3/parallel_comp_refa...
2022-08-19 Dylan DPCRollup merge of #100208 - RalfJung:dyn-upcast-nop,...
2022-08-18 bjorn3Small cleanup
2022-08-18 bjorn3Move Span lowering from debuginfo finalization to codegen
2022-08-18 bjorn3Make line_program_add_file a DebugContext method
2022-08-18 bjorn3Move set_function_span earlier
2022-08-18 bjorn3Move FunctionDebugContext creation to codegen_fn
2022-08-18 bjorn3Introduce FunctionDebugContext
2022-08-18 bjorn3Use walk_chain for function span too
2022-08-18 bjorn3Remove TyCtxt from DebugContext
2022-08-18 bjorn3Remove Instance param of DebugContext::define_function
2022-08-18 bjorn3Remove stub local debuginfo implementation
2022-08-18 bjorn3Register debuginfo for lazy jit shim
2022-08-17 bjorn3Merge pull request #1265 from afonso360/stack_store
2022-08-17 bjorn3Remove TyCtxt parameter from compile_fn
2022-08-17 Afonso BordadoUse `stack_store` instead of `stack_addr`+`store` when...
2022-08-17 bjorn3Remove TyCtxt field from CodegenCx
2022-08-17 bjorn3Replace instance param of write_clif_file with symbol_name
2022-08-17 bjorn3Remove optimize_function
next