about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-02-16Rollup merge of #94015 - GuillaumeGomez:check-option, r=notriddleMatthias Krüger-1/+14
2022-02-16Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jshaMatthias Krüger-1/+1
2022-02-16rustdoc: resolve intra-doc links when checking HTMLMichael Howell-2/+120
2022-02-16Do not suggest "is a function" for free variablesMichael Howell-0/+94
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-0/+71
2022-02-16:arrow_up: rust-analyzerLaurențiu Nicola-22/+16
2022-02-16MemTagSanitizer SupportIvan Lozano-3/+36
2022-02-16add llvm-nm to bootstrap dist bin'sKrasimir Georgiev-0/+1
2022-02-16Auto merge of #94044 - ehuss:update-cargo, r=ehussbors-0/+0
2022-02-16allow special behavior when printing const inferlcnr-4/+4
2022-02-16debuginfo: Support fat pointers to unsized tuples.Michael Woerister-0/+23
2022-02-16Add mentions to `Copy` for `union` fieldsDaniel Henry-Mantilla-27/+37
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-1/+106
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-43/+70
2022-02-15Update cargoEric Huss-0/+0
2022-02-15Update booksEric Huss-0/+0
2022-02-15fix assumption that ScalarPair Box is always a fat pointerDrMeepster-0/+6
2022-02-16Make implementation genericLucas Kent-16/+16
2022-02-16Suggest deriving required supertraitsLucas Kent-0/+113
2022-02-16Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obkbors-43/+6
2022-02-16Fix inconsistent symbol mangling with -ZverboseTomasz Miąsko-8/+23
2022-02-16Support pretty printing of invalid constantsTomasz Miąsko-0/+72
2022-02-15try to bless 32bit mir tests manuallyb-naber-11/+2
2022-02-15Auto merge of #93439 - abrown:cf-protection, r=nagisabors-0/+78
2022-02-15Add documentation for rustdoc --check optionGuillaume Gomez-0/+11
2022-02-15Fix GUI testGuillaume Gomez-1/+1
2022-02-15Update browser-ui-test versionGuillaume Gomez-1/+1
2022-02-15bless mir-opt testsb-naber-4/+147
2022-02-15bless testsb-naber-179/+8
2022-02-15Auto merge of #93820 - compiler-errors:gat-wfcheck, r=jackh726bors-4/+34
2022-02-15Add removed comments back in self-outlives-lintMichael Goulet-15/+18
2022-02-15add test for issue-93278, blessMichael Goulet-17/+44
2022-02-15Rollup merge of #94014 - flip1995:clippy_transmute_lint_regroup, r=dtolnayMatthias Krüger-3/+2
2022-02-15Rollup merge of #93999 - barzamin:suggest-raw-strings, r=jackh726Matthias Krüger-0/+29
2022-02-15adapt static-nobundle test to use llvm-nmKrasimir Georgiev-2/+4
2022-02-15Auto merge of #93148 - nnethercote:Uniq, r=fee1-deadbors-108/+109
2022-02-15Clean up rustdoc command line args docGuillaume Gomez-1/+3
2022-02-15Move transmute_undefined_repr back to nurseryflip1995-3/+2
2022-02-15Auto merge of #93176 - danielhenrymantilla:stack-pinning-macro, r=m-ou-sebors-0/+117
2022-02-15Auto merge of #93918 - jonhoo:bootstrap-native-envflags, r=Mark-Simulacrumbors-31/+66
2022-02-15Overhaul `Const`.Nicholas Nethercote-18/+18
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-12/+12
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-78/+79
2022-02-15Auto merge of #93863 - pierwill:fix-93676, r=Mark-Simulacrumbors-2/+3
2022-02-15Auto merge of #93752 - eholk:drop-tracking-break-continue, r=nikomatsakisbors-0/+19
2022-02-14Don't allow error annotations in known-bug testsJack Huey-7/+11
2022-02-14Add test for duplicated macros in the sidebarGuillaume Gomez-0/+21
2022-02-14Fix macro reexports duplicates in the sidebarGuillaume Gomez-6/+11
2022-02-14suggest using raw string literals when invalid escapes appearErin Petra Sofiya Moon-0/+29
2022-02-14Auto merge of #93652 - spastorino:fix-negative-overlap-check-regions, r=nikom...bors-6/+48