about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-01-27Attempt at fixing dead code lintsSegev Finer-68/+106
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-1/+140
2017-01-24Auto merge of #39048 - lambda:impl-tosocketaddrs-for-string, r=alexcrichtonbors-0/+20
2017-01-23Rollup merge of #39233 - frewsxcv:upper-lower-docs, r=GuillaumeGomezSteve Klabnik-2/+30
2017-01-22Auto merge of #38648 - utkarshkukreti:question-mark-in-libstd-documentation-e...bors-163/+163
2017-01-22libstd: mention `?` operator instead of removing `try!` macro referenceUtkarsh Kukreti-1/+3
2017-01-22libstd: update std::io module documentation to not mention `try!`Utkarsh Kukreti-3/+1
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-161/+161
2017-01-22Add more references between lowercase/uppercase operations.Corey Farwell-2/+30
2017-01-22Add missing urls for OsStr and OsStringGuillaume Gomez-9/+28
2017-01-22Auto merge of #39221 - frewsxcv:os-string-docs, r=GuillaumeGomezbors-0/+73
2017-01-22Auto merge of #39176 - CartesianDaemon:master, r=frewsxcvbors-1/+12
2017-01-21Revert "Add link to symlink_metadata in fs::Metadata doc"Jack Vickeridge-4/+3
2017-01-21Auto merge of #39210 - GuillaumeGomez:GuillaumeGomez-patch-1, r=frewsxcvbors-1/+9
2017-01-21Auto merge of #39203 - ranma42:doc_metadata, r=BurntSushibors-3/+5
2017-01-21Add doc examples for `std::ffi::OsString` fucntions/methods.Corey Farwell-0/+73
2017-01-21Specify the result of integer cast on booleanGuillaume Gomez-1/+9
2017-01-21Auto merge of #39086 - aidanhs:aphs-local-rebuild-no-jemalloc, r=alexcrichtonbors-4/+6
2017-01-20Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brsonAlex Crichton-1/+2
2017-01-20Rollup merge of #38761 - frewsxcv:thread-sleep-formatting, r=alexcrichtonAlex Crichton-3/+6
2017-01-20Document that `Metadata` can be obtained from `symlink_metadata`Andrea Canciani-3/+5
2017-01-20Add link to symlink_metadata in fs::Metadata docJack Vickeridge-3/+4
2017-01-20Fix formatting and links in previous doc change.Jack Vickeridge-4/+10
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-1/+2
2017-01-19Rollup merge of #38922 - chris-morgan:fs-markdown-link-fix, r=steveklabnikGuillaume Gomez-1/+2
2017-01-19Rollup merge of #38457 - frewsxcv:include, r=GuillaumeGomezGuillaume Gomez-5/+20
2017-01-19Use fs::symlink_metadata in doc for is_symlinkJack Vickeridge-1/+6
2017-01-19Auto merge of #38464 - clarcharr:ip_cmp, r=sfacklerbors-4/+100
2017-01-19Auto merge of #38712 - clarcharr:duration_sum, r=sfacklerbors-0/+15
2017-01-16Rollup merge of #39065 - frewsxcv:libstd-os-unix-ffi-docs, r=GuillaumeGomezGuillaume Gomez-3/+57
2017-01-16Rollup merge of #39028 - frewsxcv:libstd-env-docs, r=brsonGuillaume Gomez-8/+12
2017-01-16Auto merge of #39076 - ollie27:rustdoc_stab_prim, r=GuillaumeGomezbors-0/+22
2017-01-16Expose a feature to force use of alloc_system, teach rustbuildAidan Hobson Sayers-4/+6
2017-01-15rustdoc: Give primitive types stability attributesOliver Middleton-0/+22
2017-01-15Auto merge of #39045 - redox-os:process_try_wait, r=brsonbors-0/+14
2017-01-14Add doc examples & description in `std::os::unix::ffi`.Corey Farwell-3/+57
2017-01-14Auto merge of #38935 - redox-os:fix_path_redox, r=brsonbors-1/+2
2017-01-13impl ToSocketAddrs for StringBrian Campbell-0/+20
2017-01-13Add try_wait to Redox processJeremy Soller-0/+14
2017-01-13Fix is_absolute on RedoxJeremy Soller-1/+2
2017-01-13Rollup merge of #39024 - stjepang:owned-to-string, r=steveklabnikGuillaume Gomez-4/+4
2017-01-13Rollup merge of #38986 - APTy:fix-nonblocking-test, r=aturonGuillaume Gomez-4/+16
2017-01-13Rollup merge of #38965 - GuillaumeGomez:mutex_docs, r=frewsxcvGuillaume Gomez-1/+79
2017-01-13Rollup merge of #38946 - GuillaumeGomez:path_doc, r=frewsxcvGuillaume Gomez-22/+95
2017-01-13Rollup merge of #38362 - GuillaumeGomez:instant_doc, r=frewsxcvGuillaume Gomez-14/+115
2017-01-12Minor improvements to docs in std::env structures/functions.Corey Farwell-8/+12
2017-01-13Change `to_owned` to `to_string` in docsStjepan Glavina-4/+4
2017-01-12Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brsonbors-0/+1
2017-01-11Add missing links and examples for path modules and structsGuillaume Gomez-22/+95
2017-01-10std/net/udp: Improve set_nonblocking testTyler Julian-4/+16