about summary refs log tree commit diff
path: root/src/librustc/metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-06-06rustc: Encode argument names for traitsAlex Crichton-0/+2
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-30librustc: Fix snake case errors.Kevin Butler-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-25rustc: Encode module attributesAlex Crichton-0/+4
2014-05-25rustdoc: Inline names of function argumentsAlex Crichton-13/+18
2014-05-25rustdoc: Inline argument names of foreign methodsAlex Crichton-0/+15
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-1/+1
2014-05-24Add AttrId to Attribute_Steven Fackler-1/+1
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-3/+3
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-3/+6
2014-05-21auto merge of #14320 : kballard/rust/fix_stdlib_inject_attrs, r=alexcrichtonbors-1/+1
2014-05-20Change std inject attributes to outer attributesKevin Ballard-1/+1
2014-05-19rustc: Add official support for weak failureAlex Crichton-0/+4
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-24/+33
2014-05-11auto merge of #14096 : nick29581/rust/driver, r=brsonbors-2/+2
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-05-11Reorganise driver code.Nick Cameron-2/+2
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-1/+1
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-2/+0
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-2/+0
2014-05-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-0/+19
2014-04-23auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichtonbors-0/+7
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-0/+7
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-25/+33
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-25/+33
2014-04-23Support unsized types with the `type` keywordNick Cameron-1/+14
2014-04-22rustc: de-@ stats.Eduard Burtescu-58/+52
2014-04-22rustc: de-@ middle::ty.Eduard Burtescu-7/+6
2014-04-22rustc: remove ty::Impl.Eduard Burtescu-13/+16
2014-04-22rustc: de-@ some RefCell's.Eduard Burtescu-82/+55
2014-04-22rustc: de-@ method and vtable maps.Eduard Burtescu-2/+2
2014-04-20Allow inheritance between structs.Nick Cameron-31/+32
2014-04-16rustc: Remove private enum variantsAlex Crichton-2/+0
2014-04-13rustc: Don't link in syntax extensionsAlex Crichton-6/+2
2014-04-11auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakisbors-12/+0
2014-04-11rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai...Eduard Burtescu-12/+0
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-16/+16
2014-04-10rustc: rename ty::vstore and its variants to UpperCamelCase.Eduard Burtescu-1/+1
2014-04-08Register new snapshotsAlex Crichton-3/+3
2014-04-04auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonwbors-2/+2
2014-04-03std: Remove `RefCell::get()`Erick Tryzelaar-2/+2
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-5/+5
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-18/+18
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-5/+0
2014-03-29Register new snapshotFlavio Percoco-5/+0