summary refs log tree commit diff
path: root/src/librustc/metadata/tyencode.rs
AgeCommit message (Expand)AuthorLines
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-1/+0
2014-06-18Remove TraitStore from ty_traitNick Cameron-2/+0
2014-06-15Register new snapshotsAlex Crichton-25/+0
2014-06-13Introduce VecPerParamSpace and use it to represent sets of types andNiko Matsakis-18/+30
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+25
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-4/+0
2014-06-06Move subst data structures into subst.rs, fix capitalizationNiko Matsakis-4/+5
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-15Updates with core::fmt changesAlex Crichton-9/+1
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-3/+3
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-1/+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-1/+0
2014-04-29Remove internal support for fixed length stringsNick Cameron-6/+1
2014-04-28Refactor ty_str to use a ~(str) representation.Nick Cameron-17/+6
2014-04-22add support for quadruple precision floating pointDaniel Micay-0/+1
2014-04-22rustc: de-@ middle::ty.Eduard Burtescu-2/+2
2014-04-22rustc: de-@ ty::ParamBounds.Eduard Burtescu-1/+1
2014-04-22rustc: de-@ some RefCell's.Eduard Burtescu-51/+24
2014-04-20Refactor ty_vec represent &[T] as &([T])Nick Cameron-9/+13
2014-04-11rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo...Eduard Burtescu-10/+1
2014-04-11auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakisbors-11/+14
2014-04-11rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai...Eduard Burtescu-9/+12
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-4/+4
2014-04-10rustc: rename ty::vstore and its variants to UpperCamelCase.Eduard Burtescu-4/+4
2014-04-06rustc: remove ty_unboxed_vec.Eduard Burtescu-1/+0
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-7/+4
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-4/+4
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2014-03-28Rename Pod into CopyFlavio Percoco-1/+1
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-1/+0
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-23/+10
2014-03-22rustc: Remove special treatment for Freeze and NoFreezeFlavio Percoco-1/+0
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-0/+1
2014-03-20Add a Share kindFlavio Percoco-0/+1
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-19rustc: put ty_closure behind some indirection.Huon Wilson-1/+1
2014-03-19rustc: put ty_trait behind some indirection.Huon Wilson-3/+3
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-3/+2
2014-03-17De-@ tyencode::ctxt and related parts of astencode.Eduard Burtescu-15/+15
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-2/+2
2014-03-12Alpha-rename `.ident` fields of type `Name` to `.name`.Felix S. Klock II-4/+4
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-0/+1
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-2/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-22Represent lifetimes as Names instead of IdentsEdward Wang-2/+2
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-1/+2