| Age | Commit message (Expand) | Author | Lines |
| 2015-06-06 | linked_list: Use unsafe properly for Rawlink methods | Ulrik Sverdrup | -48/+70 |
| 2015-06-06 | linked_list: Use a safe loop in Drop | Ulrik Sverdrup | -11/+3 |
| 2015-06-06 | Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035. | Simon Sapin | -2/+196 |
| 2015-06-06 | Add char::to_titlecase | Simon Sapin | -15/+590 |
| 2015-06-06 | Add complex (but unconditional) Unicode case mapping. Fix #25800 | Simon Sapin | -670/+1154 |
| 2015-06-06 | to_lowercase/to_uppercase: also map chars not in Lu/Ll categories. | Simon Sapin | -534/+568 |
| 2015-06-06 | Auto merge of #26041 - Nashenas88:sync-send-libcore-char, r=alexcrichton | bors | -0/+47 |
| 2015-06-05 | Updated Cargo.toml version number output | Chuck Bassett | -1/+1 |
| 2015-06-05 | Add methods for handing CStrings back and forth to C | Jake Goulding | -1/+29 |
| 2015-06-05 | Convert CString to a Box<[u8]> | Jake Goulding | -4/+13 |
| 2015-06-05 | fixup! Added test for Sync/Send on iterators within char. Added todo blocks f... | Paul Faria | -5/+5 |
| 2015-06-05 | Another small grammar fix for process.rs | Martin Pool | -1/+1 |
| 2015-06-05 | Doc fix for process.rs | Martin Pool | -1/+1 |
| 2015-06-05 | Auto merge of #26032 - achiwhane:master, r=steveklabnik | bors | -9/+9 |
| 2015-06-05 | Added test for Sync/Send on iterators within char. Added todo blocks for othe... | Paul Faria | -0/+47 |
| 2015-06-05 | Auto merge of #26024 - Aatch:inline-as_bytes, r=Gankro | bors | -0/+1 |
| 2015-06-05 | Allow nested generics for the last field of structs in unsizing. | Eduard Burtescu | -15/+36 |
| 2015-06-05 | Auto merge of #26023 - arielb1:fast-sized, r=eddyb | bors | -68/+122 |
| 2015-06-05 | fix test fallout | Ariel Ben-Yehuda | -0/+3 |
| 2015-06-05 | fix some errors | Akshay Chiwhane | -2/+2 |
| 2015-06-05 | fix typo | Akshay Chiwhane | -1/+1 |
| 2015-06-05 | edit for clarity and grammar | Akshay Chiwhane | -8/+7 |
| 2015-06-05 | Clarified naming convention for Cargo | Akshay Chiwhane | -1/+2 |
| 2015-06-05 | Auto merge of #26028 - steveklabnik:rollup, r=steveklabnik | bors | -48/+139 |
| 2015-06-05 | Rollup merge of #26020 - frewsxcv:patch-24, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-06-05 | Rollup merge of #26017 - Stebalien:fix-rustdoc, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2015-06-05 | Rollup merge of #26011 - genodeftest:patch-1, r=steveklabnik | Steve Klabnik | -10/+10 |
| 2015-06-05 | Rollup merge of #26010 - ranma42:improve-doc, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-06-05 | Rollup merge of #26001 - sae-bom:master, r=alexcrichton | Steve Klabnik | -33/+82 |
| 2015-06-05 | Rollup merge of #25925 - azerupi:patch-4, r=steveklabnik | Steve Klabnik | -0/+42 |
| 2015-06-05 | Auto merge of #26008 - Marwes:arc_rc_as_ref, r=alexcrichton | bors | -0/+19 |
| 2015-06-05 | Mark std::as_bytes as inline | James Miller | -0/+1 |
| 2015-06-05 | Auto merge of #26022 - Gankro:fix-linked-list, r=huonw | bors | -0/+26 |
| 2015-06-04 | properly null out ptr in LinkedList::split_off - fixes #26020 | Alexis Beingessner | -0/+26 |
| 2015-06-05 | Introduce a fast-path for type_is_sized/type_moves_by_default | Ariel Ben-Yehuda | -68/+119 |
| 2015-06-04 | Doc-comment fix; trait names are capitalized | Corey Farwell | -2/+2 |
| 2015-06-04 | Fix order of rustdoc arguments. | Steven Allen | -2/+2 |
| 2015-06-04 | Auto merge of #25975 - arielb1:remove-param-space, r=nikomatsakis | bors | -154/+62 |
| 2015-06-04 | Auto merge of #25985 - bombless:patch-2, r=alexcrichton | bors | -2/+2 |
| 2015-06-04 | Auto merge of #26005 - Ms2ger:get_enum_variant_defs, r=Aatch | bors | -50/+2 |
| 2015-06-04 | [Documentation: Macros] Use some more SSL | Christian Stadelmann | -3/+3 |
| 2015-06-04 | crate libc: Correct signature of `WriteFile` | York Xiang | -2/+2 |
| 2015-06-04 | [Documentation] Use SSL where possible | Christian Stadelmann | -7/+7 |
| 2015-06-04 | Minor fix to docs of constraints on mut/non-mut references | Andrea Canciani | -1/+1 |
| 2015-06-04 | Added AsRef implementations for Arc and Rc | Markus Westerlind | -0/+19 |
| 2015-06-04 | Auto merge of #25981 - nham:fix_E0201, r=alexcrichton | bors | -7/+21 |
| 2015-06-04 | Auto merge of #26002 - Manishearth:rollup, r=Manishearth | bors | -11/+182 |
| 2015-06-04 | Inline enum_variant_ids into its only caller. | Ms2ger | -25/+2 |
| 2015-06-04 | Auto merge of #25991 - Jexell:master, r=alexcrichton | bors | -5/+3 |
| 2015-06-04 | Fix doctest (fixup #25900) | Manish Goregaokar | -16/+17 |