summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-09-15Move Wrapping<T> ui tests into libraryJubilee Young-77/+0
2020-09-15Avoid printing dry run timingsMark Rousskov-1/+1
2020-09-15Add a comment why rustdoc loads crates from the sysrootJoshua Nelson-1/+5
2020-09-15Auto merge of #76311 - lzutao:split_core-slice, r=lcnrbors-1/+1
2020-09-15Fix clippy hard-code slice::Iter pathLzu Tao-1/+1
2020-09-15Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwcobors-3/+101
2020-09-15This commit introduces the following changes:Hameer Abbasi-5/+59
2020-09-15Auto merge of #76684 - jyn514:refactor-intra-links, r=manishearthbors-631/+659
2020-09-14Update src/doc/rustdoc/src/lints.mdManish Goregaokar-2/+2
2020-09-14Test that bounds checks are elided for indexing after .[r]position()Erik Desjardins-0/+78
2020-09-14Add a comment why `extern crate` is necessary for rustdocJoshua Nelson-2/+6
2020-09-14Add pass names to some common dataflow analysesDylan MacKenzie-0/+1
2020-09-15Auto merge of #76612 - estebank:pat-missing-fields-suggestion, r=davidtwcobors-29/+47
2020-09-14Add rc_buffer lint for Rc<String> and other buffer typesRobin Schoonover-0/+7
2020-09-14Fix generating rustc docs with non-default lib directory.Eric Huss-6/+14
2020-09-14Include non-JSON output in error display for lint-doc failure.Eric Huss-1/+4
2020-09-14Auto merge of #75608 - estebank:suggest-boxed-match-exprs, r=lcnr,varkorbors-39/+277
2020-09-14Auto merge of #5998 - deg4uss3r:master, r=yaahcbors-0/+7
2020-09-14Detect turbofish with multiple type params missing leading `::`Esteban Küber-3/+101
2020-09-14diag: improve closure/generic parameter mismatchDavid Wood-0/+21
2020-09-14:arrow_up: rust-analyzerJonas Schievink-16/+33
2020-09-14Update based on @alex's PRJens Reidel-7/+1
2020-09-14Auto merge of #75740 - GuillaumeGomez:stabilize-doc-alias-feature, r=ollie27bors-55/+14
2020-09-14Stabilize doc_alias featureGuillaume Gomez-55/+14
2020-09-14Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514bors-9/+66
2020-09-14improve const infer errBastian Kauschke-7/+7
2020-09-14shrink const infer errorBastian Kauschke-4/+48
2020-09-14Auto merge of #76549 - ehuss:lints-comments, r=wesleywiserbors-1563/+813
2020-09-13fix syntax error in suggesting generic constraint in trait parameteriximeow-2/+59
2020-09-14New lint: `manual-strip`Michael Wright-0/+7
2020-09-14Auto merge of #76195 - lcnr:const-Self, r=varkorbors-5/+93
2020-09-14Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiserbors-0/+30
2020-09-13Use `.as_str()` instead of `CowStr::Borrowed`Joshua Nelson-2/+2
2020-09-13Don't use `link.span` yetJoshua Nelson-3/+5
2020-09-13Fix lint name in docsManish Goregaokar-1/+1
2020-09-13Resolve some conflictsManish Goregaokar-1/+1
2020-09-13Update src/doc/rustdoc/src/linking-to-items-by-name.mdManish Goregaokar-1/+1
2020-09-13Update src/doc/rustdoc/src/linking-to-items-by-name.mdManish Goregaokar-1/+1
2020-09-13Fill out docs on intra-doc resolution failure lintManish Goregaokar-4/+39
2020-09-13Mention URL fragmentsManish Goregaokar-0/+9
2020-09-13Mention super/crate/self in docsManish Goregaokar-1/+1
2020-09-13Move intra-doc-links documentation out of unstable sectionManish Goregaokar-57/+57
2020-09-13Stabilize intra-doc linksManish Goregaokar-8/+2
2020-09-13Upgrade to pulldown-cmark 0.8.0Joshua Nelson-17/+36
2020-09-13Require `module_id` param to `resolve` to be non-emptyJoshua Nelson-295/+279
2020-09-13Refactor `resolve_with_disambiguator` into a separate functionJoshua Nelson-163/+190
2020-09-13bless testsBastian Kauschke-4/+8
2020-09-13review, improve note spanBastian Kauschke-12/+6
2020-09-13allow concrete self types in constsBastian Kauschke-1/+91
2020-09-13Refactor `resolve_link` into a separate functionJoshua Nelson-325/+342