Philipp Oppermann
ad888bcb9b
Merge pull request #1422 from imaspacecat/patch-1
...
Fix broken link in 04-testing
2025-08-01 14:30:26 +02:00
spacecat
7b9891b2b5
Fix broken link in 04-testing
...
the wikipedia link in "lots of UART models" wasn't working anymore, so I changed it to the newer link
2025-07-31 22:49:30 +00:00
gitter
359f457e53
change links
2025-06-25 23:47:56 +08:00
gitter
336391b9c9
change some translation
2025-06-25 23:31:56 +08:00
gitter
2de7654f05
finish translation of post-11
2025-06-25 23:20:42 +08:00
gitter
1b0c9752e6
translate
2025-06-24 21:04:56 +08:00
gitter
30bbcb94cf
translate
2025-06-23 21:49:09 +08:00
gitter
187839ab53
translate post-11
2025-06-22 19:39:18 +08:00
Philipp Oppermann
4e51284661
Merge pull request #1414 from Liuliuliu7/heap-allocation-chinese-translation
...
Heap allocation chinese translation
2025-06-10 13:42:36 +02:00
Philipp Oppermann
3c8d567c1e
Fix broken links
2025-06-10 13:41:41 +02:00
Wen Huan
8b702b732e
Fix some broken links
2025-06-05 22:41:57 +08:00
Wen Huan
02adcf94ee
Apply suggestions from code review
...
Refine wording for better clarity
Co-authored-by: xtex <xtex@envs.net >
2025-06-05 22:27:07 +08:00
Liuliuliu7
d5e981bca9
docs: Translate "Heap Allocation"(post 10) article to Chinese
2025-05-20 18:39:41 +08:00
Philipp Oppermann
2edf0221a3
Merge pull request #1409 from fduxiao/main
...
Fix the missing '&' in post 09
2025-04-21 11:12:07 +02:00
fduxiao
32f629fb2d
Fix the missing '&' in post 09
2025-04-18 00:04:39 -04:00
Philipp Oppermann
98f616964d
Merge pull request #1407 from JINHUILYU/main
...
Update index.zh-CN.md
2025-04-02 15:22:39 +02:00
Via Lyu
557da037c7
Update index.zh-CN.md
...
Fix translation inconsistency: Update incorrect term "组建" to the correct term "组件" at line 645.
2025-04-02 20:30:42 +08:00
Philipp Oppermann
5a849b05d6
Merge pull request #1368 from dobleuber/add-spanish-translation
...
Latam Spanish translation
2025-03-27 17:54:54 +01:00
Philipp Oppermann
9da248032f
Fix config file exclude (typo check)
2025-03-27 17:54:02 +01:00
Philipp Oppermann
52b31ded4d
Format markdown
2025-03-27 17:52:48 +01:00
Philipp Oppermann
88fd5aabdd
List dobleuber as translator
2025-03-27 17:52:28 +01:00
Philipp Oppermann
411d42ac8d
Don't check for typos in config file
2025-03-27 17:47:09 +01:00
Philipp Oppermann
ae810ce83d
Fix: Bring back translations for ar
2025-03-27 17:41:27 +01:00
Philipp Oppermann
d4daf93050
Merge pull request #1405 from phil-opp/rust-2024
...
Update blog to Rust 2024 edition
2025-03-27 15:42:20 +01:00
Philipp Oppermann
c0fc0bed9e
Unsafe operations in unsafe fn require an unsafe block since Rust 2024
2025-03-27 15:39:55 +01:00
Philipp Oppermann
9753695744
The no_mangle attribute is unsafe since Rust 2024
2025-03-27 15:39:15 +01:00
dobleuber
725085abea
Fix Wikipedia links to point to English versions instead of Spanish ones
2025-03-03 21:24:46 -05:00
dobleuber
98cf0d4850
Exclude Spanish files from typos check
2025-03-03 21:19:04 -05:00
dobleuber
b9b1ae8c08
Fix broken internal links in Spanish translations
2025-03-03 21:08:36 -05:00
dobleuber
cf91244de6
Add es/ prefix to Spanish file paths to avoid route collisions
2025-03-03 20:59:55 -05:00
dobleuber
ffd0555a5a
Add Spanish language configuration to config.toml
2025-03-03 20:53:22 -05:00
dobleuber
0e9f50d773
Translate code comments to Spanish in all units
2025-03-03 20:46:39 -05:00
Philipp Oppermann
9345886d44
Merge pull request #1399 from felixpackard/post-02-fix-typo
...
Fix typo when referencing the `rustc-abi` field.
2025-02-20 17:15:00 +01:00
Felix Packard
b1bf2e51d6
Fix typo when referencing the rustc-abi field.
2025-02-20 15:46:05 +00:00
Philipp Oppermann
176d4a7783
Merge pull request #1386 from yo-goto/yo-goto-patch-1
...
Fix Japanese translation of "run in parallel"
2025-02-10 12:33:55 +01:00
Philipp Oppermann
b69f96e0ae
Merge pull request #1393 from phil-opp/rustc-abi
...
Add `rustc-abi` field to target spec JSON
2025-02-10 12:32:28 +01:00
Philipp Oppermann
450afac4a1
Add rustc-abi field to target spec JSON
...
The Rust compiler now requires an explicit `rustc-abi: x86-softfloat` field when using the soft-float target feature. This was added in https://github.com/rust-lang/rust/pull/136146 and is part of the latest nightlies.
I updated the post branches in commit 688a21e4
2025-02-10 12:19:51 +01:00
PADAone
fba3bedf39
fix Japanese translation of "run in parallel"
2025-01-30 20:34:56 +09:00
Philipp Oppermann
8b341c96c1
Merge pull request #1377 from phil-opp/raw-const
...
Use new `&raw const` operator instead of `unsafe {& _}`
2025-01-15 19:59:04 +01:00
Philipp Oppermann
7f1f658358
Use new &raw const operator instead of unsafe {& _}
2025-01-15 19:57:38 +01:00
Philipp Oppermann
0417fd22ef
Merge pull request #1376 from phil-opp/remove-const_mut_refs-feature
...
The `const_mut_refs` feature is stable now and no longer required
2025-01-15 19:43:08 +01:00
Philipp Oppermann
69a498c6a3
The const_mut_refs feature is stable now and no longer required
2025-01-15 19:40:20 +01:00
dobleuber
c9307a422f
All blogs translate, but not reviewed yet
2025-01-13 22:08:29 -05:00
dobleuber
d9de86f6df
Minimal rust kernel
2024-12-21 14:26:47 -05:00
dobleuber
8971334f57
Fix typos and rename files
2024-12-21 12:50:05 -05:00
dobleuber
ab232d3051
A Freestanding Rust Binary
2024-12-20 20:13:39 -05:00
Philipp Oppermann
4de9527ef8
Merge pull request #1356 from GNITOAHC/GNITOAHC-patch-1
...
[translation]: Fix typo in index.zh-TW.md
2024-11-28 20:10:42 +01:00
Philipp Oppermann
c46922678e
Use tracnslation_contributors section
2024-11-28 20:10:04 +01:00
Chao-Ting, Chen
146e694d08
docs: Update index.zh-TW.md
2024-11-12 02:53:44 +08:00
Philipp Oppermann
b797cc805f
Merge pull request #1347 from elchukc/fix_typo_start_return_type
...
add return type on `_start()` in code block
2024-10-07 22:02:27 +02:00