summary refs log tree commit diff
path: root/src/librustc/front
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-3/+2
2014-03-29Use new inner attribute syntax in test frameworkSteven Fackler-3/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-18/+6
2014-03-21auto merge of #13016 : huonw/rust/new-opt-vec, r=cmrbors-6/+6
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-6/+6
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-13/+5
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-3/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-8/+8
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-03-18rustc: test: don't silently ignore bad benchesCorey Richardson-5/+10
2014-03-17De-@ ParseSess uses.Eduard Burtescu-1/+1
2014-03-17De-@ Session usage.Eduard Burtescu-29/+29
2014-03-15auto merge of #12791 : alexcrichton/rust/liblog, r=brsonbors-0/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-0/+1
2014-03-15Squash test ~[] warningSteven Fackler-0/+1
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-4/+4
2014-03-11rustc: Support various flavors of linkagesAlex Crichton-0/+14
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-4/+6
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-12/+12
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-5/+5
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-1/+6
2014-03-03Register new snapshotsAlex Crichton-18/+0
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-50/+72
2014-02-26Replace callee_id with information stored in method_map.Eduard Burtescu-1/+1
2014-02-24Gate default type parameter overrides.Eduard Burtescu-0/+17
2014-02-20move extra::test to libtestLiigo Zhuang-23/+22
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-19/+15
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-52/+52
2014-02-11front -- collapse iterator actions that require access to the same &mut stateNiko Matsakis-22/+28
2014-02-08Converted fourcc! to loadable syntax extensionDerek Guenther-1/+4
2014-02-07Add comments to span debuggerSeo Sanghyeon-0/+5
2014-02-07Span debuggerSeo Sanghyeon-0/+31
2014-02-04Replaced with a single "quote" feature gate.James Deng-7/+2
2014-02-04Feature gate all quasi-quoting macros.James Deng-4/+21
2014-02-02syntax: remove the handling of @str and @[] from the parser completely.Huon Wilson-2/+1
2014-02-02librustc: Remove uses of `token::ident_to_str()` from librustcPatrick Walton-1/+2
2014-02-02libsyntax: Fix tests.Patrick Walton-1/+1
2014-02-02librustc: De-`@str` `NameAndSpan`Patrick Walton-1/+1
2014-02-02librustc: Fix merge fallout.Patrick Walton-6/+13
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-1/+3
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-9/+15
2014-01-30Implement default type parameters in generics.Eduard Burtescu-0/+15
2014-01-28Feature gate #[simd]David Manescu-0/+8
2014-01-27Feature gate trace_macros.xales-0/+5
2014-01-24Move macro_rules! macros to libstdSteven Fackler-20/+46
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-3/+3
2014-01-20Register new snapshotsAlex Crichton-2/+1