about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-10-08Auto merge of #54871 - u32i64:master, r=frewsxcvbors-1/+1
2018-10-07Auto merge of #53517 - phungleson:fix-impl-from-for-error, r=frewsxcvbors-0/+13
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-1/+1
2018-10-07Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoeristerbors-4/+4
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-4/+4
2018-10-06Fix typo in libstd/thread/mod.rs: remove unnecessary commaArtem Varaksa-1/+1
2018-10-06'a' → 'an' in front of vowel sounds.Corey Farwell-1/+1
2018-10-05Rollup merge of #54078 - GabrielMajeri:expand-sync-docs, r=steveklabnikPietro Albini-4/+148
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+1
2018-10-05Address review commentsGabriel Majeri-43/+67
2018-10-05Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfacklerbors-4/+500
2018-10-04Rollup merge of #53523 - phungleson:fix-impl-from-for-std-error, r=GuillaumeG...Pietro Albini-0/+141
2018-10-03Remove main() from examplesSon-5/+3
2018-10-03Remove main() in examplesSon-46/+30
2018-10-02make `CStr::from_bytes_with_nul_unchecked()` a const fnAustin Bonander-0/+1
2018-10-02make `CStr::from_bytes_with_nul_unchecked()` a const fnAustin Bonander-1/+12
2018-10-01Auto merge of #54662 - matklad:once-perf, r=alexcrichtonbors-0/+1
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-15/+5
2018-09-29Rollup merge of #54635 - neoeinstein:seek-docs, r=alexcrichtonkennytm-2/+2
2018-09-29Fix Once perf regressionAleksey Kladov-0/+1
2018-09-28Improve docs for std::io::SeekMarcus Griep-2/+2
2018-09-28Rewrite section on concurrencyGabriel Majeri-4/+5
2018-09-28Fix broken linksGabriel Majeri-5/+7
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-15/+5
2018-09-27Address review commentsGabriel Majeri-14/+15
2018-09-27Make example code use global variablesGabriel Majeri-13/+14
2018-09-27Expand the documentation for the std::sync moduleGabriel Majeri-4/+119
2018-09-27Doc for From ErrorKindSon-3/+12
2018-09-26std: Don't let `rust_panic` get inlinedAlex Crichton-0/+1
2018-09-25Rollup merge of #54522 - gardrek:patch-1, r=TimNNPietro Albini-3/+3
2018-09-26Examples for docsSon-0/+148
2018-09-25Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapinbors-0/+120
2018-09-24std: Start implementing wasm32 atomicsAlex Crichton-4/+500
2018-09-23Fixed three small typos.gardrek-3/+3
2018-09-23Auto merge of #54339 - cramertj:no-cx, r=aturonbors-36/+31
2018-09-20dbg_macro: notes about VCS and log::debug!(..)Mazdak Farrokhzad-3/+5
2018-09-20dbg!(expr) implementation.Mazdak Farrokhzad-0/+118
2018-09-20Rollup merge of #54257 - alexcrichton:wasm-math-symbols, r=TimNNkennytm-28/+1
2018-09-19Remove spawning from task::ContextTaylor Cramer-36/+31
2018-09-19Auto merge of #54174 - parched:park, r=alexcrichtonbors-18/+26
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-11/+11
2018-09-18Expand synchronization comments in `park`/`unpark`James Duley-8/+13
2018-09-18Rollup merge of #54313 - cgwalters:osstr-ref-cstr, r=joshtriplettGuillaume Gomez-1/+4
2018-09-18Rollup merge of #53522 - phungleson:fix-impl-from-for-addr, r=TimNNGuillaume Gomez-0/+8
2018-09-17OsStr: Document that it's not NUL terminatedColin Walters-1/+4
2018-09-17Auto merge of #54247 - Munksgaard:better-error-message-in-no_lookup_host_dupl...bors-2/+3
2018-09-16Auto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapinbors-35/+5
2018-09-16Auto merge of #53804 - RalfJung:ptr-invalid, r=nagisabors-1/+3
2018-09-15Switch wasm math symbols to their original namesAlex Crichton-28/+1
2018-09-15Improve output if no_lookup_host_duplicates failsPhilip Munksgaard-2/+3