summary refs log tree commit diff
path: root/src/librustc/metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
2014-06-22Rename ty_param_bounds_and_ty to PolytypeNiko Matsakis-2/+2
2014-06-18Add stability inheritanceAaron Turon-0/+8
2014-06-13Introduce VecPerParamSpace and use it to represent sets of types andNiko Matsakis-30/+38
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-8/+8
2014-06-09rustdoc: Correctly classify enums/typedefsAlex Crichton-0/+8
2014-06-09Implement #[plugin_registrar]Keegan McAllister-2/+2
2014-06-06rustc: Preserve reachable extern fns with LTOAlex Crichton-0/+14
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-16/+17
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-30librustc: Fix snake case errors.Kevin Butler-25/+25
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-1/+1
2014-05-25rustdoc: Inline argument names of foreign methodsAlex Crichton-0/+15
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-6/+6
2014-05-24Port more stuff to mark used attributesSteven Fackler-8/+2
2014-05-24Add AttrId to Attribute_Steven Fackler-0/+1
2014-05-19rustc: Add official support for weak failureAlex Crichton-0/+15
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-13/+16
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-3/+0
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-3/+0
2014-05-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-0/+26
2014-04-30rustc: Fix def ids of xcrate-reexported itemsAlex Crichton-1/+1
2014-04-23auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichtonbors-4/+10
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-4/+10
2014-04-23Support unsized types with the `type` keywordNick Cameron-0/+21
2014-04-22rustc: de-@ middle::ty.Eduard Burtescu-22/+21
2014-04-22rustc: remove ty::Impl.Eduard Burtescu-22/+7
2014-04-22rustc: de-@ metadata::cstore.Eduard Burtescu-12/+22
2014-04-22rustc: de-@ some RefCell's.Eduard Burtescu-1/+1
2014-04-20Allow inheritance between structs.Nick Cameron-2/+8
2014-04-16rustc: Remove private enum variantsAlex Crichton-6/+2
2014-04-13rustc: Don't link in syntax extensionsAlex Crichton-2/+2
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-8/+8
2014-04-08Register new snapshotsAlex Crichton-6/+6
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-4/+7
2014-04-02metadata: decoder: remove dead codeCorey Richardson-39/+1
2014-03-31rustc: Switch tuple structs to have private fieldsAlex Crichton-4/+7
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-14/+3
2014-03-28auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichtonbors-24/+24
2014-03-29Register new snapshotFlavio Percoco-14/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28De-@ IdentInterner.Eduard Burtescu-24/+24
2014-03-27serialize: use ResultSean McArthur-3/+14
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-1/+2
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-2/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-20/+20
2014-03-12Alpha-rename `.ident` fields of type `Name` to `.name`.Felix S. Klock II-1/+1