| Age | Commit message (Expand) | Author | Lines |
| 2020-09-15 | Move Wrapping<T> ui tests into library | Jubilee Young | -77/+0 |
| 2020-09-15 | Avoid printing dry run timings | Mark Rousskov | -1/+1 |
| 2020-09-15 | Add a comment why rustdoc loads crates from the sysroot | Joshua Nelson | -1/+5 |
| 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 | This commit introduces the following changes: | Hameer Abbasi | -5/+59 |
| 2020-09-15 | Auto merge of #76684 - jyn514:refactor-intra-links, r=manishearth | bors | -631/+659 |
| 2020-09-14 | Update src/doc/rustdoc/src/lints.md | Manish Goregaokar | -2/+2 |
| 2020-09-14 | Test that bounds checks are elided for indexing after .[r]position() | Erik Desjardins | -0/+78 |
| 2020-09-14 | Add a comment why `extern crate` is necessary for rustdoc | Joshua Nelson | -2/+6 |
| 2020-09-14 | Add pass names to some common dataflow analyses | Dylan MacKenzie | -0/+1 |
| 2020-09-15 | Auto merge of #76612 - estebank:pat-missing-fields-suggestion, r=davidtwco | bors | -29/+47 |
| 2020-09-14 | Add rc_buffer lint for Rc<String> and other buffer types | Robin Schoonover | -0/+7 |
| 2020-09-14 | Fix generating rustc docs with non-default lib directory. | Eric Huss | -6/+14 |
| 2020-09-14 | Include non-JSON output in error display for lint-doc failure. | Eric Huss | -1/+4 |
| 2020-09-14 | Auto merge of #75608 - estebank:suggest-boxed-match-exprs, r=lcnr,varkor | bors | -39/+277 |
| 2020-09-14 | Auto merge of #5998 - deg4uss3r:master, r=yaahc | bors | -0/+7 |
| 2020-09-14 | Detect turbofish with multiple type params missing leading `::` | Esteban Küber | -3/+101 |
| 2020-09-14 | diag: improve closure/generic parameter mismatch | David Wood | -0/+21 |
| 2020-09-14 | :arrow_up: rust-analyzer | Jonas Schievink | -16/+33 |
| 2020-09-14 | Update based on @alex's PR | Jens Reidel | -7/+1 |
| 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 | improve const infer err | Bastian Kauschke | -7/+7 |
| 2020-09-14 | shrink const infer error | Bastian Kauschke | -4/+48 |
| 2020-09-14 | Auto merge of #76549 - ehuss:lints-comments, r=wesleywiser | bors | -1563/+813 |
| 2020-09-13 | fix syntax error in suggesting generic constraint in trait parameter | iximeow | -2/+59 |
| 2020-09-14 | New lint: `manual-strip` | Michael Wright | -0/+7 |
| 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 | Fix lint name in docs | Manish Goregaokar | -1/+1 |
| 2020-09-13 | Resolve some conflicts | Manish Goregaokar | -1/+1 |
| 2020-09-13 | Update src/doc/rustdoc/src/linking-to-items-by-name.md | Manish Goregaokar | -1/+1 |
| 2020-09-13 | Update src/doc/rustdoc/src/linking-to-items-by-name.md | Manish Goregaokar | -1/+1 |
| 2020-09-13 | Fill out docs on intra-doc resolution failure lint | Manish Goregaokar | -4/+39 |
| 2020-09-13 | Mention URL fragments | Manish Goregaokar | -0/+9 |
| 2020-09-13 | Mention super/crate/self in docs | Manish Goregaokar | -1/+1 |
| 2020-09-13 | Move intra-doc-links documentation out of unstable section | Manish Goregaokar | -57/+57 |
| 2020-09-13 | Stabilize intra-doc links | Manish Goregaokar | -8/+2 |
| 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 |