about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-04-10rustdoc: clean up and test macro visibility printMichael Howell-12/+57
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-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-09add 'allow_fail' to exampleTimothée-1/+1
2021-04-08New 'Label' section with example and explainationsTimothée Delabrouille-3/+37
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-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
2021-04-08Auto merge of #83981 - nagisa:nagisa/revert-cfg-wasm, r=Mark-Simulacrumbors-1/+0
2021-04-08Auto merge of #83866 - jyn514:disambiguator-error, r=camelidbors-14/+46
2021-04-07Fix some typos in docs for `-C split-debuginfo`Camelid-5/+5
2021-04-08Auto merge of #83986 - Dylan-DPC:rollup-51vygcj, r=Dylan-DPCbors-147/+740
2021-04-08Rollup merge of #83952 - estebank:issue-83943, r=petrochenkovDylan DPC-4/+40
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-128/+672
2021-04-08Rollup merge of #82497 - jyn514:json, r=CraftSpiderDylan DPC-15/+28
2021-04-07Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrumbors-27/+39
2021-04-07Remove the insta-stable `cfg(wasm)`Simonas Kazlauskas-1/+0
2021-04-07Cleanup option parsing and config.toml.exampleJoshua Nelson-27/+39
2021-04-07rebase and update testsEsteban Küber-10/+42
2021-04-07Reuse logic for determining the channel in the rest of rustdocJoshua Nelson-22/+29
2021-04-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-1/+26