about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-07-25Add missing dynTatsuyuki Ishi-2/+2
2018-07-24Rollup merge of #52658 - Wallacoloo:topics/use-option-methods, r=cramertjMark Rousskov-13/+6
2018-07-24Rollup merge of #52656 - jD91mZM2:stablize-uds, r=alexcrichtonMark Rousskov-1/+41
2018-07-24Auto merge of #52646 - ljedrz:single_char_pattern, r=michaelwoeristerbors-3/+3
2018-07-23libstd: Prefer `Option::map`/etc over `match` where applicableColin Wallace-13/+6
2018-07-24Stablize Redox Unix SocketsjD91mZM2-1/+41
2018-07-24Rollup merge of #52548 - tko:cursor-doc, r=sfacklerkennytm-8/+9
2018-07-23Seperate summaries from rest of the commentMarkus Wein-0/+2
2018-07-23Change single char str patterns to charsljedrz-3/+3
2018-07-23Rollup merge of #52582 - felixrabe:patch-2, r=pietroalbinikennytm-1/+1
2018-07-23Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichtonkennytm-17/+17
2018-07-22Auto merge of #52394 - estebank:println, r=oli-obkbors-4/+18
2018-07-21fix tidy ~ againEsteban Küber-13/+0
2018-07-21Don't use the new `eprintln` for stage0 and stage1Esteban Küber-2/+2
2018-07-21Change `eprintln!()`Esteban Küber-2/+9
2018-07-21Gate `format_args_nll` behind feature flagEsteban Küber-1/+1
2018-07-21TypoFelix Rabe-1/+1
2018-07-21Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrumbors-4/+0
2018-07-20Update stdsimd to undo an accidental stabilizationAlex Crichton-4/+0
2018-07-21Avoid using `#[macro_export]` for documenting builtin macrosVadim Petrochenkov-17/+17
2018-07-19rework printlnEsteban Küber-2/+24
2018-07-19Same change as `println` for `eprintln`Esteban Küber-2/+1
2018-07-19review comments: modify note wording and change `println`Esteban Küber-8/+1
2018-07-19Improve suggestion for missing fmt str in printlnEsteban Küber-2/+8
2018-07-20Auto merge of #52349 - RalfJung:once, r=alexcrichtonbors-2/+10
2018-07-19Cursor: update docs to clarify Cursor only works with in-memory buffersTommi Komulainen-8/+9
2018-07-19Rollup merge of #51628 - euclio:line-writer, r=frewsxcvkennytm-10/+23
2018-07-17sync::Once: Use Acquire on the hot path, and explain why we don't use it else...Ralf Jung-2/+10
2018-07-17Fix doc comment: use `?` instead of `.unwrap()`Felix Rabe-1/+1
2018-07-16Document From conversions for CString and CStrMarkus Wein-0/+25
2018-07-16Document From conversions for OsString and OsStrMarkus Wein-0/+21
2018-07-14Rollup merge of #52156 - zajlerke:update-deprecation-notice, r=Kimundikennytm-10/+30
2018-07-13Fix redox libstd leftoverTatsuyuki Ishi-2/+2
2018-07-13Auto merge of #52281 - cramertj:fast-tls, r=alexcrichtonbors-6/+1
2018-07-12Rollup merge of #52298 - RalfJung:dirs, r=Mark-Simulacrumkennytm-1/+1
2018-07-12Rollup merge of #52277 - kraai:patch-2, r=kennytmkennytm-1/+1
2018-07-12Rollup merge of #51912 - mbrubeck:more_box_slice_clone, r=alexcrichtonkennytm-0/+24
2018-07-12make reference to dirs crate clickable in terminalsRalf Jung-1/+1
2018-07-11Use fast TLS on FuchsiaTaylor Cramer-6/+1
2018-07-11Uncapitalize "If"Matt Kraai-1/+1
2018-07-11simplify assertionsAndy Russell-5/+4
2018-07-11Rollup merge of #52239 - CAD97:patch-1, r=alexcrichtonMark Rousskov-6/+6
2018-07-11Auto merge of #51553 - jD91mZM2:uds, r=sfacklerbors-1/+740
2018-07-11Add missing dyn in testsljedrz-9/+9
2018-07-10remove sync::Once::call_once 'staticChristopher Durham-6/+6
2018-07-10Add missing `dyn` for cloudabi, redox, unix and wasmljedrz-7/+7
2018-07-10Deny bare trait objects in `src/libstd`.ljedrz-98/+99
2018-07-09Implement #[alloc_error_handler]Simon Sapin-2/+4
2018-07-09Remove `extern` on the `pub fn rust_oom` lang item in libstd, to match ABI of...Simon Sapin-1/+1
2018-07-09Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichtonbors-16/+42