about summary refs log tree commit diff
path: root/library/core/src/bool.rs
AgeCommit message (Expand)AuthorLines
2023-04-16core is now compilableDeadbeef-4/+2
2023-04-16rm const traits in libcoreDeadbeef-11/+2
2022-09-22Add missing assertionVenus Xeon-Blonde-0/+1
2022-09-21Remove trailing whitespaceVenus Xeon-Blonde-9/+9
2022-09-21Add examples to `bool::then` and `bool::then_some`Venus Xeon-Blonde-0/+22
2022-09-01Remove trailing whitespaceAdam-Gleave-4/+4
2022-09-01Document eager evaluation of `bool::then_some` argumentAdam-Gleave-0/+6
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