| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -1/+0 | |
| 2023-12-10 | remove redundant imports | surechen | -4/+0 | |
| detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR. | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -15/+15 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -2/+2 | |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -0/+1 | |
| 2023-08-24 | Move issue 29181, 2804, 17431, 66768 | Olanti | -0/+159 | |
| 2023-05-29 | Address comment | Caio | -0/+73 | |
| 2023-05-08 | suggest struct when we get colon in fileds in enum | yukang | -0/+43 | |
| 2023-04-28 | layout-alignment-promotion logic should depend on the niche-bias | The 8472 | -0/+19 | |
| For start-biased layout we want to avoid overpromoting so that the niche doesn't get pushed back. For end-biased layout we want to avoid promoting fields that may contain one of the niches of interest. | ||||
| 2023-04-27 | don't promote large fields to higher alignments if that would affect niche ↵ | The 8472 | -0/+18 | |
| placement | ||||
| 2023-04-27 | try two different niche-placement strategies when layouting univariant structs | The 8472 | -1/+29 | |
| 2023-03-03 | Add unuseless `#[allow(unused_allocation)]` | Maybe Waffle | -15/+11 | |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -1/+3 | |
| Co-authored-by: gh-tr <troach@qnx.com> | ||||
| 2023-02-02 | Recover _ as .. in field pattern | Michael Goulet | -19/+7 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+5393 | |
