about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-12-27Implement rename using new system callJeremy Soller-7/+34
2017-12-27Auto merge of #46479 - bkchr:termination_trait, r=arielb1bors-2/+144
2017-12-27Correct a few stability attributesOliver Middleton-14/+14
2017-12-27Auto merge of #46977 - est31:column_fix, r=dtolnaybors-6/+12
2017-12-26Don't use `process::exit` as it is an `unreachable` on wasm32Bastian Köcher-6/+5
2017-12-26Auto merge of #46554 - kennytm:45861-step-4-5-6-7-upload-test-result-and-remo...bors-6/+3
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-6/+3
2017-12-26Change name of `lang_start_real` to `lang_start_internal`Bastian Köcher-5/+4
2017-12-26Split `lang_start` in two functions to reduce generated codeBastian Köcher-5/+14
2017-12-26Rework the exit failure and success declaration for wasm32Bastian Köcher-4/+14
2017-12-26Use move for optimization purposesBastian Köcher-1/+1
2017-12-26Don't emit the termination lang item in testsBastian Köcher-1/+1
2017-12-26Removes some obscure transmute call in `lang_start`Bastian Köcher-1/+1
2017-12-26Adds termination_trait feature gateBastian Köcher-8/+8
2017-12-26Fixes compilation errors and adds proposed improvementsBastian Köcher-0/+2
2017-12-26Implements RFC 1937: `?` in `main`Bastian Köcher-1/+124
2017-12-26Rollup merge of #46943 - malbarbo:process-test-busybox, r=alexcrichtonkennytm-1/+1
2017-12-26Rollup merge of #46933 - clarcharr:float_docs, r=steveklabnikkennytm-2/+2
2017-12-25Fix docs mistakeest31-1/+1
2017-12-25Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1bors-3/+3
2017-12-24Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnaybors-167/+321
2017-12-24Minor rewrite of env::current_exe docs; clarify symlinks.Corey Farwell-8/+11
2017-12-24Capture environment at spawnDiggory Blake-167/+321
2017-12-24Make column macro output 1 based and document itest31-6/+12
2017-12-23Annotate raw pointer target typesChristopher Durham-1/+1
2017-12-22Expose float from_bits and to_bits in libcore.Clar Charr-6/+4
2017-12-22fix some errors in libstdMichael Hewson-2/+2
2017-12-22Fix process test when using busybox mkdirMarco A L Barbosa-1/+1
2017-12-21Make core::f32/f64 docs match std.Clar Charr-2/+2
2017-12-22Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnikkennytm-2/+2
2017-12-21Rollup merge of #46853 - GuillaumeGomez:fix-rustdoc-warning, r=QuietMisdreavusGuillaume Gomez-2/+3
2017-12-21docs: do not call integer overflows as underflowsTrevor Spiteri-2/+2
2017-12-20Fix some rustdoc warningsGuillaume Gomez-2/+3
2017-12-20Rollup merge of #46828 - vi:hash_for_systemtime_instant, r=dtolnaykennytm-11/+34
2017-12-20Rollup merge of #46760 - semarie:openbsd-arm64, r=alexcrichtonkennytm-0/+2
2017-12-20Rollup merge of #46671 - varkor:contrib-2, r=KodrAuskennytm-1/+6
2017-12-20Auto merge of #46508 - clarcharr:duration_extras, r=sfacklerbors-1/+62
2017-12-18Implement `Write` for `Cursor<&mut Vec<T>>`Diggory Blake-32/+58
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-11/+34
2017-12-18Add lossless debug implementation for unix OsStrsDiggory Blake-3/+63
2017-12-17add aarch64-unknown-openbsd supportSébastien Marie-0/+2
2017-12-15Rollup merge of #46710 - xfix:patch-5, r=alexcrichtonSteve Klabnik-3/+0
2017-12-14Auto merge of #45002 - oli-obk:miri, r=eddybbors-2/+2
2017-12-13Remove Sync and Send implementation for RawTableKonrad Borowski-3/+0
2017-12-13Move rust memchr impl to libcoreManish Goregaokar-232/+5
2017-12-12Rename never_type_impls gate to never_typeAndrew Cann-2/+2
2017-12-11Reject superfluous `::` in IPv6 addressesvarkor-1/+6
2017-12-11Add more Duration methods for consistency.Clar Charr-1/+62
2017-12-11Merge remote-tracking branch 'origin/master' into miriOliver Schneider-39/+303
2017-12-10Auto merge of #46232 - canndrew:never-docs, r=QuietMisdreavusbors-0/+128