about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2019-09-14Rollup merge of #64203 - alexreg:rush-pr-2, r=centrilMazdak Farrokhzad-20/+20
2019-09-14Rollup merge of #63846 - DevQps:32626-document-time-system-calls, r=rkruppeMazdak Farrokhzad-0/+46
2019-09-14rename the crate, not the featureRalf Jung-20/+22
2019-09-14std: always depend on backtrace, but only enable its features on demandRalf Jung-19/+21
2019-09-13Update src/libstd/time.rsChristian Veenman-1/+1
2019-09-11Auto merge of #64154 - alexcrichton:std-backtrace, r=sfacklerbors-54/+433
2019-09-11Fix inconsistent link formatting.Tomasz Różański-4/+4
2019-09-10declare EnvKey before use to fix build errorBaoshan Pang-2/+1
2019-09-11Rollup merge of #64326 - hman523:master, r=joshtriplettMazdak Farrokhzad-2/+4
2019-09-11Rollup merge of #64129 - Wind-River:master_003, r=alexcrichtonMazdak Farrokhzad-5/+3
2019-09-10use randSecure and randABytesBaoshan Pang-7/+14
2019-09-10remove Copyright noticBaoshan Pang-6/+0
2019-09-10Rollup merge of #64331 - hman523:fix-64322, r=varkorMazdak Farrokhzad-1/+1
2019-09-10Rollup merge of #64323 - cramertj:fuchsia-rust-backtrace-noop, r=alexcrichtonMazdak Farrokhzad-0/+6
2019-09-09Changed instant is earlier to instant is laterhman523-1/+1
2019-09-09Update added backticks around a function callhman523-1/+1
2019-09-09Fixed documentation within c_str::from_ptrhman523-2/+4
2019-09-09Always show backtrace on FuchsiaTaylor Cramer-0/+6
2019-09-09Rollup merge of #63806 - mati865:rand, r=alexcrichtonMazdak Farrokhzad-3/+3
2019-09-09Added some context on SGX. Lists Darwin separately.Christian-18/+32
2019-09-09Replace println statements with explanatory commentsAli Raheem-7/+4
2019-09-09std: Add a `backtrace` moduleAlex Crichton-54/+433
2019-09-09Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasperbors-1/+1
2019-09-08Fix `Stdio::piped` example code and lintWilliam Chargin-2/+2
2019-09-08Rollup merge of #64152 - cramertj:update-backtrace, r=alexcrichtonMazdak Farrokhzad-151/+94
2019-09-08Dont use gate bind_by_move_pattern_guards internally.Mazdak Farrokhzad-1/+1
2019-09-07Rollup merge of #64023 - tmandry:libstd-fuchsia-fixes, r=cramertjMazdak Farrokhzad-27/+76
2019-09-06Auto merge of #63789 - Wind-River:master, r=alexcrichtonbors-2/+4
2019-09-06A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro-20/+20
2019-09-06Upgrade rand to 0.7Mateusz Mikuła-3/+3
2019-09-06Rollup merge of #64198 - cramertj:fuchsia-monotonic, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-09-06Rollup merge of #64186 - alexcrichton:improve-env-codegen, r=sfacklerMazdak Farrokhzad-70/+56
2019-09-06Rollup merge of #63676 - newpavlov:wasi, r=alexcrichtonMazdak Farrokhzad-434/+326
2019-09-05Merge pull request #17 from rust-lang/masterBaoshan-25/+42
2019-09-05Add Fuchsia to actually_monotonicTaylor Cramer-0/+1
2019-09-05std: Improve downstream codegen in `Command::env`Alex Crichton-70/+56
2019-09-05Restore 'must_use' for 'clamp'; fix warning for testsKyle Strand-10/+8
2019-09-05Rollup merge of #64030 - jethrogb:jb/sgx-sync-issues, r=alexcrichtonMazdak Farrokhzad-20/+32
2019-09-05Rollup merge of #64123 - danielhenrymantilla:add_comment_about_uninit_integer...Mazdak Farrokhzad-0/+8
2019-09-05Rollup merge of #62860 - vi:stabilize_checked_duration_since, r=Mark-SimulacrumMazdak Farrokhzad-5/+2
2019-09-04Use backtrace formatting from the backtrace crateTaylor Cramer-151/+94
2019-09-05Stabilize checked_duration_since for 1.39.0Vitaly _Vi Shukela-5/+2
2019-09-03Merge pull request #12 from rust-lang/masterBaoshan-715/+156
2019-09-03make wasi a target-specific dependencyArtyom Pavlov-1/+3
2019-09-03Changed comment to better reflect std's exceptional situationDaniel Henry-Mantilla-4/+4
2019-09-03Added warning around code with reference to uninit bytesDaniel Henry-Mantilla-0/+8
2019-09-01vxWorks: set DEFAULT_MIN_STACK_SIZE to 256K and use min_stack to pass initial...Baoshan Pang-3/+7
2019-09-01Rollup merge of #64039 - pickfire:patch-1, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-09-01Rollup merge of #63410 - johnterickson:master, r=joshtriplettMazdak Farrokhzad-22/+24
2019-08-31Auto merge of #64025 - Wind-River:master_003, r=alexcrichtonbors-324/+0