about summary refs log tree commit diff
path: root/src/librustc/util
AgeCommit message (Expand)AuthorLines
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
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2/+9
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-43/+42
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-5/+4
2013-01-28Link the lifetimes of regions resulting from borrows of theNiko Matsakis-0/+6
2013-01-24remove unnecessary codeILyoan-6/+0
2013-01-22Make borrowck's notion of scopes consistent with trans's notion of scopesTim Chevalier-0/+3
2013-01-20rustc: Print out region errors involving a function scope properlyTim Chevalier-0/+4
2013-01-19Handle region errors where the actual scope is a statementTim Chevalier-0/+3
2013-01-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-4/+6
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-14/+22
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Implement GLB algorithm. (Issue #2263)Niko Matsakis-1/+4
2013-01-08Remove ret_style and instead check whether fn return type is botNiko Matsakis-20/+15
2013-01-08Rename identifiers that still use 'alt' to use 'match'Lindsey Kuper-1/+1
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-7/+12
2013-01-05librustc: Remove some string allocations. rs=perfPatrick Walton-28/+28
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+10
2012-12-13Rename Send trait to OwnedBrian Anderson-1/+1
2012-12-13Rename Owned trait to DurableBrian Anderson-1/+1
2012-12-11Remove duplicate bound_to_str codeBrian Anderson-7/+1
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-2/+2
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-14/+14
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+20
2012-11-30librustc: Make `a.b()` always a method call. r=nmatsakisPatrick Walton-0/+3
2012-11-21Introduce a T_err type for type errorsTim Chevalier-1/+2
2012-11-14Add types for character position and byte position in the codemapBrian Anderson-1/+2
2012-11-12Objectify the codemapBrian Anderson-6/+6
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+553