summaryrefslogtreecommitdiff
path: root/compiler/rustc_codegen_cranelift/example
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into ↵bjorn32023-04-2911-62/+100
| | | | sync_cg_clif-2023-04-29
* Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger2023-04-251-1/+6
| | | | This reverts commit abc0660118cc95f47445fd33502a11dd448f5968.
* Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras2023-04-161-6/+1
|
* Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into ↵bjorn32023-03-153-83/+314
| | | | sync_cg_clif-2023-03-15
* Remove uses of `box_syntax` in rustc and toolsclubby7892023-03-122-6/+6
|
* replace legacy copyright annotations in submodulesPietro Albini2023-03-091-9/+3
|
* Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into ↵bjorn32022-12-144-4/+31
| | | | sync_cg_clif-2022-12-14
* Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into ↵bjorn32022-10-233-1/+7
| | | | sync_cg_clif-2022-10-23
* Stabilize bench_black_boxUrgau2022-09-271-1/+1
|
* Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into ↵bjorn32022-08-242-18/+111
| | | | sync_cg_clif-2022-08-24
* Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle2022-08-211-1/+1
|
* Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into ↵bjorn32022-07-253-3/+64
| | | | sync_cg_clif-2022-07-25
* Partially stabilize const_slice_from_raw_partsKonrad Borowski2022-07-091-1/+0
| | | | This doesn't stabilize methods working on mutable pointers.
* Fix unsized field orderNikolai Vazquez2022-06-031-1/+1
|
* Make `std::mem::needs_drop` accept `?Sized`Nikolai Vazquez2022-06-032-1/+8
|
* Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into ↵bjorn32022-04-224-6/+73
| | | | sync_cg_clif-2022-04-22
* Spellchecking some commentsYuri Astrakhan2022-03-301-1/+1
| | | | This PR attempts to clean up some minor spelling mistakes in comments
* Merge commit '370c397ec9169809e5ad270079712e0043514240' into ↵bjorn32022-03-204-129/+53
| | | | sync_cg_clif-2022-03-20
* Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into ↵bjorn32021-12-301-0/+1
| | | | sync_cg_clif-2021-12-30
* Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into ↵bjorn32021-12-201-0/+60
| | | | sync_cg_clif-2021-12-20
* Remove alloc::preludeAmanieu d'Antras2021-10-151-2/+2
| | | | | | As per the libs team decision in #58935. Closes #58935
* Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into ↵bjorn32021-09-192-2/+2
| | | | sync_cg_clif-2021-09-19
* remove box_syntax uses from cranelift and toolsMarcel Hellwig2021-08-183-3/+3
|
* Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into ↵bjorn32021-07-072-5/+3
| | | | sync_cg_clif-2021-07-07
* Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into ↵bjorn32021-05-271-15/+1
| | | | sync_cg_clif-2021-05-27
* Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power2021-04-302-19/+27
|
* Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into ↵bjorn32021-03-292-6/+4
| | | | sync_cg_clif-2021-03-29
* Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into ↵bjorn32021-03-055-23/+241
| | | | sync_cg_clif-2021-03-05
* Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into ↵bjorn32021-02-013-4/+6
| | | | sync_cg_clif-2021-02-01
* Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into ↵bjorn32020-12-271-0/+2
| | | | sync_cg_clif-2020-12-27
* Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into ↵bjorn32020-11-271-0/+1
| | | | sync_cg_clif-2020-11-27
* Rename `optin_builtin_traits` to `auto_traits`Camelid2020-11-231-1/+1
| | | | | | | | | | | | | They were originally called "opt-in, built-in traits" (OIBITs), but people realized that the name was too confusing and a mouthful, and so they were renamed to just "auto traits". The feature flag's name wasn't updated, though, so that's what this PR does. There are some other spots in the compiler that still refer to OIBITs, but I don't think changing those now is worth it since they are internal and not particularly relevant to this PR. Also see <https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/opt-in.2C.20built-in.20traits.20(auto.20traits).20feature.20name>.
* Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into ↵bjorn32020-11-033-7/+39
| | | | update_cg_clif-2020-11-01
* Add 'compiler/rustc_codegen_cranelift/' from commit ↵bjorn32020-10-2610-0/+1960
'793d26047f994e23415f8f6bb5686ff25d3dda92' git-subtree-dir: compiler/rustc_codegen_cranelift git-subtree-mainline: cf798c1ec65a5ec3491846777f9003fabb881b4a git-subtree-split: 793d26047f994e23415f8f6bb5686ff25d3dda92