aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo
Commit message (Collapse)AuthorAgeFilesLines
* Enforce formatting of TOML files (#30128)Samson2023-09-191-1/+1
| | | | | | | | | * Fmt all toml files * bootstrap taplo * enforce toml formatting with taplo * Install taplo in CI using cargo-install action
* Pass `--document-private-items` as rustdoc flag (#30327)Samson2023-09-101-0/+3
| | | | | | | * Pass `--document-private-items` as rustdoc flag This was removed in https://github.com/servo/servo/pull/29895, but as [noted on zulip](https://servo.zulipchat.com/#narrow/stream/263398-general/topic/Documentation.20missing.20for.20some.20script.20types.3F), this caused some docs to be missing. * rustdocflags in config.toml
* Replace "-mmacosx-version-min" with MACOSX_DEPLOYMENT_TARGET (#30102)Martin Robinson2023-08-151-1/+4
| | | | | | | | It's unclear if the compiler flag was doing anything, but I've verified (with otool) that the environment variable does affect the minimum version of the MacOS set in the binary. We could examine later if this is still necessary. This was added in #23163 when switching CI from gcc to clang.
* Support building UWP with native UWP rustc target.Josh Matthews2019-10-121-0/+6
|
* Use lld-link for windows arm64.Josh Matthews2019-06-071-0/+3
|
* Use llvm's linker for x86 builds.Josh Matthews2019-04-261-0/+3
|
* Force the use of clang-cl.exe for Windows builds.Josh Matthews2019-04-251-2/+2
|
* new android port: update fakeldPaul Rouget2018-07-311-5/+5
|
* Support i686-linux-android target.Josh Matthews2018-05-231-0/+4
|
* Print the full path for errors occurring in the servo cratetigercosmos2017-11-031-0/+22
|
* Remove default cargo config.Josh Matthews2017-06-131-1/+0
|
* Avoid the cert revocation check in Cargo.Josh Matthews2017-05-191-0/+1
|
* Add .cargo/config to .gitignore, move content to ports/androidSimon Sapin2014-11-251-5/+0
| | | | | This allows using .cargo/config at the root of the repository for local path override, without risk of accidentally committing it.
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+0
|
* Cargoify servoJack Moffitt2014-09-081-0/+7