about summary refs log tree commit diff
path: root/src/librustc/metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
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
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