about summary refs log tree commit diff
path: root/src/rustc/metadata
AgeCommit message (Expand)AuthorLines
2012-10-18rustc: Implement intra-crate static methods on anonymous trait implementation...Patrick Walton-9/+119
2012-10-18libcore: minor code cleanup.Erick Tryzelaar-7/+6
2012-10-18libcore: call [u8] values bytes, not bufsErick Tryzelaar-2/+2
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-49/+49
2012-10-15rustc: Implement monomorphic default methods. r=nmatsakisPatrick Walton-7/+93
2012-10-12remove ctor from ast (take 2) (no review: just dead code removal)Niko Matsakis-26/+2
2012-10-12Use the Nth impl when translating a static method call, insteadNiko Matsakis-27/+38
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-2/+2
2012-10-11Remove obsolete FIXMETim Chevalier-1/+0
2012-10-09Remove old serialization2 vestigial codeErick Tryzelaar-2/+2
2012-10-07Remove the old serializers (needs snapshot)Erick Tryzelaar-162/+163
2012-10-07migrate libsyntax/rustc to auto_serialize2Erick Tryzelaar-167/+172
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-2/+0
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-1/+1
2012-10-05rustc: Implement simple uses of &traitPatrick Walton-0/+12
2012-10-05Revert "wip"Tim Chevalier-1/+3
2012-10-05wipTim Chevalier-3/+1
2012-10-02rustc: Add a side table for legacy boxed traits, not filled in.Patrick Walton-1/+2
2012-10-01rename vec::raw::form_slice to buf_as_sliceErick Tryzelaar-2/+2
2012-09-28Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vecTim Chevalier-2/+2
2012-09-28demode vecNiko Matsakis-3/+3
2012-09-27core: More option demodingBrian Anderson-3/+3
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-3/+3
2012-09-26core: Fix mode warnings in strBrian Anderson-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-66/+65
2012-09-26turn ast::ident into a structErick Tryzelaar-28/+28
2012-09-26Allow hashmaps to infer their typesErick Tryzelaar-4/+4
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-9/+0
2012-09-23core: Demode optionBrian Anderson-10/+10
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-7/+5
2012-09-21libcore: De-mode strPatrick Walton-1/+1
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-22/+22
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-22/+22
2012-09-20Remove export_map from resolve, just use export_map2.Graydon Hoare-3/+0
2012-09-20libcore: Make BytesWriters not require shared boxes.Patrick Walton-1/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+9
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-29/+29
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-8/+7
2012-09-19Remove hokey-hashes from metadata indexes.Graydon Hoare-18/+10
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-5/+7
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-11/+9
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-9/+11
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-18libcore: make a copyless io::BytesWriterErick Tryzelaar-26/+24
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-3/+3
2012-09-15libcore: rename *flate_buf to *flate_bytes (#3444)Erick Tryzelaar-3/+3
2012-09-12Rename str::unsafe to str::rawBrian Anderson-1/+1
2012-09-12Rename vec::unsafe to vec::rawBrian Anderson-2/+2
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-17/+46
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-4/+4