about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-05-14Add test for toggle on mobile sizeGuillaume Gomez-0/+21
2021-05-14Unify toggle rules on smaller resolutionsGuillaume Gomez-6/+3
2021-05-14Move @media rules at the end so they override the other rulesGuillaume Gomez-193/+195
2021-05-14Fix toggle position on mobileGuillaume Gomez-1/+8
2021-05-14Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkovbors-6/+88
2021-05-14Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrumbors-7/+7
2021-05-14Auto merge of #85195 - Mark-Simulacrum:variant-by-idx, r=petrochenkovbors-10/+7
2021-05-13Auto merge of #84107 - Amanieu:global_asm2, r=nagisabors-842/+1424
2021-05-13Fix testsAmanieu d'Antras-3/+3
2021-05-13Update compiler_builtins to 0.1.43Amanieu d'Antras-3/+3
2021-05-13global_asm! consts do not depend on other itemsAmanieu d'Antras-7/+4
2021-05-13Clarify error message when both asm! and global_asm! are unsupportedAmanieu d'Antras-5/+6
2021-05-13Update global_asm! documentationAmanieu d'Antras-8/+41
2021-05-13Add tests for global_asm!Amanieu d'Antras-32/+455
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-800/+928
2021-05-13Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726bors-51/+260
2021-05-13Auto merge of #85258 - GuillaumeGomez:rollup-kzay7o5, r=GuillaumeGomezbors-329/+258
2021-05-13Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwcoGuillaume Gomez-41/+10
2021-05-13Rollup merge of #85177 - tspiteri:wrapping-bits, r=joshtriplettGuillaume Gomez-0/+15
2021-05-13Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jshaGuillaume Gomez-274/+150
2021-05-13Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebankGuillaume Gomez-14/+83
2021-05-13Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obkbors-608/+106
2021-05-13fix test suiteRalf Jung-70/+59
2021-05-13update stdarchRalf Jung-0/+0
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-52/+1013
2021-05-13have on_completion record subcyclesNiko Matsakis-84/+122
2021-05-13introduce a unit testing feature `rustc_evaluate_where_clauses`Niko Matsakis-3/+174
2021-05-13Auto merge of #85041 - mibac138:suggest-generics, r=estebankbors-9/+190
2021-05-13Auto merge of #84732 - DrChat:asm_powerpc, r=Amanieubors-1/+356
2021-05-13Auto merge of #83759 - SkiFire13:fix-diag, r=estebankbors-128/+909
2021-05-12Don't suggest adding `'static` lifetime to argumentsAaron Hill-41/+10
2021-05-13Auto merge of #82069 - Aaron1011:verbose-in-macro, r=estebankbors-744/+744
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-744/+744
2021-05-12Auto merge of #85218 - kornelski:pointerinline, r=scottmcmbors-25/+25
2021-05-12Auto merge of #85188 - RalfJung:miri, r=RalfJungbors-8/+8
2021-05-12update MiriRalf Jung-8/+8
2021-05-12Improve error message for non-exhaustive matches on non-exhaustive enumsFabian Wolff-6/+88
2021-05-12Auto merge of #85231 - GuillaumeGomez:rollup-hufe4gz, r=GuillaumeGomezbors-133/+349
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-1/+207
2021-05-12add check that simd_shuffle arguments are constantsRalf Jung-1/+15
2021-05-12entirely remove rustc_args_required_const attributeRalf Jung-254/+4
2021-05-12rustc_args_required_const is no longer a promotion siteRalf Jung-283/+28
2021-05-12Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakisbors-83/+649
2021-05-12Bless testsGiacomo Stevanato-41/+604
2021-05-12Update wrong-number-of-args test to cover more edge casesGiacomo Stevanato-0/+182
2021-05-12Fix diagnostics spans for missing lifetimes in edge casesGiacomo Stevanato-6/+28