| Age | Commit message (Expand) | Author | Lines |
| 2013-08-05 | Get rid of some NOTEs. | Michael Sullivan | -3/+2 |
| 2013-08-05 | Warn when using -o option on libraries. Closes #6554. | Michael Sullivan | -7/+6 |
| 2013-08-05 | Fix an unused variable warning and clean up some dead code/names. | Michael Sullivan | -21/+13 |
| 2013-08-05 | auto merge of #8293 : dim-an/rust/trie-iterator, r=thestinger | bors | -0/+94 |
| 2013-08-05 | Make node_id_to_str print more useful info in some cases. Closes #2410. | Michael Sullivan | -4/+4 |
| 2013-08-05 | auto merge of #8292 : thestinger/rust/fix_loop_warning, r=brson | bors | -1/+1 |
| 2013-08-05 | std: Use correct lifetime parameter on str::raw::slice_bytes | blake2-ppc | -1/+1 |
| 2013-08-05 | auto merge of #8289 : sfackler/rust/push_byte, r=erickt | bors | -1/+8 |
| 2013-08-05 | auto merge of #8183 : omasanori/rust/migrate-new, r=sanxiyn | bors | -28/+30 |
| 2013-08-05 | auto merge of #8279 : pcwalton/rust/no-main, r=brson | bors | -8/+19 |
| 2013-08-05 | auto merge of #8227 : dim-an/rust/tree-iter, r=thestinger | bors | -5/+147 |
| 2013-08-05 | Add extra::arena::Arena::new{, _with_size}. | OGINO Masanori | -28/+30 |
| 2013-08-05 | auto merge of #8303 : brson/rust/tls-magic-wtf, r=brson | bors | -0/+13 |
| 2013-08-05 | std::rt: Use magic to make TLS work from annihilated boxes. #8302 | Brian Anderson | -0/+13 |
| 2013-08-04 | auto merge of #8299 : brson/rust/yet-more-newsched-fixes, r=brson | bors | -15/+20 |
| 2013-08-04 | std::rt: Schedule more scheduler callbacks to avoid dropping messages | Brian Anderson | -1/+3 |
| 2013-08-04 | std: Fix newsched logging truncation | Brian Anderson | -14/+17 |
| 2013-08-04 | Open files in binary mode. Closes #3948 | darkf | -1/+1 |
| 2013-08-04 | auto merge of #8220 : luqmana/rust/arm-linux, r=cmr | bors | -1/+15 |
| 2013-08-04 | auto merge of #8297 : brson/rust/dlist-dtor, r=brson | bors | -4/+38 |
| 2013-08-04 | extra: Don't recurse in DList drop glue. #8295 | Brian Anderson | -4/+38 |
| 2013-08-04 | std: Update the c_str docs, and support CString not owning the pointer | Erick Tryzelaar | -138/+63 |
| 2013-08-04 | auto merge of #8282 : brson/rust/more-newsched-fixes, r=brson | bors | -258/+75 |
| 2013-08-04 | Add support for vanilla linux on arm. | Luqman Aden | -1/+15 |
| 2013-08-04 | auto merge of #8218 : brson/rust/nogc, r=brson | bors | -444/+0 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -2280/+1948 |
| 2013-08-05 | Remove debug printing. | Dmitry Ermolov | -2/+0 |
| 2013-08-04 | Remove trailing null from strings | Erick Tryzelaar | -43/+544 |
| 2013-08-04 | std: remove use of cast module from os. | Erick Tryzelaar | -13/+6 |
| 2013-08-04 | std: merge str::raw::from_buf and str::raw::from_c_str | Erick Tryzelaar | -32/+27 |
| 2013-08-04 | std and rustc: explicitly pass c strings to c functions | Erick Tryzelaar | -96/+112 |
| 2013-08-05 | Implemented iterator for TrieMap | Dmitry Ermolov | -0/+96 |
| 2013-08-04 | fix warning still mentioning the `again` keyword | Daniel Micay | -1/+1 |
| 2013-08-04 | Remove old tests and code for `select` | Brian Anderson | -199/+3 |
| 2013-08-04 | std::rt: Remove the test for context() | Brian Anderson | -10/+0 |
| 2013-08-04 | std::rt: Don't allow schedulers to exit before handling all messages | Brian Anderson | -0/+10 |
| 2013-08-04 | std::rt: 3MB stacks! | Brian Anderson | -2/+2 |
| 2013-08-04 | std::rt: Run the tests for Local in a bare thread | Brian Anderson | -36/+45 |
| 2013-08-04 | std::rt: Improve the error message when the thread-local ptr is null | Brian Anderson | -11/+15 |
| 2013-08-04 | auto merge of #8260 : omasanori/rust/fix-extra-unicode, r=pcwalton | bors | -18/+33 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -268/+509 |
| 2013-08-04 | extra: make sure time::match_digits does not read past the end of the str | Erick Tryzelaar | -7/+11 |
| 2013-08-04 | std: remove str::from_bytes_with_null | Erick Tryzelaar | -82/+0 |
| 2013-08-04 | std: add test for str::as_c_str | Erick Tryzelaar | -0/+23 |
| 2013-08-04 | std: cleanup os and str tests | Erick Tryzelaar | -28/+28 |
| 2013-08-04 | std: remove str::NullTerminatedStr | Erick Tryzelaar | -76/+2 |
| 2013-08-04 | std: rewrite run::with_{argv,envp,dirp} to copy C strings | Erick Tryzelaar | -44/+59 |
| 2013-08-04 | std: add str.to_c_str() | Erick Tryzelaar | -1/+27 |
| 2013-08-04 | std: minor cleanup | Erick Tryzelaar | -3/+3 |
| 2013-08-04 | Fixed str::raw::push_byte | Steven Fackler | -1/+8 |