Marco Otte-Witte [Wed, 2 Oct 2024 13:47:57 +0000 (15:47 +0200)]
add cover and back to downloadable pdf
Remo Senekowitsch [Wed, 2 Oct 2024 13:20:17 +0000 (15:20 +0200)]
Fix typo (#160)
Luca Palmieri [Fri, 27 Sep 2024 12:47:00 +0000 (14:47 +0200)]
chore: Shorten links
Luca Palmieri [Fri, 27 Sep 2024 08:13:15 +0000 (10:13 +0200)]
Add link to paperback.
David Parra [Sun, 22 Sep 2024 06:12:14 +0000 (01:12 -0500)]
Typo (#154)
Thanks for such a great book, found a small typo.
Marco Otte-Witte [Thu, 19 Sep 2024 09:47:52 +0000 (11:47 +0200)]
Merge pull request #133 from mainmatter/style-book
Style book
Marco Otte-Witte [Thu, 19 Sep 2024 09:40:52 +0000 (11:40 +0200)]
Merge pull request #150 from mainmatter/LukeMathWalker-patch-1
Don't omit macros from PDF and ePUB versions
Luca Palmieri [Thu, 19 Sep 2024 08:33:03 +0000 (10:33 +0200)]
Don't omit macros from PDF and ePUB versions
Abdelrahman Omar [Wed, 11 Sep 2024 09:37:23 +0000 (12:37 +0300)]
add test coverage for IndexMut<&TicketId> (#142)
Tobias Hermann [Wed, 11 Sep 2024 09:36:58 +0000 (11:36 +0200)]
Remove duplicated mention of slices in 00_intro.md (#144)
Slices are already mentioned in bullet point 4, so they can be removed from bullet point 2.
Marco Otte-Witte [Tue, 27 Aug 2024 07:14:20 +0000 (09:14 +0200)]
move comment to meaningful place
Marco Otte-Witte [Tue, 27 Aug 2024 07:13:38 +0000 (09:13 +0200)]
make fontsize 1pt smaller
Marco Otte-Witte [Thu, 22 Aug 2024 13:38:27 +0000 (15:38 +0200)]
use less teal for sh theme
Marco Otte-Witte [Thu, 22 Aug 2024 13:38:18 +0000 (15:38 +0200)]
actually use custom highlighting theme
Marco Otte-Witte [Thu, 22 Aug 2024 13:25:58 +0000 (15:25 +0200)]
remove background color on operators
Marco Otte-Witte [Thu, 22 Aug 2024 13:22:03 +0000 (15:22 +0200)]
add lost settings for print version back in
Marco Otte-Witte [Tue, 20 Aug 2024 16:11:31 +0000 (18:11 +0200)]
copy config to paperback
Marco Otte-Witte [Tue, 20 Aug 2024 15:37:33 +0000 (17:37 +0200)]
custom syntax highlighting
Marco Otte-Witte [Tue, 20 Aug 2024 14:54:53 +0000 (16:54 +0200)]
set link and url styles
Marco Otte-Witte [Tue, 20 Aug 2024 13:48:55 +0000 (15:48 +0200)]
use Core Sans font
Henk Oordt [Wed, 14 Aug 2024 07:38:27 +0000 (09:38 +0200)]
Merge pull request #131 from ehershey/grammar
Grammar fixups
Ernie Hershey [Tue, 13 Aug 2024 15:41:18 +0000 (11:41 -0400)]
Grammar fixups
Luca Palmieri [Tue, 13 Aug 2024 13:53:43 +0000 (15:53 +0200)]
Add ePUB format (#130)
LukeMathWalker [Wed, 7 Aug 2024 13:39:35 +0000 (15:39 +0200)]
Adjust margins for paperback version. Ensure nothing breaches the right margin.
LukeMathWalker [Tue, 6 Aug 2024 15:34:08 +0000 (17:34 +0200)]
redirects -> _redirects
Luca Palmieri [Tue, 6 Aug 2024 15:09:04 +0000 (17:09 +0200)]
Add print-ready PDF (#127)
LukeMathWalker [Tue, 6 Aug 2024 08:31:06 +0000 (10:31 +0200)]
Add formats.
mckzm [Mon, 5 Aug 2024 15:53:07 +0000 (00:53 +0900)]
Fix reference to supertrait syntax in 09_error_trait.md (#124)
The [Error trait](https://rust-exercises.com/100-exercises/05_ticket_v2/09_error_trait.html?highlight=supertrait#the-error-trait) chapter states that the reader may recall the supertrait syntax from the [Sized trait](https://rust-exercises.com/100-exercises/04_traits/08_sized) chapter. Actually the syntax is introduced in the [From and Into](https://rust-exercises.com/100-exercises/04_traits/09_from) chapter instead. This PR amends the text accordingly.
Luca Palmieri [Mon, 5 Aug 2024 15:52:15 +0000 (17:52 +0200)]
Render the book in PDF using `pandoc` and LaTeX. (#126)
* Render the book in PDF using `pandoc` and LaTeX.
* Fix installs.
* Go the apt-get route
* Another attempt
* Avoid installing twice.
* Re-order.
* Add more packages.
* Minimise deps. Fix link checker.
* Missing package.
* Missing package.
* Missing package.
* More packages.
* Missing package.
* Missing package.
* More packages...
* Remove.
* Fix link checker.
* Fix link checker.
* Fix path.
* Add subtitle.
* Avoid running over the right margin.
* Avoid running over the right margin.
* Formatting
mckzm [Mon, 5 Aug 2024 13:03:31 +0000 (22:03 +0900)]
Fix minor typo in 09_bounded.md (#125)
Trim errant `s` from `enqueue`'s end in [Bounded vs unbounded channels](https://rust-exercises.com/100-exercises/07_threads/09_bounded.html):
`if the producers enqueues messages` -> `if the producers enqueue messages`
LukeMathWalker [Thu, 1 Aug 2024 13:33:23 +0000 (15:33 +0200)]
Formatting
LukeMathWalker [Thu, 1 Aug 2024 13:33:13 +0000 (15:33 +0200)]
Change exercise for mutable slices. Closes #26
LukeMathWalker [Thu, 1 Aug 2024 13:14:10 +0000 (15:14 +0200)]
Ensure that overflow checks are active for the `copy` exercise. Closes #64
LukeMathWalker [Thu, 1 Aug 2024 13:10:50 +0000 (15:10 +0200)]
It's enough for one field to be private. Closes #69
LukeMathWalker [Thu, 1 Aug 2024 13:09:40 +0000 (15:09 +0200)]
Formatting
LukeMathWalker [Thu, 1 Aug 2024 13:09:24 +0000 (15:09 +0200)]
Remove reference to `cargo new` to avoid confusion. Closes #71.
LukeMathWalker [Thu, 1 Aug 2024 12:56:43 +0000 (14:56 +0200)]
Add `cargo-modules`. Closes #101
LukeMathWalker [Thu, 1 Aug 2024 12:54:25 +0000 (14:54 +0200)]
Fix #104
LukeMathWalker [Thu, 1 Aug 2024 12:53:53 +0000 (14:53 +0200)]
Reword 'static issues. Closes #117
LukeMathWalker [Tue, 30 Jul 2024 14:13:20 +0000 (16:13 +0200)]
No need to deploy anymore.
code-cp [Sun, 28 Jul 2024 10:46:20 +0000 (18:46 +0800)]
Update 06_async_aware_primitives.md (#122)
Fix a typo
Zhang Zihao [Wed, 17 Jul 2024 06:08:22 +0000 (14:08 +0800)]
Fix a typo (#116)
Jack Moffitt [Sun, 7 Jul 2024 19:18:43 +0000 (14:18 -0500)]
Remove pub visibility on `server()` as the argument has a private type. This gets rid of a warning. (#112)
Evgeniy Filimonov [Sun, 30 Jun 2024 16:23:20 +0000 (18:23 +0200)]
07_threads: 03_leak: Leak vector with Vec::leak, not Box::leak (#107)
Palash Nigam (He/Him) [Sat, 29 Jun 2024 22:18:46 +0000 (03:48 +0530)]
Ch-08 Futures Exercise 02: Fix typo (#106)
LOGI [Thu, 27 Jun 2024 09:35:11 +0000 (17:35 +0800)]
fix(typo): a module name in comments (#102)
The output of the compiler does not include the module name of the `Ticket` struct and the root module of this exercise is `visibility` rather than `encapsulation` which is the root module of the next exercise.
Saqib Ahmed [Thu, 27 Jun 2024 09:34:02 +0000 (14:34 +0500)]
fix: fix a typo (#103)
Jerry Wu [Thu, 20 Jun 2024 08:21:53 +0000 (16:21 +0800)]
Update 11_locks.md (#94)
Suggest removing an extra semicolon.
Ernie Hershey [Thu, 20 Jun 2024 08:21:33 +0000 (04:21 -0400)]
fix syntax with comma (#89)
Example doesn't compile with a comma here
Onè [Thu, 20 Jun 2024 08:21:14 +0000 (04:21 -0400)]
Change test to require impl (#87)
impl std::ops::Add<&SaturatingU16> for SaturatingU16
tomgrbz [Thu, 20 Jun 2024 08:18:55 +0000 (04:18 -0400)]
Remove array/slice syntax from argument &mut str in TODO comment for lowercase func (#99)
Co-authored-by: thomasgrbic <grbic.t@northeastern.edu>
Felix Pherry [Wed, 5 Jun 2024 09:59:04 +0000 (16:59 +0700)]
Fix: typos (#84)
Co-authored-by: Felix Pherry <182051.FELIX@klgroup.local>
Felix Pherry [Sat, 1 Jun 2024 06:31:48 +0000 (13:31 +0700)]
fix(book): Correct type parameter naming convention to pascal case (#79)
* fix(book): Correct type parameter naming convention to pascal case
* Update book/src/04_traits/05_trait_bounds.md
---------
Co-authored-by: Felix Pherry <182051.FELIX@klgroup.local>
Co-authored-by: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>
rithvik-bosch [Wed, 29 May 2024 08:59:32 +0000 (14:29 +0530)]
nit: grammar (#70)
LukeMathWalker [Tue, 28 May 2024 09:18:27 +0000 (11:18 +0200)]
Add a TODO to make things more explicit.
LukeMathWalker [Tue, 28 May 2024 09:11:41 +0000 (11:11 +0200)]
Reword.
Keshav Chakravarthy [Tue, 28 May 2024 09:08:34 +0000 (14:38 +0530)]
Better example for ownership transfer using String (#68)
* Better example for ownership transfer using String
* Update book/src/03_ticket_v1/06_ownership.md
---------
Co-authored-by: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>
Ernie Hershey [Tue, 28 May 2024 09:05:59 +0000 (05:05 -0400)]
Grammar typo (#65)
Onè [Tue, 28 May 2024 09:05:46 +0000 (05:05 -0400)]
Change execution unit name (#60)
Shinya Fujino [Tue, 28 May 2024 09:04:32 +0000 (18:04 +0900)]
Update variant name (#58)
Shinya Fujino [Tue, 28 May 2024 09:04:19 +0000 (18:04 +0900)]
Fix a typo (#57)
Onè [Tue, 28 May 2024 09:04:08 +0000 (05:04 -0400)]
typos (#55)
* Add missing of
* change tense of spawn
* ignored to ignoring
* add need
LukeMathWalker [Fri, 24 May 2024 18:16:31 +0000 (20:16 +0200)]
Remove new line.
LukeMathWalker [Fri, 24 May 2024 18:14:02 +0000 (20:14 +0200)]
Re-add necessary references section in 06/06
LukeMathWalker [Fri, 24 May 2024 16:26:59 +0000 (18:26 +0200)]
Create branch first.
LukeMathWalker [Fri, 24 May 2024 16:26:15 +0000 (18:26 +0200)]
Fetch history.
LukeMathWalker [Fri, 24 May 2024 16:20:45 +0000 (18:20 +0200)]
Fix deploy step.
LukeMathWalker [Fri, 24 May 2024 16:16:20 +0000 (18:16 +0200)]
Formatter
Luca Palmieri [Fri, 24 May 2024 16:15:38 +0000 (18:15 +0200)]
Automatically add exercise links to sections. (#52)
We use an mdbook preprocessor to automatically generate links to the relevant exercise for each section.
We remove all existing manual links and refactor the deploy process to push the rendered book to a branch.
Luca Palmieri [Fri, 24 May 2024 15:00:03 +0000 (17:00 +0200)]
Formatter (#51)
Enforce consistent formatting use `dprint`
LukeMathWalker [Fri, 24 May 2024 14:47:14 +0000 (16:47 +0200)]
Run CI on pushes to main too.
Luca Palmieri [Fri, 24 May 2024 14:45:59 +0000 (16:45 +0200)]
Add CI job to verify that we have no broken links. (#50)
Fix all broken links.
Onè [Fri, 24 May 2024 10:58:07 +0000 (06:58 -0400)]
add system to sentence (#48)
Sympatron GmbH [Fri, 24 May 2024 10:57:57 +0000 (12:57 +0200)]
Fix broken links (#47)
LukeMathWalker [Fri, 24 May 2024 10:55:58 +0000 (12:55 +0200)]
Improve `Output` explanation.
LukeMathWalker [Fri, 24 May 2024 10:43:34 +0000 (12:43 +0200)]
Restructure negative trait bounds section.
LukeMathWalker [Fri, 24 May 2024 10:36:15 +0000 (12:36 +0200)]
Reword instructions.
LukeMathWalker [Fri, 24 May 2024 10:33:35 +0000 (12:33 +0200)]
Add trait recommendations.
LukeMathWalker [Fri, 24 May 2024 10:20:11 +0000 (12:20 +0200)]
You can assign an `if/else` expression to a variable.
LukeMathWalker [Fri, 24 May 2024 10:16:04 +0000 (12:16 +0200)]
Fix typo.
LukeMathWalker [Fri, 24 May 2024 10:12:51 +0000 (12:12 +0200)]
Explain that generic parameters don't have to be single letters.
Onè [Fri, 24 May 2024 08:28:27 +0000 (04:28 -0400)]
Add missing word (#45)
Shinya Fujino [Fri, 24 May 2024 08:27:29 +0000 (17:27 +0900)]
Update references in `book/src/04_traits` (#46)
LukeMathWalker [Thu, 23 May 2024 14:33:55 +0000 (16:33 +0200)]
Fix index.
LukeMathWalker [Thu, 23 May 2024 13:29:42 +0000 (15:29 +0200)]
Add new section on trait bounds.
LukeMathWalker [Thu, 23 May 2024 12:39:43 +0000 (14:39 +0200)]
Remove ambiguity in 03/07 exercise mandate.
LukeMathWalker [Thu, 23 May 2024 12:37:05 +0000 (14:37 +0200)]
Improve `as` casting exercise.
Onè [Thu, 23 May 2024 12:29:55 +0000 (08:29 -0400)]
reword tuples introduction (#42)
Onè [Thu, 23 May 2024 12:29:37 +0000 (08:29 -0400)]
typos (#41)
* that to than
* add missing s
* an to a
Next letter is a consonant sound
Onè [Thu, 23 May 2024 07:05:34 +0000 (03:05 -0400)]
Align arrows in diagrams (#39)
Onè [Thu, 23 May 2024 07:05:22 +0000 (03:05 -0400)]
Change part of speech for syntax (#40)
Onè [Thu, 23 May 2024 07:04:58 +0000 (03:04 -0400)]
remove unused footnote (#38)
LukeMathWalker [Wed, 22 May 2024 10:06:40 +0000 (12:06 +0200)]
Use "bytes" instead of "characters" consistently when talking about length of a `String`.
LukeMathWalker [Wed, 22 May 2024 10:04:22 +0000 (12:04 +0200)]
Add more resources to "Derive" section. Closes #34
LukeMathWalker [Wed, 22 May 2024 09:11:05 +0000 (11:11 +0200)]
Fix test to use &mut rather than &. Closes #30
Fangyi Zhou [Wed, 22 May 2024 09:04:04 +0000 (10:04 +0100)]
Add i32/u32 suffix for numeric literals in 04_traits/01_trait (#20)
Without an explicit suffix, the compiler is able to use the i32
implementation without the need for an u32 implementation.
LukeMathWalker [Wed, 22 May 2024 09:03:19 +0000 (11:03 +0200)]
Fix links.
Jae-Won Chung [Wed, 22 May 2024 09:00:51 +0000 (05:00 -0400)]
Check status field value after patch (#22)
jw013 [Wed, 22 May 2024 09:00:24 +0000 (05:00 -0400)]
Update 04_scoped_threads.md (#21)
Fix incorrect statement and remove unintended line break.
Fangyi Zhou [Sat, 18 May 2024 15:57:02 +0000 (16:57 +0100)]
Fix a typo in 03_ticket_v1/08_stack (#19)
The type argument of `size_of` is `<u8>` instead of `<String>`.