Commit Graph

  • bb89034d1f
    Remove the return Box<dyn Trait> issue Jesse Wang 2020-04-28 14:08:16 +1200
  • afb8b4c5b8 Expanding Pin chapter + more precise wording as suggested in #73 Carl Fredrik Samson 2020-04-12 17:39:42 +0200
  • cc1d3e64c2
    Fix typo Hernando Castano 2020-04-07 23:06:55 -0400
  • 6c1b4a5edc
    Add Async Recursion Macro to Workarounds Zicklag 2020-03-27 17:11:11 -0500
  • abc53156a5
    remove duplicate title Pure White 2020-03-24 16:27:54 +0800
  • 8e3a200b5d
    mdbook renderer tries to invoke linkcheck renderer Srikanth Suresh 2020-03-23 22:59:59 +0300
  • c854dbd717
    Chapter 2: fix self type xtutu 2020-03-23 22:38:39 +0800
  • d073a9dea7
    ci: update travis import path Pietro Albini 2020-03-20 16:33:47 +0100
  • 3f6335a5b2 Remove outdated reference to `FutureObj` Joshua Groves 2020-03-08 00:27:03 -0330
  • d7651bb1cd fixed editions and ignoring funkill2 2019-11-19 14:09:41 +0300
  • 658ce12b21 ignore running some code, fix edition for other part of code funkill2 2019-11-19 00:41:50 +0300
  • 3abc1db398 Remove outdated reference to `FutureObj` Joshua Groves 2020-03-08 00:27:03 -0330
  • 15281c6a3d update dep Black3HDF 2019-12-17 18:27:30 +0800
  • e0901fe3a8 Fix spellcheck Jens Krause 2019-12-15 10:33:58 +0100
  • 588b3bd048 Update chapter 1.4 Jens Krause 2019-12-12 18:01:16 +0100
  • 11f251216c Tiny grammar fix Alfie John 2019-12-28 22:53:47 +1100
  • aa46c7d73e Fix path: Future:poll => Future::poll Oleh Misarosh 2020-01-25 23:39:56 +0200
  • fb930924e3 Fix typo: `lw.wake()` => `wake()` Oleh Misarosh 2020-01-25 22:48:42 +0200
  • 11848ad16d Remove extra comma garro95 2020-02-02 15:07:56 +0100
  • 232ebc9a0c
    Remove extra comma garro95 2020-02-02 15:07:56 +0100
  • 960ebb9b9d
    Fix path: Future:poll => Future::poll Oleh Misarosh 2020-01-25 23:39:56 +0200
  • 8da165814a
    Fix typo: `lw.wake()` => `wake()` Oleh Misarosh 2020-01-25 22:48:42 +0200
  • 4532b42965 Tiny grammar fix Alfie John 2019-12-28 22:53:47 +1100
  • 359bf0a2ce
    update dep Black3HDF 2019-12-17 18:27:30 +0800
  • 7ae8ea2d83
    Fix spellcheck Jens Krause 2019-12-15 10:33:58 +0100
  • 89f1d3e3ce
    Update chapter 1.4 Jens Krause 2019-12-12 18:01:16 +0100
  • 610fb97339
    proofreading funkill2 2019-12-05 23:01:58 +0300
  • f5ca0b92f1
    Fix a typo AlephAlpha 2019-12-05 23:17:01 +0800
  • 2b05aa6fbf
    fixed method path funkill2 2019-12-01 22:35:40 +0300
  • deca811af7
    added russian translation funkill2 2019-11-21 23:30:10 +0300
  • 1605516f4f
    Add a workaround for joining futures and allowing failure tarquin-the-brave 2019-11-20 23:03:54 +0000
  • c0fb5c741f Fix comment about size of function pointers Stephane Raux 2019-11-17 19:31:39 -0800
  • 6d70df480e
    fixed editions and ignoring funkill2 2019-11-19 14:09:41 +0300
  • 36128ca601
    ignore running some code, fix edition for other part of code funkill2 2019-11-19 00:41:50 +0300
  • e9d147e2b1 fix deps version and format examples yjhmelody 2019-11-18 19:20:24 +0800
  • 9b606a53b4 Fix comment about size of function pointers Stephane Raux 2019-11-17 19:31:39 -0800
  • c5108a6ec5 Don't start the timer until the future is polled for the first time. Jeroen C. van Gelderen 2019-11-17 13:20:55 -0500
  • fa3228386e Chapter 1: Fix typo in comment Arne Janbu 2019-11-08 23:05:34 +0100
  • 799fded3c8 Fix pinning example David Coles 2019-11-13 21:12:47 -0800
  • a276e7ebdc fix: remove nightly references petrSchreiber 2019-11-09 09:41:29 +0100
  • 49d85a159e
    Fix pinning example David Coles 2019-11-13 21:12:47 -0800
  • 65d03a1022 Fix "unused function" warnings. Diogo Sousa 2019-11-09 14:34:39 +0000
  • b875634a6e Update to rust stable and futures 0.3. Diogo Sousa 2019-11-09 13:45:35 +0000
  • 58114488ab fix: remove nightly references petrSchreiber 2019-11-09 09:41:29 +0100
  • a5165dab4e Create README.md XAMPPRocky 2019-11-12 16:20:06 +0100
  • f879f3503a Add required hidden definitions to some code examples Manish Goregaokar 2019-11-11 15:33:08 -0800
  • ea72c9e5ab Update examples/01_02_why_async/src/lib.rs Tyler Mandry 2019-10-24 15:46:20 -0700
  • b726cb8e4a Fix typos in Chapter 1 code samples Tyler Mandry 2019-10-15 16:50:55 -0700
  • dc7b321ff9 cache mdbook and linkcheck funkill2 2019-09-20 18:50:48 +0300
  • 2aca6b01ad
    Create README.md XAMPPRocky 2019-11-12 16:20:06 +0100
  • 545810fbdf Add required hidden definitions to some code examples Manish Goregaokar 2019-11-11 15:33:08 -0800
  • bbe2b54771 fix: applied simple http server nightly references, cargo petrSchreiber 2019-11-08 21:41:00 +0100
  • 4c100f990d Chapter 1: Fix typo in comment Arne Janbu 2019-11-08 23:05:34 +0100
  • a0587e830a CH1 - HTTP server - wrong url + missing println! Baptiste HAUDEGAND 2019-10-27 13:53:28 +0100
  • d900689fcc
    Update examples/01_02_why_async/src/lib.rs Tyler Mandry 2019-10-24 15:46:20 -0700
  • 47a8010def
    Merge pull request #41 from funkill/spellchecking Niko Matsakis 2019-10-22 14:05:44 -0400
  • 7998c641cb
    Merge pull request #38 from petertrotman/patch-1 Niko Matsakis 2019-10-22 14:05:01 -0400
  • 8cfb10508d
    Merge pull request #43 from funkill/clear_cache Niko Matsakis 2019-10-22 14:03:53 -0400
  • f65e1f7dd7
    Merge pull request #47 from tmandry/patch-3 Niko Matsakis 2019-10-22 14:03:20 -0400
  • fe047ce803
    Merge pull request #48 from DhruvDh/add-git-button Niko Matsakis 2019-10-22 14:02:49 -0400
  • 39b02d2850 adds git button Dhruv Dhamani 2019-10-19 02:17:08 -0400
  • 426b95194e
    Clarify sentence about u8: Unpin Tyler Mandry 2019-10-15 16:59:53 -0700
  • c2b88be6df
    Fix typos in Chapter 1 code samples Tyler Mandry 2019-10-15 16:50:55 -0700
  • 55ba9de508
    Merge pull request #18 from rust-lang/master Junjie Huang 2019-09-23 22:13:29 +0800
  • 5405097f98
    remove project dependant files from target dir before cache funkill2 2019-09-20 19:24:14 +0300
  • 4323d1fafc
    ignore target dir funkill2 2019-09-20 19:23:42 +0300
  • e9bdbbca43
    cache mdbook and linkcheck funkill2 2019-09-20 18:50:48 +0300
  • 4283a83ca7
    fixed dictionary header funkill2 2019-09-20 18:32:32 +0300
  • df1ded856e
    case insensitive sorting of dictionary funkill2 2019-09-20 18:30:05 +0300
  • f93dea5054
    added new words funkill2 2019-09-20 18:29:18 +0300
  • e5304e4223
    added aspeller package funkill2 2019-09-20 17:59:55 +0300
  • f98b6c0e28
    added spellchecking funkill2 2019-09-20 17:53:49 +0300
  • cb1c2ba7d1 Fix typo. (#40) Dimitri Sabadie 2019-09-18 22:51:06 +0200
  • aad7074a8c
    Fix typo. Dimitri Sabadie 2019-09-18 16:30:43 +0200
  • ff6b79630d
    added space to closing `}` around task_sender Peter Trotman 2019-09-09 14:44:34 +0100
  • 6c4348284f trans(chap7): initial translation huangjj27 2019-09-08 23:06:58 +0800
  • 8d4af5c4ac bugfix(chap6): delete unnecessary title huangjj27 2019-09-08 15:38:24 +0800
  • 7a8fbb1e6a
    Merge pull request #16 from rust-lang/master Junjie Huang 2019-09-06 23:27:11 +0800
  • 7aba2abd35 Change reference to function to correctly match example Lars Christensen 2019-09-06 00:35:06 +0200
  • 7e0213f7f7 Fix function name to match example Lars Christensen 2019-09-05 12:24:19 +0200
  • 83004f7af4
    Change reference to function to correctly match example Lars Christensen 2019-09-06 00:35:06 +0200
  • b10d07184b Fix typo Taylor Cramer 2019-09-04 15:17:37 -0700
  • da0c6cad49 Standardize heading format Taylor Cramer 2019-09-04 14:46:06 -0700
  • b3467d9f9f Add chapter: Workarounds to Know and Love Taylor Cramer 2019-08-20 17:20:55 -0700
  • 9e1f6bc12f
    Fix function name to match example Lars Christensen 2019-09-05 12:24:19 +0200
  • 20993abbeb Fix typo Taylor Cramer 2019-09-04 15:17:37 -0700
  • 137fb41190 Standardize heading format Taylor Cramer 2019-09-04 14:46:06 -0700
  • 5da65a514a Add chapter: Workarounds to Know and Love Taylor Cramer 2019-08-20 17:20:55 -0700
  • 294d18cbd4 typofix: fixes typo shown in # 14 huangjj27 2019-09-01 22:46:20 +0800
  • 9a11bfbcfc update summary huangjj27 2019-08-31 22:12:33 +0800
  • 99d2b52d05 trans(chap6): initial translation huangjj27 2019-08-31 14:55:14 +0800
  • 5115159caa trans(chap5): initial translation huangjj27 2019-08-31 13:07:37 +0800
  • 1c106381ce trans(chap4): initial translation huangjj27 2019-08-28 22:07:46 +0800
  • af08577f74 refer to Chinese-commented codes Junjie Huang 2019-08-26 11:26:46 +0800
  • 1451f1b0a7 Update SUMMARY.md Junjie Huang 2019-08-26 09:17:32 +0800
  • b2ac70d4c0 Update SUMMARY.md Junjie Huang 2019-08-26 09:14:04 +0800
  • b71a192f26 Update SUMMARY.md Junjie Huang 2019-08-26 09:13:01 +0800
  • 5087c12c36 Update SUMMARY.md Junjie Huang 2019-08-26 07:09:21 +0800
  • 563028b5b5 trans(chap3): initial translation huangjj27 2019-08-25 22:53:31 +0800
  • 5b741426b4
    Merge pull request #15 from rust-lang/master Junjie Huang 2019-08-25 12:35:35 +0800