summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-15auto merge of #5354 : ILyoan/rust/normalize_triple, r=graydonbors-2/+2
2013-03-15treemap: use each_mut instead of mutateDaniel Micay-7/+6
2013-03-15treemap: rm old FIXMEDaniel Micay-2/+0
2013-03-15deque: add documentationDaniel Micay-1/+24
2013-03-15auto merge of #5395 : thestinger/rust/iter, r=pcwaltonbors-15/+13
2013-03-15Update test case to conform to new restrictions on castingJohn Clements-3/+2
2013-03-15Test case fixup (old one tested the old bad behavior).John Clements-12/+12
2013-03-15add nonempty encoding for spansJohn Clements-1/+1
2013-03-15Normalize target triple so that llvm can recognize target os correctlyILyoan-2/+2
2013-03-15Fix an android compilation failILyoan-0/+1
2013-03-14auto merge of #5375 : z0w0/rust/rustdoc-private-hide, r=thestingerbors-2/+1
2013-03-14MutableIter impl for Option + use it in treemapDaniel Micay-15/+13
2013-03-14auto merge of #5371 : thestinger/rust/hidden, r=pcwaltonbors-1/+2
2013-03-14auto merge of #5369 : thestinger/rust/iter, r=z0w0bors-7/+33
2013-03-14core: Add to_bytes method to StrSlice traitBrian Anderson-0/+3
2013-03-14auto merge of #5367 : brson/rust/5299, r=thestingerbors-0/+4
2013-03-14auto merge of #5366 : tedhorst/rust/threadring, r=brsonbors-0/+74
2013-03-14auto merge of #5365 : thestinger/rust/map, r=catamorphismbors-12/+61
2013-03-14auto merge of #5364 : xenocons/rust/patch-1, r=z0w0bors-1/+1
2013-03-14test: Remove deprecated features from benchmark tests. rs=burningtreePatrick Walton-7/+15
2013-03-14librustc: Remove another deprecated use of `as Trait`. rs=burningtreePatrick Walton-2/+2
2013-03-14rustdoc: Filter out private definitions. Closes #3538Zack Corr-2/+1
2013-03-14rustdoc: Document explicit self in methods. Closes #5254Zack Corr-2/+6
2013-03-13libsyntax: Remove a use of deprecated Encodable from libsyntax. rs=burningtreePatrick Walton-1/+1
2013-03-13test: Fix tests. rs=testsPatrick Walton-79/+91
2013-03-13librustc: Allow path-qualified constants in patternsPatrick Walton-3/+37
2013-03-13librustc: Don't require the "static" keyword to define a static methodPatrick Walton-10/+10
2013-03-13test: Some test fixesPatrick Walton-19/+19
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-393/+337
2013-03-13librustc: Remove "base types" from the language.Patrick Walton-148/+141
2013-03-13librustc: Remove overloaded operator autoderef.Patrick Walton-29/+63
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-537/+675
2013-03-13librustc: Separate out trait storage from evec/estr storagePatrick Walton-162/+293
2013-03-13auto merge of #5336 : ILyoan/rust/remove_unused, r=sanxiynbors-12/+2
2013-03-13rm FIXME from use of #[doc(hidden)] on pub modDaniel Micay-1/+1
2013-03-13hide the linkhack module in the docsDaniel Micay-0/+1
2013-03-13add a trait for mutable iteratorsDaniel Micay-7/+33
2013-03-13core: Add spawn, stream and friends to prelude. #5299Brian Anderson-0/+4
2013-03-14Remove unused import in librustcILyoan-1/+0
2013-03-14Remove unused imports in stdILyoan-1/+0
2013-03-14Remove unused import in coreILyoan-9/+2
2013-03-14Remove unused variableILyoan-1/+0
2013-03-13reinstate test/bench/shootout-threadring.rsTed Horst-0/+74
2013-03-13add the mutate_values method to the Map traitDaniel Micay-12/+61
2013-03-13auto merge of #5340 : brson/rust/column, r=brsonbors-1/+1
2013-03-14updated from L to ull for easier mingw32 builds.xenocons-1/+1
2013-03-13auto merge of #5307 : nikomatsakis/rust/remove-by-val, r=nikomatsakisbors-303/+579
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-144/+89
2013-03-13Revamp foreign code not to consider the Rust modes. This requiresNiko Matsakis-161/+492
2013-03-13auto merge of #5339 : catamorphism/rust/less-copy, r=catamorphismbors-6/+5