summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-26Turn off attribute_usage warning on check-fastklutzy-12/+16
2013-11-26auto merge of #10660 : alexcrichton/rust/little-scope, r=pcwaltonbors-71/+71
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-462/+466
2013-11-25auto merge of #10631 : klutzy/rust/win-fixes, r=alexcrichtonbors-185/+53
2013-11-25auto merge of #10316 : klutzy/rust/attr-lint, r=cmrbors-55/+160
2013-11-26rustc: Add crate-level attribute lintklutzy-34/+51
2013-11-26rustc: Update obsolete attribute listklutzy-8/+10
2013-11-26Add test for unknown attribute lintklutzy-0/+18
2013-11-26rustc: Add lint for unknown attributesklutzy-9/+57
2013-11-25auto merge of #10652 : jld/rust/enum-unstruct, r=thestingerbors-40/+99
2013-11-26Add tests for attribute lintklutzy-0/+38
2013-11-26std: Remove unused attributesklutzy-5/+2
2013-11-26rustc: Add lint for obsolete attributesklutzy-59/+13
2013-11-26rustc: Add lint for misplaced crate attributesklutzy-0/+31
2013-11-25Fix the usual check-fast scoping mistake.Jed Davis-1/+1
2013-11-25Move LittleLock to using RAIIAlex Crichton-71/+71
2013-11-25auto merge of #10650 : andreasots/rust/ipv6-is-in-hex, r=alexcrichtonbors-1/+2
2013-11-25auto merge of #10658 : LeoTestard/rust/serialize-rc, r=cmrbors-0/+23
2013-11-25auto merge of #10657 : sanxiyn/rust/pat, r=cmrbors-49/+26
2013-11-25Implement IterBytes for Rc<T>.Léo Testard-0/+8
2013-11-25Add an implementation of Encodable and Decodable for Rc. This will be needed ...Léo Testard-0/+15
2013-11-26Take &Pat in visit_patSeo Sanghyeon-19/+19
2013-11-25auto merge of #10653 : thestinger/rust/meaningless, r=huonwbors-2/+0
2013-11-25auto merge of #10648 : sfackler/rust/base64-test, r=alexcrichtonbors-1/+1
2013-11-25Take &PatSeo Sanghyeon-7/+7
2013-11-25Remove arms_have_move_bindingsSeo Sanghyeon-23/+0
2013-11-25auto merge of #10646 : alexcrichton/rust/issue-10645, r=luqmanabors-10/+15
2013-11-25rm #[mutable_doc]Daniel Micay-2/+0
2013-11-25auto merge of #10644 : cmr/rust/rustdoc_cfg, r=alexcrichtonbors-5/+9
2013-11-25Add [mut_]shift_ref/[mut_]pop_ref functions, which return a pointer to the fi...Niko Matsakis-0/+194
2013-11-25auto merge of #10643 : jorendorff/rust/master, r=alexcrichtonbors-1/+1
2013-11-25auto merge of #10628 : huonw/rust/3614, r=alexcrichtonbors-7/+51
2013-11-25syntax: parse inner attributes on impls.Huon Wilson-7/+51
2013-11-25Fix typo in base64 testSteven Fackler-1/+1
2013-11-24auto merge of #10641 : cmr/rust/close_delims, r=alexcrichtonbors-9/+33
2013-11-24auto merge of #10635 : alexcrichton/rust/issue-10626, r=cmrbors-1/+45
2013-11-24Represent C-like enums with a plain LLVM integer, not a struct.Jed Davis-40/+99
2013-11-25std: IPv6 addresses are represented as eight groups of four HEXADECIMAL digitsAndreas Ots-1/+2
2013-11-24Set uv's custom data before uv_read_startAlex Crichton-10/+15
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-2418/+400
2013-11-24Cache a task's stderr loggerAlex Crichton-1/+45
2013-11-24Remove linked failure from the runtimeAlex Crichton-2418/+400
2013-11-24rustdoc: pass through --cfg to rustcCorey Richardson-5/+9
2013-11-24Fix spelling of "vacuum" in one of the abort quotes.Jason Orendorff-1/+1
2013-11-24auto merge of #10639 : jix/rust/fix_find_mut_in_trie, r=thestingerbors-1/+12
2013-11-24auto merge of #10637 : luqmana/rust/nmt, r=cmrbors-129/+165
2013-11-24Add a note for unclosed delimitersCorey Richardson-9/+33
2013-11-24Add comments to ast, ast_map, ty, and pat_utilKiet Tran-0/+24
2013-11-24libextra: Remove @mut from term.Luqman Aden-129/+165
2013-11-25std::trie: Fix find_mut for non-present keysJannis Harder-1/+12