about summary refs log tree commit diff
path: root/example/alloc_example.rs
AgeCommit message (Expand)AuthorLines
2023-06-15Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-202...bjorn3-1/+6
2023-04-29Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...bjorn3-1/+1
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-1/+6
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-6/+1
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-2/+2
2021-10-15Remove alloc::preludeAmanieu d'Antras-2/+2
2021-09-19Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-202...bjorn3-1/+1
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-1/+1
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-1/+1
2021-02-01Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-202...bjorn3-1/+2
2020-06-16Fix warnings in alloc_example.rsbjorn3-6/+2
2020-04-17Use the correct return type for putsbjorn3-1/+1
2019-04-27Preserve the order files are added to archivesbjorn3-1/+1
2019-03-21Rustup to rustc 1.35.0-nightly (82e2f3ec2 2019-03-20)bjorn3-2/+2
2018-11-05Add some benchmarksbjorn3-0/+41