about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-07-12Rewrite parse_two_compsLzu Tao-10/+41
2020-07-12Make use of slice::strip_prefix and slice patternLzu Tao-27/+25
2020-07-12Make is_valid_drive_letter functionLzu Tao-2/+8
2020-07-12Move constants to top fileLzu Tao-2/+3
2020-07-12Remove the useless indentationLzu Tao-3/+2
2020-07-12adjust remaining targetsRalf Jung-25/+21
2020-07-12rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_keyRalf Jung-45/+65
2020-07-12Sorting feature attributes in stdLzu Tao-3/+3
2020-07-10Rollup merge of #74127 - tamird:allowlist, r=oli-obkManish Goregaokar-1/+1
2020-07-10Rollup merge of #74076 - sunfishcode:wasi-fileext-newmethods, r=alexcrichtonManish Goregaokar-4/+137
2020-07-10Address review commentsMohsen Zohrevandi-39/+34
2020-07-10Avoid "whitelist"Tamir Duberstein-1/+1
2020-07-09libstd/libcore: fix various typosAndy Russell-12/+12
2020-07-07Make WASI's FileExt's read_at/write_at consistent with other targets.Dan Gohman-4/+43
2020-07-07Add `read_exact_at` and `write_all_at` to WASI's `FileExt`Dan Gohman-0/+94
2020-07-07Auto merge of #74006 - euclio:sys-unix-static-mut, r=oli-obkbors-26/+33
2020-07-07Update reference to CONTRIBUTING.mdYuki Okushi-2/+3
2020-07-06Rollup merge of #74074 - sunfishcode:windows-openoptionsext-return-type, r=Lu...Manish Goregaokar-1/+1
2020-07-06Rollup merge of #73962 - ryr3:unsafe_tcp, r=LukasKalbertodtManish Goregaokar-2/+5
2020-07-06Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnisonManish Goregaokar-2/+2
2020-07-06libstd: remove some mutable statics in sys::unixAndy Russell-26/+33
2020-07-06use latest version of hermit-abiStefan Lankes-1/+1
2020-07-05Fix the return type of Windows' `OpenOptionsExt::security_qos_flags`.Dan Gohman-1/+1
2020-07-05Add `RawFd` to WASI's `std::os::wasi::prelude`.Dan Gohman-1/+1
2020-07-05Fix array docs (remove mentions about 0 to 32 where possible)Roman Proskuryakov-9/+4
2020-07-03Rollup merge of #73925 - eduardosm:improve-pr72617-comments, r=RalfJungManish Goregaokar-4/+10
2020-07-03Document the where keywordAlexis Bourget-2/+135
2020-07-02Further improve comments in libstd/panicking.rs.Eduardo Sánchez Muñoz-4/+5
2020-07-02Fix linksGuillaume Gomez-2/+2
2020-07-02libstd/net/tcp.rs: #![deny(unsafe_op_in_unsafe_fn)]Yashhwanth Ram-2/+5
2020-07-01Rollup merge of #73909 - eltonlaw:unsafe-libstd-fs-rs, r=sfacklerManish Goregaokar-2/+6
2020-07-01Remove unnecessary check in SGX wait usercallMohsen Zohrevandi-2/+1
2020-07-01Improve comments from https://github.com/rust-lang/rust/pull/72617, as sugges...Eduardo Sánchez Muñoz-4/+9
2020-07-01Rollup merge of #73805 - poliorcetics:type-keyword, r=kennytmManish Goregaokar-2/+37
2020-07-01Rollup merge of #73752 - TyPR124:invalid-parameter-error, r=LukasKalbertodtManish Goregaokar-0/+1
2020-07-01Rollup merge of #73716 - poliorcetics:static-keyword, r=LukasKalbertodtManish Goregaokar-3/+76
2020-07-01Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obkManish Goregaokar-1/+1
2020-07-01Rollup merge of #72369 - Lucretiel:socketaddr-parse, r=dtolnayManish Goregaokar-193/+289
2020-06-30Stabilize `#[track_caller]`.Adam Perry-1/+1
2020-06-30enable unsafe_op_in_unsafe_fn lintElton Law-0/+2
2020-06-30`#[deny(unsafe_op_in_unsafe_fn)]` in libstd/fs.rsElton Law-2/+4
2020-06-30Bring net/parser.rs up to modern up to date with modern rust patternsNathan West-193/+289
2020-06-30Clarify some parts by applying the suggestions from reviewPoliorcetics-6/+7
2020-06-29Document the union keywordAlexis Bourget-2/+65
2020-06-29Obviate #[allow(improper_ctypes_definitions)]Dario Gonzalez-3/+5
2020-06-28Fix small nitsAlexis Bourget-4/+3
2020-06-28Apply suggestions, reformulating some paragraphs and improving some examplesAlexis Bourget-38/+36
2020-06-28Rollup merge of #73826 - cjrh:cjrh-patch-1, r=jonas-schievinkManish Goregaokar-1/+1
2020-06-28Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe...Manish Goregaokar-2/+2
2020-06-28Apply suggestions from code reviewAlexis Bourget-2/+13