| Age | Commit message (Expand) | Author | Lines |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -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-11 | Rollup merge of #77195 - follower:patch-2, r=jyn514 | Yuki Okushi | -1/+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 |