| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-19 | Add methods for converting bool to `Result<(), E>` | LimpSquid | -0/+67 | |
| 2025-04-13 | Move `select_unpredictable` to the `hint` module | Amanieu d'Antras | -48/+0 | |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -1/+1 | |
| These gates are unnecessary now that unit tests for `core` are in a separate package, `coretests`, instead of in the same files as the source code. They previously prevented the two `core` versions from conflicting with each other. | ||||
| 2025-01-04 | Rollup merge of #133964 - joboet:select_unpredictable, r=tgross35 | Matthias Krüger | -0/+48 | |
| core: implement `bool::select_unpredictable` Tracking issue: #133962 ACP: https://github.com/rust-lang/libs-team/issues/468 | ||||
| 2024-12-09 | core: improve comments | Jonas Böttiger | -3/+5 | |
| Co-authored-by: Yotam Ofek <yotam.ofek@gmail.com> Co-authored-by: Hanna Kruppe <hanna.kruppe@gmail.com> | ||||
| 2024-12-06 | core: implement `bool::select_unpredictable` | joboet | -0/+46 | |
| 2024-12-03 | Add doc alias 'then_with' for `then` method on `bool` | Ross MacArthur | -0/+1 | |
| 2024-09-19 | [Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of path | GnomedDev | -0/+1 | |
| 2023-04-16 | core is now compilable | Deadbeef | -4/+2 | |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -11/+2 | |
| 2022-09-22 | Add missing assertion | Venus Xeon-Blonde | -0/+1 | |
| 2022-09-21 | Remove trailing whitespace | Venus Xeon-Blonde | -9/+9 | |
| Trailing whitespace seemed to be causing the CI checks to error out. | ||||
| 2022-09-21 | Add examples to `bool::then` and `bool::then_some` | Venus Xeon-Blonde | -0/+22 | |
| Added examples to `bool::then` and `bool::then_some` to show the distinction between the eager evaluation of `bool::then_some` and the lazy evaluation of `bool::then`. | ||||
| 2022-09-01 | Remove trailing whitespace | Adam-Gleave | -4/+4 | |
| 2022-09-01 | Document eager evaluation of `bool::then_some` argument | Adam-Gleave | -0/+6 | |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -3/+1 | |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -5/+2 | |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -1/+1 | |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -2/+6 | |
| 2021-12-15 | Constify `bool::then{,_some}` | Deadbeef | -2/+11 | |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -2/+4 | |
| This works by doing two things: - Adding links that are specific to the crate. Since not all primitive items are defined in `core` (due to lang_items), these need to use relative links and not intra-doc links. - Duplicating `primitive_docs` in both core and std. This allows not needing CARGO_PKG_NAME to build the standard library. It also adds a tidy check to make sure they stay the same. | ||||
| 2021-09-03 | Fix accidentally deleted part | patrick-gu | -1/+1 | |
| 2021-09-03 | Remove excessive linking | patrick-gu | -2/+2 | |
| 2021-08-29 | Add links in docs for some primitive types | patrick-gu | -2/+2 | |
| 2021-07-10 | Fix tracking issue for `bool_to_option` | Jacob Pratt | -1/+1 | |
| 2020-11-22 | Stabilise `then` | varkor | -3/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+36 | |
