summary refs log tree commit diff
path: root/src/librustc/metadata/tyencode.rs
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-4/+8
2013-03-28Removing unused importsAlex Crichton-2/+1
2013-03-26rustc: Purge of HashMap, fixing segfaulting casesAlex Crichton-1/+1
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-2/+2
2013-03-20Refactor the self-info so that the def-id is carried in ty_self()Niko Matsakis-1/+3
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-20/+20
2013-03-13librustc: Separate out trait storage from evec/estr storagePatrick Walton-2/+14
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-1/+0
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-9/+0
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-2/+2
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-1/+1
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-2/+6
2013-02-19librustc: change driver::session::Session::str_of to return @~strErick Tryzelaar-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-18/+36
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-2/+2
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-2/+2
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-2/+2
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-1/+1
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-2/+2
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+0
2013-01-29librustc: De-export metadata. rs=deexportingPatrick Walton-18/+11
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-2/+2
2013-01-28Do not try to encode/decode inference types, should not be necessaryNiko Matsakis-13/+2
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-3/+4
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-0/+3
2013-01-08Remove ret_style and instead check whether fn return type is botNiko Matsakis-4/+1
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-5/+6
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-3/+7
2012-12-13Rename Send trait to OwnedBrian Anderson-1/+1
2012-12-13Rename Owned trait to DurableBrian Anderson-1/+1
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-1/+1
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-12/+12
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-6/+6
2012-11-21Introduce a T_err type for type errorsTim Chevalier-0/+1
2012-11-12rustc: Implement floating point literal inference. r=nmatsakisPatrick Walton-0/+5
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+400