| Age | Commit message (Expand) | Author | Lines |
| 2020-11-16 | Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus | Mara Bos | -1/+2 |
| 2020-11-15 | Make the libstd build script smaller | bjorn3 | -1/+1 |
| 2020-11-14 | Auto merge of #75272 - the8472:spec-copy, r=KodrAus | bors | -0/+1 |
| 2020-11-13 | specialize io::copy to use copy_file_range, splice or sendfile | The8472 | -0/+1 |
| 2020-11-11 | Rollup merge of #78216 - workingjubilee:duration-zero, r=m-ou-se | Jonas Schievink | -0/+1 |
| 2020-11-10 | Merge set_panic and set_print into set_output_capture. | Mara Bos | -1/+1 |
| 2020-11-10 | Use Vec<u8> for LOCAL_STD{OUT,ERR} instead of dyn Write. | Mara Bos | -0/+1 |
| 2020-11-08 | Rollup merge of #78811 - a1phyr:const_io_structs, r=dtolnay | Mara Bos | -0/+1 |
| 2020-11-06 | Make some std::io functions `const` | BenoƮt du Garreau | -0/+1 |
| 2020-11-06 | Stabilize hint::spin_loop | Ivan Tham | -1/+0 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -0/+1 |
| 2020-10-21 | Dogfood Duration API in std::time tests | Jubilee Young | -0/+1 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -0/+1 |
| 2020-10-19 | Throw core::panic!("message") as &str instead of String. | Mara Bos | -0/+1 |
| 2020-10-16 | stop relying on feature(untagged_unions) in stdlib | Ralf Jung | -1/+1 |
| 2020-10-12 | Stabilize clamp | Jacob Kiesel | -1/+0 |
| 2020-10-11 | Rollup merge of #77195 - follower:patch-2, r=jyn514 | Yuki Okushi | -1/+1 |
| 2020-10-10 | Use `fill` instead of `memset` | LinkTed | -0/+1 |
| 2020-10-07 | Bump to 1.48 bootstrap compiler | Mark Rousskov | -3/+2 |
| 2020-10-03 | Rollup merge of #77264 - fusion-engineering-forks:skip-local-stdio, r=dtolnay | Jonas Schievink | -0/+1 |
| 2020-09-27 | Add a feature gate for basic function pointer use in `const fn` | Dylan MacKenzie | -0/+1 |
| 2020-09-27 | Only use LOCAL_{STDOUT,STDERR} when set_{print/panic} is used. | Mara Bos | -0/+1 |
| 2020-09-25 | Add new feature gate to standard library | Dylan MacKenzie | -0/+1 |
| 2020-09-26 | Link to documentation-specific guidelines. | follower | -1/+1 |
| 2020-09-23 | Make delegation methods of `std::net::IpAddr` unstable const | Christiaan Dirkx | -0/+1 |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+2 |
| 2020-09-21 | Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJung | Ralf Jung | -0/+1 |
| 2020-09-20 | Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()` | Daniel Henry-Mantilla | -0/+1 |
| 2020-09-20 | Rollup merge of #76866 - est31:master, r=lcnr | Ralf Jung | -3/+0 |
| 2020-09-20 | Remove some unused features from alloc core and std | est31 | -2/+0 |
| 2020-09-18 | Remove unused libc feature gate | est31 | -1/+0 |
| 2020-09-17 | Auto merge of #76645 - fusion-engineering-forks:windows-lock, r=kennytm | bors | -0/+1 |
| 2020-09-16 | Avoid creating `&mut`s in Windows ReentrantMutex. | Mara Bos | -0/+1 |
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -1/+1 |
| 2020-09-12 | Auto merge of #74328 - yoshuawuyts:stabilize-future-readiness-fns, r=sfackler | bors | -1/+0 |
| 2020-09-03 | Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse | Dylan DPC | -0/+1 |
| 2020-09-01 | Make methods unstable const under `const_ipv4` | CDirkx | -0/+1 |
| 2020-09-01 | Make all methods of `std::net::Ipv6Addr` const | CDirkx | -0/+1 |
| 2020-08-27 | forgot to remove a cfg(not(bootstrap)) | Pietro Albini | -1/+1 |
| 2020-08-25 | Stabilize future readiness fns | Yoshua Wuyts | -1/+0 |
| 2020-08-23 | Convert str -> prim@str in `std` | Joshua Nelson | -0/+1 |
| 2020-08-23 | remove an unused feature flag | Ralf Jung | -1/+1 |
| 2020-08-12 | Move to intra doc links whenever possible within std/src/lib.rs | Alexis Bourget | -40/+27 |
| 2020-08-10 | Transmute between big endian `s6_addr` and `[u16; 8]`. | Lzu Tao | -0/+1 |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -0/+3 |
| 2020-07-31 | Auto merge of #74926 - Manishearth:rename-lint, r=jyn514 | bors | -1/+0 |
| 2020-07-30 | Remove deny for intra doc link failures from library code, it's no longer nec... | Manish Goregaokar | -1/+0 |
| 2020-07-30 | Rename in library | Manish Goregaokar | -1/+1 |
| 2020-07-28 | std: Switch from libbacktrace to gimli | Alex Crichton | -0/+4 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+565 |