| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -2/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2020-09-20 | Replace write_fmt with write! | est31 | -2/+2 | |
| Latter is simpler | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -4/+6 | |
| 2020-08-24 | unstable-book-gen: fix clippy::single_char_pattern and clippy::iter_skip_next | Matthias Krüger | -3/+3 | |
| 2020-07-28 | Collect library features from library/ | Mark Rousskov | -3/+5 | |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -2/+0 | |
| 2019-12-22 | Format the world | Mark Rousskov | -48/+44 | |
| 2019-12-21 | Update unstable book build to use NonZeroU32 | LeSeulArtichaut | -12/+3 | |
| 2019-09-23 | Add `#![deny(warnings)]` to internal tools | Alex Crichton | -0/+2 | |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by ↵ | Vadim Petrochenkov | -5/+0 | |
| rustbuild Remove some random unnecessary lint `allow`s | ||||
| 2019-05-09 | Switch to SPDX 2.1 license expression | David Tolnay | -1/+1 | |
| According to the Cargo Reference: https://doc.rust-lang.org/cargo/reference/manifest.html > This is an SPDX 2.1 license expression for this package. Currently > crates.io will validate the license provided against a whitelist of > known license and exception identifiers from the SPDX license list > 2.4. Parentheses are not currently supported. > > Multiple licenses can be separated with a `/`, although that usage > is deprecated. Instead, use a license expression with AND and OR > operators to get more explicit semantics. | ||||
| 2019-04-07 | Change root path for unstable-book | Bastian Gruber | -8/+5 | |
| 2019-04-06 | path -> from | Bastian Gruber | -2/+2 | |
| 2019-04-06 | Remove copy_book_toml method in favor for copy_recursive | Bastian Gruber | -7/+0 | |
| 2019-04-06 | Add book.toml to tools/unstable, add copy_book_toml to scipt | Bastian Gruber | -0/+10 | |
| 2019-02-04 | Transition tidy and unstable-book-gento 2018 edition | Hirokazu Hata | -1/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-05-27 | Ensure every unstable feature has a tracking issue. | kennytm | -1/+1 | |
| 2018-03-26 | rustbuild: Fail the build if we build Cargo twice | Alex Crichton | -0/+4 | |
| This commit updates the `ToolBuild` step to stream Cargo's JSON messages, parse them, and record all libraries built. If we build anything twice (aka Cargo) it'll most likely happen due to dependencies being recompiled which is caught by this check. | ||||
| 2018-01-13 | Enforce dashes in the unstable book file names | est31 | -6/+9 | |
| Also rename the existing underscore using files to use dashes. Fixes #47394. | ||||
| 2018-01-01 | prevent generating duplicate stubs | tinaun | -5/+3 | |
| 2017-10-13 | remove duplicate stubs | tinaun | -1/+5 | |
| 2017-06-18 | Sort entries of SUMMARY.md alphabetically | est31 | -9/+9 | |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -2/+1 | |
| This commit * Refactors the collect_lib_features function to work in a non-checking mode (no bad pointer needed, and list of lang features). * Introduces checking whether unstable/stable tags for a given feature have inconsistent tracking issues. * Fixes such inconsistencies throughout the codebase. | ||||
| 2017-06-14 | Autogenerate stubs and the summary of the unstable book | est31 | -0/+178 | |
