about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-02-08 22:31:27 -0800
committerbors <bors@rust-lang.org>2014-02-08 22:31:27 -0800
commit49ac48db3fe2666751908668ba8e5ab16e2fb07a (patch)
tree2b0d9a462eb32fde6cc7e6c837502797d80e02c5 /src/libsyntax
parent58985e168be7d271cba4d3fd1d95e10ee8839d51 (diff)
parent337e62e4d65e24682ba323b65283a59715a0c8af (diff)
downloadrust-49ac48db3fe2666751908668ba8e5ab16e2fb07a.tar.gz
rust-49ac48db3fe2666751908668ba8e5ab16e2fb07a.zip
auto merge of #12034 : dguenther/rust/fourcc, r=alexcrichton
I was looking into #9303 and was curious if this would still be valuable. @kballard had already done 99% of the work, so I brought the branch up to date and added a feature gate. Any feedback would be appreciated; I wasn't sure if this should be set up as a syntax extension with `#[macro_registrar]`, and if so, where it should be located.

Original PR is here: #9255

TODO:
* [x] Convert to loadable syntax extension
* [x] Default to big endian
* [x] Add `target` identifier
* [x] Expand to include code points 128-255
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/ext/base.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/base.rs b/src/libsyntax/ext/base.rs
index 848f4ba3871..d22a1d697fc 100644
--- a/src/libsyntax/ext/base.rs
+++ b/src/libsyntax/ext/base.rs
@@ -1,4 +1,4 @@
-// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
 //