about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-4/+4
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-28/+28
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-5/+5
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-2/+2
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-9/+96
2013-05-10Move flate from core to stdBrian Anderson-2/+2
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-3/+3
2013-05-10renamed vec::from_slice to vec::to_ownedYoungsoo Son-2/+2
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-6/+6
2013-05-10rustc: Use the new `for` protocolAlex Crichton-9/+96
2013-05-09Include static methods on traits in reexports.Tom Lee-0/+42
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-23/+41
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-6/+6
2013-05-09librustc: rename vec::each(var) to var.eachYoungmin Yoo-3/+2
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-34/+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-248/+176
2013-05-05add warning for #6248 and remove instances of itNiko Matsakis-4/+4
2013-05-04Register snapshotsBrian Anderson-1312/+0
2013-05-04auto merge of #6230 : thestinger/rust/whitespace, r=catamorphismbors-2/+0
2013-05-03auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphismbors-1/+1
2013-05-03rustpkg: Make code actually compileTim Chevalier-4/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+0
2013-05-03rustc: Warning policeTim Chevalier-1/+1
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-23/+31
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-37/+1384
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-61/+0
2013-05-01rustc: remove the rest of dropErick Tryzelaar-51/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-25/+30
2013-04-29librustc: Remove the concept of modes from the compiler.Patrick Walton-23/+6
2013-04-27only use #[no_core] in libcoreDaniel Micay-50/+0
2013-04-23core, rustc: Warning policeTim Chevalier-18/+18
2013-04-20rustc: remove unused 'mut' variablesAlex Crichton-1/+1
2013-04-20Replaced many instances of reinterpret_cast with transmuteMatthijs Hofstra-1/+1
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-93/+93
2013-04-19librustc: Optimize metadata::decoder::item_name.Patrick Walton-2/+8
2013-04-19librustc: Remove def_ids from types.Patrick Walton-21/+3
2013-04-17Allow casting to mutable trait objects.Josh Matthews-9/+20
2013-04-15rustc: Anti-copy policeTim Chevalier-3/+3
2013-04-12auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...bors-4/+5
2013-04-11auto merge of #5811 : sanxiyn/rust/parse-uint, r=catamorphismbors-8/+8
2013-04-10FIX meta_section_name for macosILyoan-1/+12
2013-04-10auto merge of #5709 : jbclements/rust/miscellaneous-cleanup, r=jbclementsbors-2/+2
2013-04-10path -> PathJohn Clements-2/+2
2013-04-10Reason about nested free variables that appear in a functionNiko Matsakis-4/+5
2013-04-10Revert map.each to something which takes two parametersNiko Matsakis-1/+1
2013-04-10Rename tydecode::parse_int to parse_uintSeo Sanghyeon-8/+8