summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-11/+11
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-1/+0
2014-03-22syntax: add the OwnedSlice vector wrapper.Huon Wilson-0/+1
2014-03-20Register new snapshotsAlex Crichton-3/+3
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-1/+1
2014-03-05Refactor and fix FIXME's in mtwt hygiene codeEdward Wang-0/+1
2014-03-04auto merge of #12697 : thestinger/rust/vec, r=huonwbors-0/+1
2014-03-04mark the `map` method on Vec<T> as deprecatedDaniel Micay-0/+1
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-03-02Make visible types public in rustcSteven Fackler-1/+0
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-0/+1
2014-02-20move extra::test to libtestLiigo Zhuang-1/+0
2014-02-14extern mod => extern crateAlex Crichton-4/+4
2014-02-14Removed libextra dependency from libsyntax.HeroesGrave-1/+1
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+1
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-0/+1
2014-02-05auto merge of #12025 : lilac/rust/feature-gate-quote, r=brsonbors-0/+2
2014-02-04Replaced with a single "quote" feature gate.James Deng-2/+2
2014-02-04Register new snapshotsAlex Crichton-5/+0
2014-02-04Feature gate all quasi-quoting macros.James Deng-0/+2
2014-02-03syntax: Remove io_error usageAlex Crichton-0/+5
2014-02-02Move term, terminfo out of extra.xales-0/+1
2014-01-16Load macros from external modulesSteven Fackler-0/+1
2014-01-12Bump version to 0.10-preBrian Anderson-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-0/+2
2014-01-07doc: Add rustc and syntax to the indexBrian Anderson-4/+12
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2013-12-29Rename PkgId to CrateIdLuis de Bethencourt-1/+1
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-19Rename pkgid to crate_idCorey Richardson-0/+2
2013-12-15Register new snapshotsAlex Crichton-7/+1
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+3
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-0/+1
2013-12-03Register new snapshotsAlex Crichton-1/+0
2013-11-29Add generation of static libraries to rustcAlex Crichton-1/+2
2013-11-28Register new snapshotsAlex Crichton-2/+0
2013-11-26Add SmallVector to libsyntaxSteven Fackler-0/+1
2013-11-26rustc: Add lint for obsolete attributesklutzy-1/+0
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-0/+2
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+1
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+87