summary refs log tree commit diff
path: root/library/core/src/bool.rs
AgeCommit message (Expand)AuthorLines
2022-05-04Stabilize `bool::then_some`Josh Triplett-3/+1
2022-04-05trivial cfg(bootstrap) changesPietro Albini-5/+2
2022-03-30remove now unnecessary lang itemslcnr-1/+1
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-2/+6
2021-12-15Constify `bool::then{,_some}`Deadbeef-2/+11
2021-09-12Add primitive documentation to libcoreJoshua Nelson-2/+4
2021-09-03Fix accidentally deleted partpatrick-gu-1/+1
2021-09-03Remove excessive linkingpatrick-gu-2/+2
2021-08-29Add links in docs for some primitive typespatrick-gu-2/+2
2021-07-10Fix tracking issue for `bool_to_option`Jacob Pratt-1/+1
2020-11-22Stabilise `then`varkor-3/+1
2020-07-27mv std libs to library/mark-0/+36