| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-27 | Update cargo | Eric Huss | -0/+0 | |
| 2019-08-20 | Update cargo | flip1995 | -0/+0 | |
| 2019-08-10 | Update cargo | Vadim Petrochenkov | -0/+0 | |
| 2019-08-07 | Update cargo | Eric Huss | -0/+0 | |
| 2019-07-31 | Update cargo, rls | Eric Huss | -0/+0 | |
| 2019-07-25 | Update cargo | Eric Huss | -0/+0 | |
| 2019-07-17 | Update mdbook, cargo, books | Eric Huss | -0/+0 | |
| This updates the last of the books using mdbook 0.1, finally removing it from the build. | ||||
| 2019-07-09 | Update cargo | Eric Huss | -0/+0 | |
| 2019-06-24 | Update cargo | Eric Huss | -0/+0 | |
| 2019-06-17 | Update cargo | Eric Huss | -0/+0 | |
| 2019-05-23 | Update cargo | Eric Huss | -0/+0 | |
| 2019-05-16 | Update cargo | Eric Huss | -0/+0 | |
| 2019-05-06 | Update cargo | Eric Huss | -0/+0 | |
| 2019-05-02 | Update Cargo | Igor Matuszewski | -0/+0 | |
| Align with the version bump in https://github.com/rust-lang/rls/pull/1448 | ||||
| 2019-04-23 | Update cargo, books | Eric Huss | -0/+0 | |
| 2019-04-16 | Update cargo | Eric Huss | -0/+0 | |
| 2019-04-04 | Update cargo | David Tolnay | -0/+0 | |
| 2019-04-03 | Update cargo | David Tolnay | -0/+0 | |
| 2019-03-30 | Update cargo | Eric Huss | -0/+0 | |
| 2019-03-13 | Update cargo | Eric Huss | -0/+0 | |
| 2019-03-08 | Update cargo, rls | Eric Huss | -0/+0 | |
| 2019-02-22 | Update cargo | Eric Huss | -0/+0 | |
| 2019-02-19 | Update cargo | Eric Huss | -0/+0 | |
| 2019-02-10 | bump cargo submodule | Pietro Albini | -0/+0 | |
| 2019-02-05 | Update cargo | Eric Huss | -0/+0 | |
| 2019-01-27 | Update cargo to fix deprecation warnings | Mark Rousskov | -0/+0 | |
| Implemented in rust-lang/cargo#6600 | ||||
| 2019-01-20 | Update cargo | Eric Huss | -0/+0 | |
| 2019-01-17 | Update cargo | Eric Huss | -0/+0 | |
| 2019-01-17 | Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" | Pietro Albini | -0/+0 | |
| This reverts commit 722b4d695964906807b12379577bce5ee3d23e08, reversing changes made to 956dba47d33fc8b2bdabcd50e5bfed264b570382. | ||||
| 2019-01-16 | prepare beta 1.33.0 | Pietro Albini | -0/+0 | |
| 2019-01-12 | Update cargo | Eric Huss | -0/+0 | |
| 2019-01-03 | Update cargo | Eric Huss | -0/+0 | |
| 2018-12-28 | Update cargo, rls, miri | Eric Huss | -0/+0 | |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -0/+0 | |
| * Update bootstrap compiler * Update version to 1.33.0 * Remove some `#[cfg(stage0)]` annotations Actually updating the version number is blocked on updating Cargo | ||||
| 2018-12-10 | Update Cargo submodule and its dependencies | Alex Crichton | -0/+0 | |
| Hopefully just another routine update! So far this starts to enable the `std::arch` in stage0 builds of rustc. This means that we may need stage0/not(stage0) in stdsimd itself, but more and more code is starting to use `std::arch` so I think it's time to start shifting the balance of work here. | ||||
| 2018-12-03 | Update cargo | Eric Huss | -0/+0 | |
| 2018-11-17 | Update Cargo submodule | Alex Crichton | -0/+0 | |
| Brings in some fixes and stabilizations! | ||||
| 2018-11-09 | Update Cargo submodule | Alex Crichton | -0/+0 | |
| Hopefully a relatively routine update! | ||||
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -0/+0 | |
| * Also update the bootstrap compiler * Update cargo to 1.32.0 * Clean out stage0 annotations | ||||
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -0/+0 | |
| In addition to to updating Cargo's submodule and Cargo's dependencies, this also updates Cargo's build to build OpenSSL statically into Cargo as well as libcurl unconditionally. This removes OpenSSL build logic from the bootstrap code, and otherwise requests that even on OSX we build curl statically. | ||||
| 2018-10-16 | Update cargo submodule | Oliver Scherer | -0/+0 | |
| 2018-10-13 | submodules: update cargo from ad6e5c00 to 5dbac988 | Matthias Krüger | -0/+0 | |
| Changes: Switch to use crates-io as the registry name and don't include publish when registry is not specified fix redundant pkgid generation validate some basic properties of a valid resolve Detail dep name in invalid version error Fix dashes in rename dependencies. Bump flate2 to 1.0.3 Add default in config document Add support for providing a default registry Add support for registry to new and init use impl Iterator instead of custom types in `source` let jetbrains reorder some impls to match the definition use impl Iterator instead of custom types in resolver and graph remove Graph::sort as it is unused fmt Bump libgit2-sys to 0.7.9 Switch to use registry Allow registry option for cargo install. Second attempt at fixing msys terminal width. Try to improve "version not found" error Fix typo | ||||
| 2018-09-28 | Update Cargo's submodule | Alex Crichton | -0/+0 | |
| Bring in a few updates and fixes, mostly a standard update. | ||||
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all ↵ | Eduard-Mihai Burtescu | -0/+0 | |
| editions. | ||||
| 2018-09-21 | Update Cargo | Alex Crichton | -0/+0 | |
| This commit brings in a few Cargo updates * Updates Cargo with experimental HTTP/2 support - a post on the forums will be made about testing this when available. * Bumps Cargo's own version number | ||||
| 2018-09-13 | Update Cargo | Alex Crichton | -0/+0 | |
| Should bring in some nice progress bars for compilations! | ||||
| 2018-09-10 | Update Cargo submodule | Alex Crichton | -0/+0 | |
| Bring in a few last-minute updates before the 1.30.0 release | ||||
| 2018-09-09 | submodules: update clippy, rls with crate visibility patches, also update cargo | Matthias Krüger | -0/+0 | |
| 2018-08-25 | Update Cargo submodule | Alex Crichton | -0/+0 | |
| Also update Cargo's dependencies while we're at it | ||||
| 2018-08-14 | Update cargo | Eric Huss | -0/+0 | |
