| Age | Commit message (Expand) | Author | Lines |
| 2020-08-22 | Add `#![feature(const_float_classify)]` for `f64::classify` and friends | Dylan MacKenzie | -18/+35 |
| 2020-08-22 | Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friends | Dylan MacKenzie | -16/+33 |
| 2020-08-22 | Auto merge of #75783 - denisvasilik:intra-doc-links-core-alloc, r=jyn514 | bors | -3/+2 |
| 2020-08-22 | Auto merge of #75795 - matthiaskrgr:cargotest_clippy, r=Dylan-DPC | bors | -7/+7 |
| 2020-08-22 | Link to primitive instead of module | Denis Vasilik | -1/+2 |
| 2020-08-22 | Auto merge of #75790 - LeSeulArtichaut:std-intra-doc, r=jyn514 | bors | -136/+53 |
| 2020-08-22 | Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,... | bors | -27/+74 |
| 2020-08-22 | Auto merge of #75772 - tmiasko:io-maybe-no, r=dtolnay | bors | -175/+103 |
| 2020-08-22 | Auto merge of #75792 - matthiaskrgr:bootstrap_clippy, r=Dylan-DPC | bors | -14/+8 |
| 2020-08-22 | Auto merge of #75797 - Dylan-DPC:rollup-lfeytr7, r=Dylan-DPC | bors | -2112/+1857 |
| 2020-08-22 | Rollup merge of #75788 - nagisa:mir-call-doccomment, r=wesleywiser | Dylan DPC | -1/+1 |
| 2020-08-22 | Rollup merge of #75787 - LeSeulArtichaut:core-intra-doc, r=jyn514 | Dylan DPC | -47/+18 |
| 2020-08-22 | Rollup merge of #75782 - GuillaumeGomez:more-links, r=jyn514 | Dylan DPC | -57/+57 |
| 2020-08-22 | Rollup merge of #75781 - Amanieu:asm-fix, r=nagisa | Dylan DPC | -2/+10 |
| 2020-08-22 | Rollup merge of #75771 - tmiasko:const-eval-query-stack-normalize, r=jonas-sc... | Dylan DPC | -2/+3 |
| 2020-08-22 | Rollup merge of #75769 - matklad:flatten, r=petrochenkov | Dylan DPC | -136/+121 |
| 2020-08-22 | Rollup merge of #75753 - koutheir:patch-1, r=steveklabnik | Dylan DPC | -2/+3 |
| 2020-08-22 | Rollup merge of #75745 - jyn514:refactor-resolve, r=Manishearth | Dylan DPC | -23/+1 |
| 2020-08-22 | Rollup merge of #75725 - LeSeulArtichaut:alloc-intra-doc, r=jyn514 | Dylan DPC | -223/+116 |
| 2020-08-22 | Rollup merge of #75718 - GuillaumeGomez:coverage-ui-doc-examples-count, r=jyn514 | Dylan DPC | -94/+196 |
| 2020-08-22 | Rollup merge of #75711 - CohenArthur:split-up-astconv, r=oli-obk | Dylan DPC | -1059/+1096 |
| 2020-08-22 | Rollup merge of #75705 - denisvasilik:intra-doc-links-intrinsics, r=jyn514 | Dylan DPC | -466/+235 |
| 2020-08-22 | cargotest: fix clippy warnings | Matthias Krüger | -7/+7 |
| 2020-08-22 | Use intra-doc-links in `std::sync::*` | LeSeulArtichaut | -136/+53 |
| 2020-08-22 | bootstrap: fix a couple of clippy lint warnings | Matthias Krüger | -14/+8 |
| 2020-08-22 | Add more links | Guillaume Gomez | -46/+55 |
| 2020-08-21 | Remove links that get imported from the prelude | LeSeulArtichaut | -14/+3 |
| 2020-08-21 | Use intra-doc-links in `core::ops::*` | LeSeulArtichaut | -45/+27 |
| 2020-08-22 | MIR call terminator represents diverging calls too | Simonas Kazlauskas | -1/+1 |
| 2020-08-21 | Use intra-doc links | Denis Vasilik | -3/+2 |
| 2020-08-21 | Use intra-doc links | Denis Vasilik | -2/+1 |
| 2020-08-21 | Add regression test | Amanieu d'Antras | -0/+5 |
| 2020-08-21 | Added link to Microsoft's documentation of CFG | Dr. Koutheir Attouchi | -1/+1 |
| 2020-08-21 | Fixed a typo | Dr. Koutheir Attouchi | -1/+1 |
| 2020-08-21 | Convert links to intra-doc links format | Guillaume Gomez | -11/+2 |
| 2020-08-21 | Auto merge of #75708 - JohnTitor:stay-cool-full-bootstrap-builder, r=pietroal... | bors | -36/+0 |
| 2020-08-21 | More inline asm register name fixups for LLVM | Amanieu d'Antras | -2/+5 |
| 2020-08-21 | Apply suggestions from code review | LeSeulArtichaut | -14/+6 |
| 2020-08-21 | Rework imports used solely for docs | Denis Vasilik | -7/+2 |
| 2020-08-21 | Apply auto-formatter | Denis Vasilik | -3/+3 |
| 2020-08-21 | Incorporate suggestions from review | Denis Vasilik | -457/+233 |
| 2020-08-21 | Strenghten tests for missing_doc_code_examples lint | Guillaume Gomez | -5/+54 |
| 2020-08-21 | Unify checks for lint missing_doc_code_examples and --show-coverage | Guillaume Gomez | -22/+20 |
| 2020-08-21 | Auto merge of #75694 - RalfJung:miri-align-to, r=nagisa | bors | -11/+6 |
| 2020-08-21 | Show line even if there is no code examples | Guillaume Gomez | -5/+3 |
| 2020-08-21 | Ignore more kind of items for doc examples | Guillaume Gomez | -0/+4 |
| 2020-08-21 | Minor, remove double nesting of a test module | Aleksey Kladov | -136/+121 |
| 2020-08-21 | Remove wrapper type handling absent raw standard streams | Tomasz Miąsko | -100/+33 |
| 2020-08-21 | Make raw standard stream constructors const | Tomasz Miąsko | -30/+33 |
| 2020-08-21 | Remove result type from raw standard streams constructors | Tomasz Miąsko | -79/+71 |