| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 | |
| 2023-01-03 | Fix a few clippy lints in libtest | Joshua Nelson | -9/+9 | |
| - Remove unnecessary references and dereferences - Use `.contains` instead of `a <= x && x <= b` - Use `mem::take` instead of `mem::replace` where possible | ||||
| 2022-10-21 | WinConsole::new is not actually fallible | Ralf Jung | -4/+3 | |
| 2022-08-07 | test: skip terminfo parsing in Miri | Ralf Jung | -0/+20 | |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -5/+5 | |
| 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). | ||||
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+1 | |
| 2021-07-18 | Remove unused stuff and switch to pub(crate) whenever possible. | Charles Lew | -191/+39 | |
| 2021-07-18 | Fix compilation errors. | Charles Lew | -200/+6 | |
| 2021-07-18 | Move `library/term/src` to `library/test/src/term/`. | Charles Lew | -0/+1788 | |
