]> git.lizzy.rs Git - rust.git/history - src
Remove shl/shr special handling for 128bit ints
[rust.git] / src /
2021-07-17 bjorn3Remove shl/shr special handling for 128bit ints
2021-07-08 bjorn3Sync from rust 0deb536ff987d7200f5ea35634781e9df9d5b666
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-07-06 bjorn3Sync from rust b09dad3eddfc46c55e45f6c1a00bab09401684b4
2021-07-06 bjorn3Don't pass local_crate_name to link_binary separately
2021-07-06 bjorn3Move LinkerInfo into CrateInfo
2021-07-05 bjorn3Pass CrateInfo instead of TyCtxt to load_imported_symbo...
2021-07-05 bjorn3Rustfmt
2021-07-05 bjorn3Remove LibSource
2021-07-04 bjorn3Write better clif ir header
2021-07-03 SmittyMake vtable_allocation always succeed
2021-07-03 bjorn3Update Cranelift
2021-07-03 bjorn3Misc target related improvements
2021-07-02 bjorn3Merge pull request #1183 from bjorn3/full_aarch64_support
2021-07-02 bjorn3Fix compilation for AArch64
2021-07-02 bjorn3Don't use data object for non-primitive scalars
2021-07-01 bjorn3Reduce duplication of vtables
2021-06-30 bjorn3Rustup to rustc 1.55.0-nightly (6d820866a 2021-06-29)
2021-06-29 Smittyfix sess error
2021-06-29 SmittySupport allocation failures when interperting MIR
2021-06-29 bjorn3Sync from rust e98897e5dc9898707bf4331c43b2e76ab7e282fe
2021-06-29 borsAuto merge of #86475 - crlf0710:miri_vtable_refactor...
2021-06-28 Charles LewUpdate other codegens to use tcx managed vtable allocat...
2021-06-28 borsAuto merge of #85909 - cjgillot:alloc-kind-query, r...
2021-06-25 bjorn3Merge pull request #1166 from eggyal/lazy-jit-multithreaded
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-20 Camille GILLOTMake allocator_kind a query.
2021-06-17 bjorn3Fix miscompilation in vtable access
2021-06-17 bjorn3Sync from rust b17d9c1332693fc386f5374f0d63aae0ce5abab5
2021-06-17 Alan EgertonEnsure Instances are only jitted once
2021-06-17 Alan EgertonMultithreading support for lazy-jit
2021-06-16 borsAuto merge of #86291 - crlf0710:trait_vtbl_refactor...
2021-06-15 AlexanderImplement llvm.x86.addcarry.64 and llvm.x86.subborrow...
2021-06-14 LeSeulArtichautUse the now available implementation of `IntoIterator...
2021-06-14 Charles LewRefactor to make interpreter and codegen backend neutra...
2021-06-10 bjorn3Include rustc and cranelift version in debuginfo
2021-06-10 borsAuto merge of #85910 - cjgillot:no-meta-version, r...
2021-06-08 bjorn3Sync from rust a50d72158e08e02cfc051b863017bdbd2c45b637
2021-06-07 Yuki OkushiRollup merge of #86016 - luqmana:infer-linker-flavor...
2021-06-07 borsAuto merge of #85810 - bjorn3:further_driver_cleanup...
2021-06-06 Luqman AdenUnify duplicate linker_and_flavor methods in rustc_code...
2021-06-06 borsAuto merge of #84171 - ricobbe:raw-dylib-via-llvm,...
2021-06-06 borsAuto merge of #79608 - alessandrod:bpf, r=nagisa
2021-06-05 Richard CobbeAdd first cut of functionality for #58713: support...
2021-06-04 bjorn3Move crate_name field from OngoingCodegen to CrateInfo
2021-06-04 bjorn3Move windows_subsystem field from CodegenResults to...
2021-06-04 bjorn3Allow printing the version of the default codegen backe...
2021-06-04 bjorn3Provide default MetadataLoader
2021-06-04 bjorn3Provide a default provide* implementation for CodegenBa...
2021-06-01 Camille GILLOTDrop metadata_encoding_version.
2021-06-01 Camille GillotRevert "Reduce the amount of untracked state in TyCtxt"
2021-05-30 Camille GILLOTDrop metadata_encoding_version.
2021-05-30 Camille GILLOTMake allocator_kind a query.
2021-05-27 bjorn3Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9...
2021-05-27 bjorn3Rustfmt
2021-05-26 bjorn3Sync from rust 1969c2e312303faa458cf19dad9783165e3c72c8
2021-05-26 bjorn3Allow switching the regalloc algorithm from the commandline
2021-05-24 bjorn3Change the ice hook for cg_clif to refer to cg_clif...
2021-05-24 bjorn3Rustfmt
2021-05-24 bjorn3Update Cranelift, object and gimli
2021-05-23 Ralf Jung(try to) fix cranelift
2021-05-23 Alessandro DecinaAdd BPF target
2021-05-18 bjorn3Sync from rust a5560a6a90f08a84728802bb5fa5632a17a78672
2021-05-18 bjorn3Move some code around a bit
2021-05-18 Ralf JungCTFE core engine allocation & memory API improvemenets
2021-05-17 borsAuto merge of #85178 - cjgillot:local-crate, r=oli-obk
2021-05-16 bjorn3Return 0 from cpuid for all subleaves of leaf 7
2021-05-14 borsAuto merge of #83640 - bjorn3:shared_metadata_reader...
2021-05-13 Amanieu d'AntrasAdd support for const operands and options to global_asm!
2021-05-12 Camille GILLOTUse () for codegen queries.
2021-05-12 Camille GILLOTUse () for entry_fn.
2021-05-12 Camille GILLOTUse () in dependency_formats.
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-05-11 bjorn3Use declare_anonymous_data for anonymous_str
2021-05-11 bjorn3Implement imported_main feature
2021-05-09 bjorn3Rustup to rustc 1.54.0-nightly (881c1ac40 2021-05-08)
2021-05-09 bjorn3Sync from rust d6d028369be9eb02d219506c0dd662a2f863fc18
2021-05-07 bjorn3Use the object crate for metadata reading
2021-05-05 Luqman AdenImplement RFC 2951: Native link modifiers
2021-05-05 Andy WangUse local and remapped paths where appropriate
2021-05-05 Andy WangRevamp RealFileName public methods
2021-05-05 Andy WangUse RealFileName for Session::working_dir as it may...
2021-05-04 bjorn3Update Cranelift
2021-05-04 bjorn3Rustfmt
2021-05-04 bjorn3Sync from rust 7a0f1781d04662041db5deaef89598a8edd53717
2021-05-02 bjorn3Pass target_cpu to LinkerInfo::new instead of link_binary
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 Charles LewImplement RFC 1260 with feature_name `imported_main`.
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 bjorn3Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2d
next