]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Update Cranelift to 0.82.0
[rust.git] / src / lib.rs
2022-03-08 bjorn3Update Cranelift to 0.82.0
2022-03-08 bjorn3Sync from rust 67b3e8183830c7af4e06a9aa91de4d1be3c860f7
2022-03-02 markrename ErrorReported -> ErrorGuaranteed
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-12-27 bjorn3Remove TyCtxt dependency from UnwindContext
2021-12-20 bjorn3Merge commit '97e504549371d7640cf011d266e3c17394fdddac...
2021-12-20 bjorn3Sync from rust 84f962a89bac3948ed116f1ad04c2f4793fb69ea
2021-12-19 borsAuto merge of #91957 - nnethercote:rm-SymbolStr, r...
2021-12-16 bjorn3Sync from rust a090c8659c3be0cbc7dc93c4b2c11a9cdbf8b980
2021-12-16 bjorn3Fix unused crate warning
2021-12-15 Matthias KrügerRollup merge of #91868 - tmiasko:llvm-time-trace-out...
2021-12-13 Tomasz MiąskoUse `OutputFilenames` to generate output file for ...
2021-12-09 bjorn3Use cg_ssa for creating the dylib metadata file
2021-12-07 bjorn3Sync from rust c5c94945096265b6d675b2f55a247c4799de8d87
2021-11-24 bjorn3Use cgu name instead of function name as base for inlin...
2021-10-27 bjorn3Sync from rust 47aeac648ed56095688c1c20972c9b72bd0da7ce
2021-10-21 bjorn3Remove unncesessary TryFrom and TryInto impls
2021-10-09 bjorn3Sync from rust bb918d0a5bf22211df0423f7474e4e4056978007
2021-10-02 bjorn3Rustfmt
2021-10-02 bjorn3Sync from rust a8387aef8c378a771686878062e544af4d5e2245
2021-10-01 bjorn3Update Cranelift
2021-09-30 Camille GILLOTMove EncodedMetadata to rustc_metadata.
2021-09-26 borsAuto merge of #89092 - bjorn3:sync_cg_clif-2021-09...
2021-09-19 bjorn3Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9...
2021-09-19 bjorn3Sync from rust 7a3d1a5f3dfeaf5177885fedd7db8ecc70670dc1
2021-09-12 bjorn3Sync from rust c7dbe7a830100c70d59994fd940bf75bb6e39b39
2021-09-07 bjorn3Sync from rust 73641cd23ba470c6b4dcd72b8d5f62d27c735254
2021-09-07 Camille GILLOTMove the dataflow framework to its own crate.
2021-09-05 borsAuto merge of #88499 - eddyb:layout-off, r=nagisa
2021-09-05 borsAuto merge of #88559 - bjorn3:archive_logic_dedup,...
2021-09-03 borsAuto merge of #88363 - michaelwoerister:remapped-diagno...
2021-09-01 Eduard-Mihai Burtescurustc_target: move `LayoutOf` to `ty::layout`.
2021-09-01 bjorn3Sync from rust 3ed6c1d23fd40f4367259a531465e809eb00ec27
2021-08-27 bjorn3Remove unnecessary feature gates
2021-08-27 Michael WoeristerPath remapping: Make behavior of diagnostics output...
2021-08-25 bjorn3Sync from rust 9863bf51a52b8e61bcad312f81b5193d53099f9f
2021-08-20 bjorn3Move all code out of backend.rs
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-08-05 bjorn3Sync from rust 2ddb65c32253872c0e7a02e43ec520877900370e
2021-07-19 bjorn3Rustup to rustc 1.55.0-nightly (59216858a 2021-07-18)
2021-07-19 bjorn3Sync from rust 8df945c4717ffaf923b57bf30c473df6fc98bc85
2021-07-18 Yuki OkushiRollup merge of #87092 - ricobbe:fix-raw-dylib-multiple...
2021-07-17 bjorn3Merge pull request #1187 from bjorn3/feature_gating
2021-07-17 bjorn3Put all cg_clif specific options behind -Zunstable...
2021-07-17 bjorn3Don't panic when the target is not supported by Cranelift
2021-07-16 Richard CobbeConsider all fields when comparing DllImports, to remov...
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-02 bjorn3Merge pull request #1183 from bjorn3/full_aarch64_support
2021-07-02 bjorn3Fix compilation for AArch64
2021-06-30 bjorn3Rustup to rustc 1.55.0-nightly (6d820866a 2021-06-29)
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-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-17 bjorn3Sync from rust b17d9c1332693fc386f5374f0d63aae0ce5abab5
2021-06-17 Alan EgertonMultithreading support for lazy-jit
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 borsAuto merge of #79608 - alessandrod:bpf, r=nagisa
2021-06-04 bjorn3Move crate_name field from OngoingCodegen to CrateInfo
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-27 bjorn3Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9...
2021-05-26 bjorn3Sync from rust 1969c2e312303faa458cf19dad9783165e3c72c8
2021-05-26 bjorn3Allow switching the regalloc algorithm from the commandline
2021-05-18 bjorn3Sync from rust a5560a6a90f08a84728802bb5fa5632a17a78672
2021-05-17 borsAuto merge of #85178 - cjgillot:local-crate, r=oli-obk
2021-05-14 borsAuto merge of #83640 - bjorn3:shared_metadata_reader...
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-09 bjorn3Sync from rust d6d028369be9eb02d219506c0dd662a2f863fc18
2021-05-07 bjorn3Use the object crate for metadata reading
2021-05-04 bjorn3Rustfmt
2021-05-02 bjorn3Pass target_cpu to LinkerInfo::new instead of link_binary
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
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
2021-04-14 bjorn3Sync from rust b203b0d240b67916cfa77f640aedaf1c87d50f6d
2021-04-14 bjorn3Merge pull request #1159 from bjorn3/driver_refactorings
2021-04-14 bjorn3Add some documentation
2021-04-14 bjorn3Extract create_jit_module function
2021-04-14 bjorn3Don't unregister unwind tables after the JIT is done
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
next