Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | 2023-04-25 | 1 | -1/+6 |
| | | | | This reverts commit abc0660118cc95f47445fd33502a11dd448f5968. | ||||
* | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | 2023-04-16 | 1 | -6/+1 |
| | |||||
* | Define MIN_ALIGN for loongarch64 | zhaixiaojuan | 2023-04-08 | 1 | -0/+1 |
| | |||||
* | Remove uses of `box_syntax` in rustc and tools | clubby789 | 2023-03-12 | 3 | -7/+7 |
| | |||||
* | replace legacy copyright annotations in submodules | Pietro Albini | 2023-03-09 | 1 | -9/+3 |
| | |||||
* | Merge commit '08a6d6e16b5efe217123e780398969946266268f' into ↵ | Antoni Boucher | 2023-03-05 | 5 | -28/+69 |
| | | | | sync-cg_gcc-2023-03-04 | ||||
* | Remove more redundant `all`s | Chris Denton | 2022-11-26 | 1 | -4/+4 |
| | |||||
* | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | Rollup merge of #97675 - nvzqz:unsized-needs-drop, r=dtolnay | Yuki Okushi | 2022-06-17 | 2 | -1/+8 |
|\ | | | | | | | | | | | | | | | Make `std::mem::needs_drop` accept `?Sized` This change attempts to make `needs_drop` work with types like `[u8]` and `str`. This enables code in types like `Arc<T>` that was not possible before, such as https://github.com/rust-lang/rust/pull/97676. | ||||
| * | Fix unsized field order | Nikolai Vazquez | 2022-06-03 | 1 | -1/+1 |
| | | |||||
| * | Make `std::mem::needs_drop` accept `?Sized` | Nikolai Vazquez | 2022-06-03 | 2 | -1/+8 |
| | | |||||
* | | Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc | Antoni Boucher | 2022-06-06 | 1 | -25/+33 |
|/ | |||||
* | Spellchecking some comments | Yuri Astrakhan | 2022-03-30 | 1 | -1/+1 |
| | | | | This PR attempts to clean up some minor spelling mistakes in comments | ||||
* | Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into ↵ | bjorn3 | 2022-03-26 | 1 | -3/+17 |
| | | | | sync_cg_gcc-2022-03-26 | ||||
* | Remove alloc::prelude | Amanieu d'Antras | 2021-10-15 | 1 | -2/+2 |
| | | | | | | As per the libs team decision in #58935. Closes #58935 | ||||
* | Merge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147' into libgccjit-codegen | Antoni Boucher | 2021-08-15 | 2 | -4/+3 |
| | |||||
* | Add 'compiler/rustc_codegen_gcc/' from commit ↵ | Antoni Boucher | 2021-08-12 | 11 | -0/+2059 |
'afae271d5d3719eeb92c18bc004bb6d1965a5f3f' git-subtree-dir: compiler/rustc_codegen_gcc git-subtree-mainline: ae90dcf0207c57c3034f00b07048d63f8b2363c8 git-subtree-split: afae271d5d3719eeb92c18bc004bb6d1965a5f3f |