about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-12auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...bors-782/+2463
2013-04-12auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphismbors-952/+636
2013-04-12TidyTim Chevalier-8/+5
2013-04-12add rustdoc comments with examples for the string versions of to_base64 and f...Leah Hanson-0/+45
2013-04-12auto merge of #5640 : dbaupp/rust/syntax-generalise-deriving, r=thestingerbors-791/+1608
2013-04-12libsyntax: another fix for deriving on windows.Huon Wilson-2/+1
2013-04-12auto merge of #5809 : Aatch/rust/start-attr, r=thestingerbors-47/+177
2013-04-12libsyntax: (maybe) fix deriving(TotalOrd) on windowsHuon Wilson-6/+6
2013-04-12Added xfail-fast to test so the windows buildbot doesn't chokeJames Miller-0/+2
2013-04-12libsyntax: short-circuit on non-matching variants in deriving code.Huon Wilson-156/+349
2013-04-12testsuite: add tests for derived Eq, TotalEq, Ord, TotalOrd.Huon Wilson-0/+75
2013-04-12libsyntax: derive Clone, Eq, TotalEq, Ord, TotalOrd with the new generic deri...Huon Wilson-761/+411
2013-04-12libcore: combine cmp::Ordering instances in lexical order.Huon Wilson-0/+27
2013-04-12libsyntax: abstract most of the deriving boilerplate into a simpler(r) interf...Huon Wilson-42/+915
2013-04-11rustpkg: Use pkg IDs, remove old code for now that required packages to decla...Tim Chevalier-964/+519
2013-04-11auto merge of #5845 : thestinger/rust/bool, r=catamorphismbors-27/+72
2013-04-11bool: implement Ord and TotalOrdDaniel Micay-27/+72
2013-04-11Make destroy() send SIGTERM and add a new method calledgareth-12/+44
2013-04-11auto merge of #5825 : danluu/rust/rngdoc, r=ericktbors-9/+183
2013-04-11auto merge of #5823 : Kimundi/rust/str_from_bytes_slice, r=ericktbors-8/+147
2013-04-11auto merge of #5819 : erickt/rust/incoming, r=ericktbors-158/+1419
2013-04-11Fix formattingDan Luu-34/+40
2013-04-11Implement Finally for ~fn and @fn typesBrendan Zabarauskas-1/+42
2013-04-11auto merge of #5826 : brson/rust/0.7-pre, r=brsonbors-46/+46
2013-04-11auto merge of #5811 : sanxiyn/rust/parse-uint, r=catamorphismbors-8/+8
2013-04-11xail all debuginfo testsBrian Anderson-0/+6
2013-04-10add unwind information on morestackILyoan-14/+19
2013-04-10rustllvm: Initialize target analysis passesBrian Anderson-1/+4
2013-04-10FIX meta_section_name for macosILyoan-1/+12
2013-04-10rust morestack assembly for armILyoan-42/+60
2013-04-10rustllvm: followup latest LLVMYoung-il Choi-9/+13
2013-04-10Update LLVM for ARM changesBrian Anderson-0/+0
2013-04-10tests: changes in response to #5656Niko Matsakis-125/+14
2013-04-10libstd: changes to in response to #5656Niko Matsakis-14/+390
2013-04-10core: changes in response to #5656Niko Matsakis-5/+700
2013-04-10Issue #5656: Make &self not mean "&'self self"Niko Matsakis-295/+336
2013-04-10test: update serialization tests to use new macroErick Tryzelaar-14/+7
2013-04-10syntax: add {read,emit}_enum_struct_variant{,_field}Erick Tryzelaar-4/+75
2013-04-10std: add serialize {read,emit}_tuple{,_arg,_struct,_struct_arg}Erick Tryzelaar-0/+84
2013-04-10syntax: add support for #[deriving(Decodable)]Erick Tryzelaar-7/+510
2013-04-10syntax: add support for #[deriving(Encodable)]Erick Tryzelaar-8/+455
2013-04-10syntax: Simplify deriving to handle classes that take generics, like EncodableErick Tryzelaar-34/+28
2013-04-10std: rename {read,emit}_field to {read,emit}_struct_fieldErick Tryzelaar-10/+183
2013-04-10std: clean up the order of {De,En}codable methodsErick Tryzelaar-88/+87
2013-04-10syntax: update a deriving error message to use the new syntaxErick Tryzelaar-5/+3
2013-04-10syntax: match variants use 4 space indent by defaultErick Tryzelaar-14/+13
2013-04-11Add example for str::subslice_offsetMarvin Löbel-0/+19
2013-04-11Added str::from_slice_with_null() to cast a &[u8] to &strMarvin Löbel-8/+128
2013-04-10Bump version to 0.7-preBrian Anderson-46/+46
2013-04-10Clarify commentDan Luu-1/+1