| Age | Commit message (Expand) | Author | Lines |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -64/+66 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -64/+66 |
| 2015-02-25 | Rollup merge of #22747 - krdln:fix-parsing-minus, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -5/+5 |
| 2015-02-24 | core: fix typo that wasn't caught by the hacky previous implementation. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Rollup merge of #22730 - ipetkov:lint-docs, r=alexcrichton | Manish Goregaokar | -0/+22 |
| 2015-02-24 | Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton | Manish Goregaokar | -40/+59 |
| 2015-02-24 | Rollup merge of #22632 - nagisa:kill-show-string-with-fire!, r=alexcrichton | Manish Goregaokar | -32/+0 |
| 2015-02-24 | Stop parsing "-" as integer, fixes #22745 | Michał Krasnoborski | -0/+1 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -1/+12 |
| 2015-02-23 | Rollup merge of #22320 - petrochenkov:eq, r=alexcrichton | Manish Goregaokar | -43/+61 |
| 2015-02-23 | Add documentation to associated types in libcore, libstd | Ivan Petkov | -0/+22 |
| 2015-02-23 | int audit core::hash | Nick Cameron | -4/+4 |
| 2015-02-23 | int audit - libcore::fmt | Nick Cameron | -36/+55 |
| 2015-02-23 | Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581 | bors | -5/+40 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -275/+756 |
| 2015-02-22 | Add negative impls for Sync | Flavio Percoco | -1/+5 |
| 2015-02-22 | Add negative impls for `*const T` and `*mut T` | Flavio Percoco | -0/+7 |
| 2015-02-21 | Resolve barriers to changing column!() / line!() return type to u32 in #19284... | Brian Brooks | -8/+42 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -253/+0 |
| 2015-02-22 | Rollup merge of #22602 - steveklabnik:doc_range_step, r=alexcrichton | Manish Goregaokar | -2/+47 |
| 2015-02-21 | Remove mention of non-existing AtomicOption in docs | Wesley Wiser | -1/+1 |
| 2015-02-21 | Kill fmt::Show and fmt::String with fire! | Simonas Kazlauskas | -32/+0 |
| 2015-02-21 | Resolve includeme.fragment conflict. | Brian Brooks | -2/+3 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -253/+0 |
| 2015-02-20 | Add examples for iter::range_step | Steve Klabnik | -2/+47 |
| 2015-02-20 | Tweaks to equality comparisons for slices/arrays/vectors | Vadim Petrochenkov | -43/+61 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -56/+197 |
| 2015-02-20 | Fix tidy and rebase fallout | Marvin Löbel | -15/+27 |
| 2015-02-20 | Added a Pattern impl that delegates to the dereference of a type. | Marvin Löbel | -22/+89 |
| 2015-02-20 | Refactored code into Searcher traits with naive implementations | Marvin Löbel | -384/+470 |
| 2015-02-20 | Made match_indices use the generic pattern API | Marvin Löbel | -29/+34 |
| 2015-02-20 | Made str::MatchIndices a private implementantion detail | Marvin Löbel | -10/+24 |
| 2015-02-20 | Added string pattern traits and basic implementantions | Marvin Löbel | -126/+282 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -10/+8 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -244/+240 |
| 2015-02-18 | Round 2 test fixes and conflicts | Alex Crichton | -11/+115 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -15/+15 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -382/+2 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -5/+5 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -276/+0 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -15/+15 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -6/+6 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -9/+10 |
| 2015-02-18 | rollup merge of #22485: pnkfelix/fsk-int-uint-audit | Alex Crichton | -27/+27 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -128/+423 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -5/+22 |