]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-02-07 bjorn3Force the allocator to be looked up from the perspectiv...
2023-02-06 bjorn3Rustup to rustc 1.69.0-nightly (75a0be98f 2023-02-05)
2023-02-06 bjorn3Sync from rust 044a28a4091f2e1a5883f7fa990223f8b200a2cd
2023-02-05 bjorn3Merge pull request #1351 from bjorn3/global_asm_const
2023-02-05 bjorn3Implement sym operands for global asm
2023-02-05 bjorn3Implement const operands for global asm
2023-02-05 bjorn3Merge pull request #1350 from bjorn3/inline_asm_sym
2023-02-05 bjorn3Fix linker error when inline asm sym operand is not...
2023-02-05 bjorn3Add create_wrapper_function helper
2023-02-05 bjorn3Support const and sym operands in inline asm
2023-02-05 bjorn3Merge pull request #1347 from bjorn3/dist_no_debug_asse...
2023-02-04 bjorn3Build CI dist artifacts without debug assertions
2023-02-03 bjorn3Use packed debuginfo for the sysroot on macOS
2023-02-03 bjorn3Fix assert_mem_uninitialized_valid in release mode
2023-02-03 bjorn3Merge pull request #1346 from bjorn3/self_profile_cleanup
2023-02-03 bjorn3Record cranelift pass timings in self profile results
2023-02-03 bjorn3Use generic_activity_with_arg in codegen_fn and compile_fn
2023-02-03 bjorn3Cleanup -Ztime-passes output
2023-02-03 bjorn3Move codegen_and_compile_fn to driver/jit.rs
2023-02-01 bjorn3Fix transmute from vector to scalar pair again
2023-02-01 bjorn3Fix hyperfine install on CI
2023-02-01 bjorn3Don't force many scalar pair values to the stack in...
2023-01-31 bjorn3Run y.rs bench in CI
2023-01-31 bjorn3Fix y.rs bench
2023-01-31 bjorn3Fix rustc test suite
2023-01-29 borsAuto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk
2023-01-27 bjorn3Don't download abi-cafe and simple-raytracer in ./y...
2023-01-27 borsAuto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr
2023-01-27 bjorn3Rustup to rustc 1.69.0-nightly (d7948c843 2023-01-26)
2023-01-27 bjorn3Sync from rust 18890f05f6cea40fd25bb4bb9aa6f7372b69f641
2023-01-27 Kyle Matsudaadd EarlyBinder::no_bound_vars
2023-01-27 Kyle Matsudachange fn_sig query to use EarlyBinder; remove bound_fn...
2023-01-27 Kyle Matsudareplace usages of fn_sig query with bound_fn_sig
2023-01-27 borsAuto merge of #107269 - bjorn3:sync_cg_clif-2023-01...
2023-01-26 borsAuto merge of #107314 - matthiaskrgr:rollup-j40lnlj...
2023-01-26 borsAuto merge of #105582 - saethlin:instcombine-assert...
2023-01-25 bjorn3Fix CI
2023-01-25 bjorn3Vendor newer version of cranelift-native
2023-01-24 bjorn3Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0...
2023-01-24 Ben KimockThread a ParamEnv down to might_permit_raw_init
2023-01-23 Bryan GarzaUpdate codegen cranelift for ConstEvalCounter
2023-01-23 Erik Desjardinsabi: add `AddressSpace` field to `Primitive::Pointer`
2023-01-20 bjorn3Update to Cranelift 0.92
2023-01-20 bjorn3Separate out abi-cafe runs into separate CI jobs
2023-01-20 bjorn3Fix clif ir writing for simd_gather
2023-01-20 bjorn3Use panic_nounwind and panic_cannot_unwind where necessary
2023-01-20 bjorn3Fix rustc test suite
2023-01-20 bjorn3Update patch
2023-01-20 bjorn3Update rustup.sh for the moved dir of the sysroot source
2023-01-20 bjorn3Rustup to rustc 1.68.0-nightly (4c83bd03a 2023-01-19)
2023-01-20 bjorn3Sync from rust 56ee85274e5a3a4dda92f3bf73d1664c74ff9c15
2023-01-19 bjorn3Fix a couple of TOCTOU occurences
2023-01-19 borsAuto merge of #106810 - oli-obk:resolver_reverse_plumbi...
2023-01-17 Maybe WaffleRemove double spaces after dots in comments
2023-01-16 Oli SchererMove compiler input and ouput paths into session
2023-01-16 bjorn3Only run abi-cafe on cg_clif's CI
2023-01-15 bjorn3Merge pull request #1341 from bjorn3/build_sysroot_cleanup
2023-01-15 bjorn3Eliminate a couple of extra calls
2023-01-15 bjorn3Significantly speed up assembling of sysroots
2023-01-14 bjorn3Skip creating sysroot target dir if it will be empty
2023-01-14 bjorn3Build rtstartup for none sysroot too
2023-01-14 bjorn3Port llvm sysroot building to SysrootTarget too and...
2023-01-14 bjorn3Move rtstartup build to build_clif_sysroot_for_triple
2023-01-14 bjorn3Introduce SysrootTarget
2023-01-14 bjorn3Build rtstartup for MinGW from scratch
2023-01-14 bjorn3Merge pull request #1340 from bjorn3/non_rustup_build
2023-01-14 bjorn3Avoid hard-coded rustc when building wrappers
2023-01-14 bjorn3Don't hard-code rustc path in get_rustc_version and...
2023-01-14 bjorn3Return Compiler from build_sysroot
2023-01-14 bjorn3Rename Compiler variables for clarity
2023-01-14 bjorn3Minor changes to the TestRunner::new signature
2023-01-14 bjorn3Set RUSTC and RUSTDOC env vars to invalid values to...
2023-01-14 bjorn3Use fs::remove_dir_all instead of cargo clean
2023-01-14 bjorn3Minor consistency improvement
2023-01-14 bjorn3Remove Test nightly Cranelift workflow
2023-01-13 bjorn3Update FreeBSD to 13.1
2023-01-13 bjorn3Merge pull request #1339 from bjorn3/better_compiler_ma...
2023-01-13 bjorn3Improve readme and build system help message
2023-01-13 bjorn3Enable VSCode formatOnSave
2023-01-13 bjorn3Rustfmt
2023-01-13 bjorn3Set panic=abort for the build system
2023-01-13 bjorn3Pass --frozen to cargo to ensure ./y.rs prepare fetches...
2023-01-13 bjorn3Fetch all cargo dependencies in ./y.rs prepare
2023-01-13 bjorn3Don't use the diff command in regex test
2023-01-13 bjorn3Set core.autocrlf=false in the build system instead...
2023-01-13 bjorn3Add git_command helper
2023-01-13 bjorn3Add fixme
2023-01-13 bjorn3Introduce helpers for common test case commands
2023-01-13 bjorn3Don't require git user to be configured for testing...
2023-01-13 bjorn3Use sparse cargo registry
2023-01-13 bjorn3Remove a lot of redundant rustc arguments for tests
2023-01-13 bjorn3Share cross-compilation code between building and testing
2023-01-13 bjorn3Pass around Compiler instead of target triples
2023-01-13 bjorn3Disable CG_CLIF_DISPLAY_CG_TIME by default
2023-01-13 bjorn3Move LLVM simple-raytracer build to ./y.rs bench
2023-01-11 bjorn3Rustfmt
2023-01-11 bjorn3Retry downloads on network failure
2023-01-11 bjorn3Don't install hyperfine in y.rs prepare
2023-01-11 Albert LarsanChange `src/test` to `tests` in source files, fix tidy...
2023-01-05 bjorn3Merge pull request #1338 from bjorn3/build_system_rework5
next