]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-08-12 bjorn3Enable inline asm on macOS
2022-08-12 bjorn3Remove the partial linking hack for global asm support
2022-08-12 bjorn3Don't take TyCtxt as argument for compile_global_asm
2022-08-12 bjorn3Move some sess.fatal calls out of compile_global_asm
2022-08-12 bjorn3Extract global_asm module
2022-08-11 bjorn3Introduce OngoingCodegen type
2022-08-11 bjorn3Return ModuleCodegenResult from reuse_workproduct_for_cgu
2022-08-10 bjorn3Move cached_context out of CodegenCx
2022-08-10 bjorn3Split non-compile parts of codegen_fn out into a separa...
2022-08-10 bjorn3Move some code into codegen_fn_content
2022-08-09 bjorn3Remove most trap functions and remove all trapnz usages
2022-08-08 bjorn3Rustup to rustc 1.65.0-nightly (d394408fb 2022-08-07)
2022-08-08 bjorn3Sync from rust f03ce30962cf1b2a5158667eabae8bf6e8d1cb03
2022-08-05 bjorn3Fix previous commit
2022-08-05 bjorn3Disable incr comp globally on CI
2022-08-05 bjorn3Re-introduce test.sh as convenience wrapper around...
2022-08-05 bjorn3Update dependencies
2022-08-04 bjorn3Merge pull request #1254 from afonso360/float-intrinsic...
2022-08-03 Afonso BordadoUse native cranelift instructions when lowering float...
2022-08-01 bjorn3Merge pull request #1253 from afonso360/msvc-nosysroot
2022-08-01 Afonso BordadoMisc Cleanups
2022-08-01 Afonso BordadoAdd windows support to mini_core tests
2022-08-01 Afonso BordadoFix mini_core printf linking on windows
2022-08-01 Afonso BordadoDisable JIT on windows
2022-07-31 bjorn3Merge pull request #1252 from afonso360/tests-rs
2022-07-31 bjorn3Rustfmt
2022-07-30 Afonso BordadoDon't pass RUSTFLAGS to rustc in tests
2022-07-30 Afonso BordadoAssume host target in get_file_name
2022-07-30 Afonso BordadoDon't run tests on Windows CI
2022-07-30 Afonso BordadoCleanup meaningless changes
2022-07-30 Afonso BordadoCompare lines iterator instead of full output
2022-07-30 Afonso BordadoLog cloned regex output
2022-07-30 Afonso BordadoSplit flags whitespace
2022-07-30 Afonso BordadoFix some cross compilation scenarios in test runner
2022-07-30 Afonso BordadoFix aarch64 cross compilation
2022-07-30 Afonso BordadoFix test.regex test
2022-07-30 Afonso BordadoUse Windows Env vars in CI
2022-07-30 Afonso BordadoUse get_file_name in tests
2022-07-30 Afonso BordadoUse get_file_name everywhere for better cross compilati...
2022-07-30 Afonso BordadoMisc cleanups to the test runner
2022-07-30 Afonso BordadoRun tests on windows CI
2022-07-30 Afonso BordadoMove test.sh to y.rs test
2022-07-29 Afonso BordadoAdd Windows build artifacts to .gitignore
2022-07-28 Afonso BordadoUpdate to cranelift 0.86 (#1250)
2022-07-28 bjorn3Introduce an ArchiveBuilderBuilder
2022-07-28 bjorn3Inline inject_dll_import_lib
2022-07-28 bjorn3Move output argument from ArchiveBuilder::new to .build()
2022-07-27 bjorn3Rustup to rustc 1.64.0-nightly (4d6d601c8 2022-07-26)
2022-07-26 bjorn3Merge branch 'sync_from_rust'
2022-07-26 bjorn3Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51...
2022-07-26 bjorn3Implement some more llvm float compare intrinsic options
2022-07-26 bjorn3Outline a bug! invocation
2022-07-26 bjorn3Fully remove the intrinsic_match macro
2022-07-26 bjorn3Start moving away from the intrinsic_match macro
2022-07-26 borsAuto merge of #99745 - JohnTitor:rollup-lvrie64, r...
2022-07-26 borsAuto merge of #98989 - dpaoliello:rawdylibbin, r=michae...
2022-07-25 bjorn3Merge branch 'sync_from_rust'
2022-07-25 bjorn3Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4...
2022-07-25 bjorn3Rustup to rustc 1.64.0-nightly (7fe022f5a 2022-07-24)
2022-07-25 bjorn3Sync from rust 2f320a224e827b400be25966755a621779f797cc
2022-07-25 bjorn3Update Cranelift to 0.85.3
2022-07-25 bjorn3Merge pull request #1247 from bjorn3/melt_some_ice
2022-07-25 bjorn3Fix -Zpolymorphize
2022-07-25 bjorn3Fix size_of_val and min_align_of_val for truly unsized...
2022-07-25 bjorn3Error when trying to define variadic functions
2022-07-24 borsAuto merge of #99251 - cuviper:hashbrown-0.12, r=Mark...
2022-07-22 bjorn3Report an error on incompatible symbol definitions
2022-07-22 bjorn3Fix inline asm codegen for empty template
2022-07-22 bjorn3Don't crash when local variables are too big to store...
2022-07-22 Daniel PaolielloEnable raw-dylib for binaries
2022-07-20 Ralf Jungvarious nits from review
2022-07-20 bjorn3Implement vtable_size and vtable_align intrinsics for...
2022-07-20 Ralf Jungslightly cleaner, if more verbose, vtable handling...
2022-07-20 Ralf Jungconsistently use VTable over Vtable (matching stable...
2022-07-20 Ralf Jungrename get_global_alloc to try_get_global_alloc
2022-07-20 Ralf Jungadd a Vtable kind of symbolic allocations
2022-07-20 Oli SchererRevert "Rollup merge of #98582 - oli-obk:unconstrained_...
2022-07-18 bjorn3Update for changes to the rustc test suite
2022-07-18 bjorn3Rustup to rustc 1.64.0-nightly (263edd43c 2022-07-17)
2022-07-18 bjorn3Sync from rust 880416180b0a9ee1141c07d4d17667edb77daebd
2022-07-17 borsAuto merge of #99033 - 5225225:interpreter-validity...
2022-07-17 Amanieu d'AntrasUpgrade hashbrown to 0.12.3
2022-07-17 Josh StoneUpgrade indexmap and thorin-dwp to use hashbrown 0.12
2022-07-15 Oli SchererIntroduce opaque type to hidden type projection
2022-07-14 5225225Use constant eval to do strict validity checks
2022-07-13 Joshua NelsonRename `debugging_opts` to `unstable_opts`
2022-07-13 borsAuto merge of #99210 - Dylan-DPC:rollup-879cp1t, r...
2022-07-13 Dylan DPCRollup merge of #99155 - Amanieu:unstable-target-featur...
2022-07-12 ouz-aadd new rval, pull deref early
2022-07-11 Amanieu d'AntrasKeep unstable target features for asm feature checking
2022-07-09 Konrad BorowskiPartially stabilize const_slice_from_raw_parts
2022-07-09 Ralf Jungtweak names and output and bless
2022-07-09 Ralf Jungreview feedback
2022-07-09 Ralf Jungfix cranelift and gcc backends
2022-07-09 Dylan DPCRollup merge of #99070 - tamird:update-tracking-issue...
2022-07-08 Tamir DubersteinUpdate integer_atomics tracking issue
2022-07-06 David Woodincr: cache dwarf objects in work products
2022-07-06 Alan EgertonUpdate TypeVisitor paths
2022-07-05 borsAuto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung
2022-07-03 bjorn3Update for changes to the rustc test suite
next