summary refs log tree commit diff
path: root/src/librustc/util/ppaux.rs
AgeCommit message (Expand)AuthorLines
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-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-1/+1
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-07librustc: Remove structural record types from the compilerPatrick Walton-7/+2
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
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-3/+3
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-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-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2/+9
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-31/+30
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-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-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-10/+16
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
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-6/+10
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-1/+4
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/+10
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/+451