| Age | Commit message (Expand) | Author | Lines |
| 2013-03-18 | auto merge of #5420 : boggle/rust/sudoku-with-traits, r=graydon | bors | -106/+201 |
| 2013-03-18 | rt: Inline get_sp_limit/set_sp_limit/get_sp for x86. | Luqman Aden | -63/+45 |
| 2013-03-17 | rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64. | Luqman Aden | -64/+175 |
| 2013-03-18 | Refactored sudoku benchmark to use traits and added some tests | Stefan Plantikow | -106/+201 |
| 2013-03-17 | rt: don't save and restore xmm/regs in __morestack. | Luqman Aden | -19/+3 |
| 2013-03-16 | auto merge of #5374 : z0w0/rust/rustdoc-explicit-self, r=z0w0 | bors | -11/+15 |
| 2013-03-17 | rustdoc: Fix method printing tests | Zack Corr | -8/+8 |
| 2013-03-16 | auto merge of #5415 : brson/rust/rustdoc, r=thestinger | bors | -1/+23 |
| 2013-03-16 | rustdoc: Show all impls of traits. #5406 | Brian Anderson | -1/+23 |
| 2013-03-16 | rt: Add RUST_DEBUG_MEM to rust_env to avoid races | Brian Anderson | -7/+63 |
| 2013-03-16 | syntax: Fix fun_to_str test | Zack Corr | -1/+1 |
| 2013-03-15 | auto merge of #5408 : thestinger/rust/trie, r=pcwalton | bors | -2/+31 |
| 2013-03-15 | auto merge of #5359 : luqmana/rust/inline-asm, r=pcwalton | bors | -27/+205 |
| 2013-03-15 | auto merge of #5404 : bstrie/rust/decopy, r=pcwalton | bors | -86/+115 |
| 2013-03-15 | Fix type_use for inline asm. | Luqman Aden | -12/+9 |
| 2013-03-15 | Don't use by_val for passing asm operands. | Luqman Aden | -3/+3 |
| 2013-03-15 | Tidy. | Luqman Aden | -3/+4 |
| 2013-03-15 | Actually use no or multiple operands properly. | Luqman Aden | -10/+22 |
| 2013-03-15 | Implicitly use addr_of for output operands in asm. | Luqman Aden | -3/+25 |
| 2013-03-15 | Initial support for output operands in asm. | Luqman Aden | -11/+37 |
| 2013-03-15 | Properly handle input operands for inline asm. | Luqman Aden | -7/+51 |
| 2013-03-15 | Actually pass inline asm operands around. | Luqman Aden | -24/+100 |
| 2013-03-15 | Inline asm exprs should be RvalueStmtExpr. | Luqman Aden | -1/+1 |
| 2013-03-15 | add a test for the chunk function | Daniel Micay | -0/+22 |
| 2013-03-15 | auto merge of #5400 : thestinger/rust/misc, r=brson | bors | -10/+30 |
| 2013-03-15 | core: fix trie chunk function | Graydon Hoare | -2/+2 |
| 2013-03-15 | add constructor to TrieSet (was missing) | Daniel Micay | -0/+7 |
| 2013-03-15 | auto merge of #5396 : ILyoan/rust/fix_rt_tls, r=graydon | bors | -0/+1 |
| 2013-03-15 | auto merge of #5391 : brson/rust/to-bytes, r=graydon | bors | -0/+3 |
| 2013-03-15 | Clonify some of run-pass | Ben Striegel | -61/+64 |
| 2013-03-15 | impl Clone for ~T, ~[T], ~str | Ben Striegel | -25/+51 |
| 2013-03-15 | auto merge of #5357 : jbclements/rust/add-nonempty-span-encoding, r=jbclements | bors | -15/+14 |
| 2013-03-15 | auto merge of #5354 : ILyoan/rust/normalize_triple, r=graydon | bors | -2/+2 |
| 2013-03-15 | treemap: use each_mut instead of mutate | Daniel Micay | -7/+6 |
| 2013-03-15 | treemap: rm old FIXME | Daniel Micay | -2/+0 |
| 2013-03-15 | deque: add documentation | Daniel Micay | -1/+24 |
| 2013-03-15 | auto merge of #5395 : thestinger/rust/iter, r=pcwalton | bors | -15/+13 |
| 2013-03-15 | Update test case to conform to new restrictions on casting | John Clements | -3/+2 |
| 2013-03-15 | Test case fixup (old one tested the old bad behavior). | John Clements | -12/+12 |
| 2013-03-15 | add nonempty encoding for spans | John Clements | -1/+1 |
| 2013-03-15 | Normalize target triple so that llvm can recognize target os correctly | ILyoan | -2/+2 |
| 2013-03-15 | Fix an android compilation fail | ILyoan | -0/+1 |
| 2013-03-14 | auto merge of #5375 : z0w0/rust/rustdoc-private-hide, r=thestinger | bors | -2/+1 |
| 2013-03-14 | MutableIter impl for Option + use it in treemap | Daniel Micay | -15/+13 |
| 2013-03-14 | auto merge of #5371 : thestinger/rust/hidden, r=pcwalton | bors | -1/+2 |
| 2013-03-14 | auto merge of #5369 : thestinger/rust/iter, r=z0w0 | bors | -7/+33 |
| 2013-03-14 | core: Add to_bytes method to StrSlice trait | Brian Anderson | -0/+3 |
| 2013-03-14 | auto merge of #5367 : brson/rust/5299, r=thestinger | bors | -0/+4 |
| 2013-03-14 | auto merge of #5366 : tedhorst/rust/threadring, r=brson | bors | -0/+74 |
| 2013-03-14 | auto merge of #5365 : thestinger/rust/map, r=catamorphism | bors | -12/+61 |