about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-09-13re-mark the never docs as unstableQuietMisdreavus-0/+1
2018-09-13Fix the stable release of os_str_str_ref_eqJosh Stone-2/+2
2018-09-13Eliminate unused variable warningJonathan Behrens-1/+1
2018-09-13Fix tests and update issue numberJonathan Behrens-138/+156
2018-09-13Remove println!() statement from HashMap unit testJonathan Behrens-1/+0
2018-09-14Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoeristerkennytm-0/+4
2018-09-14Rollup merge of #53976 - GuillaumeGomez:expect-world, r=steveklabnikkennytm-30/+34
2018-09-13Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichtonbors-1/+63
2018-09-12Fix formattingJonathan Behrens-1/+2
2018-09-12Fix `thread` `park`/`unpark` synchronizationJames Duley-18/+11
2018-09-12Document `if` keyword.iirelu-0/+78
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-1/+0
2018-09-12Rollup merge of #54107 - thevaleriemack:master, r=Mark-Simulacrumkennytm-4/+4
2018-09-12Rollup merge of #54064 - nagisa:tiny-typo, r=sfacklerkennytm-2/+3
2018-09-12Rollup merge of #54046 - snaedis:issue-48022, r=steveklabnikkennytm-1/+2
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-10Document `for` keywordiirelu-0/+71
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-0/+4
2018-09-10fix typos in growth algo descriptionVal-4/+4
2018-09-09Expand fn keyword docsiirelu-7/+59
2018-09-09stabilize `#[used]`Jorge Aparicio-1/+1
2018-09-09Add docs on `extern` keywordiirelu-0/+42
2018-09-08`&CStr`, not `CStr`, is the counterpart of `&str`Simonas Kazlauskas-2/+3
2018-09-08Auto merge of #54051 - kennytm:rollup, r=kennytmbors-1/+6
2018-09-08Rollup merge of #53981 - fbernier:patch-1, r=sfacklerkennytm-1/+6
2018-09-08Auto merge of #51366 - japaric:stable-panic-impl, r=Mark-Simulacrumbors-1/+0
2018-09-08Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum...bors-14/+4
2018-09-07Update documentation for fill_buf in std::io::BufReadAlva Snædís-1/+2
2018-09-07Cleanup API somewhatJonathan Behrens-218/+195
2018-09-07Fix tidy errorsJordan Rhee-1/+2
2018-09-07stabilize `#[panic_handler]`Jorge Aparicio-1/+0
2018-09-07Rollup merge of #53376 - frewsxcv:frewsxcv-copy, r=GuillaumeGomezkennytm-0/+11
2018-09-06Fix linkGuillaume Gomez-3/+0
2018-09-06Fix invalid urlsGuillaume Gomez-11/+4
2018-09-06Add keyword docs on `enum`iirelu-0/+55
2018-09-05Implement initializer() for FileDescFrançois Bernier-1/+6
2018-09-05Replace unwrap calls in example by expectGuillaume Gomez-30/+34
2018-09-05Add docs for `crate` keywordiirelu-0/+34
2018-09-05disambiguate hashesAlexis Beingessner-3/+3
2018-09-05fixup Debug boundsAlexis Beingessner-2/+2
2018-09-05progress on raw_entryAlexis Beingessner-230/+233
2018-09-05WIP: add raw_entry API to HashMapAlexis Beingessner-37/+704
2018-09-05Add doc for impl From for Std ErrorSon-0/+9
2018-09-05Auto merge of #53075 - Mark-Simulacrum:update-cargolock, r=alexcrichtonbors-9/+10
2018-09-05Auto merge of #53027 - matklad:once_is_completed, r=alexcrichtonbors-14/+59
2018-09-04Add target thumbv7a-pc-windows-msvcJordan Rhee-1/+62
2018-09-04Breaking change upgradesMark Rousskov-9/+10
2018-09-03Fix a few small things, re-word othersiirelu-6/+5
2018-09-03Add keyword docs on constiirelu-1/+56
2018-09-03Add docs for `as` keywordiirelu-0/+27