about summary refs log tree commit diff
path: root/src/librustc/front
AgeCommit message (Expand)AuthorLines
2014-04-23Support unsized types with the `type` keywordNick Cameron-2/+2
2014-04-20rustc: feature gates errors should use the new attribute syntaxErick Tryzelaar-2/+2
2014-04-20Allow inheritance between structs.Nick Cameron-1/+15
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-2/+2
2014-04-13auto merge of #13471 : Ryman/rust/feature_syntax_error, r=brsonbors-1/+1
2014-04-12auto merge of #13461 : eddyb/rust/cleanup-at-fn, r=luqmanabors-2/+1
2014-04-12librustc: Improve error message for missing feature attributes.Kevin Butler-1/+1
2014-04-11rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo...Eduard Burtescu-2/+1
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-1/+1
2014-04-10rustc: Disallow importing through use statementsAlex Crichton-6/+8
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-04syntax: remove obsolete mutability from ExprVec and ExprRepeat.Eduard Burtescu-11/+7
2014-04-04auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonwbors-2/+2
2014-04-04auto merge of #13295 : huonw/rust/gate-concat-idents, r=alexcrichtonbors-0/+7
2014-04-04rustc: feature-gate `concat_idents!`.Huon Wilson-0/+7
2014-04-03std: Remove `RefCell::get()`Erick Tryzelaar-2/+2
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-1/+1
2014-04-03auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichtonbors-1/+1
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-1/+1
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-1/+1
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