Paul Scarrone
9f9aebebc8
functions 2
2023-02-20 13:12:21 -05:00
Paul Scarrone
8b53ee2f0d
functions 1
2023-02-20 13:10:51 -05:00
Paul Scarrone
09fd4b28c0
Merge pull request #3 from ninjapanzer/pks/variables/all
...
Pks/variables/all
2023-02-20 13:07:00 -05:00
Paul Scarrone
943e709e28
Merge branch 'main' into pks/variables/all
2023-02-20 13:06:51 -05:00
Paul Scarrone
e9889def51
Merge pull request #2 from ninjapanzer/pks/intro2
...
Pks/intro2
2023-02-20 13:06:33 -05:00
Paul Scarrone
1462c6f093
Merge pull request #1 from ninjapanzer/pks/intro1
...
Pks/intro1
2023-02-20 13:06:22 -05:00
Paul Scarrone
11d2fee7a0
variables 6
2023-02-12 19:52:40 -05:00
Paul Scarrone
09c4f660a5
Some fun with scopes, shadowing and types in var 5
2023-02-12 19:52:40 -05:00
Paul Scarrone
9bea3818b2
variables 5
2023-02-12 19:34:34 -05:00
Paul Scarrone
62af9047c7
variables 4
2023-02-12 19:29:56 -05:00
Paul Scarrone
44eb9f7c3c
variables 3
2023-02-12 19:28:54 -05:00
Paul Scarrone
fa3c231e70
variables 2
2023-02-12 19:27:22 -05:00
Paul Scarrone
1a59f67d87
variables 1
2023-02-12 19:26:09 -05:00
Paul Scarrone
32c2a27266
intro 1 done
2023-02-12 19:23:43 -05:00
Paul Scarrone
f47eafb657
done 2
2023-02-12 19:22:48 -05:00
Paul Scarrone
3937082a3c
intro2
2023-02-12 19:20:40 -05:00
Paul Scarrone
486af03f79
intro1
2023-02-12 19:18:25 -05:00
liv
fc9fb536ca
release: 5.4.0
5.4.0
2023-02-12 18:01:48 +01:00
liv
4c7e561740
Merge pull request #1369 from rust-lang/all-contributors/add-grzegorz-zur
...
docs: add grzegorz-zur as a contributor for content
2023-02-12 16:55:30 +01:00
allcontributors[bot]
bf0fa8ee64
docs: update .all-contributorsrc [skip ci]
2023-02-12 15:54:57 +00:00
allcontributors[bot]
d3ed9ce2f6
docs: update AUTHORS.md [skip ci]
2023-02-12 15:54:56 +00:00
liv
f123cb2777
Merge pull request #1228 from grzegorz-zur/patch-1
...
Removed unnecessary use statement
2023-02-12 16:54:43 +01:00
liv
dc3bf2ea30
Merge pull request #1368 from rust-lang/all-contributors/add-platformer
...
docs: add platformer as a contributor for content
2023-02-12 16:50:26 +01:00
allcontributors[bot]
f3773660b0
docs: update .all-contributorsrc [skip ci]
2023-02-12 15:50:18 +00:00
allcontributors[bot]
18843cf62e
docs: update AUTHORS.md [skip ci]
2023-02-12 15:50:17 +00:00
liv
7be4fd891d
Merge pull request #1305 from platformer/issue1298
...
fix(threads1): make program panic if threads are not joined
2023-02-12 16:50:03 +01:00
liv
b66e2e9b95
Merge pull request #1367 from rust-lang/all-contributors/add-kawaiiPlat
...
docs: add kawaiiPlat as a contributor for content
2023-02-12 15:52:07 +01:00
allcontributors[bot]
2aad5360d4
docs: update .all-contributorsrc [skip ci]
2023-02-12 14:52:00 +00:00
allcontributors[bot]
e8683274ff
docs: update AUTHORS.md [skip ci]
2023-02-12 14:51:59 +00:00
liv
b3de1b77bf
Merge pull request #1318 from kawaiiPlat/q2-minor-grammar
...
minor grammar tweak for quiz 2
2023-02-12 15:51:42 +01:00
liv
957522a492
feat(intro1): add note on rust-analyzer usage
2023-02-12 15:47:58 +01:00
liv
ac050fb7ce
Merge pull request #1366 from rust-lang/all-contributors/add-alexandergill
...
docs: add alexandergill as a contributor for code
2023-02-12 15:43:16 +01:00
allcontributors[bot]
88a92b311c
docs: update .all-contributorsrc [skip ci]
2023-02-12 14:43:08 +00:00
allcontributors[bot]
acd2164c85
docs: update AUTHORS.md [skip ci]
2023-02-12 14:43:07 +00:00
liv
890d6549de
Merge pull request #1364 from alexandergill/fix-install-script
...
Fix `bash: line 105: v1[$i]: unbound variable` in install script
2023-02-12 15:42:49 +01:00
Alexander Gill
0b119339eb
fix(installation): bump MinRustVersion to 1.58
...
this is the earliest minor version that compiled without errors
2023-02-11 23:30:35 +00:00
Alexander Gill
4bdd3c036b
fix(installation): loop to max_len-1
...
avoid `i` going outside range of array indices
2023-02-11 23:18:34 +00:00
liv
0ea42f60bd
Merge pull request #1356 from rust-lang/all-contributors/add-wjwrh
...
docs: add wjwrh as a contributor for code
2023-02-05 11:51:57 +01:00
allcontributors[bot]
72fff8d51a
docs: update .all-contributorsrc [skip ci]
2023-02-05 10:51:50 +00:00
allcontributors[bot]
ff44be9dcd
docs: update AUTHORS.md [skip ci]
2023-02-05 10:51:49 +00:00
liv
23c3620001
Merge pull request #1355 from wjwrh/main
...
Fix the problem of different edition between rustc and rust-analyzer
2023-02-05 11:51:35 +01:00
wjwrh
1721ddc231
Fix the problem of different edition between rustc and rust-analyzer
2023-02-05 14:10:23 +08:00
liv
ce7ffcd8e9
Merge pull request #1349 from rust-lang/all-contributors/add-kevwan
...
docs: add kevwan as a contributor for content
2023-01-26 20:55:22 +01:00
allcontributors[bot]
c952604308
docs: update .all-contributorsrc [skip ci]
2023-01-26 19:55:14 +00:00
allcontributors[bot]
a1b2964869
docs: update AUTHORS.md [skip ci]
2023-01-26 19:55:13 +00:00
liv
5faa0badef
Merge pull request #1347 from kevwan/patch-1
...
chore: fix prompt error for exercise #80 (rc1.rs)
2023-01-26 20:54:54 +01:00
Kevin Wan
4771a7b9e7
chore: fix prompt error
...
Missed a blank line, which causes the prompt incorrect like below:
```rust
You can keep working on this exercise,
or jump into the next one by removing the `I AM NOT DONE` comment:
6 | // Make this code compile by using the proper Rc primitives to express that the sun has multiple owners.
7 |
8 | // I AM NOT DONE
9 | use std::rc::Rc;
```
2023-01-23 12:16:51 +08:00
liv
259b434f20
Merge pull request #1338 from rust-lang/all-contributors/add-cloppingemu
...
docs: add cloppingemu as a contributor for code
2023-01-11 12:25:45 +01:00
allcontributors[bot]
d58c97bd21
docs: update .all-contributorsrc [skip ci]
2023-01-11 11:25:36 +00:00
allcontributors[bot]
d05a817f3b
docs: update AUTHORS.md [skip ci]
2023-01-11 11:25:35 +00:00