about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-06-29Rollup merge of #113054 - Rageking8:make-`rustc_on_unimplemented`-std-agnosti...Matthias Krüger-30/+60
2023-06-29Rollup merge of #112929 - oli-obk:what_if_an_impl_item_just_doesnt_wanna_be_i...Matthias Krüger-0/+182
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-158/+255
2023-06-29updated list of lints that use msrvdarklyspaced-1/+1
2023-06-29Avoid cloning `LocalDecls`.Nicholas Nethercote-5/+5
2023-06-29Simplify the `bundles` vectors.Nicholas Nethercote-6/+6
2023-06-29Use `SmallVec` for the `bundles` vectors.Nicholas Nethercote-6/+15
2023-06-29Set capacity of the string passed to `push_item_name`.Nicholas Nethercote-2/+2
2023-06-29Remove `SmallStr`.Nicholas Nethercote-89/+0
2023-06-29Avoid an unnecessary use of `SmallStr`.Nicholas Nethercote-3/+2
2023-06-29Use `partition_point` in `SourceMap::lookup_source_file_idx`.Nicholas Nethercote-5/+1
2023-06-29Replace a `lookup_debug_loc` call.Nicholas Nethercote-3/+3
2023-06-29Avoid unnecessary line lookup.Nicholas Nethercote-2/+2
2023-06-28style-guide: Document newline rules for assignment operatorsJosh Triplett-2/+3
2023-06-29Make the Elaboratable trait take clausesMichael Goulet-40/+42
2023-06-28style-guide: Narrow guidance about references and dereferencingJosh Triplett-1/+2
2023-06-28Auto merge of #112629 - compiler-errors:atb-imply, r=jackh726bors-101/+142
2023-06-28style-guide: Add an example of formatting a multi-line attributeJosh Triplett-0/+5
2023-06-28don't suggest `move` for borrows that aren't closuresLukas Markeffsky-13/+41
2023-06-28syle-guide: Clarify let-else furtherJosh Triplett-2/+24
2023-06-28Add release notes for 1.71.0Josh Stone-0/+138
2023-06-28Auto merge of #2936 - Vanille-N:unique, r=RalfJungbors-39/+524
2023-06-28Auto merge of #11001 - y21:issue8628, r=Jarchobors-115/+227
2023-06-29Rollup merge of #113119 - aDotInTheVoid:reduce-viz, r=notriddleTakayuki Maeda-1/+1
2023-06-29Rollup merge of #113107 - mj10021:issue-113012-fix, r=oli-obkTakayuki Maeda-4/+19
2023-06-29Rollup merge of #113100 - GuillaumeGomez:search-result-long-name, r=notriddleTakayuki Maeda-20/+66
2023-06-29Rollup merge of #113048 - psumbera:solaris-bootstrap-cfgs, r=ozkanonurTakayuki Maeda-4/+6
2023-06-29Rollup merge of #112946 - nnethercote:improve-cgu-naming-and-ordering, r=wesl...Takayuki Maeda-27/+72
2023-06-28Unique gets special treatment when -Zmiri-unique-is-uniqueNeven Villani-13/+486
2023-06-28Auto merge of #98867 - cjgillot:metaloop, r=oli-obkbors-284/+197
2023-06-28Auto merge of #11035 - y21:issue10729, r=Jarchobors-1/+60
2023-06-28allow dead code in the testy21-8/+4
2023-06-28Auto merge of #113120 - Dylan-DPC:rollup-cz4qr3o, r=Dylan-DPCbors-309/+230
2023-06-28Auto merge of #2945 - oli-obk:gha_mk_pr, r=RalfJungbors-1/+25
2023-06-28Try running a sync automaticallyOli Scherer-1/+25
2023-06-28Rollup merge of #113111 - BoxyUwU:boxy_t_types_review, r=compiler-errorsDylan DPC-0/+1
2023-06-28Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notri...Dylan DPC-7/+5
2023-06-28Rollup merge of #113019 - ericmarkmartin:warning-for-guard-non-exhaustion, r=...Dylan DPC-22/+66
2023-06-28Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnrDylan DPC-106/+47
2023-06-28Rollup merge of #112236 - cjgillot:interval-kill, r=davidtwcoDylan DPC-51/+43
2023-06-28Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-seDylan DPC-123/+68
2023-06-28rustdoc: Reduce internal function visibility.Alona Enraght-Moony-1/+1
2023-06-28remove FIXME and add testJames Dietz-2/+12
2023-06-28add check for ConstKind::Value(_)James Dietz-2/+7
2023-06-28lint in nested bodies if `try` is in outer bodyy21-5/+53
2023-06-28Auto merge of #11042 - y21:issue10459, r=Manishearthbors-5/+32
2023-06-28Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obkbors-9/+61
2023-06-28move `is_in_trait_method` to utils and renamey21-16/+15
2023-06-28Update GUI testsGuillaume Gomez-11/+37
2023-06-28Fix display of long items in search resultsGuillaume Gomez-9/+29