about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-04-20Rollup merge of #41390 - scottmcm:toowned-clone-into, r=alexcrichtonCorey Farwell-1/+30
2017-04-19Rollup merge of #41380 - ollie27:stability, r=BurntSushiCorey Farwell-1/+1
2017-04-19Rollup merge of #41348 - lukaramu:std-path-docs, r=frewsxcvCorey Farwell-120/+257
2017-04-18Override ToOwned::clone_into for Path and OsStrScott McMurray-1/+30
2017-04-18Fix a few stability attributesOliver Middleton-1/+1
2017-04-18Rollup merge of #41364 - alexcrichton:less-backtrace-prune, r=petrochenkovCorey Farwell-80/+4
2017-04-18Rollup merge of #41353 - redox-os:master, r=alexcrichtonCorey Farwell-9/+18
2017-04-18std: Back out backtrace pruning logicAlex Crichton-80/+4
2017-04-18Fix typos in std::path's docslukaramu-4/+4
2017-04-18Allow us to remove masking in the futureest31-4/+4
2017-04-18Preserve sNaN payload when converting them to quiet NaNsest31-14/+35
2017-04-18Convert sNaN to quiet NaN instead of returning errorsest31-24/+36
2017-04-18assert_ne and tracking issueest31-5/+5
2017-04-18Add examples headingest31-0/+8
2017-04-18Return Err(()) when trying to convert sNaN representation to floatest31-14/+34
2017-04-18Add functions to safely transmute float to intest31-0/+103
2017-04-17Expand std::path::Display's docslukaramu-1/+20
2017-04-17Restructure and redistribute std::path's module docslukaramu-64/+55
2017-04-17Expand and add examples to std::path::{Prefix, PrefixComponent}'s docslukaramu-10/+106
2017-04-16Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea...Jeremy Soller-9/+18
2017-04-15Cleaned up throughout std::path's docslukaramu-47/+78
2017-04-15Rollup merge of #41311 - tedsta:fuchsia_error_codes, r=eddybCorey Farwell-34/+43
2017-04-15Auto merge of #41286 - lukaramu:std-collections-docs, r=frewsxcvbors-92/+195
2017-04-14Update magenta error codesTheodore DeRego-34/+43
2017-04-14Auto merge of #41122 - palango:mod-desc-floats, r=frewsxcvbors-2/+6
2017-04-13Various consistency and phrasing fixes in std::collections' docslukaramu-14/+11
2017-04-13Various fixes throughout std::collections' docslukaramu-66/+88
2017-04-13Update std::collections' docs to use iterator (etc.) boilerplatelukaramu-14/+98
2017-04-12Auto merge of #41008 - sagebind:thread_id, r=alexcrichtonbors-24/+13
2017-04-12Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomezTim Neumann-4/+4
2017-04-12Auto merge of #40765 - pirate:patch-3, r=aturonbors-0/+11
2017-04-12Minor nits in primitive strprojektir-4/+4
2017-04-11Rollup merge of #41204 - remexre:master, r=steveklabnikCorey Farwell-1/+1
2017-04-11Improve module description for std::f32 and std::f64.Paul Lange-2/+6
2017-04-11Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichtonbors-3/+3
2017-04-10Fixes incorrect formatting in array's documentation.Nathaniel Ringo-1/+1
2017-04-10Auto merge of #41103 - projektir:channel_error_docs, r=GuillaumeGomezbors-51/+87
2017-04-09Minor fix to mutex exampleGeoffry Song-1/+1
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-3/+3
2017-04-09Auto merge of #40829 - mgattozzi:ChildStderr, r=steveklabnikbors-2/+3
2017-04-09Auto merge of #41095 - clarcharr:as_extras, r=alexcrichtonbors-0/+6
2017-04-08Adding links around Sender/SyncSender/Receiver errors; Adding more documentat...projektir-51/+87
2017-04-07fix build errorsNick Sweeting-2/+3
2017-04-07Add as_c_str.Clar Charr-0/+6
2017-04-07Rollup merge of #41120 - clarcharr:c_str_transmute, r=alexcrichtonCorey Farwell-2/+3
2017-04-06Remove some CStr transmutes.Clar Charr-2/+3
2017-04-06Rollup merge of #41111 - ollie27:docs_markdown_fix, r=GuillaumeGomezCorey Farwell-23/+40
2017-04-06Rollup merge of #41090 - rap2hpoutre:patch-2, r=steveklabnikCorey Farwell-0/+21
2017-04-06Fix Markdown issues in the docsOliver Middleton-23/+40
2017-04-06Auto merge of #41039 - alexcrichton:process-poll, r=nagisabors-13/+9