Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce formatting of TOML files (#30128) | Samson | 2023-09-19 | 1 | -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) | Samson | 2023-09-10 | 1 | -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 Robinson | 2023-08-15 | 1 | -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 Matthews | 2019-10-12 | 1 | -0/+6 |
| | |||||
* | Use lld-link for windows arm64. | Josh Matthews | 2019-06-07 | 1 | -0/+3 |
| | |||||
* | Use llvm's linker for x86 builds. | Josh Matthews | 2019-04-26 | 1 | -0/+3 |
| | |||||
* | Force the use of clang-cl.exe for Windows builds. | Josh Matthews | 2019-04-25 | 1 | -2/+2 |
| | |||||
* | new android port: update fakeld | Paul Rouget | 2018-07-31 | 1 | -5/+5 |
| | |||||
* | Support i686-linux-android target. | Josh Matthews | 2018-05-23 | 1 | -0/+4 |
| | |||||
* | Print the full path for errors occurring in the servo crate | tigercosmos | 2017-11-03 | 1 | -0/+22 |
| | |||||
* | Remove default cargo config. | Josh Matthews | 2017-06-13 | 1 | -1/+0 |
| | |||||
* | Avoid the cert revocation check in Cargo. | Josh Matthews | 2017-05-19 | 1 | -0/+1 |
| | |||||
* | Add .cargo/config to .gitignore, move content to ports/android | Simon Sapin | 2014-11-25 | 1 | -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 b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -2/+0 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+7 |