about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-13Auto merge of #82069 - Aaron1011:verbose-in-macro, r=estebankbors-737/+737
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-737/+737
2021-05-12Auto merge of #85188 - RalfJung:miri, r=RalfJungbors-8/+8
2021-05-12update MiriRalf Jung-8/+8
2021-05-12Auto merge of #85231 - GuillaumeGomez:rollup-hufe4gz, r=GuillaumeGomezbors-132/+304
2021-05-12Rollup merge of #85205 - ehuss:update-books, r=ehussGuillaume Gomez-0/+0
2021-05-12Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jshaGuillaume Gomez-2/+2
2021-05-12Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jshaGuillaume Gomez-2/+2
2021-05-12Rollup merge of #85117 - jsha:bubble-bubble-toil-and-trouble, r=GuillaumeGomezGuillaume Gomez-128/+138
2021-05-12Rollup merge of #84793 - estebank:parse-struct-field-default, r=davidtwcoGuillaume Gomez-0/+162
2021-05-12Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakisbors-19/+327
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-33/+70
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-1/+1
2021-05-12Auto merge of #84278 - Aaron1011:feature/new-proc-macro-meta-span, r=estebankbors-34/+248
2021-05-12Update stderrAaron Hill-24/+9
2021-05-12Implement span quoting for proc-macrosAaron Hill-10/+239
2021-05-12Auto merge of #85206 - ehuss:update-cargo, r=ehussbors-0/+0
2021-05-11Recover from invalid `struct` item syntaxEsteban Küber-0/+162
2021-05-12Auto merge of #85192 - klensy:bump-deps, r=Mark-Simulacrumbors-1/+0
2021-05-11Update cargoEric Huss-0/+0
2021-05-11Update booksEric Huss-0/+0
2021-05-12Rollup merge of #85196 - richkadel:reverts-cover-unreachable-statements, r=tm...Yuki Okushi-54/+49
2021-05-12Rollup merge of #85191 - GuillaumeGomez:improve-rustdoc-gui-tester, r=Mark-Si...Yuki Okushi-27/+43
2021-05-12Rollup merge of #85187 - FabianWolff:issue-84976, r=jackh726Yuki Okushi-0/+52
2021-05-12Rollup merge of #85124 - jsha:trust-the-bool, r=GuillaumeGomezYuki Okushi-69/+64
2021-05-12Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebankYuki Okushi-80/+118
2021-05-12Rollup merge of #83501 - camelid:rustdoc-layout, r=jyn514,GuillaumeGomezYuki Okushi-4/+145
2021-05-11Move global click handlers to per-element ones.Jacob Hoffman-Andrews-128/+138
2021-05-11Add explanatory comment to the issue-84976.rs test caseFabian Wolff-4/+8
2021-05-11Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...Rich Kadel-54/+49
2021-05-11fix tidyklensy-1/+0
2021-05-11Make rustdoc-gui test suite able to run with different sub directoriesGuillaume Gomez-3/+3
2021-05-11Update toggle-docs GUI test to last versionGuillaume Gomez-4/+7
2021-05-11Move rustdoc-gui rust libraries into their own folder and prepare the field f...Guillaume Gomez-21/+34
2021-05-11rustdoc: remove explicit boolean comparisons.Jacob Hoffman-Andrews-69/+64
2021-05-11Disable layout docs for type aliases for nowCamelid-6/+0
2021-05-11Enable `--show-type-layout` for the rustdoc API docsCamelid-0/+1
2021-05-11Add note to docs when layout cannot be computedCamelid-8/+35
2021-05-11Add test case for zero-sized typesCamelid-0/+4
2021-05-11Make test more specificCamelid-1/+1
2021-05-11Apply suggestions from code reviewCamelid-3/+4
2021-05-11Add `tcx` local variableCamelid-3/+4
2021-05-11Fix a few small thingsCamelid-6/+6
2021-05-11Enable `--show-type-layout` for the rustc API docsCamelid-0/+1
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+21
2021-05-11Show memory layout for type aliasesCamelid-2/+6
2021-05-11Add test for memory layout informationCamelid-0/+43
2021-05-11Include a warning in the layout docs that layout is unstableCamelid-3/+12
2021-05-11Remove FIXMECamelid-2/+4
2021-05-11rustdoc: Show basic type layout informationCamelid-3/+36