about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-06-20Auto merge of #112835 - lcnr:proof-tree-nits, r=BoxyUwUbors-295/+310
2023-06-20Lint `mem_forget` if fields are `Drop`Catherine-13/+30
2023-06-20Fix invalid creation of files in rustdocGuillaume Gomez-9/+44
2023-06-20Auto merge of #112847 - bvanjoi:fix-112831, r=Nilstriebbors-40/+86
2023-06-20put issue link between <>y21-1/+1
2023-06-20[`type_repetition_in_bounds`]: respect msrv for combining maybe boundsy21-11/+59
2023-06-20add support for needs-dynamic-linkingPietro Albini-1/+8
2023-06-20avoid dynamic linking on targets that do not support dynamic linkingPietro Albini-1/+3
2023-06-20merge target spec and --print=cfg for compiletest target infoPietro Albini-64/+24
2023-06-20Auto merge of #10952 - Centri3:excessive_precision, r=dswijbors-31/+70
2023-06-20test(resolve): update_resolution for remove single importbohan-0/+33
2023-06-20Revert "Rollup merge of #112758 - bvanjoi:clean-up-resolve, r=petrochenkov"bohan-40/+53
2023-06-20`Adt` for `Unique` may contain a referenceNeven Villani-0/+1
2023-06-20Auto merge of #2520 - saethlin:mmap-shim, r=RalfJungbors-12/+521
2023-06-20Improve organizationBen Kimock-83/+90
2023-06-20Make munmap throw unsup errors instead of trying to workBen Kimock-64/+68
2023-06-20mmap/munmap/mremamp shimsBen Kimock-12/+510
2023-06-20Auto merge of #10990 - y21:issue8634-partial, r=blyxyas,xFrednetbors-4/+105
2023-06-20wrap `else {` for long, single-lined initializer expressionsYacin Tmimi-16/+20
2023-06-20Add additional test casesYacin Tmimi-0/+328
2023-06-20Prevent single-line `let-else` if it would exceed `max_width`Yacin Tmimi-7/+27
2023-06-20Implement wrapping rules to force `else` on a newline in `let-else`Yacin Tmimi-1/+79
2023-06-20Implement `let-else` rewriting in terms of rewrite_let_else_blockYacin Tmimi-2/+19
2023-06-20Allow callers to determine if blocks can be formatted on a single lineYacin Tmimi-1/+12
2023-06-20Initial pass at implementing let-elseYacin Tmimi-5/+37
2023-06-20Extract logic for rewriting `else` keyword into functionYacin Tmimi-40/+46
2023-06-20Auto merge of #112839 - GuillaumeGomez:rollup-jc5nqug, r=GuillaumeGomezbors-92/+226
2023-06-20update comment on `MutBorrowKind::ClosureCapture`Ziru Niu-4/+7
2023-06-20address most easy commentsZiru Niu-42/+33
2023-06-20merge `BorrowKind::Unique` into `BorrowKind::Mut`Ziru Niu-105/+109
2023-06-20Rollup merge of #112819 - dtolnay:weirdderef, r=NilstriebGuillaume Gomez-5/+5
2023-06-20Rollup merge of #112794 - bjorn3:fix_lib_global_alloc, r=oli-obkGuillaume Gomez-2/+38
2023-06-20Rollup merge of #112786 - lcnr:early-binder, r=NilstriebGuillaume Gomez-78/+83
2023-06-20Rollup merge of #112762 - chenyukang:yukang-fix-112507-argument-checking, r=c...Guillaume Gomez-5/+75
2023-06-20Rollup merge of #112720 - poliorcetics:rustdoc-item-type-color-same-as-item-c...Guillaume Gomez-1/+13
2023-06-20Rollup merge of #112464 - eval-exec:exec/fix-connect_timeout-overflow, r=Chri...Guillaume Gomez-1/+12
2023-06-20Add `Item::def_id` helperGuillaume Gomez-9/+13
2023-06-20inspect nitslcnr-147/+158
2023-06-20Remove useless unit testsEval EXEC-21/+0
2023-06-20Ignore `connect_timeout` unit test on SGX platformEval EXEC-0/+1
2023-06-20cleanup importslcnr-21/+20
2023-06-20split probe into 2 functions for better readabilitylcnr-127/+132
2023-06-20Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnrbors-60/+175
2023-06-20tests: add test for color of item kindAlexis (Poliorcetics) Bourget-0/+6
2023-06-20Auto merge of #112821 - calebcartwright:rustfmt-sync, r=calebcartwrightbors-393/+1634
2023-06-20Auto merge of #10986 - Centri3:undocumented_unsafe_blocks, r=Manishearthbors-48/+162
2023-06-19allow safety comment above attributesCentri3-48/+162
2023-06-20Auto merge of #10989 - ericmarkmartin:use-placeref-abstraction, r=Manishearthbors-15/+16
2023-06-20Merge attrs, better validationMichael Goulet-73/+140
2023-06-20Make rustc_deny_explicit_impl only local as wellMichael Goulet-4/+8