about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-04-12Rename `heap` modules in the core, alloc, and std crates to `alloc`Simon Sapin-1/+5
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-40/+34
2018-04-12Inline docs for the heap module’s reexportsSimon Sapin-1/+1
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+0
2018-04-12Reexport from core::unicode::char in core::char rather than vice versaSimon Sapin-1/+1
2018-04-12Deprecate the std_unicode crateSimon Sapin-2/+1
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-4/+4
2018-04-11Prevent EPIPE causing ICEs in rustc and rustdocvarkor-2/+2
2018-04-11Auto merge of #49681 - tmccombs:take-set-limit-stable, r=sfacklerbors-2/+1
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-4/+0
2018-04-09Auto merge of #49673 - ollie27:stab, r=sfacklerbors-4/+4
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-4/+0
2018-04-08fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+1
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-8/+2
2018-04-07Rollup merge of #49503 - oli-obk:extern_crate_compiler_builtins, r=alexcrichtonkennytm-0/+1
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-0/+1
2018-04-07Rollup merge of #49702 - alexcrichton:inline-methods, r=Mark-Simulacrumkennytm-0/+4
2018-04-05Rollup merge of #49686 - memoryleak47:typo, r=alexcrichtonAlex Crichton-3/+3
2018-04-05std: Inline some Termination-related methodsAlex Crichton-0/+4
2018-04-05Correct a few stability attributesOliver Middleton-4/+4
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-8/+2
2018-04-05typosmemoryleak47-3/+3
2018-04-05Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakisbors-1/+1
2018-04-05Stabilize take_set_limitThayne McCombs-2/+1
2018-04-05Stabilize attributes on generic parametersVadim Petrochenkov-1/+1
2018-04-04Replace manual iter exhaust with for_each(drop).Clar Charr-1/+1
2018-04-05Rollup merge of #49594 - mbrubeck:docs, r=steveklabnikkennytm-2/+28
2018-04-05Rollup merge of #49637 - tmccombs:parent-id-stabilize, r=sfacklerkennytm-1/+1
2018-04-04Use box syntax instead of Box::new in Mutex::remutex on WindowsMike Hommey-1/+1
2018-04-04Rollup merge of #49619 - durka:patch-46, r=steveklabnikkennytm-2/+2
2018-04-04Rollup merge of #49612 - tmccombs:stabilize-getpid, r=kennytmkennytm-1/+1
2018-04-04Rollup merge of #49599 - rolfvandekrol:feature/no_ru, r=frewsxcvkennytm-1/+1
2018-04-04Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichtonbors-10/+61
2018-04-03Stabilize parent_id()Thayne McCombs-1/+1
2018-04-03Add performance notes to BufReader/BufWriter docsMatt Brubeck-0/+12
2018-04-03Cross-reference fs::read functions from io::Read docsMatt Brubeck-0/+10
2018-04-03tweak format_args! docsAlex Burka-2/+2
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-177/+1
2018-04-03Fix importsTatsuyuki Ishi-1/+1
2018-04-02Fix "since" version for getpid feature.Thayne McCombs-1/+1
2018-04-02Fix typoRolf van de Krol-1/+1
2018-04-02Add performance note to fs::read docsMatt Brubeck-2/+6
2018-04-02Auto merge of #49580 - glandium:core-heap, r=SimonSapinbors-2/+4
2018-04-02Use Alloc and Layout from core::heap.Mike Hommey-2/+4
2018-04-01Stabilize `std::process::id()`Thayne McCombs-2/+1
2018-04-01Auto merge of #49418 - frewsxcv:frewsxcv-network-order, r=TimNNbors-2/+80
2018-04-01Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapinbors-5/+5
2018-03-31Auto merge of #49521 - mbrubeck:fs_read_write_bytes, r=TimNNbors-2/+2
2018-03-31Auto merge of #49501 - sfackler:unix-epoch-assoc-const, r=alexcrichtonbors-0/+23
2018-03-31Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichtonbors-1/+2