about summary refs log tree commit diff
path: root/src/libfourcc
AgeCommit message (Expand)AuthorLines
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-2/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-1/+1
2014-04-24rustdoc: fix de-@rooting falloutNiko Matsakis-1/+1
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-5/+5
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-22Add #[deny(deprecated_owned_vector)] to several modules.Huon Wilson-0/+1
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-01libfourcc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-2/+6
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-1/+1
2014-02-11Fixed fourcc example docDerek Guenther-6/+5
2014-02-08Allow codepoints 128-255 in fourc!!Yuri Kunde Schlesner-13/+14
2014-02-08Default fourcc! to big-endian.Yuri Kunde Schlesner-1/+2
2014-02-08Converted fourcc! to loadable syntax extensionDerek Guenther-0/+158