summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-879/+877
2013-03-26syntax: Removing uses of HashMapAlex Crichton-54/+61
2013-03-26Remove unused imports throughoutAlex Crichton-22/+5
2013-03-26core: As per #4898, finish impls for one-tuplesTim Chevalier-3/+53
2013-03-26auto merge of #5555 : Kimundi/rust/str-dealloc-3, r=catamorphismbors-409/+461
2013-03-26auto merge of #5467 : nikomatsakis/rust/issues-3888-4036-4492-cannot-encode-r...bors-207/+276
2013-03-26Stop writing directly to the final type/method/vtable sidetables from astconvNiko Matsakis-42/+137
2013-03-26core: Hide GC docsBrian Anderson-0/+2
2013-03-26Add various debug statements to trans that I used to help track down theNiko Matsakis-5/+25
2013-03-26Rip out old code that still structured method calls as aNiko Matsakis-160/+114
2013-03-26auto merge of #5532 : brson/rust/coredocs, r=brsonbors-17/+54
2013-03-26core: Make sure every module at least has a one-line descriptionBrian Anderson-5/+30
2013-03-26core: Clarify prelude docs. #4556Brian Anderson-12/+24
2013-03-26Check for null in return_to_mut. Fixes #4904.Niko Matsakis-2/+6
2013-03-26Fix #4855: handle bot in regionckNiko Matsakis-1/+1
2013-03-26Added more missing lifetime annotationsMarvin Löbel-8/+8
2013-03-26auto merge of #5549 : brson/rust/rustdoc, r=brsonbors-21/+219
2013-03-26rustdoc: Tweak list styleBrian Anderson-0/+5
2013-03-26rustdoc: Add type bounds to implsBrian Anderson-7/+37
2013-03-26rustdoc: Handle impl method visibility correctly. #5533Brian Anderson-13/+161
2013-03-26rustdoc: Build the crate config correctly. Fixes #5011Brian Anderson-1/+1
2013-03-26rustdoc: Sanitize links harderBrian Anderson-0/+15
2013-03-26auto merge of #5553 : pnkfelix/rust/doc-fixes-for-0.6-incoming, r=sanxiynbors-6/+7
2013-03-26Added missing lifetime annotations, doc and whitespace cleanupsMarvin Löbel-66/+66
2013-03-26Fixed all use sites and testsMarvin Löbel-176/+204
2013-03-26Isolated bug, static vector seems to behave differently than fixed sized oneMarvin Löbel-31/+1
2013-03-26Switched over a bunch of splitting funktions to non-allocating iteratorsMarvin Löbel-98/+135
2013-03-26pre-rebase commitMarvin Löbel-101/+119
2013-03-26Moved float str buffer constants to the strconv moduleMarvin Löbel-11/+10
2013-03-26auto merge of #5546 : nikomatsakis/rust/ty_region-useful-span, r=catamorphismbors-11/+18
2013-03-26Cleanup wording around the awkward "and so on is . ." in the README.txt.Felix S. Klock II-2/+2
2013-03-26Spelling fixes; replaced `size` with `capacity` in few places.Felix S. Klock II-3/+3
2013-03-26Fixes mozilla/rust#3612.Felix S. Klock II-1/+2
2013-03-26auto merge of #5542 : catamorphism/rust/issue-4983, r=catamorphismbors-1/+1
2013-03-26auto merge of #5539 : apasel422/rust/kate, r=brsonbors-3/+1
2013-03-26auto merge of #5536 : sanxiyn/rust/doc-purity, r=brsonbors-23/+17
2013-03-25auto merge of #5528 : thestinger/rust/find_mut, r=brsonbors-9/+135
2013-03-25auto merge of #5525 : dbaupp/rust/minor_fixups, r=graydonbors-26/+9
2013-03-25auto merge of #5524 : luqmana/rust/repeat-loop, r=pcwaltonbors-16/+51
2013-03-25auto merge of #5513 : apasel422/rust/deriving, r=luqmanabors-68/+13
2013-03-25auto merge of #5509 : thestinger/rust/oldmap, r=brsonbors-347/+42
2013-03-25Expand on cleanups in trans for expr_repeat and add to tests.Luqman Aden-0/+12
2013-03-25make ty_region give a useful span when it failsNiko Matsakis-11/+18
2013-03-25auto merge of #5409 : brson/rust/rt, r=brsonbors-1082/+1803
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-1082/+1803
2013-03-25auto merge of #5424 : luqmana/rust/inline-rt, r=brsonbors-124/+217
2013-03-25core: Fix doc comment error, as per #4983Tim Chevalier-1/+1
2013-03-25kate: remove `const`, `log`, and `pure` keywords, add `super` keywordAndrew Paseltiner-3/+1
2013-03-25rustdoc: Show puritySeo Sanghyeon-23/+17
2013-03-25trie: improve docstringDaniel Micay-1/+1