summary refs log tree commit diff
path: root/src/librustc/middle/astencode.rs
AgeCommit message (Expand)AuthorLines
2013-03-30rustc: fix astencode testErick Tryzelaar-12/+1
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-4/+4
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-39/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
2013-03-29Register snapshotsBrian Anderson-39/+0
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-1/+1
2013-03-29std: remove Encoder::read_rec and Decoder::emit_recErick Tryzelaar-4/+4
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-0/+39
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-5/+5
2013-03-27std: Decode::read_enum_variant should pass in the variant namesErick Tryzelaar-0/+39
2013-03-26rustc: Purge of HashMap, fixing segfaulting casesAlex Crichton-2/+4
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-10/+10
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-3/+3
2013-03-14librustc: Remove another deprecated use of `as Trait`. rs=burningtreePatrick Walton-2/+2
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-1/+1
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-2/+2
2013-03-08Finish de-implicit-selfing everything but the test suiteBen Striegel-3/+3
2013-03-08test: Removing dvec usesAlex Crichton-1/+1
2013-03-08rustc: Remove uses of DVecAlex Crichton-5/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-5/+7
2013-03-06Make object types not implement associated trait. Fixes #5087.Niko Matsakis-20/+0
2013-03-06Fix bug in coherence that causes all cross-crate impls to be regarded asNiko Matsakis-2/+3
2013-03-05rustc: remove some copiesErick Tryzelaar-1/+1
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-12/+13
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-0/+5
2013-03-04Remove unused imports throughout src/Alex Crichton-9/+0
2013-03-03replace option::iter with a BaseIter implDaniel Micay-12/+13
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-1/+1
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-3/+11
2013-03-01Merge remote branch 'nmatsakis/issue-4808-representation-of-extern-fn' into i...Patrick Walton-3/+11
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-10/+2
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-9/+1
2013-02-28Change bare functions so that they are represented by a single pointer.Niko Matsakis-3/+11
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-3/+3
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-4/+4
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-2/+2
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-4/+4
2013-02-23remove oldsmallintmapDaniel Micay-2/+2
2013-02-22De-implicit-self librustcBen Striegel-87/+98
2013-02-21librustc: Fix broken test.Luqman Aden-2/+2
2013-02-21Get rid of structural records in libsyntax and the last bit in librustc.Luqman Aden-3/+3
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-4/+4
2013-02-20librustc: tidyLuqman Aden-2/+4
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-79/+81
2013-02-19librustc: change driver::session::Session::str_of to return @~strErick Tryzelaar-4/+4
2013-02-17Removed more capture claueses.Seth Pink-1/+1
2013-02-15librustc: Get rid of `move`.Luqman Aden-1/+1