about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-04-10Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkovbors-62/+103
2021-04-10Expand derive invocations in left-to-right orderAaron Hill-62/+103
2021-04-10rustdoc: clean up and test macro visibility printMichael Howell-12/+57
2021-04-10Fix NixOS patchingSimonas Kazlauskas-48/+41
2021-04-10Auto merge of #84016 - Aaron1011:new-preexp-tests, r=petrochenkovbors-66/+1199
2021-04-10Add some proc-macro attribute token handling testsAaron Hill-66/+1199
2021-04-10remove redundant testAliénore Bouttefeux-20/+12
2021-04-10add test offset of a fieldAliénore Bouttefeux-38/+52
2021-04-10Auto merge of #84051 - Amanieu:update_llvm, r=nikicbors-0/+0
2021-04-10Update LLVM submoduleAmanieu d'Antras-0/+0
2021-04-10update MiriRalf Jung-10/+8
2021-04-10Auto merge of #84024 - estebank:unclosed-brace-use, r=jackh726bors-3/+42
2021-04-10Auto merge of #84015 - tdelabro:issue-76704-fix, r=Amanieubors-19/+53
2021-04-09Auto merge of #84034 - jyn514:regex-in-loop, r=Mark-Simulacrumbors-1/+1
2021-04-09Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verboseEsteban Küber-144/+18
2021-04-09Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrumbors-5/+19
2021-04-09Enable sanitizers for x86_64-unknown-linux-musl12101111-0/+3
2021-04-09changes based on reviewAliénore Bouttefeux-60/+30
2021-04-09Fix perf regression in non-autolinksJoshua Nelson-1/+1
2021-04-09Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomezbors-53/+16
2021-04-09set allow_fail back on each exampleTimothée Delabrouille-17/+17
2021-04-09Add back missing trait testJoshua Nelson-9/+8
2021-04-09rustdoc: Don't generate blanket impls when running --show-coverageJoshua Nelson-44/+8
2021-04-09fix misspelling of register xmm23 which made xmm13 being clobbered twiceTimothée Delabrouille-1/+1
2021-04-09conjugationTimothée Delabrouille-1/+1
2021-04-09remove allow_fail and uncomment the [feature(asm)] on every exampleTimothée Delabrouille-30/+30
2021-04-09Merge branch 'issue-76704-fix' of https://github.com/tdelabro/rust into issue...Timothée Delabrouille-1/+1
2021-04-09precisions on the authorized labels + typoTimothée Delabrouille-2/+2
2021-04-09Auto merge of #83956 - estebank:issue-83892, r=varkorbors-0/+36
2021-04-09reduce threads spawned by ui-testsThe8472-5/+19
2021-04-08Add unclosed brace in use tree testEsteban Küber-0/+165
2021-04-09Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakisbors-0/+14
2021-04-08Auto merge of #83941 - wesleywiser:win_dbginfo_closures, r=nagisabors-0/+91
2021-04-08Provide verbose suggestion for new output typeEsteban Küber-4/+5
2021-04-08Suggest return typeEsteban Küber-7/+40
2021-04-09add 'allow_fail' to exampleTimothée-1/+1
2021-04-08New 'Label' section with example and explainationsTimothée Delabrouille-3/+37
2021-04-08Suggest changing impl parameter types to match traitEsteban Küber-18/+108
2021-04-08Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPCbors-6049/+10557
2021-04-08Rollup merge of #84001 - flip1995:clippyup, r=ManishearthDylan DPC-5900/+10307
2021-04-08Rollup merge of #83992 - GuillaumeGomez:merge-idents, r=notriddleDylan DPC-18/+127
2021-04-08Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomezDylan DPC-131/+123
2021-04-08Fix closed over variables not available in debuginfo for Windows MSVCWesley Wiser-0/+91
2021-04-08Use more accurate spans for trait/impl method arg divergenceEsteban Küber-16/+16
2021-04-08Auto merge of #83763 - alexcrichton:wasm-multivalue-abi, r=nagisabors-79/+284
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-5900/+10307
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-79/+284
2021-04-08Auto merge of #83500 - camelid:split-debuginfo-docs-cleanup, r=steveklabnikbors-5/+5
2021-04-08Add test for idents mergeGuillaume Gomez-0/+20
2021-04-08Merge idents if they are part of a pathGuillaume Gomez-18/+107