about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-04-27Rollup merge of #41438 - projektir:mpsc_docs, r=steveklabnikCorey Farwell-29/+254
2017-04-26Adding links and examples for various mspc pages #29377projektir-29/+254
2017-04-26Rollup merge of #41499 - steveklabnik:gh25164, r=alexcrichtonAriel Ben-Yehuda-0/+7
2017-04-26restructured docs for thread and added linksChristian Poveda-13/+19
2017-04-26Auto merge of #41352 - kennytm:macos-sanitizers, r=alexcrichtonbors-0/+4
2017-04-26Address platform-specific behavior in TcpStream::shutdownsteveklabnik-0/+7
2017-04-26Clean up TcpStream examplesteveklabnik-9/+8
2017-04-26added moveChristian Poveda-1/+1
2017-04-25Rollup merge of #41518 - tbu-:pr_fix_cp_error, r=sfacklerCorey Farwell-1/+1
2017-04-25Rollup merge of #41463 - SergioBenitez:master, r=alexcrichtonCorey Farwell-0/+139
2017-04-25Rollup merge of #41442 - tbu-:pr_writeall_interrupted, r=aturonCorey Farwell-6/+16
2017-04-25rewrote the thread struct docsChristian Poveda-7/+12
2017-04-25Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm-0/+4
2017-04-24Add cautions to io::get_mut method documentation.Sergio Benitez-0/+8
2017-04-24Reference tracking issue for more_io_inner_methods.Sergio Benitez-5/+5
2017-04-24Add internal accessor methods to io::{Chain, Take}.Sergio Benitez-0/+131
2017-04-25Fix a copy-paste error in `Instant::sub_duration`Tobias Bucher-1/+1
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-397/+1
2017-04-22Remove unused import.Corey Farwell-1/+1
2017-04-22Fix invalid linkageGuillaume Gomez-4/+4
2017-04-21Rollup merge of #41426 - malbarbo:android-x86_64, r=alexcrichtonCorey Farwell-0/+63
2017-04-21Rollup merge of #41376 - mbrubeck:docs, r=frewsxcvCorey Farwell-2/+15
2017-04-21Specify behavior of `write_all` for `ErrorKind::Interrupted` errorsTobias Bucher-6/+16
2017-04-20Remove float_extrasJosh Stone-384/+0
2017-04-20Remove num::{Zero,One}Josh Stone-4/+0
2017-04-20Remove RefCell::borrow_stateJosh Stone-1/+0
2017-04-20Remove OccupiedEntry::remove_pairJosh Stone-7/+0
2017-04-20Add x86_64-linux-android targetMarco A L Barbosa-0/+63
2017-04-20Expanded docs and examples for PathBuf::file_name and friendsMatt Brubeck-2/+15
2017-04-20Rollup merge of #40812 - mgattozzi:ChildDocs, r=steveklabnikCorey Farwell-11/+9
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-19Fix link for waitMichael Gattozzi-1/+1
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