| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-06 | clean up some old const trait impl syntax | Nathaniel McCallum | -22/+11 | |
| 2025-08-10 | Constify remaining operators | ltdk | -23/+68 | |
| 2025-08-10 | Let forward_ref_* macros accept multiple attributes, and require attributes ↵ | ltdk | -11/+22 | |
| explicitly | ||||
| 2025-03-03 | fix order on shl impl | Speedy_Lex | -1/+1 | |
| this doesn't fix any bugs, it just looks more consistent with the other impl's | ||||
| 2024-01-05 | Replace some usage of `#[rustc_on_unimplemented]` with | Georg Semmler | -10/+10 | |
| `#[diagnostic::on_unimplemented]` This commit replaces those `#[rustc_on_unimplemented]` attributes with their equivalent `#[diagnostic::on_unimplemented]` where this is supported (So no filter or any extended option) | ||||
| 2023-04-16 | rm const traits in libcore | Deadbeef | -46/+23 | |
| 2022-09-16 | Add more `const_trait` annotations | Deadbeef | -0/+8 | |
| 2022-09-16 | Add `const_trait`s | Deadbeef | -0/+3 | |
| 2022-01-19 | Update stabilization version of impl Not for ! | David Tolnay | -1/+1 | |
| 2021-11-21 | impl Not for ! | David Tolnay | -0/+11 | |
| 2021-10-22 | Added const versions of common numeric operations | AlexApps99 | -22/+33 | |
| # Conflicts: # library/core/src/lib.rs | ||||
| 2021-09-02 | Add "!" doc alias for `std::ops::Not` | Frank Steffahn | -0/+1 | |
| 2020-11-01 | documentation examples fixes in rustfmt convention | Abhijit Gadgil | -11/+19 | |
| 2020-11-01 | Fixes incorrect paranthesis. | Abhijit Gadgil | -1/+1 | |
| 2020-11-01 | Trivial fixes to bitwise operator documentation | Abhijit Gadgil | -4/+7 | |
| Added fixes to documentation of `BitAnd`, `BitOr`, `BitXor` and `BitAndAssign`, where the documentation for implementation on `Vector<bool>` was using logical operators in place of the bitwise operators. r? @steveklabnik cc #78619 | ||||
| 2020-09-23 | Use Self more in core in doc when possible | Alexis Bourget | -33/+36 | |
| 2020-09-11 | Add missing examples on binary core traits | Guillaume Gomez | -0/+134 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+873 | |
