AdrienBaudemont
c4236cf718
fr: Update the translation for "Running the Course". ( #874 )
2023-06-24 00:37:41 +02:00
Victor Costan
0b4891fb1f
Unified FFI setup for for readdir() on macOS ( #857 )
...
Unified FFI setup for for readdir() on macOS.
2023-06-23 15:48:18 +02:00
CoinEZ
525ed90084
ja: Translate chapter 5 ( #825 )
...
* ja: Ch5.0 #652
・not confident about the translation "access to low-level hardware"
* ja: Ch.5.1 #652
* ja: Ch.5.2 #652
・"integer overflow is defined" -> 「整数オーバーフローの挙動が定義されている」 not confident here
* ja: Ch.5.3 #652
・a tad nit-picky, but believe the "The reasoning behind this..." should be on a line of its own, adding a "\n" between any of the three bullet points can fix this, BUT it will add a line between them. I personally prefer adding the "\n", but left as is
* ja: Ch.5 #652
fixes suggested by @keiichiw
2023-06-23 21:30:14 +09:00
Martin Geisler
eb6850a1d0
Clarify what "it" is in rust.md ( #855 )
2023-06-22 14:28:14 +00:00
Martin Geisler
d1d29283ba
Remove ineffective LICENSE link ( #850 )
...
Just like the Markdown files in #846 , we cannot generate a redirect
for the LICENSE file this way. The broken link was fixed in #813 , so
we should be fine here.
2023-06-22 16:27:56 +02:00
Martin Geisler
b7469f779e
Update if-let-expressions.md ( #854 )
...
The use of "interesting" here made the sentence unclear to our Localization team.
2023-06-22 16:27:34 +02:00
Martin Geisler
aba7fd7f56
Simplify error handling pages ( #851 )
...
This makes the `use` statements more consistent and shortens some
variable names.
2023-06-22 16:27:06 +02:00
Martin Geisler
ccde0db38c
Exclude book/
directory from auto-formatting ( #852 )
...
The directory contains generated files and should be ignored when
reformatting.
2023-06-22 10:13:53 -04:00
Martin Geisler
5d71f8a326
Open GitHub edit links in new tabs ( #856 )
...
I find this nicer since you don't lose your location in the book then.
2023-06-22 09:50:20 -04:00
Martin Geisler
5e42cc3548
Clarify wording in lifetimes.md ( #853 )
2023-06-22 13:47:27 +01:00
Martin Geisler
186d333227
Run builds on both Mac OS and Linux ( #830 )
...
* Run builds on both Mac OS and Linux
This would have helped us catch #570 .
* Fix MacOS CI (#848 )
* Revert unnecessary changes
The changes might be good, but I want to keep this PR small and
focused. If we end up with the extra `cfg` statements, we should
include a comment to let students know what they do: we’re targeting
people new to Rust, so we need to be careful with explanations.
---------
Co-authored-by: Dominik Maier <domenukk@gmail.com>
2023-06-22 10:38:41 +02:00
Kuba
4ed75d6b65
pl: Add mostly-machine-translated Polish translation ( #688 )
2023-06-22 10:18:29 +02:00
Yonghyun
da569cd7c4
Update default-methods.md ( #747 )
...
* Update default-methods.md
This commit resolves two issues.
a) typo: Equal -> Equals
b) update details to comply w/ example source code
* Update src/traits/default-methods.md
Co-authored-by: Edward Liaw <edliaw@google.com>
---------
Co-authored-by: Martin Geisler <martin@geisler.net>
Co-authored-by: Edward Liaw <edliaw@google.com>
2023-06-22 09:05:11 +02:00
dependabot[bot]
f0d027b04a
build(deps): bump openssl from 0.10.49 to 0.10.55 ( #849 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.49 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.49...openssl-v0.10.55 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-22 09:04:44 +02:00
Ming-Ying Chung
a5fbd2fd7c
Add PR labeler action to label translation-related PRs ( #845 )
...
* Add PR labeler action to label translation-related PRs
* Sync labels when PR changes
* Update instructions for new translation
2023-06-22 14:21:33 +09:00
Andrew Walbran
0202ba2fc9
Make User pub to avoid unused code warnings when running tests ( #822 )
2023-06-21 15:08:37 +01:00
Andrew Kushyk
a311edb3fb
uk: Create Ukrainian translation ( #835 )
...
* Create ua.po
Added Ukrainian translation
* Update ua.po
* Update CODEOWNERS
* Rename ua.po to uk.po
* Update CODEOWNERS
* Update CODEOWNERS
* Update CODEOWNERS
* Update CODEOWNERS
2023-06-21 11:46:11 +01:00
Andrew Walbran
c1ad97c659
Fix example to build and run ( #838 )
2023-06-21 09:48:05 +01:00
Martin Geisler
a3ef74f107
Remove .md
redirects from book.toml ( #846 )
...
Those redirects don't actually work: they are not given a `Content-Type` by GitHub and so the browser doesn't threat them as HTML and won't follow any redirect.
2023-06-21 09:47:39 +01:00
Jonathan Hao
1868ef3670
zh-TW: Translate unit-tests.md. ( #840 )
...
[zh-TW] Translate unit-tests.md.
2023-06-21 16:46:56 +09:00
vanyabrucker
1ed40f4746
Corrected spelling in bounded.md ( #844 )
...
Corrected spellling bounded.md
2023-06-21 07:12:59 +00:00
Dima
fa58fc8144
Add dyeroshenko@ as reviewer for po/uk.po ( #839 )
...
Add dyeroshenko@ as reviewer for */uk.* file
- Add dyeroshenko@ for translations in Ukrainian
- Fix alphabetical sorting
2023-06-20 14:15:43 +00:00
Anlun Xu
78a7f19e34
zh-CN: Add translation for pattern-matching.md ( #821 )
...
* [zh-CN] Add translation for pattern-matching.md
* Update po/zh-CN.po
Co-authored-by: wnghl <wnghilin@gmail.com>
---------
Co-authored-by: wnghl <wnghilin@gmail.com>
2023-06-20 08:54:11 +08:00
Victor Costan
b2ebd8848c
Document the historical reference in the newtypes example ( #826 )
...
Document the historical reference in the newtypes example.
2023-06-18 14:37:57 +02:00
CoinEZ
cb32c4d108
ja: Ch.4 #652 ( #809 )
...
* ja: Ch.4 #652
・"C/C++/Java tradition" -> 「C/C++/Java系統」: could not think of anything better
・"# Small Example" left untranslated
* ja: Ch.4 #652
fixes suggested by @keiichiw
2023-06-15 13:51:18 +09:00
Doris-Ge
935456fccb
zh-CN: Translation for src/basic-syntax/scopes-shadowing.md ( #793 )
...
* zh-CN: Translation for src/basic-syntax/scopes-shadowing.md
* Change the translation for shadowing from 遮蔽 to 隐藏
* Address superwhd's comments
2023-06-15 09:28:39 +08:00
Md. Rasel Mandol
5d56a529da
Bengali translation: to link incomplete Bengali translation ( #819 )
...
Bengali translation: to link incomplete Bengali translation
2023-06-14 19:37:22 +01:00
Andrew Walbran
54fd2578d3
Add pages about entry point and exception handling on APs ( #802 )
...
* Add page about entry point before Rust code.
* Convert tabs to spaces.
mdbook doesn't seem to handle tabs in code properly.
* Add page about handling exceptions.
* More nuanced discussion of Rust Raspberry Pi OS tutorial.
* Add note about EL1 to entry point page too.
2023-06-14 18:27:07 +00:00
HangDu
9127253adf
zh-CN: translate src/welcome-day-2.md ( #817 )
...
Co-authored-by: Hang Du <hhangdu@google.com>
2023-06-14 17:34:07 +08:00
Martin Geisler
0e09a1c569
Add redirects for all broken links to book.toml ( #814 )
...
This should clean up the list of 404 errors in the Search Console.
2023-06-14 10:21:22 +01:00
Martin Geisler
53fff52b60
Fix link to LICENSE in credits.md ( #813 )
...
The link worked fine when GitHub was rendering it — it rewrites the relative path correctly. However, when viewed as the output of `mdbook`, the link pointed to nowhere.
2023-06-14 10:17:29 +01:00
Ke Xu
bc031361ae
zh-CN: translate src/welcome-day-1.md ( #805 )
...
* zh-CN: translate src/welcome-day-1.md
* Update po/zh-CN.po
Co-authored-by: whd <7058128+superwhd@users.noreply.github.com>
2023-06-14 11:09:31 +08:00
Martin Geisler
02dea6bd28
zh-CN: Translate Concurrency morning ( #785 )
...
* zh-CN: translate the Concurrency morning
* Apply suggestions from code review
Co-authored-by: Anlun Xu <anlunx@google.com>
Co-authored-by: Siwei Xu <xusiwei1236@gmail.com>
* Apply suggestions from code review
Co-authored-by: Anlun Xu <anlunx@google.com>
Co-authored-by: wnghl <wnghilin@gmail.com>
---------
Co-authored-by: Anlun Xu <anlunx@google.com>
Co-authored-by: Siwei Xu <xusiwei1236@gmail.com>
Co-authored-by: wnghl <wnghilin@gmail.com>
2023-06-13 20:06:59 -07:00
Yulin Shen
c878ecd7a8
zh-CN: Translation for src/exercises/day-2/morning.md ( #806 )
2023-06-14 08:57:15 +08:00
Yulin Shen
c948186fc6
zh-CN: Translate for src/exercises/day-2/health-statistics.md ( #807 )
2023-06-14 08:56:21 +08:00
Louis Stanko
00835e7fd4
de: continued German translation until chapter 6.5.3 ( #798 )
...
* German translation until 6.5.3
* changed 'Sie' to 'Du'
* Apply suggestions from code review
Thanks @ronaldfw!
Co-authored-by: ronaldfw <wotzlaw@gmail.com>
---------
Co-authored-by: Martin Geisler <martin@geisler.net>
Co-authored-by: ronaldfw <wotzlaw@gmail.com>
2023-06-13 18:18:06 +00:00
jasminewu229
6880671ba4
zh-CN: Translate src/android.md, src/android/build-rules.md, src/android/setup.md ( #728 )
...
* Update zh-Hans.po
src/android.md, src/android/build-rules.md, src/android/setup.md
---------
Co-authored-by: suetfei <89482184+suetfei@users.noreply.github.com>
2023-06-13 18:14:36 +00:00
Martin Geisler
d71ea715bb
Fix broken link in for-expressions.md ( #812 )
2023-06-13 17:43:08 +00:00
Martin Geisler
7c9195ba7a
Fix broken link in Pitfalls of async
/await
( #811 )
...
Fix broken link in Async Pitfalls
2023-06-13 17:26:56 +00:00
Yauheni Baltukha
078a99885d
ru: Translation for the welcome page and chapters 1,2 ( #724 )
...
Translate the welcome page and chapters 1,2
2023-06-13 15:50:55 +02:00
LIU JIE
cf0ce5c0b2
Explain iff in mutex.md ( #810 )
...
---------
Co-authored-by: Martin Geisler <martin@geisler.net>
2023-06-13 12:56:42 +00:00
Hank Chen
19780b832c
zh-TW: translation for src/control-flow/if-expressions.md ( #801 )
...
* zh-TW: translation for src/control-flow/if-expressions.md
* zh-TW: add translation for src/SUMMARY.md:98
2023-06-13 12:47:08 +00:00
Martin Geisler
6b17bc47b1
Explicitly ask people to clone the repository ( #808 )
...
This was a question in #666 .
2023-06-13 11:01:12 +00:00
Nurlita Dhuha Fatmawati
c0a14c6d3e
Update CODEOWNERS to add me as an id reviewer ( #804 )
...
Update CODEOWNERS to add me as a id reviewer
Co-authored-by: Nurlita Dhuha Fatmawati <nurlitadf@google.com>
2023-06-13 09:07:30 +00:00
Hank Chen
aaf99534e0
zh-TW: fix style in src/testing.md ( #795 )
2023-06-12 10:30:46 +01:00
Hank Chen
f965668f63
zh-TW: translation for src/control-flow/break-continue.md ( #799 )
...
* zh-TW: translation for src/control-flow/break-continue.md
* zh-TW: update translation for src/control-flow/break-continue.md
2023-06-12 16:48:35 +08:00
CoinEZ
4f06a14954
ja: Ch.3 #652 ( #777 )
...
ja: Ch3 #652
short chapter, did not separate to sections
Co-authored-by: Keiichi Watanabe <keiichiw@chromium.org>
2023-06-12 05:52:56 +00:00
Martin Geisler
5a62f650c1
zh-TW: Translate Concurrency morning ( #786 )
...
* zh-TW: Translate Concurrency morning
* Apply suggestions from code review
Thanks @hueich!
Co-authored-by: Addison Luh <hueich@users.noreply.github.com>
---------
Co-authored-by: Addison Luh <hueich@users.noreply.github.com>
2023-06-11 13:34:57 +00:00
Martin Geisler
9cf55893ac
Rephrase when send
blocks ( #792 )
...
* Rephrase when `send` blocks
From a discussion with @hueich in #786 : https://github.com/google/comprehensive-rust/pull/786#discussion_r1224850499 .
2023-06-11 13:20:33 +00:00
Andreas Hindborg
56c1a6e55e
Add suggestion to use rustup doc
( #770 )
...
Suggest to use `rustup doc std::fmt` to open the documentation for `std::fmt`.
2023-06-10 18:01:57 -04:00