| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+46 | |
| 2017-07-27 | Use `rustc_on_unimplemented`'s trait name argument in `try` | Esteban Küber | -1/+1 | |
| 2017-07-22 | Add generic example of std::ops::Sub in doc comments | mandeep | -0/+36 | |
| 2017-07-05 | Add `rustc_on_unimplemented` message to `std::ops::Try` | Esteban Küber | -0/+2 | |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -168/+9 | |
| This reverts commit 143206d54d7558c2326212df99efc98110904fdb. | ||||
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -9/+168 | |
| Move it and Bound to core::ops while we're at it. Closes #30877 | ||||
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -5/+20 | |
| Replaced by adding extra imports, adding hidden code (`# ...`), modifying examples to be runnable (sorry Homura), specifying non-Rust code, and converting to should_panic, no_run, or compile_fail. Remaining "```ignore"s received an explanation why they are being ignored. | ||||
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -67/+0 | |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -2/+2 | |
| `compiler-plugins.html` is moved into the Unstable Book. Explanation is slightly modified to match the change. | ||||
| 2017-06-09 | Move Drop to module. | Clar Charr | -90/+103 | |
| 2017-06-09 | Move CoerceUnsized to module. | Clar Charr | -69/+82 | |
| 2017-06-09 | Move Index to module. | Clar Charr | -149/+162 | |
| 2017-06-09 | Move Deref to module. | Clar Charr | -110/+123 | |
| 2017-06-09 | Move Try to module. | Clar Charr | -102/+118 | |
| 2017-06-09 | Move placement new operators to module. | Clar Charr | -119/+130 | |
| 2017-06-09 | Move bit ops to module. | Clar Charr | -830/+846 | |
| 2017-06-09 | Move arithmetic ops to module. | Clar Charr | -864/+880 | |
| 2017-06-09 | Move Fn to module. | Clar Charr | -185/+198 | |
| 2017-06-07 | Move Range to module. | Clar Charr | -356/+374 | |
| 2017-06-07 | Move ops.rs to folder. | Clar Charr | -0/+3021 | |
