summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-15Merge pull request #1832 from reifenrath-dev/mainliv
chore: update from_into.rs task description to fit the code
2024-03-15Merge pull request #1884 from rust-lang/all-contributors/add-AnonimAnonim2245liv
docs: add AnonimAnonim2245 as a contributor for code
2024-03-15docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2024-03-15docs: update AUTHORS.md [skip ci]allcontributors[bot]
2024-03-15optimized the UI code (#1830)Luca Plian
2024-03-15fix: revert from_into test changeliv
2024-01-19chore: update from_into.rs task description to fit the codereifenrath-dev
2024-01-15Merge pull request #1826 from rust-lang/all-contributors/add-gerasesliv
docs: add gerases as a contributor for content
2024-01-15docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2024-01-15docs: update AUTHORS.md [skip ci]allcontributors[bot]
2024-01-15Merge pull request #1819 from gerases/grammar-fixliv
Correct for more standard English
2024-01-09Correct for more standard EnglishSergei Gerasenko
2023-11-29Merge pull request #1793 from rust-lang/all-contributors/add-bastianpedersenliv
docs: add bastianpedersen as a contributor for content
2023-11-29docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-11-29docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-11-29Merge pull request #1769 from bastianpedersen/patch-1liv
docs: reword `clippy1` exercise to be more readable
2023-11-29Merge pull request #1792 from rust-lang/all-contributors/add-neuschaeferliv
docs: add neuschaefer as a contributor for code
2023-11-29docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-11-29docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-11-29Merge pull request #1783 from neuschaefer/fe-nishliv
Fe-nish line rendering improvements
2023-11-29Merge pull request #1791 from rust-lang/all-contributors/add-matthriliv
docs: add matthri as a contributor for code
2023-11-29docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-11-29docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-11-29Merge pull request #1775 from matthri/update-notify-v6liv
Update `notify` dependency to v6
2023-11-22feat(watch): Add red color to the finishing ferrisJ. 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-22fix(watch): Fix rendering of the finishing ferrisJ. 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-17chore(watch): update notify dependency to v6Matthias Richter
closes #1640
2023-11-16Merge pull request #1770 from ↵liv
a-rustacean/revert-1761-all-contributors/add-sarupbanskota Revert "docs: add sarupbanskota as a contributor for doc"
2023-11-16Merge pull request #1768 from adwsingh/mainliv
Revert "Add CodeCrafters"
2023-11-14docs: revert fancy install aliasesliv
2023-11-12Revert "docs: add sarupbanskota as a contributor for doc"Dilshad
2023-11-12Reword clippy1 exercise to be more readableBastian Pedersen
2023-11-11Revert "Add CodeCrafters"Adwait Kumar Singh
This reverts commit dad22169849a4d16d6a74c69a45017dab07677ff.
2023-11-07Merge pull request #1761 from rust-lang/all-contributors/add-sarupbanskotaliv
docs: add sarupbanskota as a contributor for doc
2023-11-07docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-11-07docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-11-07Merge pull request #1760 from sarupbanskota/patch-3liv
Add CodeCrafters to `Continuing On`
2023-11-07Add CodeCraftersSarup Banskota
2023-11-06Merge pull request #1758 from rust-lang/all-contributors/add-raymon-roosliv
docs: add raymon-roos as a contributor for content
2023-11-06docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-11-06docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-11-06Merge pull request #1754 from raymon-roos/fix/traits-03-hintliv
fix(traits3): grammar mistake in the hint for traits3
2023-11-06Merge pull request #1757 from rust-lang/all-contributors/add-danieltinazziliv
docs: add danieltinazzi as a contributor for content
2023-11-06docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-11-06docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-11-06Merge pull request #1753 from danieltinazzi/mainliv
Fix progress bar
2023-11-05fix(traits3): grammar mistake in the hint for traits3Raymon Roos
2023-11-04fix progress bar countdanieltinazzi
2023-11-02Merge pull request #1749 from rust-lang/all-contributors/add-0atmanliv
docs: add 0atman as a contributor for content
2023-11-02docs: update .all-contributorsrc [skip ci]allcontributors[bot]