about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-11-29Remove extra call to upvar_tysAman Arora-0/+74
2020-11-29Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakisbors-79/+192
2020-11-29Auto merge of #79523 - Nadrieril:fix-usize-ranges, r=varkorbors-2/+8
2020-11-29Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514bors-493/+429
2020-11-29Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obkbors-71/+306
2020-11-29args may be passed by valueAshley Mannix-4/+4
2020-11-29Auto merge of #79455 - CraftSpider:master, r=jyn514bors-43/+97
2020-11-29Update tests to remove old numeric constantsbstrie-493/+429
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-29looser regex on local argsAshley Mannix-6/+6
2020-11-28Auto merge of #79511 - cjgillot:fitem-2, r=lcnrbors-0/+12
2020-11-28Correctly detect `usize`/`isize` range overlapsNadrieril-2/+8
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-27Add test to check that we handle predicates that can define assoc types corre...Santiago Pastorino-0/+10
2020-11-27adjust super_predicates_that_define_assoc_type query descriptionSantiago Pastorino-18/+20
2020-11-27Bless testsSantiago Pastorino-13/+13
2020-11-27Add description on testSantiago Pastorino-0/+4
2020-11-27Add test for a still ambiguous scenarioSantiago Pastorino-0/+26
2020-11-27Avoid ICEing when associated type bound trait is missingSantiago Pastorino-0/+26