| Age | Commit message (Expand) | Author | Lines |
| 2020-07-23 | Rollup merge of #74141 - euclio:typos, r=steveklabnik | Manish Goregaokar | -22/+22 |
| 2020-07-22 | Rollup merge of #74568 - aticu:master, r=Mark-Simulacrum | Manish Goregaokar | -7/+12 |
| 2020-07-20 | Rollup merge of #74552 - fusion-engineering-forks:stabilize-tau, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2020-07-20 | Rollup merge of #73197 - c410-f3r:ranges, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2020-07-20 | Apply #66379 to `*mut T` `as_ref` | aticu | -7/+12 |
| 2020-07-20 | Stabilize TAU constant. | Mara Bos | -2/+2 |
| 2020-07-20 | Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomez | bors | -11/+11 |
| 2020-07-19 | Use italics for O notation | pierwill | -11/+11 |
| 2020-07-19 | Rollup merge of #74523 - sollyucko:patch-1, r=Mark-Simulacrum | Manish Goregaokar | -0/+4 |
| 2020-07-19 | Document `core::fmt::rt::v1::Count` | Solomon Ucko | -0/+4 |
| 2020-07-19 | Rollup merge of #74485 - Manishearth:more-intra-doc, r=jyn514 | Manish Goregaokar | -4/+2 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -1/+11 |
| 2020-07-18 | Rollup merge of #74459 - canova:const-unreachable-unchecked, r=oli-obk | Manish Goregaokar | -1/+4 |
| 2020-07-18 | Rollup merge of #70817 - yoshuawuyts:task-ready, r=dtolnay | Manish Goregaokar | -0/+64 |
| 2020-07-18 | More links in std::str | Manish Goregaokar | -4/+2 |
| 2020-07-17 | Rollup merge of #74453 - Manishearth:intra-doc-std, r=jyn514 | Manish Goregaokar | -153/+73 |
| 2020-07-17 | Rollup merge of #74450 - aticu:master, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-17 | Rollup merge of #72414 - KodrAus:feat/stdlazy, r=Mark-Simulacrum | Manish Goregaokar | -0/+507 |
| 2020-07-18 | link once_cell feature to #74465 | Ashley Mannix | -22/+22 |
| 2020-07-17 | Use intra doc links in std::str | Manish Goregaokar | -153/+73 |
| 2020-07-17 | Rollup merge of #74428 - tshepang:better-filter-map-doc, r=jonas-schievink | Manish Goregaokar | -4/+2 |
| 2020-07-17 | Rollup merge of #74300 - lzutao:iterator-intra, r=jyn514 | Manish Goregaokar | -78/+40 |
| 2020-07-17 | Rollup merge of #74056 - fusion-engineering-forks:fmt-arguments-as-str, r=Ama... | Manish Goregaokar | -5/+49 |
| 2020-07-17 | Rollup merge of #73930 - a1phyr:feature_const_option, r=dtolnay | Manish Goregaokar | -4/+9 |
| 2020-07-17 | Make unreachable_unchecked a const fn | Nazım Can Altınova | -1/+4 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -1/+11 |
| 2020-07-17 | Fix `Safety` docs for `from_raw_parts_mut` | aticu | -1/+1 |
| 2020-07-17 | Add tracking issue number for fmt_as_str. | Mara Bos | -1/+1 |
| 2020-07-17 | Make fmt::Arguments::as_str() return a 'static str. | Mara Bos | -6/+9 |
| 2020-07-17 | Make Arguments::as_str() work for empty format strings. | Mara Bos | -1/+6 |
| 2020-07-17 | Add #[inline] to Arguments::as_str(). | Mara Bos | -0/+1 |
| 2020-07-17 | Add Arguments::as_str(). | Mara Bos | -0/+35 |
| 2020-07-17 | Deny intra_doc_link_resolution_failure in libcore | Lzu Tao | -0/+1 |
| 2020-07-17 | Remove code span for impl | Lzu Tao | -3/+3 |
| 2020-07-17 | Link Some(item) | Lzu Tao | -2/+3 |
| 2020-07-17 | Remove unneeded link for Option | Lzu Tao | -1/+0 |
| 2020-07-17 | Intra-doc for iter Sum and Product traits | Lzu Tao | -6/+6 |
| 2020-07-17 | Intra-doc for DoubleEndIterator | Lzu Tao | -4/+2 |
| 2020-07-17 | Intra doc for iter marker traits | Lzu Tao | -6/+4 |
| 2020-07-17 | Use intra-doc link on Iterator page | Lzu Tao | -56/+21 |
| 2020-07-17 | docs: better demonstrate that None values are skipped as many times as needed | Tshepang Lekhonkhobe | -4/+2 |
| 2020-07-17 | Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini | bors | -43/+5 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -43/+5 |
| 2020-07-17 | integrate Lazy into std layout | Ashley Mannix | -0/+507 |
| 2020-07-16 | Rollup merge of #74390 - ColoredCarrot:patch-1, r=lcnr | Manish Goregaokar | -1/+1 |
| 2020-07-16 | Revert "Remove spotlight usage" | Manish Goregaokar | -0/+3 |
| 2020-07-16 | Auto merge of #72481 - marmeladema:duration-consts-2, r=oli-obk | bors | -19/+29 |
| 2020-07-16 | Fix typo in std::mem::transmute documentation | ColoredCarrot | -1/+1 |
| 2020-07-16 | Rollup merge of #74381 - mbrubeck:docs, r=Mark-Simulacrum | Manish Goregaokar | -4/+7 |
| 2020-07-16 | Rollup merge of #73421 - janikrabe:master, r=joshtriplett | Manish Goregaokar | -4/+7 |