about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2018-12-26Stabilize duration_as_u128Sunjay Varma-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-25Fix build on latest git masterJethro Beekman-1/+2
2018-12-24std: Use backtrace-sys from crates.ioAlex Crichton-0/+3
2018-12-24Rollup merge of #56978 - jethrogb:jb/sgx-os-mod, r=joshtriplettMazdak Farrokhzad-1/+1
2018-12-23Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obkMazdak Farrokhzad-1/+0
2018-12-23Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichtonMazdak Farrokhzad-2/+1
2018-12-23stabilize min_const_unsafe_fn in 1.33.Mazdak Farrokhzad-1/+0
2018-12-23Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr...kennytm-0/+1
2018-12-21Stabilize PinTaylor Cramer-2/+1
2018-12-20Fix pipe2 and accept4 on static linked executables on linux (like musl).Adrian Budau-0/+1
2018-12-20Add `std::os::fortanix_sgx` moduleJethro Beekman-1/+1
2018-12-17deny intra-doc link resolution failures in libstdAndy Russell-0/+1
2018-12-14std: Use `rustc_demangle` from crates.ioAlex Crichton-0/+1
2018-12-14Rollup merge of #56708 - oli-obk:stability_internal_const_fn, r=alexcrichtonkennytm-0/+1
2018-12-12Bump to 1.33.0Alex Crichton-4/+0
2018-12-11Properly stage new feature gatesOliver Scherer-1/+1
2018-12-11Remove unnecessary feature gates from const fnsOliver Scherer-0/+1
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-4/+3
2018-12-07SGX target: implement user memory managementJethro Beekman-1/+2
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-0/+7
2018-12-02Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapinbors-0/+1
2018-11-27add missing featureRalf Jung-0/+1
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-0/+1
2018-11-21update various stdlib docsSteve Klabnik-2/+2
2018-11-20fix more linksSteve Klabnik-5/+5
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-3/+1
2018-11-10Fix documentation typos.Bruce Mitchener-1/+1
2018-11-08Auto merge of #55366 - Amanieu:stable_layout, r=Amanieubors-0/+1
2018-11-06Add a tracking issue for extra Layout methodsAmanieu d'Antras-0/+1
2018-11-02Remove all jemalloc-related contentAlex Crichton-8/+1
2018-11-02Auto merge of #54043 - fintelia:raw_entry, r=alexcrichtonbors-0/+1
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+0
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+1
2018-10-05Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfacklerbors-0/+1
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-0/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-8/+3
2018-09-24std: Start implementing wasm32 atomicsAlex Crichton-0/+1
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-09stabilize `#[used]`Jorge Aparicio-1/+1
2018-09-07Cleanup API somewhatJonathan Behrens-1/+0
2018-09-07stabilize `#[panic_handler]`Jorge Aparicio-1/+0
2018-09-05progress on raw_entryAlexis Beingessner-1/+2
2018-09-05WIP: add raw_entry API to HashMapAlexis Beingessner-0/+1
2018-09-01Update to a new pinning API.Without Boats-1/+1
2018-08-31Libstd only has `min_const_fn` const fnsOliver Schneider-1/+2
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-0/+2
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1