summary refs log tree commit diff
path: root/src/librustc/util
AgeCommit message (Expand)AuthorLines
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-4/+4
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-2/+2
2014-03-23use TotalEq for HashMapDaniel Micay-1/+1
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-2/+0
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-3/+1
2014-03-22rustc: Remove special treatment for Freeze and NoFreezeFlavio Percoco-2/+0
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-7/+3
2014-03-20Register new snapshotsAlex Crichton-38/+0
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-4/+0
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-0/+2
2014-03-20Add a Share kindFlavio Percoco-0/+2
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-4/+4
2014-03-19auto merge of #12772 : thestinger/rust/slice, r=alexcrichtonbors-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-19rustc: put ty_closure behind some indirection.Huon Wilson-1/+1
2014-03-19rustc: put ty_trait behind some indirection.Huon Wilson-1/+3
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-9/+8
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-82/+82
2014-03-13Implement automatic overloaded dereference.Eduard Burtescu-24/+23
2014-03-12Add proper support for early/late distinction for lifetime bindings.Felix S. Klock II-0/+12
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-8/+8
2014-03-12Alpha-rename `.ident` fields of type `Name` to `.name`.Felix S. Klock II-1/+1
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+4
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-12/+26
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-9/+8
2014-03-07change FVN hash function to the FVN-1a variantTed Horst-1/+1
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-1/+48
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-0/+80
2014-03-04Rename struct fields with uppercase characters in their names to use lowercasePalmer Cox-48/+48
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-4/+4
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-1/+1
2014-02-26Replace callee_id with information stored in method_map.Eduard Burtescu-3/+9
2014-02-26Rename a few typeck method-related structures to UpperCamelCase.Eduard Burtescu-9/+9
2014-02-22auto merge of #12451 : edwardw/rust/ident-2-name, r=cmrbors-5/+5
2014-02-22Represent lifetimes as Names instead of IdentsEdward Wang-5/+5
2014-02-21Move time out of extra (cc #8784)Arcterus-1/+2
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+1
2014-02-20auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakisbors-6/+0
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-19Replaced method_map_entry with method_origin and cleaned up vtable checking a...Eduard Burtescu-6/+0
2014-02-19Change the format_args! macro expansion for temporariesEdward Wang-2/+2
2014-02-14Removed libextra dependency from libsyntax.HeroesGrave-3/+3
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-60/+39
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-1/+1
2014-02-13Move base64 and hex from libextra to libserializeLiigo Zhuang-2/+2
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-1/+1
2014-02-12Removed ty_type (previously used to represent *tydesc).Eduard Burtescu-2/+1
2014-02-11sha2 -- introduce locals to clarify which subportions are being borrowedNiko Matsakis-3/+5
2014-02-11ppaux -- add Repr implementationsNiko Matsakis-1/+45