summary refs log tree commit diff
path: root/src/librustc/metadata/tydecode.rs
AgeCommit message (Expand)AuthorLines
2013-09-23librustc: Remove garbage collected functions from front/{config,test} and met...Patrick Walton-2/+1
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-7/+7
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-3/+3
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-1/+1
2013-08-27librustc: Add support for type parameters in the middle of paths.Patrick Walton-6/+14
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-1/+0
2013-07-26Eliminate unused variable warnings.Michael Sullivan-2/+2
2013-07-24Generalize the `ty::substs` struct so that it can representNiko Matsakis-2/+18
2013-07-17librustc: Remove the `Copy` bound from the language.Patrick Walton-3/+0
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-1/+4
2013-07-10Add an identifier to TypeParameterDefs and use it to pretty print type parame...Niko Matsakis-1/+2
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