Commit Graph

2337 Commits (1885ece2dcc63d81d4f439d052bd63c168cc0d90)
 

Author SHA1 Message Date
liv 8d0aa11a35
Merge pull request #1826 from rust-lang/all-contributors/add-gerases
docs: add gerases as a contributor for content
8 months ago
allcontributors[bot] e2674498c6
docs: update .all-contributorsrc [skip ci] 8 months ago
allcontributors[bot] 3200581d4d
docs: update AUTHORS.md [skip ci] 8 months ago
liv 6afc4840b4
Merge pull request #1819 from gerases/grammar-fix
Correct for more standard English
8 months ago
Sergei Gerasenko 93aef73eb5 Correct for more standard English 9 months ago
Paul Leydier 5453fad991 docs: sort exercise to book chapter mapping by exercise 9 months ago
NicolasRoelandt f35f63fa57
Remove confusing aside in 23_conversions/from_str.rs
The advice tell us how to return as String error message. Unless I missed something, we can't even return a String error message here, so this advice is more confusing than anything and should better be removed.
10 months ago
liv 88b583f2bb
Merge pull request #1793 from rust-lang/all-contributors/add-bastianpedersen
docs: add bastianpedersen as a contributor for content
10 months ago
allcontributors[bot] 8863855627
docs: update .all-contributorsrc [skip ci] 10 months ago
allcontributors[bot] 5bbdb3d5ba
docs: update AUTHORS.md [skip ci] 10 months ago
liv 9f4b5566db
Merge pull request #1769 from bastianpedersen/patch-1
docs: reword `clippy1` exercise to be more readable
10 months ago
liv f97f4bc4f1
Merge pull request #1792 from rust-lang/all-contributors/add-neuschaefer
docs: add neuschaefer as a contributor for code
10 months ago
allcontributors[bot] 3e7f1e3ff2
docs: update .all-contributorsrc [skip ci] 10 months ago
allcontributors[bot] 4b80097817
docs: update AUTHORS.md [skip ci] 10 months ago
liv 7f530ebf20
Merge pull request #1783 from neuschaefer/fe-nish
Fe-nish line rendering improvements
10 months ago
liv 11e74147ae
Merge pull request #1791 from rust-lang/all-contributors/add-matthri
docs: add matthri as a contributor for code
10 months ago
allcontributors[bot] 5d78a2f103
docs: update .all-contributorsrc [skip ci] 10 months ago
allcontributors[bot] 194e0b951d
docs: update AUTHORS.md [skip ci] 10 months ago
liv 369a3d3678
Merge pull request #1775 from matthri/update-notify-v6
Update `notify` dependency to v6
10 months ago
parnavh 21b1e6ecf8 fix(move_semantics): removed unused mut 10 months ago
J. Neuschäfer 12d1bf407a feat(watch): Add red color to the finishing ferris
This adds some eye-candy for users who finish Rustlings. It is based on
ANSI terminal escape sequences and should work in most environments.
10 months ago
J. Neuschäfer 5c4821ac6f fix(watch): Fix rendering of the finishing ferris
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")
10 months ago
Matthias Richter adf7d1b975 chore(watch): update notify dependency to v6
closes #1640
10 months ago
liv 14e423fe53
Merge pull request #1770 from a-rustacean/revert-1761-all-contributors/add-sarupbanskota
Revert "docs: add sarupbanskota as a contributor for doc"
10 months ago
liv a49f231b5d
Merge pull request #1768 from adwsingh/main
Revert "Add CodeCrafters"
10 months ago
liv 70f472484f docs: revert fancy install aliases 10 months ago
jbouganim-parallel 0f629a47a5
fix broken link in windows installation instructions
https://github.com/rust-lang/rustlings/issues/1759
10 months ago
Dilshad f01f2d13c7
Revert "docs: add sarupbanskota as a contributor for doc" 11 months ago
Bastian Pedersen 3461c4f73d
Reword clippy1 exercise to be more readable 11 months ago
Adwait Kumar Singh 4d6cd0ebb4 Revert "Add CodeCrafters"
This reverts commit dad2216984.
11 months ago
junderw 3080141c5f
Fix gitignore for clippy exercise 11 months ago
liv bc3808cf29
Merge pull request #1761 from rust-lang/all-contributors/add-sarupbanskota
docs: add sarupbanskota as a contributor for doc
11 months ago
allcontributors[bot] 761fced786
docs: update .all-contributorsrc [skip ci] 11 months ago
allcontributors[bot] 706e075908
docs: update AUTHORS.md [skip ci] 11 months ago
liv a13c7b0ae3
Merge pull request #1760 from sarupbanskota/patch-3
Add CodeCrafters to `Continuing On`
11 months ago
Sarup Banskota dad2216984
Add CodeCrafters 11 months ago
liv 7e12aaa24a
Merge pull request #1758 from rust-lang/all-contributors/add-raymon-roos
docs: add raymon-roos as a contributor for content
11 months ago
allcontributors[bot] 6e7f1f5f07
docs: update .all-contributorsrc [skip ci] 11 months ago
allcontributors[bot] e0904de6ea
docs: update AUTHORS.md [skip ci] 11 months ago
liv 4ecc35131c
Merge pull request #1754 from raymon-roos/fix/traits-03-hint
fix(traits3): grammar mistake in the hint for traits3
11 months ago
liv 22838ba227
Merge pull request #1757 from rust-lang/all-contributors/add-danieltinazzi
docs: add danieltinazzi as a contributor for content
11 months ago
allcontributors[bot] 3b34167924
docs: update .all-contributorsrc [skip ci] 11 months ago
allcontributors[bot] cb47760978
docs: update AUTHORS.md [skip ci] 11 months ago
liv fb327612f8
Merge pull request #1753 from danieltinazzi/main
Fix progress bar
11 months ago
Raymon Roos 7e16e7721a fix(traits3): grammar mistake in the hint for traits3 11 months ago
danieltinazzi 3181d9f3f8 fix progress bar count 11 months ago
liv 02b1b5f6ab
Merge pull request #1749 from rust-lang/all-contributors/add-0atman
docs: add 0atman as a contributor for content
11 months ago
allcontributors[bot] 9de432e6bf
docs: update .all-contributorsrc [skip ci] 11 months ago
allcontributors[bot] 24f819d823
docs: update AUTHORS.md [skip ci] 11 months ago
liv 13837b25cf
Merge pull request #1735 from 0atman/main
fix(intro2): Changed intro2 to be a name error, not a format string error
11 months ago