summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-08-27libcore: Fix core testPatrick Walton-17/+27
2012-08-27Convert core::result to camel caseBrian Anderson-845/+845
2012-08-27libcore: Implement ord and eq language itemsPatrick Walton-37/+54
2012-08-27rustc: Avoid an allocation on every GEPiPatrick Walton-114/+110
2012-08-27remove ipv4 match which looks like it was... purposelessNiko Matsakis-58/+54
2012-08-27fix a few remaining unused pattern binding warningsNiko Matsakis-3/+3
2012-08-27rustc: make sure to import shr.Erick Tryzelaar-1/+1
2012-08-27rustc: Fix typo in variant nameErick Tryzelaar-1/+1
2012-08-27rustc: import vstore_uniqErick Tryzelaar-1/+2
2012-08-27rustc: more pattern cleanupErick Tryzelaar-79/+74
2012-08-27rustc: fix the unused pattern vars warnings.Erick Tryzelaar-35/+35
2012-08-27libcore: fix indention.Erick Tryzelaar-74/+74
2012-08-27Convert over some residual uses of #oldmacros.Graydon Hoare-21/+31
2012-08-27rustc: When landing pads are off, avoid skipping cleanup code.Elliott Slaughter-2/+10
2012-08-27rustc: Break cyclical dependence between emit_tydescs and gen_shape_tables.Elliott Slaughter-0/+41
2012-08-27change to 4-space indents everywhereNiko Matsakis-2/+1
2012-08-27Fix region-related unsafety in arc::get's signatureBen Blum-5/+5
2012-08-26fix bench test for arc::arc camelcaseBen Blum-3/+3
2012-08-26convert std::arc tests to use camel case ARCsBen Blum-2/+2
2012-08-26convert std::arc types to camelcaseBen Blum-77/+79
2012-08-26minor core/std cleanupBen Blum-5/+5
2012-08-26convert std::sync types to camelcaseBen Blum-135/+137
2012-08-26vim - camel-case the non builtin typesBen Blum-6/+6
2012-08-26Camel case the option typeBrian Anderson-4926/+4929
2012-08-26Fix build breakageBrian Anderson-5/+7
2012-08-26libcore: Implement result::get_ref.Patrick Walton-0/+16
2012-08-26rustc: Use memmove in unsafe::reinterpret_cast (issue #3025).Patrick Walton-3/+6
2012-08-26rustc: Use memset when zeroing allocas out (issue #3025).Patrick Walton-2/+30
2012-08-25libcore: Add some methods to make working with string slices easierPatrick Walton-0/+56
2012-08-25rustc: Add some more debugging to vtablePatrick Walton-2/+2
2012-08-25Merge pull request #3282 from killerswan/modes5Brian Anderson-38/+50
2012-08-25libstd: Don't make task-local GC data when creating TCP streams.Patrick Walton-21/+33
2012-08-25libcore: Add an implementation of to_str for &str.Patrick Walton-0/+3
2012-08-25Fix more unused variable warningsBrian Anderson-8/+8
2012-08-25Fix some unused variable warningsBrian Anderson-27/+21
2012-08-25Update test for new struct field syntax (fixes build breakage)Tim Chevalier-1/+1
2012-08-25Merge pull request #3278 from erickt/incomingTim Chevalier-12/+12
2012-08-25libsyntax: Accept ',' to separate struct fields. Closes #3263.Patrick Walton-2/+14
2012-08-25Remove deprecated modes from SHA1 and MD4 in libstdKevin Cantu-37/+46
2012-08-25Remove deprecated modes from libstd/timer.rsKevin Cantu-1/+4
2012-08-25rustc: Implement foreign constants.Patrick Walton-71/+139
2012-08-25libstd: Suppress warning about unused variable in net_tcp.Erick Tryzelaar-1/+1
2012-08-25libstd: serialization should use &strs.Erick Tryzelaar-11/+11
2012-08-25Add test case for #2356Tim Chevalier-0/+4
2012-08-25Add backquotes to error messageTim Chevalier-2/+2
2012-08-25implements issue #2356Vincent Belliard-6/+56
2012-08-25Add either::unwrap_{left,right}Ben Blum-0/+16
2012-08-25Use region variance to remove a bunch of unsafety in sync/arc (#2282)Ben Blum-54/+15
2012-08-25Use less move_it in pipes and future (all but one use)Ben Blum-28/+16
2012-08-25Implement option::unwrap safely...!Ben Blum-16/+11