servo/components/script/dom/bindings
bors-servo eade32ed16 Auto merge of #15099 - servo:phf-no-macros, r=jdm
Remove usage of phf_macros.

It’s a compiler plugin that uses unstable compiler APIs that are not on a path to stabilization.

With this changes, there is one less thing that might break when we update the compiler. For example: https://github.com/sfackler/rust-phf/pull/101

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15099)
<!-- Reviewable:end -->
2017-01-20 08:59:26 -08:00
..
codegen Auto merge of #15099 - servo:phf-no-macros, r=jdm 2017-01-20 08:59:26 -08:00
callback.rs Don't try to get the global of an object while it's being destroyed. 2017-01-19 10:08:48 +01:00
cell.rs Introduce PendingScript 2017-01-11 17:37:19 +01:00
constant.rs Remove and allow some dead code. 2016-12-22 16:06:22 +01:00
conversions.rs squash: convert less interesting debug! logs to traces 2017-01-18 22:21:41 -07:00
error.rs Don't return early from report_pending_exception() if the value is an unexpected object. 2016-11-27 10:27:11 +01:00
guard.rs Removed util. 2016-12-14 18:04:37 -06:00
inheritance.rs Rename Reflectable to DomObject. 2016-12-08 08:50:35 -10:00
interface.rs Update js, AGAIN 2016-11-27 12:19:19 +01:00
iterable.rs Rename Reflectable to DomObject. 2016-12-08 08:50:35 -10:00
js.rs Remove HeapGCValue 2016-12-12 10:47:54 -10:00
mod.rs Implement the entry global. 2017-01-06 12:56:35 +01:00
mozmap.rs Update js. 2016-11-02 13:25:49 +01:00
namespace.rs Implement WebIDL namespaces 2016-09-08 11:01:34 +02:00
num.rs Use heapsize_derive instead of heapsize_plugin 2016-11-03 01:10:32 +01:00
proxyhandler.rs Update js. 2016-11-02 13:25:49 +01:00
refcounted.rs Rename Reflectable to DomObject. 2016-12-08 08:50:35 -10:00
reflector.rs Rename Reflectable to DomObject. 2016-12-08 08:50:35 -10:00
settings_stack.rs Implement the incumbent global. 2017-01-17 12:57:02 +01:00
str.rs Introduce enums for identifying CSS properties. 2016-12-09 10:56:22 -10:00
structuredclone.rs Make StructuredCloneData::read take a &GlobalScope 2016-10-06 21:35:40 +02:00
trace.rs squash: convert less interesting debug! logs to traces 2017-01-18 22:21:41 -07:00
utils.rs Update js, AGAIN 2016-11-27 12:19:19 +01:00
weakref.rs squash: convert less interesting debug! logs to traces 2017-01-18 22:21:41 -07:00
xmlname.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00