Commit Graph

  • 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
  • d8cbd14d6e oops Alexis Beingessner 2015-07-07 21:31:09 -0700
  • 625c795631 new chapter for reals Alexis Beingessner 2015-07-07 21:30:14 -0700
  • bcab386c0d new chapter Alexis Beingessner 2015-07-07 21:30:03 -0700
  • 37228b9d7d flesh out atomics Alexis Beingessner 2015-07-07 21:19:04 -0700
  • 7851f27cb6 improve joke Alexis Beingessner 2015-07-07 10:03:51 -0700
  • 36943a9b98 shard out concurrency Alexis Beingessner 2015-07-07 09:48:57 -0700
  • 9e8b997dd0 void types Alexis Beingessner 2015-07-07 09:39:21 -0700
  • 4a2ba27cba split out and rework drop flags section Alexis Beingessner 2015-07-07 09:33:20 -0700
  • 899c8a754a cleanup Alexis Beingessner 2015-07-06 23:37:44 -0700
  • fd601550db cleanup Alexis Beingessner 2015-07-06 23:36:10 -0700
  • 9c7d86acf6 mdinger fix Alexis Beingessner 2015-07-06 20:28:11 -0700
  • 931281df78 expand on ctors Alexis Beingessner 2015-07-06 20:25:14 -0700
  • c6c64270bf SHARD ALL THE CHAPTERS Alexis Beingessner 2015-07-06 18:36:16 -0700
  • b0f30f264e rework unsafe intro to be 1000% more adorable Alexis Beingessner 2015-07-03 09:49:30 -0700
  • cec46bf948 lifetiiiiimes Alexis Beingessner 2015-07-02 23:57:28 -0700
  • 3d8ce59c68 uninit cleanup Alexis Beingessner 2015-07-01 13:37:17 -0700
  • 77847beb65 TODO Alexis Beingessner 2015-07-01 13:12:11 -0700
  • 30eeb8fbbf start on proper atomics Alexis Beingessner 2015-07-01 13:11:13 -0700
  • 49c9be6c9d conversion corrections Alexis Beingessner 2015-06-29 22:30:10 -0700
  • c3384dde9f add unwinding section to index Alexis Beingessner 2015-06-29 21:44:07 -0700
  • 89c4cdf03e so much unwinding Alexis Beingessner 2015-06-29 21:42:27 -0700
  • 00790e6d0a unwinding start Alexis Beingessner 2015-06-29 17:13:15 -0700
  • 542e123cb7 fiddlin' Alexis Beingessner 2015-06-29 15:43:51 -0700
  • c403766c45 poke at data and conversions more Alexis Beingessner 2015-06-29 11:35:09 -0700