| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-15 | Merge pull request #1832 from reifenrath-dev/main | liv | |
| chore: update from_into.rs task description to fit the code | |||
| 2024-03-15 | Merge pull request #1884 from rust-lang/all-contributors/add-AnonimAnonim2245 | liv | |
| docs: add AnonimAnonim2245 as a contributor for code | |||
| 2024-03-15 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2024-03-15 | docs: update AUTHORS.md [skip ci] | allcontributors[bot] | |
| 2024-03-15 | optimized the UI code (#1830) | Luca Plian | |
| 2024-03-15 | fix: revert from_into test change | liv | |
| 2024-01-19 | chore: update from_into.rs task description to fit the code | reifenrath-dev | |
| 2024-01-15 | Merge pull request #1826 from rust-lang/all-contributors/add-gerases | liv | |
| docs: add gerases as a contributor for content | |||
| 2024-01-15 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2024-01-15 | docs: update AUTHORS.md [skip ci] | allcontributors[bot] | |
| 2024-01-15 | Merge pull request #1819 from gerases/grammar-fix | liv | |
| Correct for more standard English | |||
| 2024-01-09 | Correct for more standard English | Sergei Gerasenko | |
| 2023-11-29 | Merge pull request #1793 from rust-lang/all-contributors/add-bastianpedersen | liv | |
| docs: add bastianpedersen as a contributor for content | |||
| 2023-11-29 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2023-11-29 | docs: update AUTHORS.md [skip ci] | allcontributors[bot] | |
| 2023-11-29 | Merge pull request #1769 from bastianpedersen/patch-1 | liv | |
| docs: reword `clippy1` exercise to be more readable | |||
| 2023-11-29 | Merge pull request #1792 from rust-lang/all-contributors/add-neuschaefer | liv | |
| docs: add neuschaefer as a contributor for code | |||
| 2023-11-29 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2023-11-29 | docs: update AUTHORS.md [skip ci] | allcontributors[bot] | |
| 2023-11-29 | Merge pull request #1783 from neuschaefer/fe-nish | liv | |
| Fe-nish line rendering improvements | |||
| 2023-11-29 | Merge pull request #1791 from rust-lang/all-contributors/add-matthri | liv | |
| docs: add matthri as a contributor for code | |||
| 2023-11-29 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2023-11-29 | docs: update AUTHORS.md [skip ci] | allcontributors[bot] | |
| 2023-11-29 | Merge pull request #1775 from matthri/update-notify-v6 | liv | |
| Update `notify` dependency to v6 | |||
| 2023-11-22 | feat(watch): Add red color to the finishing ferris | J. Neuschäfer | |
| This adds some eye-candy for users who finish Rustlings. It is based on ANSI terminal escape sequences and should work in most environments. | |||
| 2023-11-22 | fix(watch): Fix rendering of the finishing ferris | J. Neuschäfer | |
| In commit 571bab2 ("Run clippy --fix"), the "" string was changed to r"", even though it contains an intentional escape sequence, which now looks wrong. My commit undoes this change: Before: +----------------------------------------------------+ | You made it to the Fe-nish line! | +-------------------------- ------------------------+ \\/ ▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒ ▒▒ ▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒▒▒ ▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒▒▒ ░░▒▒▒▒░░▒▒ ▒▒ ▒▒ ▒▒ ▒▒░░▒▒▒▒ ▓▓▓▓▓▓▓▓ ▓▓ ▓▓██ ▓▓ ▓▓██ ▓▓ ▓▓▓▓▓▓▓▓ ▒▒▒▒ ▒▒ ████ ▒▒ ████ ▒▒░░ ▒▒▒▒ ▒▒ ▒▒▒▒▒▒ ▒▒▒▒▒▒ ▒▒▒▒▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓▒▒▒▒▒▒▒▒▓▓▒▒▓▓▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒██▒▒▒▒▒▒██▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒▒██████▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ After: +----------------------------------------------------+ | You made it to the Fe-nish line! | +-------------------------- ------------------------+ \/ ▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒ ▒▒ ▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒▒▒ ▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒▒▒ ░░▒▒▒▒░░▒▒ ▒▒ ▒▒ ▒▒ ▒▒░░▒▒▒▒ ▓▓▓▓▓▓▓▓ ▓▓ ▓▓██ ▓▓ ▓▓██ ▓▓ ▓▓▓▓▓▓▓▓ ▒▒▒▒ ▒▒ ████ ▒▒ ████ ▒▒░░ ▒▒▒▒ ▒▒ ▒▒▒▒▒▒ ▒▒▒▒▒▒ ▒▒▒▒▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓▒▒▒▒▒▒▒▒▓▓▒▒▓▓▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒██▒▒▒▒▒▒██▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒▒██████▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ Running `cargo clippy` (version 0.1.70) after this commit does not reveal any new warnings. Fixes: 571bab2 ("Run clippy --fix") | |||
| 2023-11-17 | chore(watch): update notify dependency to v6 | Matthias Richter | |
| closes #1640 | |||
| 2023-11-16 | Merge pull request #1770 from ↵ | liv | |
| a-rustacean/revert-1761-all-contributors/add-sarupbanskota Revert "docs: add sarupbanskota as a contributor for doc" | |||
| 2023-11-16 | Merge pull request #1768 from adwsingh/main | liv | |
| Revert "Add CodeCrafters" | |||
| 2023-11-14 | docs: revert fancy install aliases | liv | |
| 2023-11-12 | Revert "docs: add sarupbanskota as a contributor for doc" | Dilshad | |
| 2023-11-12 | Reword clippy1 exercise to be more readable | Bastian Pedersen | |
| 2023-11-11 | Revert "Add CodeCrafters" | Adwait Kumar Singh | |
| This reverts commit dad22169849a4d16d6a74c69a45017dab07677ff. | |||
| 2023-11-07 | Merge pull request #1761 from rust-lang/all-contributors/add-sarupbanskota | liv | |
| docs: add sarupbanskota as a contributor for doc | |||
| 2023-11-07 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2023-11-07 | docs: update AUTHORS.md [skip ci] | allcontributors[bot] | |
| 2023-11-07 | Merge pull request #1760 from sarupbanskota/patch-3 | liv | |
| Add CodeCrafters to `Continuing On` | |||
| 2023-11-07 | Add CodeCrafters | Sarup Banskota | |
| 2023-11-06 | Merge pull request #1758 from rust-lang/all-contributors/add-raymon-roos | liv | |
| docs: add raymon-roos as a contributor for content | |||
| 2023-11-06 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2023-11-06 | docs: update AUTHORS.md [skip ci] | allcontributors[bot] | |
| 2023-11-06 | Merge pull request #1754 from raymon-roos/fix/traits-03-hint | liv | |
| fix(traits3): grammar mistake in the hint for traits3 | |||
| 2023-11-06 | Merge pull request #1757 from rust-lang/all-contributors/add-danieltinazzi | liv | |
| docs: add danieltinazzi as a contributor for content | |||
| 2023-11-06 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2023-11-06 | docs: update AUTHORS.md [skip ci] | allcontributors[bot] | |
| 2023-11-06 | Merge pull request #1753 from danieltinazzi/main | liv | |
| Fix progress bar | |||
| 2023-11-05 | fix(traits3): grammar mistake in the hint for traits3 | Raymon Roos | |
| 2023-11-04 | fix progress bar count | danieltinazzi | |
| 2023-11-02 | Merge pull request #1749 from rust-lang/all-contributors/add-0atman | liv | |
| docs: add 0atman as a contributor for content | |||
| 2023-11-02 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
