about summary refs log tree commit diff
path: root/src/librustc/util
AgeCommit message (Expand)AuthorLines
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-3/+3
2013-05-10Fix merge "failures"Alex Crichton-0/+17
2013-05-09rustc: Add EnumSet testsNiko Matsakis-4/+149
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-21/+159
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-18/+0
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-18/+0
2013-04-30allover: numerous unused muts etcNiko Matsakis-1/+2
2013-04-30new borrow checker (mass squash)Niko Matsakis-1/+16
2013-04-29librustc: Remove the concept of modes from the compiler.Patrick Walton-28/+13
2013-04-27only use #[no_core] in libcoreDaniel Micay-8/+0
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-7/+7
2013-04-17Allow casting to mutable trait objects.Josh Matthews-7/+11
2013-04-10Issue #5656: Make &self not mean "&'self self"Niko Matsakis-0/+6
2013-04-10Reason about nested free variables that appear in a functionNiko Matsakis-18/+21
2013-04-09Cleanup substitutions and treatment of generics around traits in a number of ...Niko Matsakis-14/+264
2013-04-06librustc: use new `[ty, .. len]` syntax for fixed vector errors.Huon Wilson-1/+1
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-1/+6
2013-04-05Rather than storing a list of ty::method per trait, store one ty::methodNiko Matsakis-1/+1
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-6/+6
2013-03-28Removing unused importsAlex Crichton-2/+2
2013-03-26Move ast_map::map to LinearMapAlex Crichton-7/+7
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-4/+2
2013-03-21auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstriebors-1/+1
2013-03-21auto merge of #5470 : sanxiyn/rust/remove-oldmap-2, r=sanxiynbors-0/+10
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-1/+1
2013-03-21Move the function to time passes to utilSeo Sanghyeon-0/+10
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-1/+1
2013-03-20Refactor the self-info so that the def-id is carried in ty_self()Niko Matsakis-1/+1
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-10/+10
2013-03-18libsyntax: Stop parsing old lifetimes, except for the ones on data type decla...Patrick Walton-22/+21
2013-03-13librustc: Separate out trait storage from evec/estr storagePatrick Walton-2/+11
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Remove structural record types from the compilerPatrick Walton-7/+2
2013-03-04Remove unused imports throughout src/Alex Crichton-8/+0
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-2/+2
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+4
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-7/+7
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-5/+5
2013-02-23Fix slice printingoncemoreification-3/+1
2013-02-22Fix vector syntax in error messagesoncemoreification-6/+8
2013-02-19librustc: change driver::session::Session::str_of to return @~strErick Tryzelaar-3/+4
2013-02-15librustc: Get rid of `move`.Luqman Aden-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-74/+85
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-3/+3
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-3/+3
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-3/+3
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-2/+2