| Age | Commit message (Expand) | Author | Lines |
| 2020-09-05 | Give a much better error message when an item has a macro disambiguator | Joshua Nelson | -32/+59 |
| 2020-09-05 | Say 'prefix with `kind@`' instead of 'prefix with the item kind' | Joshua Nelson | -100/+73 |
| 2020-09-05 | Don't suggest \[ \] if there's a :: in the path | Joshua Nelson | -24/+20 |
| 2020-09-05 | Show the first path segment which failed to resolve. | Joshua Nelson | -13/+36 |
| 2020-09-05 | Address my own review comments | Joshua Nelson | -3/+10 |
| 2020-09-05 | Fix rebase conflicts | Joshua Nelson | -2/+2 |
| 2020-09-05 | Give a better error message when linking to a macro with the wrong disambiguator | Joshua Nelson | -50/+142 |
| 2020-09-05 | Use rustc_resolve's descr() instead of rewriting it | Joshua Nelson | -54/+38 |
| 2020-09-05 | Turn NoParentItem from a panic into an ICE | Joshua Nelson | -3/+2 |
| 2020-09-05 | Fix failures to resolve primitives | Joshua Nelson | -5/+15 |
| 2020-09-05 | Make errors more concise and helpful | Joshua Nelson | -65/+81 |
| 2020-09-05 | Remove some TODOs | Joshua Nelson | -3/+0 |
| 2020-09-05 | Don't give misleading errors for `f::A`, where f is in the value namespace | Joshua Nelson | -20/+54 |
| 2020-09-05 | Fix tests and improve error message if `::` isn't found | Joshua Nelson | -54/+33 |
| 2020-09-05 | Pass on the DefId so rustdoc can name it in suggestions | Joshua Nelson | -34/+52 |
| 2020-09-05 | Report if the thing exists in another namespace | Joshua Nelson | -23/+43 |
| 2020-09-05 | Use fewer `.to_string()`s | Joshua Nelson | -39/+42 |
| 2020-09-05 | Update .stderr | Joshua Nelson | -17/+55 |
| 2020-09-05 | [WIP] give better errors for broken intra doc links | Joshua Nelson | -94/+466 |
| 2020-09-05 | Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morse | Dylan DPC | -0/+133 |
| 2020-09-05 | Rollup merge of #76258 - Mark-Simulacrum:check-tests, r=ehuss | Dylan DPC | -4/+63 |
| 2020-09-05 | Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiser | Dylan DPC | -0/+29 |
| 2020-09-05 | Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomez | Dylan DPC | -0/+40 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -40/+229 |
| 2020-09-05 | Rollup merge of #75954 - ArekPiekarz:unstable_book_ffi_tracking_issues, r=ste... | Dylan DPC | -0/+10 |
| 2020-09-05 | Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPC | Dylan DPC | -0/+27 |
| 2020-09-05 | Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasper | bors | -0/+84 |
| 2020-09-05 | Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll... | bors | -0/+30 |
| 2020-09-05 | Auto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakis | bors | -6/+14 |
| 2020-09-04 | Bless changed test output | Jack Huey | -1/+1 |
| 2020-09-04 | Upgrade chalk to 0.21 | Jack Huey | -6/+14 |
| 2020-09-04 | Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkov | bors | -0/+40 |
| 2020-09-04 | Auto merge of #75077 - LeSeulArtichaut:tys-kind, r=nikomatsakis | bors | -204/+205 |
| 2020-09-04 | ty.flags -> ty.flags() | LeSeulArtichaut | -1/+1 |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -203/+204 |
| 2020-09-04 | Auto merge of #75655 - nielx:fix/haiku-llvm-libz, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-09-04 | Misc cleanup | Joshua Nelson | -63/+114 |
| 2020-09-04 | Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus | bors | -0/+1 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -270/+1773 |
| 2020-09-04 | inliner: Add mir-opt tests for codegen attributes compatibility | Tomasz Miąsko | -0/+133 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -4384/+4402 |
| 2020-09-03 | Auto merge of #70793 - the8472:in-place-iter-collect, r=Amanieu | bors | -1/+2 |
| 2020-09-03 | Add test for doc alias on associated const in trait impls | Guillaume Gomez | -0/+30 |
| 2020-09-03 | Check test/example/benchmark on x.py check | Mark Rousskov | -2/+61 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -70/+142 |
| 2020-09-03 | avoid applying in-place collect specialization in type-length test | The8472 | -1/+2 |
| 2020-09-03 | Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macro | Aaron Hill | -0/+40 |
| 2020-09-03 | display_for -> suggestion_for | Joshua Nelson | -3/+2 |
| 2020-09-03 | Remove disambiguators from link text | Joshua Nelson | -22/+141 |
| 2020-09-03 | Refactor RenderedLink into its own type | Joshua Nelson | -19/+27 |