about summary refs log tree commit diff
path: root/library/core/src/ops/bit.rs
AgeCommit message (Expand)AuthorLines
2025-08-10Constify remaining operatorsltdk-23/+68
2025-08-10Let forward_ref_* macros accept multiple attributes, and require attributes e...ltdk-11/+22
2025-03-03fix order on shl implSpeedy_Lex-1/+1
2024-01-05Replace some usage of `#[rustc_on_unimplemented]` withGeorg Semmler-10/+10
2023-04-16rm const traits in libcoreDeadbeef-46/+23
2022-09-16Add more `const_trait` annotationsDeadbeef-0/+8
2022-09-16Add `const_trait`sDeadbeef-0/+3
2022-01-19Update stabilization version of impl Not for !David Tolnay-1/+1
2021-11-21impl Not for !David Tolnay-0/+11
2021-10-22Added const versions of common numeric operationsAlexApps99-22/+33
2021-09-02Add "!" doc alias for `std::ops::Not`Frank Steffahn-0/+1
2020-11-01documentation examples fixes in rustfmt conventionAbhijit Gadgil-11/+19
2020-11-01Fixes incorrect paranthesis.Abhijit Gadgil-1/+1
2020-11-01Trivial fixes to bitwise operator documentationAbhijit Gadgil-4/+7
2020-09-23Use Self more in core in doc when possibleAlexis Bourget-33/+36
2020-09-11Add missing examples on binary core traitsGuillaume Gomez-0/+134
2020-07-27mv std libs to library/mark-0/+873