about summary refs log tree commit diff
path: root/src/librustc/metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-4/+4
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-1/+1
2013-05-11auto merge of #6384 : thomaslee/rust/issue-4202, r=catamorphismbors-0/+42
2013-05-10auto merge of #6205 : brson/rust/flate, r=brsonbors-1/+1
2013-05-10Move flate from core to stdBrian Anderson-1/+1
2013-05-10renamed vec::from_slice to vec::to_ownedYoungsoo Son-1/+1
2013-05-10rustc: Use the new `for` protocolAlex Crichton-2/+1
2013-05-09Include static methods on traits in reexports.Tom Lee-0/+42
2013-05-09librustc: rename vec::each(var) to var.eachYoungmin Yoo-1/+1
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-19/+4
2013-05-08libcore: Remove more mutable fields from commPatrick Walton-15/+16
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-0/+1
2013-05-06Fix cross-crate packed structsSeo Sanghyeon-0/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-144/+142
2013-05-05add warning for #6248 and remove instances of itNiko Matsakis-4/+4
2013-05-04Register snapshotsBrian Anderson-1304/+0
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-37/+1375
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-9/+0
2013-05-01rustc: remove the rest of dropErick Tryzelaar-27/+0
2013-04-27only use #[no_core] in libcoreDaniel Micay-10/+0
2013-04-20rustc: remove unused 'mut' variablesAlex Crichton-1/+1
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-69/+69
2013-04-15rustc: Anti-copy policeTim Chevalier-3/+3
2013-04-09Cleanup substitutions and treatment of generics around traits in a number of ...Niko Matsakis-13/+15
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-13/+25
2013-04-05Add a (currently unused) "transformed self type" pointer into ty::methodNiko Matsakis-0/+12
2013-04-05Compute a ty::method for methods that appear in impls as wellNiko Matsakis-39/+24
2013-04-05Rather than storing a list of ty::method per trait, store one ty::methodNiko Matsakis-82/+93
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-7/+7
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-3/+4
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-28Removing unused importsAlex Crichton-2/+2
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-2/+1
2013-03-27remove sty_by_ref, though traces still remain due to dtorsNiko Matsakis-3/+0
2013-03-26Move ast_map::map to LinearMapAlex Crichton-2/+2
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-25/+28
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
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-20auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphismbors-4/+4
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-4/+4
2013-03-19auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwaltonbors-1/+8
2013-03-19librustc: Enforce privacy for static methods.Patrick Walton-1/+8
2013-03-19auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=...bors-19/+34
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-18Make &self permit explicit lifetimes, but don't really use themNiko Matsakis-19/+34
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-6/+6
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-08rustc: Remove uses of DVecAlex Crichton-9/+6