about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2013-03-24expose find_mut in the Map traitDaniel Micay-36/+38
2013-03-24smallintmap: add find_mut methodDaniel Micay-2/+28
2013-03-24trie: add find_mut methodDaniel Micay-1/+32
2013-03-24hashmap: add find_mut methodDaniel Micay-1/+34
2013-03-24librustc: clean-up expr_repeat loop generation: use native integersHuon Wilson-7/+5
2013-03-24treemap: add a find_mut methodDaniel Micay-4/+38
2013-03-25libcore: implement `str::each_char_reverse` correctly.Huon Wilson-10/+9
2013-03-25Kill some warnings: unused imports and old #[deny(..)]s.Huon Wilson-16/+0
2013-03-24librustc: emit loop for expr_repeat instead of 2n instructions in [x, ..n]Luqman Aden-16/+41
2013-03-23make crates with the same name sort consistentlyDaniel Micay-5/+9
2013-03-23auto merge of #5515 : nikomatsakis/rust/issue-5514-flexible-coherence-rules, ...bors-46/+49
2013-03-23libsyntax: Fix `static` in pretty printer. rs=burningtreePatrick Walton-10/+0
2013-03-23Update coherence rules to be more flexible for `impl Trait for Type`Niko Matsakis-46/+49
2013-03-23replace impls with `deriving` where applicableAndrew Paseltiner-63/+7
2013-03-23core: derive Clone for core typesAndrew Paseltiner-5/+6
2013-03-23turn std::oldmap into a wrapper around LinearMapDaniel Micay-342/+33
2013-03-22libcore: Fix obsolete syntax in extfmtPatrick Walton-20/+19
2013-03-22libsyntax: Stop parsing old lifetime syntaxPatrick Walton-4/+5
2013-03-22test: Add lifetime binders and new-style lifetime parameters to the test suitePatrick Walton-47/+47