| Age | Commit message (Expand) | Author | Lines |
| 2015-07-28 | Use raw pointers to avoid aliasing violation in split_at_mut | Ulrik Sverdrup | -4/+5 |
| 2015-07-28 | Replace occurences of illegal in user facing docs | Simonas Kazlauskas | -5/+5 |
| 2015-07-28 | Auto merge of #27319 - diaphore:pr_debug_osstr_escape, r=alexcrichton | bors | -2/+2 |
| 2015-07-28 | Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton | bors | -9/+0 |
| 2015-07-28 | Auto merge of #27280 - bluss:siphash-perf, r=alexcrichton | bors | -4/+22 |
| 2015-07-28 | Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturon | bors | -0/+20 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+20 |
| 2015-07-27 | Fix escaping of characters in Debug for OsStr | diaphore | -2/+2 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -21/+42 |
| 2015-07-27 | Auto merge of #27278 - thepowersgang:result-expect-issue, r=alexcrichton | bors | -1/+1 |
| 2015-07-27 | Register new snapshots (2015-07-26 a5c12f4). | Eduard Burtescu | -9/+0 |
| 2015-07-25 | siphash: Reorder hash state in the struct | Ulrik Sverdrup | -1/+5 |
| 2015-07-25 | siphash: Remove one variable | Ulrik Sverdrup | -2/+1 |
| 2015-07-25 | siphash: Use ptr::copy_nonoverlapping for efficient data loading | Ulrik Sverdrup | -1/+16 |
| 2015-07-25 | Reference issue #27277 on Result::expect | John Hodge | -1/+1 |
| 2015-07-25 | Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichton | bors | -12/+16 |
| 2015-07-24 | Rollup merge of #27238 - steveklabnik:gh26927, r=huonw | Steve Klabnik | -0/+8 |
| 2015-07-24 | Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakis | bors | -0/+125 |
| 2015-07-24 | Add unstable attribute to `char::from_u32_unchecked` | Tobias Bucher | -0/+1 |
| 2015-07-23 | Link Deref{,Mut} to TRPL on coercions. | Steve Klabnik | -0/+8 |
| 2015-07-23 | Review feedback: add unstable marker to Placer API and put in bound that now ... | Felix S. Klock II | -1/+6 |
| 2015-07-23 | wtf8, char: Replace uses of `mem::transmute` with more specific functions | Tobias Bucher | -12/+15 |
| 2015-07-23 | Auto merge of #27192 - dotdash:inline_eq_slice, r=luqmana | bors | -12/+3 |
| 2015-07-22 | placate `make tidy`. | Felix S. Klock II | -1/+1 |
| 2015-07-22 | Rollup merge of #27151 - pfalabella:patch-2, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2015-07-22 | Change signature for `move_val_init` intrinsic to take `*mut T` for `dest`. | Felix S. Klock II | -0/+8 |
| 2015-07-22 | prototype Placer protocol for unstable overloaded-box and placement-in. | Felix S. Klock II | -0/+112 |
| 2015-07-22 | Auto merge of #27176 - alexcrichton:fix-stock-llvm, r=brson | bors | -0/+6 |
| 2015-07-21 | trans: Move rust_try into the compiler | Alex Crichton | -0/+6 |
| 2015-07-21 | Inline eq_slice_() into eq_slice() | Björn Steinbrink | -12/+3 |
| 2015-07-21 | Auto merge of #27168 - brson:stdprim, r=steveklabnik | bors | -97/+5 |
| 2015-07-21 | Auto merge of #27129 - arthurprs:debug_atomic, r=alexcrichton | bors | -0/+21 |
| 2015-07-20 | Auto merge of #27056 - Eljay:doc-comments, r=nikomatsakis | bors | -10/+10 |
| 2015-07-20 | std: Create separate docs for the primitives | Brian Anderson | -95/+3 |
| 2015-07-20 | doc: Clean up primitive short descriptions | Brian Anderson | -2/+2 |
| 2015-07-20 | impl Debug for Atomic types | arthurprs | -0/+21 |
| 2015-07-20 | Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelix | bors | -3/+0 |
| 2015-07-20 | s/has gained/has not gained/g | Paolo Falabella | -4/+4 |
| 2015-07-19 | Auto merge of #27110 - arthurprs:optintstr, r=Gankro | bors | -13/+111 |
| 2015-07-19 | optimize from_str_radix | arthurprs | -11/+25 |
| 2015-07-18 | optimize integer formatting | arthurprs | -2/+86 |
| 2015-07-18 | Fix doc comment parsing in macros. | Lee Jeffery | -10/+10 |
| 2015-07-17 | Remove confusing 'mutability root' term | Steve Klabnik | -7/+7 |
| 2015-07-16 | Rollup merge of #27039 - bluss:siphash-tests, r=alexcrichton | Manish Goregaokar | -2/+0 |
| 2015-07-15 | Make AtomicPtr Send | William Throwe | -1/+2 |
| 2015-07-14 | Fix negate_unsigned feature gate check | Simonas Kazlauskas | -3/+0 |
| 2015-07-14 | core: Revive SipHash's tests | Ulrik Sverdrup | -2/+0 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -0/+79 |
| 2015-07-13 | Add str::split_at_mut | Simon Sapin | -0/+15 |
| 2015-07-13 | Implement IndexMut for String and str. | Simon Sapin | -0/+64 |