| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-05-14 | Update to the oxidized rust-installer | Josh Stone | -0/+0 | |
| 2017-05-05 | Update rust-installer to fix rust-lang-nursery/rustup.rs#1092 | Brian Anderson | -0/+0 | |
| 2017-05-03 | Emit information about XZ packages in manifest | Andrea Canciani | -0/+0 | |
| 2016-10-05 | Update rust-installer. Fixes #36451 | Brian Anderson | -0/+0 | |
| 2016-08-23 | Update rust-installer. Fixes #35840 | Brian Anderson | -0/+0 | |
| 2015-07-10 | Upgrade rust-installer. Fixes install on Fedora-based Linuxes. | Brian Anderson | -0/+0 | |
| 2015-07-08 | Update the installer to support netbsd | Alex HotShot Newman | -0/+0 | |
| 2015-06-18 | updating installer to fix install issues on bitrig | Dave Huseby | -0/+0 | |
| 2015-05-11 | Update rust-installer | Brian Anderson | -0/+0 | |
| 2015-05-10 | Update AUTHORS.txt and RELEASES.md for 1.0 | Brian Anderson | -0/+0 | |
| 2015-04-22 | Update rust-installer. Fixes problems with CDPATH | Brian Anderson | -0/+0 | |
| 2015-04-02 | Upgrade rust-installer | Brian Anderson | -0/+0 | |
| 2015-03-26 | Update rust-installer. Fixes --help and interop with NixOS | Brian Anderson | -0/+0 | |
| 2015-02-12 | Upgrade rust-installer | Brian Anderson | -0/+0 | |
| 2015-01-09 | Fix revert of rust-installer | Brian Anderson | -0/+0 | |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -0/+0 | |
| fmt::Show is for debugging, and can and should be implemented for all public types. This trait is used with `{:?}` syntax. There still exists #[derive(Show)]. fmt::String is for types that faithfully be represented as a String. Because of this, there is no way to derive fmt::String, all implementations must be purposeful. It is used by the default format syntax, `{}`. This will break most instances of `{}`, since that now requires the type to impl fmt::String. In most cases, replacing `{}` with `{:?}` is the correct fix. Types that were being printed specifically for users should receive a fmt::String implementation to fix this. Part of #20013 [breaking-change] | ||||
| 2015-01-03 | Update rust-installer. Fixes #20479 | Brian Anderson | -0/+0 | |
| 2014-12-29 | Upgrade rust-installer to v2 | Brian Anderson | -0/+0 | |
| 2014-12-11 | Use rust-installer for installation | Brian Anderson | -0/+0 | |
| This is just a refactoring of the current installer so that Rust and Cargo use the same codebase. cc #16456 | ||||
