about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-09-05Give a much better error message when an item has a macro disambiguatorJoshua Nelson-32/+59
2020-09-05 Say 'prefix with `kind@`' instead of 'prefix with the item kind'Joshua Nelson-100/+73
2020-09-05Don't suggest \[ \] if there's a :: in the pathJoshua Nelson-24/+20
2020-09-05Show the first path segment which failed to resolve.Joshua Nelson-13/+36
2020-09-05Address my own review commentsJoshua Nelson-3/+10
2020-09-05Fix rebase conflictsJoshua Nelson-2/+2
2020-09-05Give a better error message when linking to a macro with the wrong disambiguatorJoshua Nelson-50/+142
2020-09-05Use rustc_resolve's descr() instead of rewriting itJoshua Nelson-54/+38
2020-09-05Turn NoParentItem from a panic into an ICEJoshua Nelson-3/+2
2020-09-05Fix failures to resolve primitivesJoshua Nelson-5/+15
2020-09-05Make errors more concise and helpfulJoshua Nelson-65/+81
2020-09-05Remove some TODOsJoshua Nelson-3/+0
2020-09-05Don't give misleading errors for `f::A`, where f is in the value namespaceJoshua Nelson-20/+54
2020-09-05Fix tests and improve error message if `::` isn't foundJoshua Nelson-54/+33
2020-09-05Pass on the DefId so rustdoc can name it in suggestionsJoshua Nelson-34/+52
2020-09-05Report if the thing exists in another namespaceJoshua Nelson-23/+43
2020-09-05Use fewer `.to_string()`sJoshua Nelson-39/+42
2020-09-05Update .stderrJoshua Nelson-17/+55
2020-09-05[WIP] give better errors for broken intra doc linksJoshua Nelson-94/+466
2020-09-05Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morseDylan DPC-0/+133
2020-09-05Rollup merge of #76258 - Mark-Simulacrum:check-tests, r=ehussDylan DPC-4/+63
2020-09-05Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiserDylan DPC-0/+29
2020-09-05Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomezDylan DPC-0/+40
2020-09-05Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearthDylan DPC-40/+229
2020-09-05Rollup merge of #75954 - ArekPiekarz:unstable_book_ffi_tracking_issues, r=ste...Dylan DPC-0/+10
2020-09-05Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPCDylan DPC-0/+27
2020-09-05Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasperbors-0/+84
2020-09-05Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll...bors-0/+30
2020-09-05Auto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakisbors-6/+14
2020-09-04Bless changed test outputJack Huey-1/+1
2020-09-04Upgrade chalk to 0.21Jack Huey-6/+14
2020-09-04Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkovbors-0/+40
2020-09-04Auto merge of #75077 - LeSeulArtichaut:tys-kind, r=nikomatsakisbors-204/+205
2020-09-04ty.flags -> ty.flags()LeSeulArtichaut-1/+1
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-203/+204
2020-09-04Auto merge of #75655 - nielx:fix/haiku-llvm-libz, r=Mark-Simulacrumbors-1/+1
2020-09-04Misc cleanupJoshua Nelson-63/+114
2020-09-04Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors-0/+1
2020-09-04Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandrybors-270/+1773
2020-09-04inliner: Add mir-opt tests for codegen attributes compatibilityTomasz Miąsko-0/+133
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-4384/+4402
2020-09-03Auto merge of #70793 - the8472:in-place-iter-collect, r=Amanieubors-1/+2
2020-09-03Add test for doc alias on associated const in trait implsGuillaume Gomez-0/+30
2020-09-03Check test/example/benchmark on x.py checkMark Rousskov-2/+61
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-70/+142
2020-09-03avoid applying in-place collect specialization in type-length testThe8472-1/+2
2020-09-03Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macroAaron Hill-0/+40
2020-09-03display_for -> suggestion_forJoshua Nelson-3/+2
2020-09-03Remove disambiguators from link textJoshua Nelson-22/+141
2020-09-03Refactor RenderedLink into its own typeJoshua Nelson-19/+27