about summary refs log tree commit diff
path: root/src/librustc/util
AgeCommit message (Expand)AuthorLines
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
2014-02-09std: Move byteswap functions to memBrian Anderson-2/+2
2014-02-08Fixed error starting with uppercasemr.Shu-2/+2
2014-02-07Removed @self and @Trait.Eduard Burtescu-2/+0
2014-02-02Substitute type params in default type params using them.Eduard Burtescu-7/+19
2014-02-02rustc: Remove the vstore handling of @str and @[].Huon Wilson-1/+0
2014-02-02rustc: remove use of @[].Huon Wilson-4/+4
2014-02-02librustc: Remove uses of `token::ident_to_str()` from librustcPatrick Walton-1/+2
2014-01-31Fix minor doc typosVirgile Andreani-2/+2
2014-01-30Implement default type parameters in generics.Eduard Burtescu-6/+24
2014-01-30Remove Times traitBrendan Zabarauskas-2/+2
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-17/+6
2014-01-26Fix privacy fallout from previous changeAlex Crichton-2/+2
2014-01-19syntax: convert ast_map to use a SmallIntMap.Huon Wilson-23/+19
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-0/+8
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-0/+1
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-0/+8
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-1/+1
2014-01-11Use the right type for self in methods and remove obsoleted items.Eduard Burtescu-2/+1
2014-01-11Removed obsolete 'e' prefix on ty_evec and ty_estr.Eduard Burtescu-3/+3
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-29/+29
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-2/+2
2014-01-06Disowned the Visitor.Eduard Burtescu-6/+6
2014-01-03librustc: Remove `@mut` support from the typechecker and borrow checkerPatrick Walton-1/+1
2014-01-03librustc: De-`@mut` the AST mapPatrick Walton-12/+20
2013-12-26librustc: Remove the unused `stmt_map` from the borrow checkerPatrick Walton-3/+0
2013-12-26librustc: Remove `ty_param_defs` from the type contextPatrick Walton-4/+3
2013-12-16librustc: Implement a `Pod` kind for types that can be `memcpy`'d.Patrick Walton-0/+2
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-6/+3
2013-12-11Make 'self lifetime illegal.Erik Price-7/+7
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+670
2013-12-09Implement LTOAlex Crichton-1/+10