| Age | Commit message (Expand) | Author | Lines |
| 2020-09-16 | Remove unnecessary `clone()`s in bootstrap | Joshua Nelson | -40/+39 |
| 2020-09-16 | Auto merge of #76781 - RalfJung:rollup-ve66o2j, r=RalfJung | bors | -157/+11 |
| 2020-09-16 | Rollup merge of #76641 - nox:pointee-random-stuff, r=eddyb | Ralf Jung | -1/+1 |
| 2020-09-16 | Rollup merge of #76622 - jyn514:bootstrap-readme, r=Mark-Simulacrum | Ralf Jung | -28/+10 |
| 2020-09-16 | Rollup merge of #76369 - ayushmishra2005:move_various_str_tests_library, r=jy... | Ralf Jung | -20/+0 |
| 2020-09-16 | Rollup merge of #76366 - ayushmishra2005:arith_tests_in_library, r=jyn514 | Ralf Jung | -41/+0 |
| 2020-09-16 | Rollup merge of #76335 - CDirkx:const-duration, r=ecstatic-morse | Ralf Jung | -67/+0 |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -42/+62 |
| 2020-09-16 | Auto merge of #76771 - Dylan-DPC:rollup-qj4j3ma, r=Dylan-DPC | bors | -22/+204 |
| 2020-09-16 | Rollup merge of #76763 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2020-09-16 | Rollup merge of #76689 - jyn514:update-pulldown, r=GuillaumeGomez | Dylan DPC | -17/+38 |
| 2020-09-16 | Rollup merge of #76048 - alistair23:alistair/rv32-linux, r=Amanieu | Dylan DPC | -0/+1 |
| 2020-09-16 | Rollup merge of #75886 - erikdesjardins:index, r=nikic | Dylan DPC | -0/+78 |
| 2020-09-16 | Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank | Dylan DPC | -5/+87 |
| 2020-09-15 | Auto merge of #76755 - pietroalbini:gha-macos, r=Mark-Simulacrum | bors | -51/+73 |
| 2020-09-15 | Update cargo | Eric Huss | -0/+0 |
| 2020-09-15 | Auto merge of #73595 - SNCPlay42:lifetime-after-mut, r=Mark-Simulacrum | bors | -0/+74 |
| 2020-09-15 | ci: gate macOS on GHA too | Pietro Albini | -51/+73 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -42/+62 |
| 2020-09-15 | doc: platform-support.md: Move to tier 3 | Alistair Francis | -1/+1 |
| 2020-09-15 | Auto merge of #76708 - Mark-Simulacrum:lld-macos, r=alexcrichton | bors | -0/+11 |
| 2020-09-15 | doc: platform-support.md: Document port | Alistair Francis | -0/+1 |
| 2020-09-15 | improve diagnostics for lifetime after `&mut` | SNCPlay42 | -0/+74 |
| 2020-09-15 | Enable shared linking to LLVM on non-Windows | Mark Rousskov | -0/+11 |
| 2020-09-15 | Auto merge of #76311 - lzutao:split_core-slice, r=lcnr | bors | -1/+1 |
| 2020-09-15 | Fix clippy hard-code slice::Iter path | Lzu Tao | -1/+1 |
| 2020-09-15 | Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwco | bors | -3/+101 |
| 2020-09-15 | Auto merge of #76684 - jyn514:refactor-intra-links, r=manishearth | bors | -631/+659 |
| 2020-09-14 | Test that bounds checks are elided for indexing after .[r]position() | Erik Desjardins | -0/+78 |
| 2020-09-15 | Auto merge of #76612 - estebank:pat-missing-fields-suggestion, r=davidtwco | bors | -29/+47 |
| 2020-09-14 | Auto merge of #75608 - estebank:suggest-boxed-match-exprs, r=lcnr,varkor | bors | -39/+277 |
| 2020-09-14 | Detect turbofish with multiple type params missing leading `::` | Esteban Küber | -3/+101 |
| 2020-09-14 | Auto merge of #75740 - GuillaumeGomez:stabilize-doc-alias-feature, r=ollie27 | bors | -55/+14 |
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -55/+14 |
| 2020-09-14 | Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514 | bors | -9/+66 |
| 2020-09-14 | Auto merge of #76549 - ehuss:lints-comments, r=wesleywiser | bors | -1563/+813 |
| 2020-09-14 | Auto merge of #76195 - lcnr:const-Self, r=varkor | bors | -5/+93 |
| 2020-09-14 | Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser | bors | -0/+30 |
| 2020-09-13 | Use `.as_str()` instead of `CowStr::Borrowed` | Joshua Nelson | -2/+2 |
| 2020-09-13 | Don't use `link.span` yet | Joshua Nelson | -3/+5 |
| 2020-09-13 | Upgrade to pulldown-cmark 0.8.0 | Joshua Nelson | -17/+36 |
| 2020-09-13 | Require `module_id` param to `resolve` to be non-empty | Joshua Nelson | -295/+279 |
| 2020-09-13 | Refactor `resolve_with_disambiguator` into a separate function | Joshua Nelson | -163/+190 |
| 2020-09-13 | bless tests | Bastian Kauschke | -4/+8 |
| 2020-09-13 | review, improve note span | Bastian Kauschke | -12/+6 |
| 2020-09-13 | allow concrete self types in consts | Bastian Kauschke | -1/+91 |
| 2020-09-13 | Refactor `resolve_link` into a separate function | Joshua Nelson | -325/+342 |
| 2020-09-13 | Rollup merge of #76667 - matklad:patch-llvm, r=Mark-Simulacrum | Jonas Schievink | -0/+2 |
| 2020-09-13 | Rollup merge of #75559 - RalfJung:union-test-move, r=joshtriplett | Jonas Schievink | -1/+94 |
| 2020-09-13 | Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis | bors | -4/+5 |