Commit Graph

  • 8440b82af1
    explain `CS 课程` to `CS(Computer Science:计算机科学)` Rustln 2022-03-02 16:18:20 +0800
  • e89c1a07e4
    Merge pull request #5 from sunface/main Rustln 2022-03-02 16:16:23 +0800
  • 8e8f9a4ebf
    Merge pull request #506 from Rustln/main Sunface 2022-03-02 16:00:21 +0800
  • cdfe5387b8
    Update src/into-rust.md #506 Sunface 2022-03-02 16:00:10 +0800
  • 30dc187131 fix(string-slice): wrong link #507 Allan Downey 2022-03-02 15:59:41 +0800
  • 582fa25e30
    fixed typo. Rustln 2022-03-02 15:52:10 +0800
  • 78bf83efff
    Merge pull request #4 from sunface/main Rustln 2022-03-02 15:50:49 +0800
  • f017d911de
    Merge pull request #505 from Rustln/main Sunface 2022-03-02 15:46:40 +0800
  • 373c05d229
    explain `CS` to `Counter-Strike` #505 Rustln 2022-03-02 15:42:25 +0800
  • 775cc8e8e9
    fixed type `Molzilla` to `Mozilla` Rustln 2022-03-02 15:40:14 +0800
  • eef546c369 update toc, changelog sunface 2022-03-02 13:49:51 +0800
  • ab24813f9d add cargo build.rs sunface 2022-03-02 13:48:37 +0800
  • 1eb0cce00f
    Merge pull request #504 from Co1lin/patch-3 Sunface 2022-03-02 08:34:41 +0800
  • 120de78bc3
    fix inconsistency #504 Colin 2022-03-01 21:33:02 +0800
  • 601accb9ca
    Merge pull request #501 from Rustln/main Sunface 2022-03-01 16:37:53 +0800
  • ee86e87c1d
    Fixed comment some code. #501 Rustln 2022-03-01 14:58:42 +0800
  • ca6cfcff13
    Update README.md Sunface 2022-03-01 13:07:24 +0800
  • ac7782f4e8
    Update README.md Sunface 2022-03-01 13:07:11 +0800
  • 9c28e75d77
    Update README.md Sunface 2022-03-01 13:05:09 +0800
  • 506daa857f
    Update README.md Sunface 2022-03-01 13:03:17 +0800
  • f8ba4d477a rename dir contents to src sunface 2022-03-01 11:13:56 +0800
  • fe1f1ca894 move 中英文对照.md to assets dir sunface 2022-03-01 11:13:07 +0800
  • 5005427c9e Merge branch 'main' of https://github.com/sunface/rust-course sunface 2022-03-01 11:11:26 +0800
  • ac69dc1cbd move rustlings-zh to assets dir sunface 2022-03-01 11:11:13 +0800
  • 37b344e2fd fix toc bug sunface 2022-03-01 09:56:35 +0800
  • 9364e47d40
    Merge f6f57a1b18 into cbdb844810 #494 tomoat 2022-03-01 09:12:04 +0800
  • cbdb844810
    Merge pull request #500 from AllanDowney/patch-3 Sunface 2022-03-01 08:46:39 +0800
  • 3d2cdbab6b
    Update contents/basic/compound-type/struct.md #500 Sunface 2022-03-01 08:46:04 +0800
  • 2cc99c22f6
    Update contents/basic/compound-type/struct.md Sunface 2022-03-01 08:45:47 +0800
  • 35667a3c61
    Update contents/basic/compound-type/struct.md Sunface 2022-03-01 08:45:31 +0800
  • 7224c7d820
    Update contents/basic/compound-type/struct.md Sunface 2022-03-01 08:44:24 +0800
  • f129d0c5f1
    Merge pull request #499 from AllanDowney/patch-2 Sunface 2022-03-01 08:42:26 +0800
  • 5faed8fe1c Update(struct.md): unified format and fix typo Allan Downey 2022-02-28 23:35:59 +0800
  • 0d647240b1 Update: unified format and fix wrong link #499 Allan Downey 2022-02-28 23:06:18 +0800
  • 842e5fef0c
    Merge pull request #498 from AllanDowney/patch-1 Sunface 2022-02-28 22:35:22 +0800
  • fd08fb4974 Update(appendix/derive): fix wrong link #498 Allan Downey 2022-02-28 21:50:01 +0800
  • 59ebe1b475 Merge branch 'main' of https://github.com/sunface/rust-course sunface 2022-02-28 21:29:09 +0800
  • 94ffff136c update changelog.md sunface 2022-02-28 21:28:59 +0800
  • 237e39c97b add #[derive(debug)] to struct.md sunface 2022-02-28 21:26:58 +0800
  • bd4cdb3c07
    Merge pull request #497 from ATRiiX/patch-1 Sunface 2022-02-28 20:49:43 +0800
  • 701d983dfe
    remove duplicated sentences #497 ATRiX 2022-02-28 20:05:35 +0800
  • aac4a1f9ea rename 元结构体 to 单元结构体 sunface 2022-02-28 19:18:28 +0800
  • ced884ae86
    Merge pull request #495 from Rustln/main Sunface 2022-02-28 19:08:36 +0800
  • f821fd61d8
    Add `RUST_BACKTRACE=1 cargo run` command usage under different operating systems. #495 Rustln 2022-02-28 17:05:08 +0800
  • f6f57a1b18
    Update all-patterns.md #494 tomoat 2022-02-28 16:56:05 +0800
  • c433114d43
    Merge pull request #493 from Ji-Xinyou/patch-typo Sunface 2022-02-28 16:02:32 +0800
  • 964760604d panic typo fixed #493 Ji-Xinyou 2022-02-28 15:43:12 +0800
  • 2fde211a5b
    Merge pull request #492 from zongzi531/hotfix/closure Sunface 2022-02-28 14:09:02 +0800
  • 1bb40583cb add 编程常用代码片段 in course toc sunface 2022-02-28 14:02:56 +0800
  • 29e1a948b2 add cargo/发布到crates.io sunface 2022-02-28 13:39:05 +0800
  • 97c85248c4 Fix typo in functional-programing/closure.md #492 zongzi531 2022-02-28 13:35:23 +0800
  • 51b09ef48a update about-book.md sunface 2022-02-28 12:34:54 +0800
  • 0a4b8c66b3
    Update README.md Sunface 2022-02-28 11:21:51 +0800
  • b11799587e
    Update README.md Sunface 2022-02-28 11:18:56 +0800
  • b28ce971b5
    Update README.md Sunface 2022-02-28 11:15:17 +0800
  • 23b38d5968
    Merge pull request #491 from Rustln/main Sunface 2022-02-28 10:05:59 +0800
  • d3125d8f48
    Risk aversion vocabulary according to national conditions #491 Rustln 2022-02-28 09:45:19 +0800
  • 1858802894 update readme.md sunface 2022-02-28 08:50:57 +0800
  • cecac8b8ec
    Merge pull request #490 from Achazwl/patch-2 Sunface 2022-02-28 08:47:55 +0800
  • 5fa65bfbb6
    Merge pull request #489 from Direct-A/patch-1 Sunface 2022-02-28 08:47:00 +0800
  • 9f1f85a930
    Merge pull request #488 from AllanDowney/patch-2 Sunface 2022-02-28 08:46:26 +0800
  • 361b3847d4
    Merge pull request #487 from AllanDowney/patch-1 Sunface 2022-02-28 08:46:01 +0800
  • ec4ae16fd1
    Update concurrency-parallelism.md 优化表达 #490 William 2022-02-27 22:51:38 +0800
  • c062a4cb35
    更新 basic/compound-type/intro 中 编译器属性标记 链接 #489 Yishai Song 2022-02-27 22:12:35 +0800
  • be07486f1d
    fix wrong link #488 Fanyjie 2022-02-27 22:01:47 +0800
  • b08f6f789b
    Merge pull request #486 from AllanDowney/patch-3 Sunface 2022-02-27 21:44:03 +0800
  • 82a2976ed2
    Merge pull request #485 from AllanDowney/patch-2 Sunface 2022-02-27 21:41:55 +0800
  • b82855be87 Update appendix/derive #487 Allan Downey 2022-02-27 21:41:02 +0800
  • 5b5171c23c
    Update contents/advance/circle-self-ref/circle-reference.md #485 Sunface 2022-02-27 21:39:47 +0800
  • f666da865b Update appendix Allan Downey 2022-02-27 21:27:54 +0800
  • 48d59e195f Update: unified format #486 Allan Downey 2022-02-27 21:10:31 +0800
  • 2c47b2db70 Update: unified format Allan Downey 2022-02-27 20:23:46 +0800
  • 5615a21fc3
    Merge pull request #484 from AllanDowney/patch-1 Sunface 2022-02-27 19:46:27 +0800
  • 0b98c6a3e8
    Merge pull request #483 from Rustln/main Sunface 2022-02-27 19:44:49 +0800
  • 26e7b3325e
    Merge pull request #480 from 1132719438/main Sunface 2022-02-27 19:44:21 +0800
  • e67790e976 fix wrong link #484 Allan Downey 2022-02-27 19:07:18 +0800
  • 36375f57a6 Update(naming): unified format Allan Downey 2022-02-27 17:56:34 +0800
  • 6149e2afd5
    Update advance-trait.md #483 Rustln 2022-02-27 18:22:20 +0800
  • 3fbcbb1630 Fix typo in profiles.md #480 lijinpeng 2022-02-27 13:22:21 +0800
  • 2dbd477637 Fix typo in features/examples.md lijinpeng 2022-02-27 13:12:30 +0800
  • da72006be8 Fix typo in workspaces.md lijinpeng 2022-02-27 13:04:24 +0800
  • 622107f46e Fix typo in manifest.md lijinpeng 2022-02-27 12:48:33 +0800
  • dbfd49e273 Fix typo in deps-overriding.md lijinpeng 2022-02-27 12:36:54 +0800
  • 56cecda45d
    Merge pull request #479 from Co1lin/patch-2 Sunface 2022-02-27 11:12:53 +0800
  • 09b5c57980
    fix typo #479 Colin 2022-02-27 11:03:13 +0800
  • 6f4fce7f23 update change.log sunface 2022-02-27 10:58:12 +0800
  • 9014dd3d8d add 生成可执行的测试文件 sunface 2022-02-27 10:55:08 +0800
  • 2a6b88b06d change name to deloy.sh sunface 2022-02-26 22:00:35 +0800
  • 67b5f34061 update changelog sunface 2022-02-26 21:58:32 +0800
  • 0251a26e0d update macro sunface 2022-02-26 21:57:07 +0800
  • 5479925b19 update readme.md sunface 2022-02-26 21:06:45 +0800
  • 089bc0f8c7 update readme.md sunface 2022-02-26 21:03:31 +0800
  • 2cffed2190 update readme.md sunface 2022-02-26 20:59:13 +0800
  • 695ddb720c Merge branch 'main' of https://github.com/sunface/rust-course sunface 2022-02-26 10:12:57 +0800
  • 3856e3afa8
    Update README.md Sunface 2022-02-26 10:12:03 +0800
  • e797798540
    Update README.md Sunface 2022-02-26 10:11:47 +0800
  • 24477bdd43 Merge branch 'main' of https://github.com/sunface/rust-course sunface 2022-02-26 10:10:29 +0800
  • e2129417a7
    Update README.md Sunface 2022-02-26 10:09:41 +0800
  • d1f72b88eb
    Update README.md Sunface 2022-02-26 10:09:30 +0800
  • b519776943
    Update README.md Sunface 2022-02-26 09:20:37 +0800