]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Fix inline asm codegen for empty template
[rust.git] / src / lib.rs
2022-07-18 bjorn3Sync from rust 880416180b0a9ee1141c07d4d17667edb77daebd
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-11 Amanieu d'AntrasKeep unstable target features for asm feature checking
2022-07-09 Dylan DPCRollup merge of #99070 - tamird:update-tracking-issue...
2022-07-06 Alan EgertonUpdate TypeVisitor paths
2022-07-03 bjorn3Sync from rust f99f9e48ed77a99747c6d07b42fdfe500f1a7de0
2022-06-28 bjorn3Run regalloc checker on CI
2022-06-23 bjorn3Disable DWARF debuginfo on Windows
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-21 bjorn3Sync from rust 1dec35a1b0df406da5d7cae55a7fa8d186a2b028
2022-04-17 bjorn3Remove option to select regalloc algorithm
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-19 bjorn3Sync from rust 31535841701e0bf7ef33998024376f2cedd8b3e3
2022-03-18 borsAuto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-03-14 bjorn3Merge pull request #1220 from bjorn3/dont_print_on_trap
2022-03-14 bjorn3Replace a lot of print+trap with plain trap
2022-03-13 bjorn3Remove almost all remaining feature gates
2022-03-13 bjorn3Remove decl_macro usage
2022-03-13 bjorn3Sync from rust 4800c7816ee1937d028407066d229f74b4673c92
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...
next