Skip to content

Commit

Permalink
Merge branch 'main' into progress-indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheo authored Apr 21, 2022
2 parents 9be012d + d2179d3 commit 6fae5d6
Show file tree
Hide file tree
Showing 46 changed files with 619 additions and 455 deletions.
65 changes: 64 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files": [
"README.md"
"AUTHORS.md"
],
"imageSize": 100,
"commit": false,
Expand Down Expand Up @@ -1092,6 +1092,69 @@
"contributions": [
"doc"
]
},
{
"login": "x-hgg-x",
"name": "x-hgg-x",
"avatar_url": "https://avatars.githubusercontent.com/u/39058530?v=4",
"profile": "https://github.com/x-hgg-x",
"contributions": [
"code"
]
},
{
"login": "KisaragiEffective",
"name": "Kisaragi",
"avatar_url": "https://avatars.githubusercontent.com/u/48310258?v=4",
"profile": "http://kisaragieffective.github.io",
"contributions": [
"doc"
]
},
{
"login": "Kallu-A",
"name": "Lucas Aries",
"avatar_url": "https://avatars.githubusercontent.com/u/73198738?v=4",
"profile": "https://github.com/Kallu-A",
"contributions": [
"content"
]
},
{
"login": "ragreenburg",
"name": "ragreenburg",
"avatar_url": "https://avatars.githubusercontent.com/u/24358100?v=4",
"profile": "https://github.com/ragreenburg",
"contributions": [
"content"
]
},
{
"login": "stevenfukase",
"name": "stevenfukase",
"avatar_url": "https://avatars.githubusercontent.com/u/66785624?v=4",
"profile": "https://github.com/stevenfukase",
"contributions": [
"content"
]
},
{
"login": "J-S-Kim",
"name": "J-S-Kim",
"avatar_url": "https://avatars.githubusercontent.com/u/17569303?v=4",
"profile": "https://github.com/J-S-Kim",
"contributions": [
"content"
]
},
{
"login": "Fointard",
"name": "Fointard",
"avatar_url": "https://avatars.githubusercontent.com/u/9333398?v=4",
"profile": "https://github.com/Fointard",
"contributions": [
"content"
]
}
],
"contributorsPerLine": 8,
Expand Down
4 changes: 0 additions & 4 deletions .clog.toml

This file was deleted.

176 changes: 176 additions & 0 deletions AUTHORS.md

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
<a name="4.7.1"></a>
## 4.7.1 (2022-04-20)

#### Features

- The amount of dependency crates that need to be compiled went down from ~65 to
~45 by bumping dependency versions.
- The minimum Rust version in the install scripts has been bumped to 1.56.0 (this isn't in
the release itself, since install scripts don't really get versioned)

#### Bug Fixes

- **arc1**: A small part has been rewritten using a more functional code style (#968).
- **using_as**: A small part has been refactored to use `sum` instead of `fold`, resulting
in better readability.

#### Housekeeping

- The changelog will now be manually written instead of being automatically generated by the
Git log.

<a name="4.7.0"></a>
## 4.7.0 (2022-04-14)


#### Features

* Add move_semantics6.rs exercise (#908) ([3f0e1303](https://github.com/rust-lang/rustlings/commit/3f0e1303e0b3bf3fecc0baced3c8b8a37f83c184))
* **intro:** Add intro section. ([21c9f441](https://github.com/rust-lang/rustlings/commit/21c9f44168394e08338fd470b5f49b1fd235986f))
* Include exercises folder in the project structure behind a feature, enabling rust-analyzer to work (#917) ([179a75a6](https://github.com/rust-lang/rustlings/commit/179a75a68d03ac9518dec2297fb17f91a4fc506b))

#### Bug Fixes

* Fix a few spelling mistakes ([1c0fe3cb](https://github.com/rust-lang/rustlings/commit/1c0fe3cbcca85f90b3985985b8e265ee872a2ab2))
* **cli:**
* Move long text strings into constants. ([f78c4802](https://github.com/rust-lang/rustlings/commit/f78c48020830d7900dd8d81f355606581670446d))
* Replace `filter_map()` with `find_map()` ([9b27e8d](https://github.com/rust-lang/rustlings/commit/9b27e8d993ca20232fe38a412750c3f845a83b65))
* **clippy1:**
* Set clippy::float_cmp lint to deny (#907) ([71a06044](https://github.com/rust-lang/rustlings/commit/71a06044e6a96ff756dc31d7b0ed665ae4badb57))
* Updated code to test correctness clippy lint with approx_constant lint rule ([f2650de3](https://github.com/rust-lang/rustlings/commit/f2650de369810867d2763e935ac0963c32ec420e))
* **errors1:**
* Add a comment to make the purpose more clear (#486) ([cbcde345](https://github.com/rust-lang/rustlings/commit/cbcde345409c3e550112e449242848eaa3391bb6))
* Don't modify tests (#958) ([60bb7cc](https://github.com/rust-lang/rustlings/commit/60bb7cc3931d21d3986ad52b2b302e632a93831c))
* **errors6:** Remove existing answer code ([43d0623](https://github.com/rust-lang/rustlings/commit/43d0623086edbc46fe896ba59c7afa22c3da9f7a))
* **functions5:** Remove wrong new line and small English improvements (#885) ([8ef4869b](https://github.com/rust-lang/rustlings/commit/8ef4869b264094e5a9b50452b4534823a9df19c3))
* **install:** protect path with whitespaces using quotes and stop at the first error ([d114847f](https://github.com/rust-lang/rustlings/commit/d114847f256c5f571c0b4c87e04b04bce3435509))
* **intro1:** Add compiler error explanation. ([9b8de655](https://github.com/rust-lang/rustlings/commit/9b8de65525a5576b78cf0c8e4098cdd34296338f))
* **iterators1:** reorder TODO steps ([0bd7a063](https://github.com/rust-lang/rustlings/commit/0bd7a0631a17a9d69af5746795a30efc9cf64e6e))
* **move_semantics2:** Add comment ([89650f80](https://github.com/rust-lang/rustlings/commit/89650f808af23a32c9a2c6d46592b77547a6a464))
* **move_semantics5:** correct typo (#857) ([46c28d5c](https://github.com/rust-lang/rustlings/commit/46c28d5cef3d8446b5a356b19d8dbc725f91a3a0))
* **quiz1:** update to say quiz covers "If" ([1622e8c1](https://github.com/rust-lang/rustlings/commit/1622e8c198d89739765c915203efff0091bdeb78))
* **structs3:**
* Add a hint for panic (#608) ([4f7ff5d9](https://github.com/rust-lang/rustlings/commit/4f7ff5d9c7b2d8b045194c1a9469d37e30257c4a))
* remove redundant 'return' (#852) ([bf33829d](https://github.com/rust-lang/rustlings/commit/bf33829da240375d086f96267fc2e02fa6b07001))
* Assigned value to `cents_per_gram` in test ([d1ee2da](https://github.com/rust-lang/rustlings/commit/d1ee2daf14f19105e6db3f9c610f44293d688532))
* **structs3.rs:** assigned value to cents_per_gram in test ([d1ee2daf](https://github.com/rust-lang/rustlings/commit/d1ee2daf14f19105e6db3f9c610f44293d688532))
* **traits1:** rename test functions to snake case (#854) ([1663a16e](https://github.com/rust-lang/rustlings/commit/1663a16eade6ca646b6ed061735f7982434d530d))

#### Documentation improvements

* Add hints on how to get GCC installed (#741) ([bc56861](https://github.com/rust-lang/rustlings/commit/bc5686174463ad6f4f6b824b0e9b97c3039d4886))
* Fix some code blocks that were not highlighted ([17f9d74](https://github.com/rust-lang/rustlings/commit/17f9d7429ccd133a72e815fb5618e0ce79560929))


<a name="4.6.0"></a>
## 4.6.0 (2021-09-25)

Expand Down
142 changes: 15 additions & 127 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6fae5d6

Please sign in to comment.