servo/components/shared
Martin Robinson 7e82c5c957
Compile Servo with the latest version of rust stable (#30831)
This completes the transition to compiling Servo with rust stable. Some
nightly-only features are still used when compiling the `script` and
`crown` crates, as well as for some style unit tests. These will likely
break with newer compiler versions, but `crown` can be disabled for them
conditionally. This is just the first step.

This has some caveats:

1. We need to disable setting up the special linker on Linux. The -Z
   option isn't supported with stable rust so using this is out --
   meanwhile we can't be sure that lld is installed on most systems.
2. `cargo fmt` still uses some unstable options, so we need to rely on
   the unstable toolchain just for running `fmt`. The idea is to fix this
   gradually.
2023-12-06 17:36:07 +00:00
..
bluetooth Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
canvas Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
compositing Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
devtools Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
embedder Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
gfx Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
layout Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
msg constellation: clean up logging of pipelines and browsing contexts (#30657) 2023-11-14 04:53:31 +00:00
net Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
profile Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
script Compile Servo with the latest version of rust stable (#30831) 2023-12-06 17:36:07 +00:00
script_layout Add initial support for sticky positioning for non-legacy layout (#30686) 2023-11-29 09:03:24 +00:00
webrender Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00