about summary refs log tree commit diff
path: root/example/alloc_example.rs
AgeCommit message (Expand)AuthorLines
2023-06-05Define rust_eh_personality for alloc_examplebjorn3-1/+6
2023-04-29Sync from rust f4956053816439a5884cb2ad1247835858f92218bjorn3-1/+6
2023-04-25Sync from rust f5559e338256f17ada6d82b429acc2dbd8facc9cbjorn3-6/+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-04-13Fix a couple of 2018 edition warningsbjorn3-1/+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