about summary refs log tree commit diff
path: root/src/tools/rustc-workspace-hack
AgeCommit message (Collapse)AuthorLines
2019-01-08More feature whitelisting of winapiOliver Scherer-0/+3
2019-01-08Adjust cargo workspace hack to miri/cargo interactionsOliver Scherer-1/+4
2018-12-28Update cargo, rls, miriEric Huss-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-2/+4
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-08Reduce the numbers of syn versions compiled from 4 to 2Bastien Orivel-1/+1
The last remaining one comes from mdbook. Unfortunately updating it breaks everything
2018-11-09Update Cargo submoduleAlex Crichton-1/+1
Hopefully a relatively routine update!
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-6/+11
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-04Add features to the workspace hackOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+5
2018-10-03Update clippyManish Goregaokar-0/+4
2018-08-29Add more features to the workspace so that all tools pick up on itOliver Schneider-0/+3
2018-08-25Update Cargo submoduleAlex Crichton-11/+13
Also update Cargo's dependencies while we're at it
2018-08-02Update Cargo submoduleAlex Crichton-0/+80
Bring in some fixes for `cargo fix` notably