about summary refs log tree commit diff
path: root/src/libsyntax/attr.rs
AgeCommit message (Expand)AuthorLines
2014-07-09syntax: doc comments all the thingsCorey Richardson-16/+12
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-6/+2
2014-06-18Add stability inheritanceAaron Turon-1/+2
2014-06-17libsyntax: remove dead code find_linkage_metasNathan Typanski-15/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-26/+28
2014-06-08Remove unused name_str_pair methodSteven Fackler-16/+0
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+2
2014-06-04syntax: methodify the lexerCorey Richardson-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-4/+4
2014-05-24Changes from feedbackSteven Fackler-9/+10
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-3/+4
2014-05-24Port more stuff to mark used attributesSteven Fackler-24/+40
2014-05-24First sketch of lint passSteven Fackler-3/+11
2014-05-24Add AttrId to Attribute_Steven Fackler-6/+30
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+2
2014-05-21doc: Fix some broken linksAlex Crichton-1/+1
2014-05-20Change std inject attributes to outer attributesKevin Ballard-2/+16
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-1/+1
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-2/+3
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-2/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-3/+3
2014-03-14rustc: Fix cfg(not(a, b)) to be not(a && b)Alex Crichton-2/+2
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-4/+6
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-5/+5
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-19/+26
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-36/+47
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-20/+20
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-3/+2
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-3/+3
2013-12-29Rename PkgId to CrateIdLuis de Bethencourt-1/+1
2013-12-29Rename pkgid variablesLuis de Bethencourt-2/+2
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-5/+1
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-0/+4
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-3/+1
2013-12-19Rename pkgid to crate_idCorey Richardson-1/+1
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+8
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-11-26libsyntax: Remove all non-`proc` `do` syntax.Patrick Walton-15/+13
2013-10-29Assorted cleanups suggested by reviewers.Jed Davis-2/+1
2013-10-29Lint non-FFI-safe enums.Jed Davis-0/+19
2013-10-29Add parser for `#[repr(...)]`; nothing uses it yet.Jed Davis-1/+95
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-11/+11
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1