Peter Atashian
Peter Atashian
Unless we configured the travis builders to build the standard library rlibs for windows when doing a try build. It has no C dependencies for `pc-windows-msvc` so it *should* be...
To add on to this Manderin is spelled wrong and should be Mandarin.
@JanLikar Because it is fairly trivial to `cargo install` an external version so that as soon as you get it written and working, people can immediately use it without having...
The `dev` branch is where I write my own commits for testing on CI before merging them into a mainline branch. I'll eventually create a `0.4` branch where 0.4 specific...
This is basically https://github.com/rust-lang/rust/issues/17027
I'd very much like an optional package that bundles .pdb debug info for the exe and dll binaries in the nightlies. Sometimes I want to debug what rustc is doing...
I find it weird that we still release rustup binaries compiled by `-gnu`. Users of rustup gain nothing by using the `-gnu` version and the choice of host/target is independent...
Perhaps I should add a message to https://github.com/rust-lang/rust/pull/31158 in the case where an MSVC installation could not be detected?
@brson A really tricky issue is when someone is cross compiling from 64 to 32 or 32 to 64 bit on windows, especially when using build scripts. Right now the...
https://buildbot2.rust-lang.org/homu/queue/rust is the current site for tracking the status of CI on PRs.