about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-10-21Auto merge of #90126 - flip1995:clippyup, r=Manishearthbors-628/+4334
2021-10-21fix doc issue in rustfmtCaleb Cartwright-1/+1
2021-10-21Time out docker load after 10 minutes, kill after 12 due to CI hangs.Hans Kratz-1/+4
2021-10-21add tests for -Zlocation-detailHudson Ayers-0/+37
2021-10-21document the unstable location-detail flagHudson Ayers-0/+43
2021-10-21Print step timings for try buildsMark Rousskov-1/+1
2021-10-21Do not mention a reexported item if it's privateYuki Okushi-0/+35
2021-10-21Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyupflip1995-628/+4334
2021-10-21CI: Enable overflow checks for test (non-dist) buildsHans Kratz-0/+11
2021-10-21Add test for issue #78561samlich-0/+23
2021-10-21Debug output before loading docker images as that might hang.Hans Kratz-0/+1
2021-10-21CI: make cache download attempt time out after 10 minutesHans Kratz-1/+2
2021-10-21Rollup merge of #90098 - GuillaumeGomez:add-test-foreign-impl-missing-doc-cod...Yuki Okushi-1/+10
2021-10-21Rollup merge of #90097 - GuillaumeGomez:duplicated-sidebar-entry-reexported-m...Yuki Okushi-6/+19
2021-10-21Rollup merge of #90048 - GuillaumeGomez:line-number-setting, r=jshaYuki Okushi-1/+24
2021-10-21Rollup merge of #90031 - durin42:allow-llvm-tests, r=Mark-SimulacrumYuki Okushi-1/+7
2021-10-21Rollup merge of #90029 - tgnottingham:incr-debug-logging-test, r=Mark-SimulacrumYuki Okushi-4/+25
2021-10-21Auto merge of #89998 - camelid:box-default, r=jyn514bors-13/+17
2021-10-21*dust dust*Ellen-2/+2
2021-10-20OrderingEllen-1/+10
2021-10-20add fixmeEllen-1/+1
2021-10-20InferenceEllen-0/+26
2021-10-20WfnessEllen-0/+59
2021-10-20Return pos impl traitEllen-0/+94
2021-10-20Trait objectsEllen-0/+104
2021-10-20Add edition configuration to compiletestAndre Bogus-1/+12
2021-10-20[do not merge] try buildMark Rousskov-1/+11
2021-10-20Skip documentation for tier 2 targetsMark Rousskov-1/+3
2021-10-20ensure cargo-fmt tests are excluded from root workspaceCaleb Cartwright-0/+2
2021-10-20Only assemble_candidates_from_impls for polarity NegativeSantiago Pastorino-22/+13
2021-10-20Test that if we promise to not impl what would overlap it doesn't actually ov...Santiago Pastorino-0/+19
2021-10-20Add test to ensure that the missing_doc_code_examples is not triggered on for...Guillaume Gomez-1/+10
2021-10-20Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=...bors-0/+10
2021-10-20Add test for duplicated sidebar entries for reexported macroGuillaume Gomez-6/+19
2021-10-20Add test for line-number settingGuillaume Gomez-0/+23
2021-10-20Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtreeCaleb Cartwright-918/+2902
2021-10-19Merge branch 'master' into 1.4.38-subtreeCaleb Cartwright-518/+848
2021-10-19Fix minor typosChris Palmer-2/+2
2021-10-19Small scrape-example fixesWill Crichton-2/+7
2021-10-20Increase `ROOT_ENTRY_LIMIT` to 1331Yuki Okushi-1/+1
2021-10-20Add a regression test for issue-83479Yuki Okushi-0/+60
2021-10-20Rollup merge of #90036 - jsha:less-rule, r=GuillaumeGomezYuki Okushi-5/+8
2021-10-20Rollup merge of #90025 - JohnTitor:revert-86011, r=estebankYuki Okushi-67/+75
2021-10-20Rollup merge of #90018 - GuillaumeGomez:too-long-item-names, r=jshaYuki Okushi-154/+232
2021-10-20Rollup merge of #88860 - nbdd0121:panic, r=m-ou-seYuki Okushi-3/+0
2021-10-19Reject closures in patternsTomasz Miąsko-0/+36
2021-10-19Update src/test/codegen/debug-vtable.rsWesley Wiser-1/+1
2021-10-19Remove begin_panic_fmt from clippyGary Guo-3/+0
2021-10-19Make new symbol mangling scheme default for compiler itself.Michael Woerister-3/+21
2021-10-19Erase late-bound regions before computing vtable debuginfo name.Michael Woerister-0/+10