| Commit message (Expand) | Author | Age | Files | Lines |
| * | mv std libs to library/ | mark | 2020-07-27 | 397 | -111471/+0 |
| * | Rollup merge of #74598 - mzohreva:mz/fix-test, r=KodrAus | Yuki Okushi | 2020-07-27 | 1 | -0/+2 |
| |\ |
|
| | * | Fix sync_once_cell_does_not_leak_partially_constructed_boxes | Mohsen Zohrevandi | 2020-07-21 | 1 | -0/+2 |
| * | | Avoid writes without any data in `Write::write_all_vectored` | Tomasz Miąsko | 2020-07-26 | 1 | -2/+5 |
| * | | Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay | bors | 2020-07-26 | 1 | -9/+4 |
| |\ \ |
|
| | * | | Fix array docs (remove mentions about 0 to 32 where possible) | Roman Proskuryakov | 2020-07-05 | 1 | -9/+4 |
| * | | | Auto merge of #74017 - poliorcetics:where-keyword, r=jyn514 | bors | 2020-07-25 | 1 | -2/+93 |
| |\ \ \ |
|
| | * | | | Fix nits, rework the second example of select (the one deliberately failing t... | Alexis Bourget | 2020-07-24 | 1 | -33/+15 |
| | * | | | Fix nit and add link for Cow | Alexis Bourget | 2020-07-23 | 1 | -32/+8 |
| | * | | | Document the where keyword | Alexis Bourget | 2020-07-03 | 1 | -2/+135 |
| | |/ / |
|
| * | | | Auto merge of #73645 - poliorcetics:ref-keyword, r=jyn514 | bors | 2020-07-24 | 1 | -2/+43 |
| |\ \ \ |
|
| | * | | | Fix nits | Alexis Bourget | 2020-07-24 | 1 | -3/+3 |
| | * | | | Fix nit | Alexis Bourget | 2020-07-23 | 1 | -1/+2 |
| | * | | | Document the ref keyword | Alexis Bourget | 2020-06-23 | 1 | -2/+42 |
| * | | | | Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obk | bors | 2020-07-24 | 1 | -1/+17 |
| |\ \ \ \ |
|
| | * | | | | avoid implicitly returning () | Ralf Jung | 2020-07-23 | 1 | -1/+2 |
| | * | | | | on Windows, use miri_static_root for TLS dtors | Ralf Jung | 2020-07-23 | 1 | -1/+16 |
| * | | | | | Rollup merge of #72954 - hermitcore:rwlock, r=dtolnay | Manish Goregaokar | 2020-07-24 | 3 | -41/+140 |
| |\ \ \ \ \ |
|
| | * | | | | | use latest version of hermit-abi | Stefan Lankes | 2020-07-06 | 1 | -1/+1 |
| | * | | | | | remove some compiler warnings | Stefan Lankes | 2020-06-26 | 1 | -3/+1 |
| | * | | | | | reorder crates to pass the format check | Stefan Lankes | 2020-06-26 | 1 | -1/+1 |
| | * | | | | | minor changes to pass the format check | Stefan Lankes | 2020-06-26 | 1 | -6/+2 |
| | * | | | | | revise RwLock, which is derived from the wasm implementation | Stefan Lankes | 2020-06-26 | 2 | -38/+143 |
| * | | | | | | Auto merge of #74613 - Mark-Simulacrum:revert-gimli, r=nnethercote | bors | 2020-07-23 | 6 | -31/+23 |
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| | * | | | | | Revert "std: Switch from libbacktrace to gimli" | Mark Rousskov | 2020-07-22 | 6 | -32/+23 |
| | * | | | | | Revert "std: Fix compilation without backtrace feature" | Mark Rousskov | 2020-07-22 | 1 | -1/+2 |
| | | |_|_|/
| |/| | | |
|
| * | | | | | Rollup merge of #74606 - cuviper:cloexec, r=sfackler | Manish Goregaokar | 2020-07-23 | 6 | -195/+74 |
| |\ \ \ \ \ |
|
| | * | | | | | Move the pipe2 call behind a hard target `#[cfg]` | Josh Stone | 2020-07-22 | 3 | -21/+29 |
| | * | | | | | Remove Linux workarounds for missing CLOEXEC support | Josh Stone | 2020-07-21 | 4 | -187/+58 |
| | |/ / / / |
|
| * | | | | | Rollup merge of #74587 - lzutao:consts, r=dtolnay | Manish Goregaokar | 2020-07-23 | 3 | -27/+26 |
| |\ \ \ \ \ |
|
| | * | | | | | Prefer constant over function | Lzu Tao | 2020-07-23 | 3 | -28/+27 |
| | |/ / / / |
|
| * | | | | | Rollup merge of #74548 - tshepang:one-more-example, r=dtolnay | Manish Goregaokar | 2020-07-23 | 1 | -0/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | one more Path::with_extension example, to demonstrate behavior | Tshepang Lekhonkhobe | 2020-07-22 | 1 | -0/+3 |
| * | | | | | | Rollup merge of #74490 - yaahc:disabled-bt, r=dtolnay | Manish Goregaokar | 2020-07-23 | 1 | -0/+6 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Update src/libstd/backtrace.rs | Jane Lusby | 2020-07-22 | 1 | -1/+1 |
| | * | | | | | | remove trailing semi | Jane Lusby | 2020-07-18 | 1 | -1/+1 |
| | * | | | | | | add a Backtrace::disabled function | Jane Lusby | 2020-07-18 | 1 | -0/+6 |
| * | | | | | | | Rollup merge of #74141 - euclio:typos, r=steveklabnik | Manish Goregaokar | 2020-07-23 | 8 | -12/+12 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | libstd/libcore: fix various typos | Andy Russell | 2020-07-09 | 8 | -12/+12 |
| * | | | | | | | | build: Avoid unnecessary build script reruns in libstd | Vadim Petrochenkov | 2020-07-22 | 1 | -0/+1 |
| * | | | | | | | | build: Remove unnecessary `build = "build.rs"` annotations | Vadim Petrochenkov | 2020-07-22 | 1 | -1/+0 |
| | |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | | Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichton | bors | 2020-07-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Add `RawFd` to WASI's `std::os::wasi::prelude`. | Dan Gohman | 2020-07-05 | 1 | -1/+1 |
| | | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | | Rollup merge of #74546 - jethrogb:jb/duplicate-attribute-maybe_uninit_extra, ... | Manish Goregaokar | 2020-07-20 | 1 | -4/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Fix duplicate maybe_uninit_extra attribute | Jethro Beekman | 2020-07-20 | 1 | -4/+1 |
| | | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | | Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomez | bors | 2020-07-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | * | | | | | | Use italics for O notation | pierwill | 2020-07-19 | 1 | -1/+1 |
| | | |_|_|_|/
| |/| | | | |
|
| * | | | | | | Auto merge of #74540 - alexcrichton:std-no-backtrace, r=Mark-Simulacrum | bors | 2020-07-20 | 1 | -2/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | std: Fix compilation without backtrace feature | Alex Crichton | 2020-07-19 | 1 | -2/+1 |
| | | |_|_|/ /
| |/| | | | |
|
| * | | | | | | Rollup merge of #74536 - Nicholas-Baron:master, r=joshtriplett | Manish Goregaokar | 2020-07-19 | 1 | -4/+4 |
| |\ \ \ \ \ \ |
|