about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-99/+146
2014-05-11auto merge of #14096 : nick29581/rust/driver, r=brsonbors-7/+7
2014-05-11core: Remove the cast moduleAlex Crichton-9/+9
2014-05-11Reorganise driver code.Nick Cameron-7/+7
2014-05-09Currently trans uses Vec<ty::t> to represent substitutions instead of a properNiko Matsakis-1/+1
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-7/+12
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-7/+0
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+6
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-7/+0
2014-05-06auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brsonbors-1/+56
2014-05-02rustc: Use the "real" realpath functionAlex Crichton-15/+3
2014-05-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-1/+56
2014-04-30rustc: Fix def ids of xcrate-reexported itemsAlex Crichton-1/+1
2014-04-29auto merge of #13857 : alexcrichton/rust/add-dylib-paths, r=brsonbors-0/+8
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-0/+8
2014-04-29Remove internal support for fixed length stringsNick Cameron-8/+2
2014-04-28Refactor ty_str to use a ~(str) representation.Nick Cameron-36/+8
2014-04-25Cleaned up os::consts. The module only exposes constants for the target OS an...Michael Darakananda-6/+20
2014-04-23auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichtonbors-164/+232
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-164/+232
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-27/+35
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-27/+35
2014-04-22auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakisbors-1/+36
2014-04-22add support for quadruple precision floating pointDaniel Micay-0/+2
2014-04-23Support unsized types with the `type` keywordNick Cameron-1/+36
2014-04-22rustc: de-@ stats.Eduard Burtescu-58/+52
2014-04-22rustc: de-@ middle::ty.Eduard Burtescu-37/+35
2014-04-22rustc: remove ty::Impl.Eduard Burtescu-39/+27
2014-04-22rustc: de-@ ty::ParamBounds.Eduard Burtescu-2/+3
2014-04-22rustc: de-@ metadata::cstore.Eduard Burtescu-57/+67
2014-04-22rustc: de-@ some RefCell's.Eduard Burtescu-145/+86
2014-04-22rustc: de-@ method and vtable maps.Eduard Burtescu-2/+2
2014-04-21Fix misspellings in comments.Joseph Crail-2/+2
2014-04-20auto merge of #13636 : nick29581/rust/ty_vec, r=pcwaltonbors-17/+33
2014-04-20Allow inheritance between structs.Nick Cameron-91/+99
2014-04-20Refactor ty_vec represent &[T] as &([T])Nick Cameron-17/+33
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-5/+5
2014-04-17auto merge of #13565 : alexcrichton/rust/issue-13560, r=brsonbors-4/+11
2014-04-16rustc: Don't allocate a cnum to syntax cratesAlex Crichton-4/+11
2014-04-16rustc: Remove private enum variantsAlex Crichton-8/+2
2014-04-13rustc: Don't link in syntax extensionsAlex Crichton-16/+12
2014-04-11rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo...Eduard Burtescu-23/+3
2014-04-11auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakisbors-35/+26
2014-04-11rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai...Eduard Burtescu-32/+23
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-3/+4
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-36/+36
2014-04-10rustc: Use realpath() for sysroot/rpathAlex Crichton-11/+6
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-2/+2
2014-04-10rustc: rename ty::vstore and its variants to UpperCamelCase.Eduard Burtescu-9/+9
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-3/+4