summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-06linked_list: Use unsafe properly for Rawlink methodsUlrik Sverdrup-48/+70
2015-06-06linked_list: Use a safe loop in DropUlrik Sverdrup-11/+3
2015-06-06Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.Simon Sapin-2/+196
2015-06-06Add char::to_titlecaseSimon Sapin-15/+590
2015-06-06Add complex (but unconditional) Unicode case mapping. Fix #25800Simon Sapin-670/+1154
2015-06-06to_lowercase/to_uppercase: also map chars not in Lu/Ll categories.Simon Sapin-534/+568
2015-06-06Auto merge of #26041 - Nashenas88:sync-send-libcore-char, r=alexcrichtonbors-0/+47
2015-06-05Updated Cargo.toml version number outputChuck Bassett-1/+1
2015-06-05Add methods for handing CStrings back and forth to CJake Goulding-1/+29
2015-06-05Convert CString to a Box<[u8]>Jake Goulding-4/+13
2015-06-05fixup! Added test for Sync/Send on iterators within char. Added todo blocks f...Paul Faria-5/+5
2015-06-05Another small grammar fix for process.rsMartin Pool-1/+1
2015-06-05Doc fix for process.rsMartin Pool-1/+1
2015-06-05Auto merge of #26032 - achiwhane:master, r=steveklabnikbors-9/+9
2015-06-05Added test for Sync/Send on iterators within char. Added todo blocks for othe...Paul Faria-0/+47
2015-06-05Auto merge of #26024 - Aatch:inline-as_bytes, r=Gankrobors-0/+1
2015-06-05Allow nested generics for the last field of structs in unsizing.Eduard Burtescu-15/+36
2015-06-05Auto merge of #26023 - arielb1:fast-sized, r=eddybbors-68/+122
2015-06-05fix test falloutAriel Ben-Yehuda-0/+3
2015-06-05fix some errorsAkshay Chiwhane-2/+2
2015-06-05fix typoAkshay Chiwhane-1/+1
2015-06-05edit for clarity and grammarAkshay Chiwhane-8/+7
2015-06-05Clarified naming convention for CargoAkshay Chiwhane-1/+2
2015-06-05Auto merge of #26028 - steveklabnik:rollup, r=steveklabnikbors-48/+139
2015-06-05Rollup merge of #26020 - frewsxcv:patch-24, r=steveklabnikSteve Klabnik-2/+2
2015-06-05Rollup merge of #26017 - Stebalien:fix-rustdoc, r=alexcrichtonSteve Klabnik-2/+2
2015-06-05Rollup merge of #26011 - genodeftest:patch-1, r=steveklabnikSteve Klabnik-10/+10
2015-06-05Rollup merge of #26010 - ranma42:improve-doc, r=steveklabnikSteve Klabnik-1/+1
2015-06-05Rollup merge of #26001 - sae-bom:master, r=alexcrichtonSteve Klabnik-33/+82
2015-06-05Rollup merge of #25925 - azerupi:patch-4, r=steveklabnikSteve Klabnik-0/+42
2015-06-05Auto merge of #26008 - Marwes:arc_rc_as_ref, r=alexcrichtonbors-0/+19
2015-06-05Mark std::as_bytes as inlineJames Miller-0/+1
2015-06-05Auto merge of #26022 - Gankro:fix-linked-list, r=huonwbors-0/+26
2015-06-04properly null out ptr in LinkedList::split_off - fixes #26020Alexis Beingessner-0/+26
2015-06-05Introduce a fast-path for type_is_sized/type_moves_by_defaultAriel Ben-Yehuda-68/+119
2015-06-04Doc-comment fix; trait names are capitalizedCorey Farwell-2/+2
2015-06-04Fix order of rustdoc arguments.Steven Allen-2/+2
2015-06-04Auto merge of #25975 - arielb1:remove-param-space, r=nikomatsakisbors-154/+62
2015-06-04Auto merge of #25985 - bombless:patch-2, r=alexcrichtonbors-2/+2
2015-06-04Auto merge of #26005 - Ms2ger:get_enum_variant_defs, r=Aatchbors-50/+2
2015-06-04[Documentation: Macros] Use some more SSLChristian Stadelmann-3/+3
2015-06-04crate libc: Correct signature of `WriteFile`York Xiang-2/+2
2015-06-04[Documentation] Use SSL where possibleChristian Stadelmann-7/+7
2015-06-04Minor fix to docs of constraints on mut/non-mut referencesAndrea Canciani-1/+1
2015-06-04Added AsRef implementations for Arc and RcMarkus Westerlind-0/+19
2015-06-04Auto merge of #25981 - nham:fix_E0201, r=alexcrichtonbors-7/+21
2015-06-04Auto merge of #26002 - Manishearth:rollup, r=Manishearthbors-11/+182
2015-06-04Inline enum_variant_ids into its only caller.Ms2ger-25/+2
2015-06-04Auto merge of #25991 - Jexell:master, r=alexcrichtonbors-5/+3
2015-06-04Fix doctest (fixup –#25900)Manish Goregaokar-16/+17