| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We previously had this and removed it because it caused runtime slowdowns
(discussion in #11102), but that was in release mode.
Debug mode is already very slow at runtime.
In my opinion, debug mode is mostly for the edit-compile-test cycle
which is currently dominated by compile times,
so sacrificing runtime for compile time makes sense.
I’ve observed a ~30% improvement of compile times with this.
This figure is consistent between a very fast desktop with 4 cores / 8 threads
and a not-as-fast laptop with 2 cores / 4 threads.
|
| |
|
| |
|
|
|
|
| |
It’s been broken for a while and nobody noticed.
|
| |
|
| |
|
|
|
|
|
|
| |
Default build uses glfw, but glutin can be enabled via:
./mach cargo build --no-default-features --features=glutin
|
|
|
|
| |
r? @glennw
|
| |
|
|
|
|
|
| |
This is mainly just moving code around, in preparation for further changes to
the "windowing" API.
|
|
|
|
|
| |
The previous commit made #top be considered part of the file name in
../html/acid2.html#top
|
| |
|
|
|