| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-05 | Specify behavior if the closure passed to *Guard::*map panics. | Zachary S | -0/+136 | |
| 2023-12-05 | Add MappedMutexGuard and MappedRwLock*Guard tests. | Zachary S | -1/+104 | |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -2/+2 | |
| 2022-08-18 | make many std tests work in Miri | Ralf Jung | -1/+1 | |
| 2022-06-19 | Formatting | Robin Raymond | -1/+1 | |
| 2022-06-19 | Make RwLockReadGuard covariant | Robin Raymond | -1/+13 | |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -2/+2 | |
| This updates the standard library's documentation to use the new syntax. The documentation is worthwhile to update as it should be more idiomatic (particularly for features like this, which are nice for users to get acquainted with). The general codebase is likely more hassle than benefit to update: it'll hurt git blame, and generally updates can be done by folks updating the code if (and when) that makes things more readable with the new format. A few places in the compiler and library code are updated (mostly just due to already having been done when this commit was first authored). | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -0/+247 | |
| Also doing fmt inplace as requested. | ||||
