1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-04 18:36:01 +02:00

Commit Graph

  • 9dee59e16b Add answers Razieh Behjati 2023-01-23 07:46:31 +00:00
  • 6402d942ca Some discussion points for traits Razieh Behjati 2023-01-17 22:04:35 +00:00
  • 19a9630836
    Update send-sync.md Igor Petruk 2023-01-22 22:28:58 +00:00
  • 1bfd13e384 Update example.md Igor Petruk 2023-01-22 22:22:01 +00:00
  • 7dbe1de49d
    Update mutex.md Igor Petruk 2023-01-22 22:09:16 +00:00
  • c21782b9e3
    Update arc.md Igor Petruk 2023-01-22 21:57:47 +00:00
  • 2d89f51579
    Update channels.md Igor Petruk 2023-01-22 21:41:22 +00:00
  • 8f9125d156
    Update scoped-threads.md Igor Petruk 2023-01-22 21:36:42 +00:00
  • 4bc8d652fd
    Update unsafe.md Igor Petruk 2023-01-22 13:05:19 +00:00
  • 9c0a141055 Adding a note why Result encourages error checking. Igor Petruk 2023-01-22 12:50:55 +00:00
  • d04df8d867
    Update error-contexts.md Igor Petruk 2023-01-22 12:47:13 +00:00
  • 28808e405c
    Update result.md Igor Petruk 2023-01-22 12:39:15 +00:00
  • b602d2a676
    Update impl-trait.md Igor Petruk 2023-01-22 12:25:23 +00:00
  • ffb2ad6051
    Update trait-bounds.md Igor Petruk 2023-01-22 12:19:14 +00:00
  • 57122a5e61
    Update methods.md Igor Petruk 2023-01-22 12:10:40 +00:00
  • 5b705e16fd
    Update drop.md Igor Petruk 2023-01-22 11:56:27 +00:00
  • 9ce4d81c14
    Update from-into.md Igor Petruk 2023-01-22 11:50:14 +00:00
  • c6405730f5
    Update iterator.md Igor Petruk 2023-01-22 11:44:37 +00:00
  • 1f3264e167 Suggesting to add Default to important traits. Igor Petruk 2023-01-22 11:30:31 +00:00
  • 943fd45c9f Move Rust cache setup to its own build step Martin Geisler 2023-01-22 10:40:32 +01:00
  • 53a15df8d4 Extract common build steps to composite actions Martin Geisler 2023-01-22 08:07:08 +01:00
  • c8603bfd68
    Update box-recursive.md Igor Petruk 2023-01-21 22:30:24 +00:00
  • c1ed860292
    Update vec.md Igor Petruk 2023-01-21 22:21:10 +00:00
  • ec138a57c6
    Update std.md Igor Petruk 2023-01-21 22:09:53 +00:00
  • d658a501e9
    Update for-expressions.md Igor Petruk 2023-01-21 22:02:33 +00:00
  • 9db2306cdc
    Update if-let-expressions.md Igor Petruk 2023-01-21 21:53:55 +00:00
  • d1f52972e1
    Update if-expressions.md Igor Petruk 2023-01-21 21:47:02 +00:00
  • a5fe45b24a
    Update blocks.md Igor Petruk 2023-01-21 21:43:17 +00:00
  • eaee7d8813
    Update points-polygons.md Igor Petruk 2023-01-21 21:34:44 +00:00
  • 67b70f49e8
    Update match-guards.md Igor Petruk 2023-01-21 21:17:11 +00:00
  • 37e57535d1
    Update structs.md Igor Petruk 2023-01-21 21:07:33 +00:00
  • 725e7e89ea
    Update destructuring-enums.md Igor Petruk 2023-01-21 20:54:48 +00:00
  • 1fa9b7b5f2
    Update example.md Igor Petruk 2023-01-21 20:40:05 +00:00
  • 67c6b3ae73
    Update receiver.md Igor Petruk 2023-01-21 20:38:31 +00:00
  • 2a4059e166
    Update sizes.md Igor Petruk 2023-01-21 20:26:47 +00:00
  • 16c08210d5
    Update field-shorthand.md Igor Petruk 2023-01-21 20:12:10 +00:00
  • 5c350f9baa
    Update tuple-structs.md Igor Petruk 2023-01-21 20:07:24 +00:00
  • 7cc353c1a1
    Update boot-library.md Igor Petruk 2023-01-21 19:54:34 +00:00
  • fd308c6edc
    Update lifetimes-data-structures.md Igor Petruk 2023-01-21 19:44:14 +00:00
  • 1e6593c475
    Update lifetimes-function-calls.md Igor Petruk 2023-01-21 16:59:37 +00:00
  • 11a6dae924
    Update borrowing.md Igor Petruk 2023-01-21 16:13:47 +00:00
  • 8b49c2d67b
    Update copy-clone.md Igor Petruk 2023-01-21 16:05:58 +00:00
  • 2b5f6bba7a
    Update moves-function-calls.md Igor Petruk 2023-01-21 15:59:43 +00:00
  • f50beab39f
    Update move-semantics.md Igor Petruk 2023-01-21 15:55:43 +00:00
  • 95d43170b8
    Update manual.md Igor Petruk 2023-01-21 15:24:27 +00:00
  • b3cbccf3f0
    Update memory-management.md Igor Petruk 2023-01-21 15:17:01 +00:00
  • d5d7923934
    Update scopes-shadowing.md Igor Petruk 2023-01-21 15:11:21 +00:00
  • 3725fe47fa
    Update static-and-const.md Igor Petruk 2023-01-21 14:57:30 +00:00
  • dd584263a8
    Update the Speaker Notes of the type-inference.md Igor Petruk 2023-01-21 14:54:21 +00:00
  • 85aea5b011
    Update solutions-morning.md Igor Petruk 2023-01-21 14:36:42 +00:00
  • fb2c2d7b13
    Update for-loops.md Igor Petruk 2023-01-21 14:33:52 +00:00
  • 905d0a067e
    Update implicit-conversions.md (#210) Igor Petruk 2023-01-21 14:20:14 +00:00
  • 25a32abef7
    Update Speaker Notes for compile-time.md (#205) Igor Petruk 2023-01-21 14:13:51 +00:00
  • 2abc29f52a
    Update src/why-rust/compile-time.md Martin Geisler 2023-01-21 15:11:16 +01:00
  • 79decc5540
    Update Speaker Notes for what-is-rust.md (#204) Igor Petruk 2023-01-21 14:10:00 +00:00
  • 8ec9657c0d
    Add Speaker Notes to for-loops.md Igor Petruk 2023-01-21 13:13:54 +00:00
  • b44a54182a
    Update implicit-conversions.md Igor Petruk 2023-01-21 12:58:21 +00:00
  • 418e3aa7ef
    Update string-slices.md Igor Petruk 2023-01-21 12:27:05 +00:00
  • 05dccb1186
    Update Speaker Notes for slices.md Igor Petruk 2023-01-21 12:13:42 +00:00
  • e9b8254134
    Update Speaker Notes for compound-types.md Igor Petruk 2023-01-21 12:00:56 +00:00
  • c896fb4c43
    Update Speaker Notes in modern.md Igor Petruk 2023-01-21 11:52:44 +00:00
  • 872742b7f3
    Update Speaker Notes for compile-time.md Igor Petruk 2023-01-21 11:37:37 +00:00
  • f98039e5a6
    Update Speaker Notes for what-is-rust.md Igor Petruk 2023-01-21 11:27:14 +00:00
  • 79d2ca43b5
    Update enums.md Charisee Chiw 2023-01-20 15:04:57 -08:00
  • 1c6a49bcb0
    Update variant-payloads.md Charisee Chiw 2023-01-20 15:04:14 -08:00
  • c1e20333a6
    Update example.md Charisee Chiw 2023-01-20 15:03:12 -08:00
  • edef7b512a
    Update structs.md Charisee Chiw 2023-01-20 15:00:45 -08:00
  • 4ce26a8ca1
    Speaker notes for Method example Charisee Chiw 2023-01-20 14:50:22 -08:00
  • 918f16e4d2
    Update methods.md Charisee Chiw 2023-01-20 13:56:48 -08:00
  • d4c0099781
    Added speaker notes to enum sizes (#201) Charisee Chiw 2023-01-20 13:55:30 -08:00
  • 218e94e356
    Update sizes.md Fabian Bornhofen 2023-01-20 22:49:46 +01:00
  • 93d84eed5c
    Added speaker notes to enum sizes Charisee Chiw 2023-01-20 13:33:22 -08:00
  • 429f6658bf
    Additional speaker notes for variant payloads Charisee Chiw 2023-01-20 13:28:40 -08:00
  • fb6de8c10a
    Update enums.md Charisee Chiw 2023-01-20 13:14:46 -08:00
  • 0a24dfe137
    Speaker Notes for Field Shorthand Charisee Chiw 2023-01-20 11:31:26 -08:00
  • d4cdfae9c4
    Update structs.md Charisee Chiw 2023-01-20 11:19:56 -08:00
  • e660ca5df0
    Update tuple-structs.md Charisee Chiw 2023-01-20 11:18:46 -08:00
  • 0e1d6a658a
    Speaker Notes for tuple-structs Charisee Chiw 2023-01-20 11:12:05 -08:00
  • c5b81e636b
    Update structs.md Charisee Chiw 2023-01-20 10:58:58 -08:00
  • 18a5fddc56
    Update and rename LICENSE.txt to LICENSE CodeMaster7000 2023-01-20 18:43:51 +00:00
  • d4ba15797c
    Update structs.md Charisee Chiw 2023-01-20 10:43:09 -08:00
  • f563123808 Add speaker notes for trait objects Fabian Bornhofen 2023-01-20 15:58:53 +01:00
  • b575ccf995 Add speaker notes for trait objects Fabian Bornhofen 2023-01-20 15:54:22 +01:00
  • b2c2511fac Remove comment inside unsafe block. Andrew Walbran 2023-01-19 10:49:51 +00:00
  • b330a4bfd4 Fix typo, and this is not specific to glibc. Andrew Walbran 2023-01-17 17:29:40 +00:00
  • 8a91aab4e7 Add a slide about writing unsafe functions. Andrew Walbran 2023-01-17 17:13:10 +00:00
  • 5b88083351 Add slide for unsafe traits. Andrew Walbran 2023-01-17 16:41:51 +00:00
  • 773a890a46 Move extern functions slide under unsafe functions. Andrew Walbran 2023-01-17 16:41:40 +00:00
  • 11dfc7d41c Add speaker notes for extern functions. Andrew Walbran 2023-01-17 16:41:23 +00:00
  • c6bb9d587a Add safety comment. Andrew Walbran 2023-01-17 16:35:39 +00:00
  • 32a785b5f7 Add speaker notes for unions. Andrew Walbran 2023-01-17 16:35:54 +00:00
  • 4fe049b720 Mutable statics are generally a bad idea. Andrew Walbran 2023-01-17 16:21:02 +00:00
  • 0910f02489 Add speaker notes and safety comment for raw pointers. Andrew Walbran 2023-01-17 14:27:06 +00:00
  • 40d4abc50c There's no name involved here. Andrew Walbran 2023-01-17 14:25:33 +00:00
  • 96fa033e4c Put unsafe slides in same order as they are introduced in unsafe.md. Andrew Walbran 2023-01-17 12:43:00 +00:00
  • 73062f7680 Add speaker for Drop trait and lifetime of references. Marvin Ritter 2023-01-20 14:53:29 +01:00
  • dbc11b2df2
    Watch po/ directory for changes (#188) Martin Geisler 2023-01-20 11:36:14 +01:00
  • ecffee836d
    Update src/structs/struct-construction.md Martin Geisler 2023-01-20 11:31:34 +01:00
  • c2f177eccb
    Update src/structs/struct-construction.md Martin Geisler 2023-01-20 11:31:02 +01:00
  • af3fefb94d
    Update src/structs/struct-construction.md Martin Geisler 2023-01-20 11:30:37 +01:00