summary refs log tree commit diff
path: root/src/librustc/middle/astencode.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+4
2013-06-28Rework vtable_res to not be flattened. It is now a list of the resolutions fo...Michael Sullivan-3/+7
2013-06-28Make calling methods parameterized on the trait work from default methods.Michael Sullivan-1/+17
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-14/+17
2013-06-25Merge remote-tracking branch 'mozilla/master' into incomingBrian Anderson-1/+1
2013-06-23Add 'static mut' items to the languageAlex Crichton-1/+1
2013-06-22Cleaned up middle a bit.Steven Stewart-Gallus-86/+89
2013-06-16remove unused importsHuon Wilson-1/+0
2013-06-16Remove @-fields from CrateContextJames Miller-21/+31
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-4/+4
2013-06-11option: remove redundant old_iter implsDaniel Micay-52/+83
2013-06-10clean-up unused import warningsHuon Wilson-1/+0
2013-06-10std: convert str::reserve* to methods, and methodise str::push_*.Huon Wilson-1/+1
2013-06-08tydecode: Accept a plain borrowed pointer to the dataBjörn Steinbrink-2/+2
2013-06-05interner just uses uints, not idents with syntax contextJohn Clements-1/+1
2013-06-05removed some interner fieldsJohn Clements-7/+8
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-5/+5
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22librustc: Change `std` to `extra` throughout libsyntax and librustcPatrick Walton-6/+6
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-7/+7
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-16rename `at_vec::from_owned` and `at_vec::from_slice` to `at_vec::to_managed_c...Youngsoo Son-1/+1
2013-05-14rustc: rename ast::self_ty and related fields to explicit_selfErick Tryzelaar-2/+2
2013-05-14rustc: Remove ty::argErick Tryzelaar-23/+4
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-3/+3
2013-05-08libcore: Fix tests.Patrick Walton-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-233/+239
2013-05-05Address all FIXMEs from #5562Niko Matsakis-5/+3
2013-05-04Register snapshotsBrian Anderson-774/+0
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-93/+795
2013-05-01rustc: remove the rest of dropErick Tryzelaar-26/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-38/+5
2013-04-30adapt to snapshotNiko Matsakis-104/+0
2013-04-29librustc: Remove the concept of modes from the compiler.Patrick Walton-16/+16
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-43/+44
2013-04-12auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...bors-1/+4
2013-04-10std: rename {read,emit}_field to {read,emit}_struct_fieldErick Tryzelaar-0/+97
2013-04-10Reason about nested free variables that appear in a functionNiko Matsakis-1/+4
2013-04-09Cleanup substitutions and treatment of generics around traits in a number of ...Niko Matsakis-18/+24
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-16/+24
2013-04-05Rather than storing a list of ty::method per trait, store one ty::methodNiko Matsakis-0/+1
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