about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-09-14Include non-JSON output in error display for lint-doc failure.Eric Huss-1/+4
2020-09-14Auto merge of #75740 - GuillaumeGomez:stabilize-doc-alias-feature, r=ollie27bors-61/+18
2020-09-14Stabilize doc_alias featureGuillaume Gomez-61/+18
2020-09-14Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514bors-9/+66
2020-09-14Auto merge of #76549 - ehuss:lints-comments, r=wesleywiserbors-1567/+3869
2020-09-14Auto merge of #76195 - lcnr:const-Self, r=varkorbors-20/+146
2020-09-14Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiserbors-8/+58
2020-09-14Auto merge of #76656 - jonas-schievink:fewer-unstable-metadata-queries, r=lcnrbors-4/+18
2020-09-13Auto merge of #76678 - jonas-schievink:rollup-vzl9yhx, r=jonas-schievinkbors-69/+148
2020-09-13bless testsBastian Kauschke-4/+8
2020-09-13review, improve note spanBastian Kauschke-41/+40
2020-09-13allow concrete self types in constsBastian Kauschke-18/+141
2020-09-13Rollup merge of #76677 - RalfJung:stable-pointers, r=jonas-schievinkJonas Schievink-0/+3
2020-09-13Rollup merge of #76668 - pickfire:patch-9, r=jonas-schievinkJonas Schievink-1/+19
2020-09-13Rollup merge of #76667 - matklad:patch-llvm, r=Mark-SimulacrumJonas Schievink-0/+2
2020-09-13Rollup merge of #76665 - RalfJung:slice-from-raw, r=sfacklerJonas Schievink-0/+4
2020-09-13Rollup merge of #76663 - pickfire:patch-7, r=jonas-schievinkJonas Schievink-5/+2
2020-09-13Rollup merge of #76651 - nicholasbishop:bishop-remove-windows-note, r=Mark-Si...Jonas Schievink-18/+0
2020-09-13Rollup merge of #76646 - CDirkx:mailmap, r=Mark-SimulacrumJonas Schievink-0/+3
2020-09-13Rollup merge of #76640 - fusion-engineering-forks:synconcecell-drop, r=matkladJonas Schievink-26/+14
2020-09-13Rollup merge of #76629 - pickfire:patch-4, r=jonas-schievinkJonas Schievink-5/+2
2020-09-13Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=jonas-sch...Jonas Schievink-13/+4
2020-09-13Rollup merge of #76441 - jyn514:parallel, r=jonas-schievinkJonas Schievink-0/+1
2020-09-13Rollup merge of #75559 - RalfJung:union-test-move, r=joshtriplettJonas Schievink-1/+94
2020-09-13Make const_evaluatable_unchecked lint example not depend on the architecture ...Eric Huss-1/+1
2020-09-13note that test_stable_pointers does not reflect a stable guaranteeRalf Jung-0/+3
2020-09-13Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakisbors-337/+288
2020-09-13rebase falloutRalf Jung-1/+1
2020-09-13Support `ignore` for lint examples.Eric Huss-15/+40
2020-09-13Link rustdoc lint docs to the rustdoc book.Eric Huss-158/+88
2020-09-13Auto-generate lint documentation.Eric Huss-1567/+3914
2020-09-13make union-drop mem::forget test meaningfulRalf Jung-4/+4
2020-09-13please tidyRalf Jung-1/+1
2020-09-13unions: test move behavior of non-Copy fieldsRalf Jung-0/+93
2020-09-13Auto merge of #76623 - slightlyoutofphase:master, r=jyn514bors-8/+28
2020-09-13Add visualization of rustc span in docIvan Tham-1/+19
2020-09-13Fix CI LLVM to work on NixOS out of the boxAleksey Kladov-0/+2
2020-09-13slice::from_raw_parts: explicitly mention that data must be initializedRalf Jung-0/+4
2020-09-13Simplify iter chain struct docIvan Tham-5/+2
2020-09-13Auto merge of #76598 - ad-anssi:diagnostic_errors_fix, r=estebankbors-4/+43
2020-09-13Auto merge of #76658 - Aaron1011:fix/encode-dummy-loc-span, r=lcnrbors-158/+160
2020-09-13Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrumbors-3/+27
2020-09-13Ignore rustc_private items from std docsLzu Tao-9/+20
2020-09-13Add ui test for 74672 and 76571Lzu Tao-0/+46
2020-09-13Auto merge of #76585 - Aaron1011:ignore-vert-plus, r=petrochenkovbors-0/+155
2020-09-12Properly encode spans with a dummy location and non-root `SyntaxContext`Aaron Hill-158/+160
2020-09-13Auto merge of #76349 - Mark-Simulacrum:dl-llvm, r=alexcrichtonbors-39/+187
2020-09-13Auto merge of #76306 - tmiasko:nrvo-debuginfo, r=ecstatic-morsebors-4/+5
2020-09-13Don't query unstable data when `staged_api` is offJonas Schievink-4/+18
2020-09-12Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj...bors-462/+1156