about summary refs log tree commit diff
path: root/src/librustc/metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
2014-11-19rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.Eduard Burtescu-39/+45
2014-11-19rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere.Eduard Burtescu-3/+3
2014-11-17Fallout from deprecationAaron Turon-2/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-13fix "warning: deprecated syntax, use `for` keyword now"Jorge Aparicio-6/+6
2014-11-06Fallout from collection conventionsAlexis Beingessner-2/+2
2014-11-03rollup merge of #18536 : bjz/strconvAlex Crichton-2/+4
2014-11-04Separate string->integer implementation in strconvBrendan Zabarauskas-2/+4
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-10-31First stage of enum namespacing changesSteven Fackler-0/+18
2014-11-01Rebasing and review changesNick Cameron-2/+2
2014-11-01Cross crait inherant implsNick Cameron-8/+8
2014-11-01Remove FnStyle from DefFn and DefStaticMethodNick Cameron-28/+11
2014-11-01Resolve methods called as functions and...Nick Cameron-0/+6
2014-10-31DSTify HashJorge Aparicio-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-13/+13
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-24Overhaul typechecking of patternsJakub Bukaj-3/+8
2014-10-22Part of #6993. Moved a bunch of uses of Ident to NameJonathan S-16/+15
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-10-09rustc: Add `const` globals to the languageAlex Crichton-1/+4
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-2/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-10-01auto merge of #17653 : kaini/rust/master, r=alexcrichtonbors-2/+5
2014-09-30Fixes ICE when using reexported unit-like structsMichael Kainer-2/+5
2014-09-30librustc: Stop looking in metadata in type contents.Patrick Walton-0/+11
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-2/+25
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-2/+2
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-14/+15
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-70/+71
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-74/+107
2014-07-31remove serialize::ebml, add librbmlErick Tryzelaar-59/+59
2014-07-28rustc: encode is_sugared_doc on ast::AttributeCorey Richardson-1/+4
2014-07-28rustdoc: show struct field docs when inlinedCorey Richardson-0/+14
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-11/+14
2014-07-09ast: make Name its own typeCorey Richardson-1/+1
2014-07-08carry self ident forward through re-parsingJohn Clements-3/+4
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-20/+0
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-16/+11
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-3/+3
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