about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-18auto merge of #5420 : boggle/rust/sudoku-with-traits, r=graydonbors-106/+201
2013-03-18rt: Inline get_sp_limit/set_sp_limit/get_sp for x86.Luqman Aden-63/+45
2013-03-17rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64.Luqman Aden-64/+175
2013-03-18Refactored sudoku benchmark to use traits and added some testsStefan Plantikow-106/+201
2013-03-17rt: don't save and restore xmm/regs in __morestack.Luqman Aden-19/+3
2013-03-16auto merge of #5374 : z0w0/rust/rustdoc-explicit-self, r=z0w0bors-11/+15
2013-03-17rustdoc: Fix method printing testsZack Corr-8/+8
2013-03-16auto merge of #5415 : brson/rust/rustdoc, r=thestingerbors-1/+23
2013-03-16rustdoc: Show all impls of traits. #5406Brian Anderson-1/+23
2013-03-16rt: Add RUST_DEBUG_MEM to rust_env to avoid racesBrian Anderson-7/+63
2013-03-16syntax: Fix fun_to_str testZack Corr-1/+1
2013-03-15auto merge of #5408 : thestinger/rust/trie, r=pcwaltonbors-2/+31
2013-03-15auto merge of #5359 : luqmana/rust/inline-asm, r=pcwaltonbors-27/+205
2013-03-15auto merge of #5404 : bstrie/rust/decopy, r=pcwaltonbors-86/+115
2013-03-15Fix type_use for inline asm.Luqman Aden-12/+9
2013-03-15Don't use by_val for passing asm operands.Luqman Aden-3/+3
2013-03-15Tidy.Luqman Aden-3/+4
2013-03-15Actually use no or multiple operands properly.Luqman Aden-10/+22
2013-03-15Implicitly use addr_of for output operands in asm.Luqman Aden-3/+25
2013-03-15Initial support for output operands in asm.Luqman Aden-11/+37
2013-03-15Properly handle input operands for inline asm.Luqman Aden-7/+51
2013-03-15Actually pass inline asm operands around.Luqman Aden-24/+100
2013-03-15Inline asm exprs should be RvalueStmtExpr.Luqman Aden-1/+1
2013-03-15add a test for the chunk functionDaniel Micay-0/+22
2013-03-15auto merge of #5400 : thestinger/rust/misc, r=brsonbors-10/+30
2013-03-15core: fix trie chunk functionGraydon Hoare-2/+2
2013-03-15add constructor to TrieSet (was missing)Daniel Micay-0/+7
2013-03-15auto merge of #5396 : ILyoan/rust/fix_rt_tls, r=graydonbors-0/+1
2013-03-15auto merge of #5391 : brson/rust/to-bytes, r=graydonbors-0/+3
2013-03-15Clonify some of run-passBen Striegel-61/+64
2013-03-15impl Clone for ~T, ~[T], ~strBen Striegel-25/+51
2013-03-15auto merge of #5357 : jbclements/rust/add-nonempty-span-encoding, r=jbclementsbors-15/+14
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