about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-10-11Auto merge of #75991 - shepmaster:silicon-ci, r=pietroalbinibors-6/+59
2020-10-11Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikicbors-2/+53
2020-10-10Re-enable test caseDániel Buga-2/+1
2020-10-10Apply suggestions from code reviewDániel Buga-16/+22
2020-10-10Refactor path resolution and use Symbols instead of &strDániel Buga-115/+136
2020-10-10Apply suggestions from code reviewDániel Buga-16/+34
2020-10-10Clean up hard to follow control flowDániel Buga-42/+45
2020-10-10Clean up check_full_resDániel Buga-22/+13
2020-10-11Auto merge of #77774 - petrochenkov:floatuple, r=estebankbors-12/+12
2020-10-11Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasperbors-10/+5
2020-10-11rustc_parse: More precise spans for `tuple.0.0`Vadim Petrochenkov-12/+12
2020-10-10Auto merge of #77087 - estebank:issue-45817, r=matthewjasperbors-8/+292
2020-10-10Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514bors-15/+427
2020-10-10Auto merge of #77798 - JohnTitor:rollup-82u711m, r=JohnTitorbors-10/+6
2020-10-11Rollup merge of #77754 - bugadani:find_map_relevant_impl, r=matthewjasperYuki Okushi-10/+6
2020-10-10Auto merge of #77337 - lzutao:asm-mips64, r=Amanieubors-68/+113
2020-10-10Auto merge of #77771 - nagisa:revert-77023, r=Mark-Simulacrumbors-24/+0
2020-10-10Auto merge of #77336 - pietroalbini:pkgname, r=Mark-Simulacrumbors-111/+11
2020-10-09address review commentsEsteban Küber-1/+71
2020-10-09Move `@has` checks closer to corresponding doc commentsCamelid-15/+19
2020-10-09Use `next()` instead of `peek()` where possibleCamelid-3/+3
2020-10-09Link to GitHub issue re macro resolutionCamelid-1/+3
2020-10-10Revert "Assume slice len is bounded by allocation size"Simonas Kazlauskas-24/+0
2020-10-09Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>`Esteban Küber-0/+32
2020-10-09Suggest removing bounds even when potential typoEsteban Küber-1/+17
2020-10-09Tweak output and add test casesEsteban Küber-11/+171
2020-10-09Point out why a trait is expected on `Struct + 'lt`Esteban Küber-0/+6
2020-10-09Auto merge of #77276 - GuillaumeGomez:reexported-item-lints, r=jyn514,ollie27bors-19/+95
2020-10-09Don't filter out imports added by the compiler for the momentGuillaume Gomez-6/+0
2020-10-09Remove unneeded ImportItem on glob onesGuillaume Gomez-26/+3
2020-10-09Simplify included import items handlingGuillaume Gomez-41/+55
2020-10-09Add test to ensure that external items aren't lint-checkedGuillaume Gomez-4/+16
2020-10-09Correctly handle "pub use" reexportsGuillaume Gomez-13/+32
2020-10-09Add test for reexported items lintsGuillaume Gomez-0/+31
2020-10-09Don't remove export items so that we can run lints on themGuillaume Gomez-3/+32
2020-10-09Auto merge of #77747 - flip1995:clippyup, r=Manishearthbors-616/+1502
2020-10-09Auto merge of #77609 - ortem:fix-lldb-commands, r=Mark-Simulacrumbors-17/+17
2020-10-09Add find_map_relevant_implDániel Buga-10/+6
2020-10-09bootstrap: always use the Rust version in package namesPietro Albini-111/+11
2020-10-09Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyupflip1995-616/+1502
2020-10-09Auto merge of #77627 - richkadel:rust-demangler, r=tmandrybors-4/+62
2020-10-08Update rustdoc intra-doc link docsCamelid-13/+40
2020-10-08Allow generic parameters in intra-doc linksCamelid-2/+381
2020-10-09Auto merge of #77578 - euclio:max-suggestion, r=davidtwcobors-1/+45
2020-10-09Auto merge of #77519 - jyn514:track-doc-er, r=GuillaumeGomezbors-112/+235
2020-10-09Auto merge of #76260 - xd009642:rfc/2867, r=jonas-schievinkbors-0/+63
2020-10-08Fix typo in error codexd009642-1/+1
2020-10-08Auto merge of #77723 - jonas-schievink:rollup-htz44r4, r=jonas-schievinkbors-0/+19
2020-10-08Implement the instruction_set attributexd009642-0/+63
2020-10-08Auto merge of #6117 - dtolnay:string_lit_as_bytes, r=ebrotobors-1/+1