Commit Graph

  • 43185c0b2e Fix a few links in the book Oliver Middleton 2016-06-01 13:32:58 +0100
  • 26e938ce1b doc: Fix tiny typo in vec-alloc.md Brian Green 2016-05-09 14:28:42 -0700
  • 712ba3c8ec subtyping.md: typo fix c4rlo 2016-04-23 11:58:58 +0100
  • 99a8183fdb improve error message Ariel Ben-Yehuda 2016-03-31 21:42:23 +0300
  • e2862658d2 suggest adding a where-clause when that can help Ariel Ben-Yehuda 2016-03-29 20:12:31 +0300
  • a35ea15442 Update Rust version in the Rustonomicon Vec chapter Matt Brubeck 2016-03-30 16:59:38 -0700
  • 44b7a53b97 Capitalize some occurences of Rust in documentation Florian Hahn 2016-02-24 19:55:49 +0100
  • a29e5a7589 Fix spacing style of `T: Bound` in docs Ulrik Sverdrup 2016-01-17 23:36:38 +0100
  • 6a7e5b5b04 Fixed indent from tabs to spaces Jonas Tepe 2016-01-16 20:51:55 +0100
  • c7fff43d50 added zst iterator additions to final code Jonas Tepe 2016-01-16 13:13:44 +0100
  • 7529d7b852 Semicolon was at wrong place in let statement Jonas Tepe 2016-01-16 13:07:46 +0100
  • 20ac46402c len needs to be prefixed by self for this to work. The final code in this section of the book is correct. jonastepe 2016-01-07 12:13:22 +0100
  • 5060b9c061 heap::deallocate expects a *mut u8 but here a *mut T is given. The final code is correct, the example here would not compile without the cast. I used *mut _ instead of *mut u8 to be consistent with the final code. jonastepe 2016-01-06 12:13:47 +0100
  • ae44e86c13 Change "big ask" to "tall order" in Rustonomicon. Steve Wooster 2015-12-17 09:40:02 -0800
  • ef1cd4dd45 nomicon: Mention contravariance Ulrik Sverdrup 2015-12-11 18:23:31 +0100
  • 9a11f6e3ff nomicon: Fix variance in example Ulrik Sverdrup 2015-12-11 18:15:57 +0100
  • 31e414c51a Remove nomicon reference to copy_lifetime Steve Klabnik 2015-11-16 16:58:52 -0500
  • 8dc4b7608d Nomicon: mention tuple structs with repr(c) Steve Klabnik 2015-11-16 12:04:25 -0500
  • 9bfb59ca83 Fix typo Jake Worth 2015-11-07 12:27:58 -0600
  • 799b247059 don't use drop_in_place as an intrinsic Alexis Beingessner 2015-08-19 15:55:36 -0700
  • 150a6b4a85 Add missing "to" in Rustonomicon Atomics. Scott Olson 2015-10-22 03:33:47 -0600
  • 11bbe8cd1a fix markdown in nomicon/dropck Alex Burka 2015-10-19 20:14:38 -0400
  • eab1e095c6 Fix minor syntax error in example. Scott Olson 2015-10-19 01:43:48 -0600
  • b7627fc68d Correct spelling in docs Andrew Paseltiner 2015-10-19 13:45:33 -0400
  • 25daea46ac Update explanation about offset method DenisKolodin 2015-10-15 23:57:23 +0300
  • 703285826a Correct spelling in docs Andrew Paseltiner 2015-10-13 09:44:11 -0400
  • d264bf6b3b doc: fixing typos Kyle Robinson Young 2015-10-10 09:15:55 -0700
  • a8362b6890 review comment: point out that the dropck analysis is now trivial. Felix S. Klock II 2015-10-09 14:08:06 +0200
  • c2c76b3366 Document the new more conservative dropck rule and the escape hatch. Felix S. Klock II 2015-10-08 15:29:09 +0200
  • 30ae4bc89b Replace multiple trailing newlines with a single trailing newline Carlos Liam 2015-10-06 13:06:39 -0400
  • 0e784eb884 Fix some typos. Ms2ger 2015-08-23 11:52:13 +0200
  • 3e25f93084 docs: anchors fixes Simon Mazur 2015-10-05 19:25:54 +0300
  • 83ce66888e Nomicon: Fix Links Pascal Hertleif 2015-09-12 12:13:24 +0200
  • 4c56ec91c3 std: Internalize almost all of `std::rt` Alex Crichton 2015-09-08 15:53:46 -0700
  • a0b4fdad02 Rustonomicon: Reword potentially confusing comment in Vec::drain. Jørn Lode 2015-09-06 18:21:57 +0200
  • 2574990a3f Rustonomicon: Fix bug in implementation of Vec::drain() Jørn Lode 2015-09-06 03:20:53 +0200
  • 00fdb72cc8 Reverse AtomicBool value in nomicon example to agree with its comment. Jake Kerr 2015-09-01 17:20:04 +0900
  • 649ba39bc4 Remove superfluous line from Nomicon Andrew Paseltiner 2015-08-28 22:07:02 -0400
  • 4b1781c350 nomicon: insert missing words Tshepang Lekhonkhobe 2015-08-20 21:37:12 +0200
  • 80604b471d nomicon: use current syntax Tshepang Lekhonkhobe 2015-08-20 21:17:20 +0200
  • 5dfcb738b1 Remove reference to diabetes Steve Klabnik 2015-08-06 20:18:49 -0400
  • 2bea608ff4 Some rerp-rust improvements. Taliesin Beynon 2015-08-06 02:04:11 -0400
  • d787bec7d5 Revise TARPL's description for allocating 0 bytes Jeehoon Kang 2015-07-31 23:55:01 +0900
  • 399efd4cdc Fix some grammar in The Advanced Rust Programming Language Ivan Jager 2015-08-04 17:09:44 -0500
  • f6e739a54c Fix variance ordering Alexis Beingessner 2015-08-04 15:09:47 -0700
  • 5dea771dbb rename TARPL to The Rustinomicon Alexis Beingessner 2015-07-31 14:13:59 -0700
  • 99e464326c fix code and error to match the surronding text Oliver Schneider 2015-07-31 09:32:53 +0200
  • a15e56cb52 Minor grammatical changes to send-and-sync. Cole Reynolds 2015-07-30 23:40:04 -0400
  • 8a932e55b9 fix switched-round 'b' and 'c' Taliesin Beynon 2015-07-30 23:16:56 -0400
  • 37d42cdcef last of the emphasis cleanup Alexis Beingessner 2015-07-30 22:48:36 -0700
  • 42582a28ed frob emphasis Alexis Beingessner 2015-07-30 18:47:02 -0700
  • 85a6d02a45 make the intro less scary Alexis Beingessner 2015-07-30 16:51:22 -0700
  • a9c2c6ee32 fix title-casing Alexis Beingessner 2015-07-30 16:39:46 -0700
  • ec806b24f4 tarpl: Change norun to no_run Alex Crichton 2015-07-30 14:32:02 -0700
  • baab22d05e Maybe ignore the explicit examples of a race condition Alexis Beingessner 2015-07-30 08:49:17 -0700
  • 6e480e28e6 fix example code Alexis Beingessner 2015-07-29 17:15:11 -0700
  • 594aa865d2 add warning about reference section Alexis Beingessner 2015-07-29 15:55:19 -0700
  • efe5b1b79e clarify subtyping Alexis Beingessner 2015-07-28 15:41:58 -0700
  • 56fd7834f6 fix borrow-splitting Alexis Beingessner 2015-07-28 15:38:39 -0700
  • e00022c2ef fix incorrect name Alexis Beingessner 2015-07-28 15:16:59 -0700
  • 36d7b94c89 lots more felix fixes Alexis Beingessner 2015-07-28 15:13:54 -0700
  • fadf50dc7d many many pnkfelix fixes Alexis Beingessner 2015-07-28 13:20:36 -0700
  • 35f68b4107 OBRM for aturon Alexis Beingessner 2015-07-27 16:01:22 -0700
  • fe09c847aa vec fixes for huonw Alexis Beingessner 2015-07-27 15:03:38 -0700
  • b1529f107e fixups for aturon Alexis Beingessner 2015-07-27 14:40:54 -0700
  • 8685cdba24 fixup atomics Alexis Beingessner 2015-07-26 18:19:50 -0700
  • f8fdc70bc3 expand lifetime splitting to show IterMut is totally safe Alexis Beingessner 2015-07-26 18:12:36 -0700
  • 1e43aaa054 fix accident Alexis Beingessner 2015-07-24 10:02:16 -0700
  • 750d0bccde remove subtyping from coercions, it's something else Alexis Beingessner 2015-07-20 16:18:52 -0700
  • a8f62683fb clarify casts are checked at compile time Alexis Beingessner 2015-07-20 15:50:47 -0700
  • 986d7980c9 remove redundant explanation Alexis Beingessner 2015-07-20 15:36:50 -0700
  • b08d4dde35 explain phantom Alexis Beingessner 2015-07-20 15:35:33 -0700
  • 2479c91cf7 get into the weeds over GEP and allocations Alexis Beingessner 2015-07-20 15:32:52 -0700
  • 9d578c5d11 UB is src bzns Alexis Beingessner 2015-07-20 11:37:15 -0700
  • 42629127a0 mention void pointers Alexis Beingessner 2015-07-20 11:36:26 -0700
  • 3ddcf0929c clean up vec chapter of tarpl Alexis Beingessner 2015-07-20 11:31:29 -0700
  • 7415230ad1 flesh out void types Alexis Beingessner 2015-07-20 11:02:45 -0700
  • 42ed931268 some conversions cleanup Alexis Beingessner 2015-07-19 21:43:17 -0700
  • e8f82c31c4 fixup and cool example for checked-uninit Alexis Beingessner 2015-07-19 20:48:51 -0700
  • 9a6c06731f fix up lifetimes Alexis Beingessner 2015-07-18 11:44:41 -0700
  • dae4f5665c fix typo Alexis Beingessner 2015-07-18 09:10:01 -0700
  • fe26a882c7 no really I deleted you Alexis Beingessner 2015-07-17 22:20:44 -0700
  • 745dcebe39 shard out misc section on lifetimes properly Alexis Beingessner 2015-07-17 22:20:11 -0700
  • df793ee850 update subtyping to be a bit clearer about reference variance Alexis Beingessner 2015-07-17 11:46:02 -0700
  • a348171e67 properly remove moved text Alexis Beingessner 2015-07-14 17:59:28 -0700
  • 1809c4defb split out vec-zsts correctly Alexis Beingessner 2015-07-14 14:41:53 -0700
  • 9f20f453b2 fix all the doc tests Alexis Beingessner 2015-07-14 11:07:00 -0700
  • 4b9d71becf nits and realigning Alexis Beingessner 2015-07-14 09:56:10 -0700
  • b6cf288741 fix via mdinger Alexis Beingessner 2015-07-14 00:26:08 -0700
  • c2e44a36f3 remove chaff Alexis Beingessner 2015-07-13 23:13:56 -0700
  • af63fc0443 remove salsh Alexis Beingessner 2015-07-13 22:37:03 -0700
  • ae60a1a8fd several fixups Alexis Beingessner 2015-07-13 22:36:09 -0700
  • 8fd1169aab shard out and clean up unwinding Alexis Beingessner 2015-07-13 22:09:44 -0700
  • 70ab1bf88a fix definition Alexis Beingessner 2015-07-13 21:37:19 -0700
  • ebee2651ec clarify atomics Alexis Beingessner 2015-07-13 17:49:58 -0700
  • e48ef911f0 fix Alexis Beingessner 2015-07-13 11:46:57 -0700
  • 165132a1ad rewrite intro Alexis Beingessner 2015-07-13 11:12:16 -0700
  • 5f3cec4a00 fix typo Alexis Beingessner 2015-07-08 15:04:55 -0700
  • a64f2d5729 typos mdinger 2015-07-08 15:41:39 -0400
  • c868318ec7 niko discussion affects Alexis Beingessner 2015-07-08 10:42:35 -0700