-
## Environment
- macOS Sierra (10.12.3)
- Servo tree
- https://github.com/servo/servo/commit/cd63f1b158807035d2a83584e64329015a3fff4d
- rustc: `2017-02-05`
- cargo commit hash: `385e24360…
-
Building servo after `./mach clean` succeeds (although with a few warnings) but on startup servo fails for every website with a stacktrace. I built and ran servo before but these errors are new for me…
-
Something from Martin Aumüller's exhaustive investigation of quicksort variants (including multi-pivot) maybe? http://eiche.theoinf.tu-ilmenau.de/quicksort-experiments/ (they're GPL though)
-
## Environment
- OS: macOS Sierra (10.12.3)
- rustc: `rustc 1.17.0-nightly (ea7a6486a 2017-02-04)`
- cargo: `cargo 0.17.0-nightly (385e243 2017-01-27)`
- Target code base: Servo (https://github.…
-
Hello,
from the documentation, it isn't clear to me whether I am allowed to float_sort a container of `pair` using a comparator that compares the first member and in case of equality disambiguates by…