summary refs log tree commit diff
path: root/src/librustc/metadata/tydecode.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+2
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-20/+20
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-1/+3
2013-06-28librustc: Change Const to Freeze in the compilerPatrick Walton-1/+1
2013-06-28librustc: Rename Owned to Send in the compilerPatrick Walton-1/+1
2013-06-27auto merge of #7430 : huonw/rust/vec-kill, r=thestingerbors-3/+2
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-3/+2
2013-06-24Merge remote-tracking branch 'cmr/various-cleanup' into incomingBrian Anderson-2/+1
2013-06-23Parse and typecheck (not kindcheck) bounds on trait paths.Ben Blum-1/+2
2013-06-21Remove `ast::pure_fn` and all concept of `pure` from the compilerCorey Richardson-2/+1
2013-06-08tydecode: Accept a plain borrowed pointer to the dataBjörn Steinbrink-8/+8
2013-06-08Avoid unnecessary heap allocations in the metadata ty decoderBjörn Steinbrink-46/+43
2013-05-30Add 'Sized' builtin kind; doesn't do anything yetBen Blum-0/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-21/+21
2013-05-16Add BuiltinBounds to closure type: parse and handle subtyping,Niko Matsakis-3/+5
2013-05-15auto merge of #6487 : recrack/rust/vec_len, r=thestingerbors-1/+1
2013-05-14rustc: Remove ty::argErick Tryzelaar-14/+2
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-1/+1
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-4/+4
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-11/+11
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-12/+28
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-10/+0
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-10/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-0/+3
2013-04-29librustc: Remove the concept of modes from the compiler.Patrick Walton-12/+4
2013-04-27only use #[no_core] in libcoreDaniel Micay-5/+0
2013-04-23core, rustc: Warning policeTim Chevalier-17/+17
2013-04-19librustc: Remove def_ids from types.Patrick Walton-2/+2
2013-04-17Allow casting to mutable trait objects.Josh Matthews-6/+10
2013-04-12auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...bors-1/+2
2013-04-11auto merge of #5811 : sanxiyn/rust/parse-uint, r=catamorphismbors-8/+8
2013-04-10path -> PathJohn Clements-2/+2
2013-04-10Reason about nested free variables that appear in a functionNiko Matsakis-1/+2
2013-04-10Rename tydecode::parse_int to parse_uintSeo Sanghyeon-8/+8
2013-04-09Cleanup substitutions and treatment of generics around traits in a number of ...Niko Matsakis-4/+10
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-2/+13
2013-04-05Rather than storing a list of ty::method per trait, store one ty::methodNiko Matsakis-0/+6
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-10/+29
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-19/+19
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-1/+4
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+2
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-1/+1
2013-03-20Refactor the self-info so that the def-id is carried in ty_self()Niko Matsakis-1/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-13librustc: Separate out trait storage from evec/estr storagePatrick Walton-2/+12
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-1/+0
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1