about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-11-26[1.57] Disable LLVM newPM by defaultSimonas Kazlauskas-8/+4
2021-11-26oops...Ellen-2/+36
2021-11-19Auto merge of #90561 - flip1995:clippy_backport, r=Mark-Simulacrumbors-89/+95
2021-11-19Auto merge of #90938 - cuviper:beta-next, r=Mark-Simulacrumbors-743/+1458
2021-11-18Update llvm submoduleAmanieu d'Antras-0/+0
2021-11-18Android is not GNUJosh Stone-1/+1
2021-11-16Ignore files copied from previous stage when generating hash.Hans Kratz-1/+2
2021-11-16Use ubuntu image to download openssl, curl sources, cacert.pemHans Kratz-67/+54
2021-11-16Bump stage0 to stable 1.56.1Josh Stone-340/+283
2021-11-16Properly register text_direction_codepoint_in_comment lint.Hans Kratz-0/+10
2021-11-16apply suggestions from code reviewNiko Matsakis-61/+63
2021-11-16handle case of a variable not capturedNiko Matsakis-8/+117
2021-11-16rework diagnostic reporting to be more structuredNiko Matsakis-122/+164
2021-11-16introduce an enum for tracking the 2229 migration causesNiko Matsakis-15/+43
2021-11-16Apply adjustments for field expression even if inaccessibleGary Guo-3/+34
2021-11-16Also check for feature gates in "src/test/rustdoc"Guillaume Gomez-0/+1
2021-11-16Split doc_cfg and doc_auto_cfg featuresGuillaume Gomez-5/+28
2021-11-16Go back to loading all external crates unconditionallyJoshua Nelson-3/+36
2021-11-16Add more missing methods to `IntraLinkCrateLoader`Joshua Nelson-4/+57
2021-11-16Update odht crate to 0.3.1 (big-endian bugfix)Michael Woerister-4/+4
2021-11-16add testsb-naber-0/+25
2021-11-16expose default substs in param_envb-naber-0/+12
2021-11-16Fix ICE when forgetting to `Box` a parameter to a `Self::func` callJakob Degen-1/+31
2021-11-16Clean up debug statements in needs_dropJakob Degen-7/+5
2021-11-16Add regresstion test for #90024.Jakob Degen-0/+37
2021-11-16Fixes incorrect handling of ADT's drop requirementsJakob Degen-41/+54
2021-11-16Fix documentation header sizesJacob Hoffman-Andrews-11/+238
2021-11-15Revert "Do not call getpid wrapper after fork in tests"Josh Stone-35/+7
2021-11-15Also note tool expectations of fork vs clone3Josh Stone-0/+2
2021-11-15Update another comment on fork vs. clone3Josh Stone-2/+2
2021-11-15Only use `clone3` when needed for pidfdJosh Stone-7/+6
2021-11-15Feature gate and make must_not_suspend allow-by-defaultGus Wynn-16/+114
2021-11-15Ensure that pushing empty path works as beforeSean Young-1/+5
2021-11-15Document the valid values for `HandleOrNull` and `HandleOrInvalid`.Dan Gohman-0/+8
2021-11-15Fix Windows compilation errors.Dan Gohman-11/+6
2021-11-15Fix assertion failures in `OwnedHandle` with `windows_subsystem`.Dan Gohman-40/+72
2021-11-04Merge commit '00e31fa5af1895bf8ff1e2b1e25b041362cdc33e' into clippy_backportflip1995-89/+95
2021-11-03Auto merge of #7925 - flip1995:backport, r=flip1995bors-89/+95
2021-11-03Format backport to pass CIflip1995-41/+54
2021-11-03Auto merge of #7810 - camsteffen:if-then-panic-pedantic, r=flip1995bors-48/+41
2021-11-01Auto merge of #90461 - pietroalbini:bidi-beta, r=nikomatsakisbors-10/+543
2021-10-31add 1.56.1 to the release notesPietro Albini-0/+8
2021-10-31Lint against RTL unicode codepoints in literals and commentsEsteban Küber-10/+535
2021-10-22Auto merge of #90151 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-83/+166
2021-10-21Bump cargoMark Rousskov-0/+0
2021-10-21Rework the equivalent test to work with sidebar-items.jsLoïc BRANSTETT-3/+3
2021-10-21Add equivalent test in src/test/rustdocLoïc BRANSTETT-0/+14
2021-10-21Apply documentation suggestions from code reviewUrgau-3/+3
2021-10-21Oops, inverted condition, fix thatLoïc BRANSTETT-1/+1
2021-10-21Add regression test for #89852Loïc BRANSTETT-0/+17