]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-09 bjorn3Remove unnecessary compiler builtins patch
2021-05-09 bjorn3Re-enable fixed libcore tests
2021-05-09 bjorn3Rustup to rustc 1.54.0-nightly (881c1ac40 2021-05-08)
2021-05-09 bjorn3Sync from rust d6d028369be9eb02d219506c0dd662a2f863fc18
2021-05-07 bjorn3Avoid trailing / in git path for Wasmtime
2021-05-05 Luqman AdenImplement RFC 2951: Native link modifiers
2021-05-04 bjorn3Update Cranelift
2021-05-04 bjorn3Rustfmt
2021-05-04 bjorn3Force deprecation warning that was promoted to an error...
2021-05-04 bjorn3Update rust bootstrap patches
2021-05-04 bjorn3Add missing change
2021-05-04 bjorn3Rustup to rustc 1.54.0-nightly (716394d65 2021-05-03)
2021-05-04 bjorn3Sync from rust 7a0f1781d04662041db5deaef89598a8edd53717
2021-04-30 bjorn3Merge pull request #1169 from eggyal/macho-link-section
2021-04-30 Erin PowerMerge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a...
2021-04-30 XAMPPRockyNo-op register_jit on Windows (#1170)
2021-04-30 Erin Power[cg_clif] Fix run_jit from sync
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-30 Alan EgertonSet correct segment from #[link_section] for MachO
2021-04-30 bjorn3Remove unused parameter
2021-04-29 bjorn3Ignore new failing rustc test
2021-04-29 Charles LewImplement RFC 1260 with feature_name `imported_main`.
2021-04-28 bjorn3Rustup to rustc 1.53.0-nightly (727d10156 2021-04-27)
2021-04-23 bjorn3Merge pull request #1163 from mominul/target_cpu
2021-04-23 Muhammad Mominul... Update the error messsage
2021-04-23 Muhammad Mominul... Handle native target-cpu variant
2021-04-23 Muhammad Mominul... Support -Ctarget-cpu
2021-04-21 bjorn3Rustup to rustc 1.53.0-nightly (6df26f897 2021-04-20)
2021-04-21 bjorn3Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2d
2021-04-19 bjorn3Match on Symbol instead of &str in intrinsics handling
2021-04-18 bjorn3Extend Termination::report return value as necessary
2021-04-18 bjorn3Avoid .to_string() for symbol names where possible
2021-04-18 bjorn3Fix test
2021-04-18 bjorn3Call Termination::report on main result in jit mode
2021-04-16 bjorn3Upload artifacts for cross compiling to MinGW
2021-04-16 bjorn3Fix overflow checking when multiplying two i64
2021-04-16 bjorn3Fix rotate_left and rotate_right with 128bit shift...
2021-04-16 bjorn3Disable new test
2021-04-16 bjorn3Fix rustc tests by updating compiler-builtins dep to...
2021-04-16 bjorn3Rustup to rustc 1.53.0-nightly (132b4e5d1 2021-04-13)
2021-04-14 Jubilee YoungAdd more SIMD math.h intrinsics
2021-04-14 bjorn3Sync from rust b203b0d240b67916cfa77f640aedaf1c87d50f6d
2021-04-14 bjorn3Avoid file name formatting when debug file writing...
2021-04-14 bjorn3Time object file writing
2021-04-14 bjorn3Merge pull request #1159 from bjorn3/driver_refactorings
2021-04-14 bjorn3Add some documentation
2021-04-14 bjorn3Fix docs
2021-04-14 bjorn3Extract create_jit_module function
2021-04-14 bjorn3Merge BACKEND_CONFIG and CURRENT_MODULE thread locals
2021-04-14 bjorn3Don't unregister unwind tables after the JIT is done
2021-04-14 bjorn3Use maybe_create_entry_wrapper again in jit mode
2021-04-14 bjorn3Inline driver::codegen_crate
2021-04-14 bjorn3Remove CodegenCx::finalize and pass Module separately...
2021-04-14 bjorn3Don't store TyCtxt in UnwindContext
2021-04-14 bjorn3Re-use Context in codegen_shim
2021-04-14 bjorn3Enable and disable some rust-analyzer diagnostics
2021-04-14 bjorn3Merge pull request #1158 from bjorn3/isolate_mono_items_pr
2021-04-14 bjorn3Don't deduplicate anonymous allocations
2021-04-14 bjorn3Don't deduplicate vtables between functions
2021-04-14 bjorn3Update Cranelift
2021-04-12 bjorn3Rustfmt
2021-04-08 pierwillFix outdated crate names in compiler docs
2021-04-07 bjorn3Centralize all configuration into config.rs
2021-04-07 bjorn3Move BackendConfig to config.rs
2021-04-07 bjorn3Simplify write_metadata
2021-04-07 bjorn3Rustup to rustc 1.53.0-nightly (c051c5ddd 2021-04-06)
2021-04-06 bjorn3Fixup previous commit
2021-04-06 bjorn3Fix rustc test suite by ignoring rustdoc test
2021-04-06 bjorn3Rustup to rustc 1.53.0-nightly (d32238532 2021-04-05)
2021-04-06 bjorn3Sync from rust 354cc751b74e813f180755fa67bebcb669825755
2021-03-31 bjorn3Revert "Build with `-Cpanic=unwind` by default"
2021-03-31 bjorn3Remove the cold block optimization
2021-03-31 bjorn3Remove the stack2reg optimization completely
2021-03-31 bjorn3Build with `-Cpanic=unwind` by default
2021-03-30 bjorn3Add an Mmap wrapper to rustc_data_structures
2021-03-29 bjorn3Sync from rust 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-29 bjorn3Rustup to rustc 1.53.0-nightly (4a20eb6a9 2021-03-28)
2021-03-27 bjorn3Make all compiler-builtins symbols hidden
2021-03-26 bjorn3Rustfmt
2021-03-26 bjorn3Rustup to rustc 1.53.0-nightly (52e3dffa5 2021-03-25)
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-21 bjorn3Rustfmt
2021-03-21 bjorn3Update Cranelift
2021-03-20 lcnrupdate `const_eval_resolve`
2021-03-18 SparrowLiiAdd simd_neg platform intrinsic
2021-03-18 bjorn3Fix rustc test suite
2021-03-18 bjorn3Avoid nightly feature usage where easily possible
2021-03-18 bjorn3Rustup to rustc 1.52.0-nightly (36f1f04f1 2021-03-17)
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-17 bjorn3Directly invoke the main function in JIT mode
2021-03-17 bjorn3Rustfmt
2021-03-15 bjorn3Enable thread test in std_example
2021-03-15 bjorn3Merge pull request #1149 from bjorn3/test_rustc_testsuite
2021-03-15 bjorn3Run the rustc test suite on CI
2021-03-15 bjorn3Suppress an unnecessary warning and fix an incorrect...
2021-03-15 bjorn3Fix assert_assignable adt checking
2021-03-15 bjorn3Split rust fork setup out of test_bootstrap.sh
2021-03-15 bjorn3Update Cranelift
2021-03-15 bjorn3Remove no longer necessary intcasts
next