Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure clean shutdown of all threads running JS | Gregory Terzian | 2020-06-30 | 1 | -5/+3 |
| | |||||
* | partially integrate streaming request bodies with http re-direct | Gregory Terzian | 2020-06-04 | 1 | -0/+1 |
| | |||||
* | Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30) | Simon Sapin | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | Remove `default-except-unstable` | Simon Sapin | 2019-07-01 | 1 | -8/+1 |
| | | | | | … and use remaining unstable features unconditionally. This doesn’t actually change the set of crates that can build on the Stable channel. | ||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -6/+12 |
| | |||||
* | Make usage of core_intrinsics optional | Simon Sapin | 2017-10-16 | 1 | -2/+4 |
| | |||||
* | Introduce TaskOnce | Anthony Ramine | 2017-09-20 | 1 | -16/+37 |
| | | | | | Having both TaskBox and TaskOnce allows us to remove the superfluous inner boxing from CancellableTask<T>. | ||||
* | Rename Task to TaskBox | Anthony Ramine | 2017-09-20 | 1 | -13/+15 |
| | |||||
* | Make Task require Send | Anthony Ramine | 2017-09-20 | 1 | -8/+8 |
| | |||||
* | Preserve the name of inner tasks in cancellable ones | Anthony Ramine | 2017-09-18 | 1 | -0/+4 |
| | |||||
* | Introduce a task! macro and use it for internal pause steps | Anthony Ramine | 2017-09-18 | 1 | -0/+20 |
| | |||||
* | Move Task to its own module | Anthony Ramine | 2017-09-18 | 1 | -0/+70 |