| Age | Commit message (Expand) | Author | Lines |
| 2014-01-28 | std: comment about OOM & allocs in begin_unwind_fmt. | Huon Wilson | -0/+4 |
| 2014-01-27 | std: add begin_unwind_fmt that reduces codesize for formatted fail!(). | Huon Wilson | -1/+13 |
| 2014-01-27 | std: reduce the generic code instantiated by fail!(). | Huon Wilson | -3/+18 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -11/+11 |
| 2014-01-26 | auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichton | bors | -2/+13 |
| 2014-01-25 | auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichton | bors | -2/+2 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -2/+2 |
| 2014-01-25 | Fix some docs about rt | Derek Chiang | -3/+1 |
| 2014-01-24 | Use `mmap` to map in task stacks and guard page | Corey Richardson | -2/+13 |
| 2014-01-22 | auto merge of #11682 : thestinger/rust/vector, r=brson | bors | -2/+2 |
| 2014-01-22 | add new vector representation as a library | Daniel Micay | -1/+1 |
| 2014-01-22 | libc: switch `free` to the proper signature | Daniel Micay | -2/+2 |
| 2014-01-22 | Implement native timers | Alex Crichton | -0/+7 |
| 2014-01-22 | Implement std::rt::at_exit | Alex Crichton | -0/+87 |
| 2014-01-22 | Replace C types with Rust types in libstd, closes #7313 | Florian Hahn | -45/+40 |
| 2014-01-22 | auto merge of #11711 : alexcrichton/rust/issue-11683, r=brson | bors | -4/+58 |
| 2014-01-21 | Purge borrowck from libstd | Alex Crichton | -231/+0 |
| 2014-01-21 | Flag all TLS functions as inline(never) | Alex Crichton | -4/+58 |
| 2014-01-19 | auto merge of #11635 : thestinger/rust/zero-size-alloc, r=alexcrichton | bors | -12/+25 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -4/+4 |
| 2014-01-17 | handle zero-size allocations correctly | Daniel Micay | -12/+25 |
| 2014-01-17 | auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton | bors | -9/+9 |
| 2014-01-16 | Fix some docs in std::rt::task | Derek Chiang | -7/+6 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -9/+9 |
| 2014-01-15 | auto merge of #11550 : alexcrichton/rust/noinline, r=thestinger | bors | -0/+2 |
| 2014-01-15 | libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w... | Eduard Burtescu | -6/+18 |
| 2014-01-14 | Flag failure functions as inline(never) | Alex Crichton | -0/+2 |
| 2014-01-09 | auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton | bors | -2/+3 |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -2/+1 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -10/+4 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -0/+2 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -7/+20 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -88/+102 |
| 2014-01-07 | auto merge of #11348 : alexcrichton/rust/snapshots, r=brson | bors | -3/+0 |
| 2014-01-07 | auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton | bors | -1/+1 |
| 2014-01-07 | std::rt: require known stack bounds for all tasks. | Huon Wilson | -2/+3 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -88/+102 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -1/+1 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -3/+0 |
| 2014-01-06 | auto merge of #11333 : cmr/rust/triage2, r=alexcrichton | bors | -1/+0 |
| 2014-01-05 | Fix some warnings | Corey Richardson | -1/+0 |
| 2014-01-06 | Revert "std: adjust requested stack size for thread-local storage." | Huon Wilson | -19/+1 |
| 2014-01-04 | Condition EH ABI on target_arch, not target_os. | Vadim Chugunov | -6/+12 |
| 2014-01-04 | auto merge of #11188 : brson/rust/noderef, r=brson | bors | -2/+6 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -2/+6 |
| 2014-01-04 | auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichton | bors | -1/+19 |
| 2014-01-04 | auto merge of #11301 : vadimcn/rust/fix-android, r=brson | bors | -46/+113 |
| 2014-01-04 | auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton | bors | -0/+8 |
| 2014-01-04 | auto merge of #11283 : brson/rust/doublefailure, r=alexcrichton | bors | -1/+7 |
| 2014-01-04 | Add a stack_bounds function to the Runtime trait | Alex Crichton | -0/+8 |