summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-07-12Update fs.rsJeremy Soller-1/+1
2017-07-12Update mod.rsJeremy Soller-3/+1
2017-07-12Update fs.rsJeremy Soller-2/+3
2017-07-12Update mod.rsJeremy Soller-17/+1
2017-07-12Update tcp.rsJeremy Soller-1/+1
2017-07-12Document error coercion to false in path-ext methods + see also sectionsHavvy-0/+34
2017-07-12Use try_with for with implementationLee Bousfield-9/+2
2017-07-12Rollup merge of #43137 - ollie27:stab, r=aturonMark Simulacrum-4/+4
2017-07-12Rollup merge of #43136 - jgallag88:bufWriterDocs, r=steveklabnikMark Simulacrum-1/+5
2017-07-12Rollup merge of #43100 - ids1024:stat2, r=aturonMark Simulacrum-2/+17
2017-07-12Rollup merge of #42670 - dns2utf8:panic_return_code, r=steveklabnikMark Simulacrum-0/+5
2017-07-12Auto merge of #42697 - Mark-Simulacrum:take-limit, r=aturonbors-0/+29
2017-07-11Redox: Use O_NOFOLLOW for lstat()Ian Douglas Scott-1/+5
2017-07-11stage0 fallbackAlex Burka-0/+67
2017-07-11use :vis in thread_local!Alex Burka-30/+9
2017-07-11support pub(restricted) in thread_local!Alex Burka-32/+43
2017-07-11Fix @alexcrichton commentsLee Bousfield-9/+15
2017-07-11Wrap long lineStefan Schindler-1/+2
2017-07-11Allow setting the limit on std::io::Take.Mark Simulacrum-0/+29
2017-07-10Use LocalKey::try_with in stdLee Bousfield-22/+11
2017-07-10Add LocalKey::try_with as an alternative to stateLee Bousfield-0/+52
2017-07-10Correct some stability attributesOliver Middleton-4/+4
2017-07-09Add warning to BufWriter documentationJohn Gallagher-1/+5
2017-07-09Auto merge of #43082 - ids1024:condvar2, r=alexcrichtonbors-3/+1
2017-07-08Auto merge of #43104 - nbaksalyar:rustbuild-illumos-fix, r=sanxiynbors-0/+4
2017-07-08Auto merge of #43072 - cuviper:linux-stack-guard, r=alexcrichtonbors-15/+29
2017-07-07Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakisbors-1/+1
2017-07-07Skip the main thread's manual stack guard on LinuxJosh Stone-15/+29
2017-07-07Redox: Fix Condvar.wait(); do not lock mutex twiceIan Douglas Scott-3/+1
2017-07-07Auto merge of #43093 - rthomas:39791-hashmap, r=alexcrichtonbors-0/+2
2017-07-07Fix Rustbuild linking on IllumosNikita Baksalyar-0/+4
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-2/+193
2017-07-06Redox: add stat methods(); support is_symlink()Ian Douglas Scott-2/+17
2017-07-06Add annotations to the resize fn #39791Ryan Thomas-0/+2
2017-07-06remove associated_consts feature gateSean McArthur-1/+1
2017-07-06Stabilize float_bits_convest31-9/+4
2017-07-06Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakisbors-1/+1
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-54/+178
2017-07-05Be more specific about the implications of the panic!Stefan Schindler-1/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-54/+178
2017-07-05Insert current implementation headerStefan Schindler-0/+2
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-1/+1
2017-07-04Auto merge of #43051 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-18/+27
2017-07-04Rollup merge of #42975 - ids1024:symlink2, r=aturonMark Simulacrum-6/+15
2017-07-04Rollup merge of #42227 - ollie27:into_to_from, r=aturonMark Simulacrum-12/+12
2017-07-04Auto merge of #43025 - est31:nan_cross_platform, r=BurntSushibors-13/+24
2017-07-03Make sNaN removal code tolerate different sNaN encodingsest31-13/+24
2017-07-03Auto merge of #42976 - ids1024:redoxfix, r=sfacklerbors-1/+5
2017-07-02Fix the test failure, add comment, and refactor a little bitest31-2/+17
2017-07-02Output line column info when panickingest31-17/+64