about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-11-29Auto merge of #79455 - CraftSpider:master, r=jyn514bors-43/+97
2020-11-29Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-sebors-53/+122
2020-11-28Add test for macro by example syntax in decl macros with only one optionRune Tynan-0/+7
2020-11-29Rollup merge of #79528 - nooberfsh:fix_doc, r=Mark-SimulacrumDylan DPC-1/+1
2020-11-29Rollup merge of #79514 - Julian-Wollersberger:order-dependent-bounds, r=Mark-...Dylan DPC-0/+47
2020-11-29Rollup merge of #79484 - sreehax:master, r=Mark-SimulacrumDylan DPC-1/+6
2020-11-29Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514Dylan DPC-6/+35
2020-11-29Rollup merge of #79443 - GuillaumeGomez:improve-rustdoc-js-error-output, r=jy...Dylan DPC-0/+31
2020-11-29Rollup merge of #79395 - Havvy:test-move-if, r=Mark-SimulacrumDylan DPC-0/+0
2020-11-29Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514Dylan DPC-58/+77
2020-11-29Fix a bootstrap commentnooberfsh-1/+1
2020-11-28Add support for multi-argument decl macrosRune Tynan-8/+37
2020-11-29libtest: Make `sed` arguments compatible with appleJakob Schikowski-2/+2
2020-11-28Auto merge of #79511 - cjgillot:fitem-2, r=lcnrbors-0/+12
2020-11-28Add test for issue #54121:Julian Wollersberger-0/+47
2020-11-28Do not visit ForeignItemRef for HIR indexing and validation.Camille GILLOT-0/+12
2020-11-28Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnrJonas Schievink-5/+13
2020-11-28Rollup merge of #79344 - JRF63:fix_install_script_win, r=Mark-SimulacrumJonas Schievink-1/+5
2020-11-28Rollup merge of #79234 - ortem:fix-hashmap-pretty-printers, r=Mark-SimulacrumJonas Schievink-2/+2
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-119/+376
2020-11-28Update src/test/rustdoc/decl_macro_priv.rsRune Tynan-0/+1
2020-11-27Slightly improve code samples in E0591Camelid-5/+13
2020-11-27Update decl_macro test, add decl_macro_priv test for --document-private-itemsRune Tynan-3/+15
2020-11-27Add test, fix pub macro impl, compile errorRune Tynan-2/+19
2020-11-27Apply review: use from_hir, add macro source fix.Rune Tynan-14/+21
2020-11-27Remove doctree::MacroRune Tynan-36/+17
2020-11-28Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514bors-0/+3
2020-11-27add enable-full-tools to freebsd builds to prevent occasional link errors whe...Sreehari S-1/+6
2020-11-27Auto merge of #79372 - jyn514:more-cleanup, r=GuillaumeGomezbors-67/+49
2020-11-27Revert the effect of #77467 by disabling normalization in rustdocoli-0/+3
2020-11-27Add tests for doc_keyword feature extensionGuillaume Gomez-0/+17
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-53/+122
2020-11-27Allow to have any valid ident used as keyword in doc_keyword featureGuillaume Gomez-6/+18
2020-11-27Auto merge of #77484 - terhechte:support-ios-catalyst-macabi-arm64-target-tri...bors-1/+2
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-0/+10
2020-11-27Auto merge of #79318 - cjgillot:fitem, r=lcnrbors-109/+85
2020-11-26Use custom macro instead of printlnAaron Hill-141/+152
2020-11-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-32/+346
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-20/+20
2020-11-26Add additional semicolon testAaron Hill-108/+126
2020-11-26Only eat semicolons for statements that need themAaron Hill-6/+1
2020-11-26Properly handle attributes on statementsAaron Hill-74/+297
2020-11-26Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkovbors-0/+50
2020-11-26Improve rustdoc JS tests error outputGuillaume Gomez-0/+31
2020-11-26Bless test.Camille GILLOT-8/+8
2020-11-26Update test.Camille GILLOT-78/+53
2020-11-26Remove ForeignMod struct.Camille GILLOT-5/+5
2020-11-26Store ForeignItem in a side table.Camille GILLOT-18/+19
2020-11-26Update coverage output now that primitives have proper spansJoshua Nelson-2/+1
2020-11-26Remove unused `attrs` field from `keywords`Joshua Nelson-23/+17