| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | ptr::RawPtr, spell out units used for the `offset` argument. | Felix S. Klock II | -1/+2 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -74/+36 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -34/+9 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -2/+1 |
| 2014-02-09 | std: Stop parameterizing some memcpy functions over RawPtr | Brian Anderson | -9/+9 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -2/+3 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -2/+2 |
| 2013-12-20 | std: silence warnings when compiling test. | Huon Wilson | -2/+0 |
| 2013-12-19 | std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. | Huon Wilson | -36/+32 |
| 2013-12-16 | Spell out the units used for the `offset` argument, so that people do | Felix S. Klock II | -1/+5 |
| 2013-12-15 | std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut []. | Huon Wilson | -14/+12 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -22/+22 |
| 2013-11-21 | `std::ptr::read_ptr` now takes `*T` instead of `*mut T` | Ziad Hatahet | -2/+2 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -3/+3 |
| 2013-11-06 | Register new snapshots | Alex Crichton | -83/+0 |
| 2013-11-03 | simplify memcpy/memmove/memset intrinsics | Daniel Micay | -6/+42 |
| 2013-10-25 | Implement Clone trait for mutable unsafe pointers | Seo Sanghyeon | -0/+7 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -7/+7 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -10/+9 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -83/+4 |
| 2013-09-12 | implement raw pointer comparisons in librustc | Daniel Micay | -4/+64 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -1/+1 |
| 2013-08-30 | fix various warnings | Erick Tryzelaar | -0/+1 |
| 2013-08-27 | Remove offset_inbounds for an unsafe offset function | Alex Crichton | -76/+22 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -32/+114 |
| 2013-08-22 | auto merge of #8596 : vadimcn/rust/master, r=alexcrichton | bors | -2/+0 |
| 2013-08-22 | Enabled unit tests in std and extra. | Vadim Chugunov | -2/+0 |
| 2013-08-21 | Adjust callbacks in the libraries for the new type of extern fns | Niko Matsakis | -0/+41 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -1/+1 |
| 2013-08-17 | Fix warnings in tests | Erick Tryzelaar | -1/+1 |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -4/+4 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -1/+1 |
| 2013-08-15 | ptr: inline the Clone implementation | Daniel Micay | -0/+1 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -4/+4 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -4/+4 |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -22/+0 |
| 2013-08-07 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -0/+41 |
| 2013-08-06 | vec: use `offset_inbounds` for iterators | Daniel Micay | -1/+20 |
| 2013-08-06 | add an intrinsic for inbounds GEP | Daniel Micay | -0/+22 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -4/+3 |
| 2013-08-06 | std: Remove uint::iterate, replaced by `range` | blake2-ppc | -4/+3 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -26/+0 |
| 2013-08-04 | std and rustc: explicitly pass c strings to c functions | Erick Tryzelaar | -47/+54 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -11/+12 |
| 2013-08-03 | register snapshots | Daniel Micay | -26/+0 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -21/+46 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -10/+6 |
| 2013-07-18 | auto merge of #7857 : blake2-ppc/rust/fix-test-warnings, r=alexcrichton | bors | -3/+4 |
| 2013-07-18 | auto merge of #7842 : thestinger/rust/closure, r=huonw | bors | -28/+6 |
| 2013-07-18 | Fix warnings in libstd and librusti tests | blake2-ppc | -3/+4 |