New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make optional the usage of some unstable features #18854
Merged
+548
−235
Abuse Vec as an allocator in gfx
ff23a85
Select commit
c496aa1
Rename the 'unstable' feature of the selectors crate to 'bench'
SimonSapin 132b540
Add an 'unstable' top-level cargo feature to control optional unstabl…
SimonSapin faff780
Remove default features in components/servo
SimonSapin c4bf3ec
Add a nonzero crate
SimonSapin 57709dc
Use the new nonzero crate in the msg crate
SimonSapin 8cdf2ad
Add NonZeroUsize
SimonSapin ecf3b05
Use NonZeroUsize in remutex
SimonSapin 5e72173
Use NonZeroU32 in canvas_traits
SimonSapin d9a3119
Make usage of simd in gfx optional
SimonSapin d6d772e
Make use of unstable alloc_jemalloc crate optional
SimonSapin ff23a85
Abuse Vec as an allocator in gfx
SimonSapin 7ebedd0
Use NonZeroUsize in script_layout_interface
SimonSapin 45fd384
Make use of `impl trait` in constellation optional
SimonSapin 4594b40
Use wrappers in the nonzero crate so users don’t need unstable features
SimonSapin c2d6600
Add a default-except-unstable feature
SimonSapin 4727b92
Remove usage of unstable feature conservative_impl_trait in layout
SimonSapin e13ae77
Remove usage of unstable feature "raw"
SimonSapin 11bd81e
Remove usage of unstable feature box_patterns
SimonSapin
Merged
Make optional the usage of some unstable features #18854
Abuse Vec as an allocator in gfx
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
Oct 12, 2017
Oct 12, 2017
Oct 12, 2017
Oct 12, 2017
Oct 12, 2017
Oct 12, 2017
Oct 12, 2017
ff23a85
Select commit
c496aa1
Rename the 'unstable' feature of the selectors crate to 'bench'
SimonSapin 132b540
Add an 'unstable' top-level cargo feature to control optional unstabl…
SimonSapin faff780
Remove default features in components/servo
SimonSapin c4bf3ec
Add a nonzero crate
SimonSapin 57709dc
Use the new nonzero crate in the msg crate
SimonSapin 8cdf2ad
Add NonZeroUsize
SimonSapin ecf3b05
Use NonZeroUsize in remutex
SimonSapin 5e72173
Use NonZeroU32 in canvas_traits
SimonSapin d9a3119
Make usage of simd in gfx optional
SimonSapin d6d772e
Make use of unstable alloc_jemalloc crate optional
SimonSapin ff23a85
Abuse Vec as an allocator in gfx
SimonSapin 7ebedd0
Use NonZeroUsize in script_layout_interface
SimonSapin 45fd384
Make use of `impl trait` in constellation optional
SimonSapin 4594b40
Use wrappers in the nonzero crate so users don’t need unstable features
SimonSapin c2d6600
Add a default-except-unstable feature
SimonSapin 4727b92
Remove usage of unstable feature conservative_impl_trait in layout
SimonSapin e13ae77
Remove usage of unstable feature "raw"
SimonSapin 11bd81e
Remove usage of unstable feature box_patterns
SimonSapin