| Age | Commit message (Expand) | Author | Lines |
| 2013-03-18 | Allow expressions that are not just a single value for repeated fixed length ... | Luqman Aden | -2/+2 |
| 2013-03-18 | Now actually allow using constants in those constant expressions for [T * n]. | Luqman Aden | -4/+12 |
| 2013-03-18 | Allow constant expressions in [Type * n]. | Luqman Aden | -24/+32 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -482/+352 |
| 2013-03-18 | libsyntax: Stop parsing old lifetimes, except for the ones on data type decla... | Patrick Walton | -38/+51 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -501/+523 |
| 2013-03-18 | Update rust.vim | Luqman Aden | -2/+2 |
| 2013-03-18 | core: Initialize global state lazily in the Scheduler ctor | Brian Anderson | -14/+20 |
| 2013-03-18 | Add a way to run the test suite with the new scheduler | Brian Anderson | -22/+95 |
| 2013-03-18 | core: Refactor uv bindings | Brian Anderson | -483/+535 |
| 2013-03-18 | core: Begin uv file system bindings | Brian Anderson | -0/+36 |
| 2013-03-18 | core: Add rt::io and start sketching the API | Brian Anderson | -0/+92 |
| 2013-03-18 | core: Rename rt::io to rt::rtio | Brian Anderson | -6/+4 |
| 2013-03-18 | core: Convert some multiline statements to single-line | Brian Anderson | -135/+67 |
| 2013-03-18 | core: Simplify uvll bindings and strip out currently-unused bits | Brian Anderson | -1788/+372 |
| 2013-03-18 | core: Don't use printf in rtdebug! | Brian Anderson | -10/+4 |
| 2013-03-18 | Give core::rt and std::net their own uvll bindings | Brian Anderson | -19/+1957 |
| 2013-03-18 | core: Cleanup rt::context | Brian Anderson | -17/+35 |
| 2013-03-18 | Make &self permit explicit lifetimes, but don't really use them | Niko Matsakis | -55/+166 |
| 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-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 |