aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/thread_state.rs
Commit message (Expand)AuthorAgeFilesLines
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-10/+10
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-10/+10
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-10/+10
* style: allow re-initializing thread_state as long as it's with the same value.Emilio Cobos Álvarez2017-10-081-1/+3
* Explicitly register rayon threads, rather than assuming that as the default.Bobby Holley2017-09-191-8/+6
* Eliminate the now-unnecessary internal mod in thread_state.Bobby Holley2017-09-191-45/+40
* Make the thread_state machinery behave the same across debug and opt builds.Bobby Holley2017-09-191-26/+5
* Tidy up rust code with regard to new rule (no = in beginning of line)Jure Podgoršek2017-01-061-2/+2
* style: Cleanup and document thread_state.rsEmilio Cobos Álvarez2016-12-311-3/+17
* style: Simplify initialization of thread_state.Emilio Cobos Álvarez2016-12-251-4/+3
* style: Use rayon instead of our custom work queue.Emilio Cobos Álvarez2016-11-141-1/+2
* Concurrent rule tree, v1Emilio Cobos Álvarez2016-11-051-0/+4
* Move thread_state to style.Ms2ger2016-08-221-0/+105