summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2013-04-10Add examples for Rng functions.Dan Luu-8/+176
2013-04-10auto merge of #5818 : Kimundi/rust/iter_to_vec, r=catamorphismbors-0/+26
2013-04-10Add debug info test for vectorsBrian Leibig-0/+30
2013-04-10Add debug info test for boxesBrian Leibig-0/+30
2013-04-10Prevent debug info generation of zero-span nodesBrian Leibig-4/+13
2013-04-10Add debug info for bare_fn typeBrian Leibig-3/+26
2013-04-10Add debug info for vectorsBrian Leibig-15/+102
2013-04-10Add debug info for boxesBrian Leibig-13/+27
2013-04-10auto merge of #5709 : jbclements/rust/miscellaneous-cleanup, r=jbclementsbors-313/+138
2013-04-10libsyntax comments onlyJohn Clements-17/+46
2013-04-10removed test referring to WONTFIX bug #2443John Clements-26/+0
2013-04-10unneccessary since tjc's commit 78ec6fe30cf2b, fixing #2804John Clements-4/+0
2013-04-10removed eval.rs: dead codeJohn Clements-174/+0
2013-04-10path -> PathJohn Clements-92/+92
2013-04-10auto merge of #5796 : nikomatsakis/rust/issue-5656-fix-map-iteration, r=nikom...bors-158/+132
2013-04-10Added iter_to_vec conversion fnMarvin Löbel-0/+26
2013-04-10Reason about nested free variables that appear in a functionNiko Matsakis-349/+1029
2013-04-10Revert map.each to something which takes two parametersNiko Matsakis-158/+132
2013-04-10testsuite: tests for #[packed] structs.Huon Wilson-0/+371
2013-04-10librustc: implement a #[packed] attribute for structs.Huon Wilson-71/+150
2013-04-10Change tests to use new error messageJames Miller-2/+2
2013-04-10README: "driver/rust.rs" => "rust.rc"kud1ing-1/+1
2013-04-10Rename tydecode::parse_int to parse_uintSeo Sanghyeon-8/+8
2013-04-09auto merge of #5804 : alexcrichton/rust/issue-3266, r=graydonbors-60/+82
2013-04-09auto merge of #5789 : brson/rust/drop, r=graydonbors-69/+23
2013-04-09auto merge of #5807 : klutzy/rust/vim-inner-doc, r=brsonbors-4/+4