about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-03-24Auto merge of #83364 - sexxi-goose:fix-83176, r=nikomatsakisbors-0/+25
2021-03-24Auto merge of #83050 - osa1:issue83048, r=matthewjasperbors-0/+14
2021-03-24Auto merge of #75384 - JulianKnodt:cg_def, r=varkor,lcnrbors-46/+280
2021-03-24Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514Dylan DPC-85/+61
2021-03-24Rollup merge of #83405 - r00ster91:deprecated_emoji, r=GuillaumeGomezDylan DPC-4/+13
2021-03-24Rollup merge of #83399 - camelid:rustdoc-priv-link-from-crate, r=jyn514Dylan DPC-3/+18
2021-03-24Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157Dylan DPC-5/+24
2021-03-24Rollup merge of #83391 - hyd-dev:uwtable, r=alexcrichtonDylan DPC-0/+22
2021-03-24Rollup merge of #83313 - cjgillot:assert, r=michaelwoeristerDylan DPC-1/+49
2021-03-24Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpi...Dylan DPC-6/+18
2021-03-23Add documentation for rustdoc-gui testsGuillaume Gomez-0/+12
2021-03-23Update to not have extra matchkadmin-0/+75
2021-03-23Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514bors-49/+57
2021-03-23Remove another unnecessary `Option`Camelid-13/+7
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-72/+54
2021-03-23Tweak docsCamelid-1/+3
2021-03-23Update with commentskadmin-3/+33
2021-03-23Update with commentskadmin-0/+53
2021-03-23Add query for const_param_defaultkadmin-0/+56
2021-03-23Update testskadmin-5/+4
2021-03-23progress, stuff compiles nowlcnr-23/+40
2021-03-23Some refactoringvarkor-49/+22
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-6/+37
2021-03-23Use &str instead of StringGuillaume Gomez-3/+3
2021-03-23Add test to enforce sidebar trait items orderGuillaume Gomez-2/+14
2021-03-23Fix sidebar trait items sortGuillaume Gomez-3/+3
2021-03-23Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obkbors-124/+92
2021-03-23Slight visual improvements to warning boxes in the docsr00ster91-4/+13
2021-03-22Don't push the crate name onto the `Cache.stack`Camelid-2/+0
2021-03-22rustdoc: Record crate name instead of using `None`Camelid-1/+18
2021-03-23Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514Yuki Okushi-0/+3
2021-03-23Rollup merge of #83385 - lnicola:rust-analyzer-2021-03-22, r=jonas-schievinkYuki Okushi-15/+15
2021-03-23Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplettYuki Okushi-6/+6
2021-03-23Rollup merge of #83356 - camelid:rustdoc-option-to-enum, r=GuillaumeGomezYuki Okushi-8/+11
2021-03-23Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157Yuki Okushi-74/+83
2021-03-23Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Yuki Okushi-11/+25
2021-03-22Preserve signed zero on roundtripJubilee Young-1/+1
2021-03-22only run RemoveZsts at mir-opt-level 3 and aboveErik Desjardins-25/+52
2021-03-22Add GUI test to enforce tooltip positionGuillaume Gomez-4/+23
2021-03-22Fix codeblock tooltip positionGuillaume Gomez-1/+1
2021-03-23Allow not emitting `uwtable` on Androidhyd-dev-0/+22
2021-03-22Err if the debugging options are not passed.Camille GILLOT-1/+49
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-739/+354
2021-03-22missing newline at eofNelson J Morais-1/+1
2021-03-22add key rustc_private for package metadata for rust-analyzer in librustdocNelson J Morais-0/+3
2021-03-22Update the minimum external LLVM to 10Josh Stone-9/+7
2021-03-22:arrow_up: rust-analyzerLaurențiu Nicola-15/+15
2021-03-22rename :pat2018 -> :pat215mark-6/+6
2021-03-22Rollup merge of #83338 - asquared31415:asm-syntax-test-fix, r=Dylan-DPCDylan DPC-8/+9
2021-03-22Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomezbors-18/+30