summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2017-12-10Update never_type docs based on feedbackAndrew Cann-1/+2
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-35/+13
2017-12-08Auto merge of #45837 - SimonSapin:file_read_write, r=dtolnaybors-1/+134
2017-12-08fs::{read, read_string, write}: add tracking issue numberSimon Sapin-3/+3
2017-12-07Rollup merge of #46416 - liigo:cfg-macro, r=steveklabnikGuillaume Gomez-1/+1
2017-12-06Rename fs::read_utf8 to read_stringSimon Sapin-4/+4
2017-12-06Update miri to rustc changesOliver Schneider-2454/+5628
2017-12-05compile_error example blurbsHavvy-0/+5
2017-12-05No unused macro warning in compile_error example.Havvy-1/+4
2017-12-04Give compile_error macro examplesHavvy-2/+19
2017-12-04Auto merge of #46485 - khuey:cursor-read_exact, r=Manishearthbors-0/+25
2017-12-03Add a specialization of read_exact for Cursor.Kyle Huey-0/+25
2017-12-03Rollup merge of #46260 - ExpHP:builtin-macro-doc-sync, r=steveklabnikCorey Farwell-6/+14
2017-12-02Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoeristerbors-2/+20
2017-12-02Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrumbors-200/+0
2017-12-01doc: macro `cfg!` evaluating at compile-timeLiigo Zhuang-1/+1
2017-11-30NetBSD: add sysctl backend for std::env::current_exeJonathan A. Kollasch-1/+28
2017-11-30rustc: Prepare to enable ThinLTO by defaultAlex Crichton-2/+20
2017-11-29Update bootstrap compilerAlex Crichton-200/+0
2017-11-29Generalize fs::write from &[u8] to AsRef<[u8]>Simon Sapin-3/+3
2017-11-29Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytmkennytm-3/+3
2017-11-29Rollup merge of #46287 - SimonSapin:stable-constness, r=aturonkennytm-12/+0
2017-11-29Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichtonkennytm-43/+166
2017-11-29Rollup merge of #45969 - ia0:mpsc_recv_deadline, r=alexcrichtonkennytm-2/+63
2017-11-28Fix doc test of previous commitJulien Cretin-0/+2
2017-11-28Add more links to `!` doc textAndrew Cann-18/+28
2017-11-28Fix since for mpsc_error_conversionsJulien Cretin-3/+3
2017-11-27Use an unstable feature linked to #46316Julien Cretin-1/+1