BACKWARDS INCOMPATIBILITIES / NOTES:
- Update to rustc 1.11.0-nightly (7d2f75a95 2016-06-09).
BACKWARDS INCOMPATIBILITIES / NOTES:
- Sync with rustc 1.11.0-nightly (ec872dc8a 2016-06-07).
- Removed
syntex_syntax::owned_slice
#53. - Restore use of various Rust 1.6-compatible APIs: #54 #55 #56 #57
- Remove unused
ty_param_to_string
#59 - Accept AsRef instead of &Path in Registry::expand #65
BUG FIXES:
BACKWARDS INCOMPATIBILITIES / NOTES:
- Update to rustc 1.10.0-nightly (7bddce693 2016-05-27).
- Support for Rust 1.5.0 is no longer guaranteed.
BUG FIXES:
- Increase pretty printer ring buffer size to pretty print large code outputs #47.