about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-09-29Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obkEric Huss-0/+29
2021-09-29Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelidEric Huss-8/+6
2021-09-29Rollup merge of #89294 - lnicola:rust-analyzer-2021-09-27, r=lnicolaEric Huss-16/+17
2021-09-29Rollup merge of #89232 - rossmacarthur:fix-76424, r=wesleywiserEric Huss-27/+55
2021-09-29Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelidEric Huss-4/+6
2021-09-29Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddleEric Huss-5/+91
2021-09-29Fix Windows LLVM issue.Eric Huss-0/+6
2021-09-29Remove Never variant from clean::Type enumGuillaume Gomez-8/+6
2021-09-29Auto merge of #89331 - GuillaumeGomez:rollup-b10unye, r=GuillaumeGomezbors-21/+150
2021-09-29Auto merge of #89328 - flip1995:clippyup, r=Manishearthbors-1001/+2220
2021-09-29Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obkbors-17/+99
2021-09-28Improve help for recursion limit errorsRoss MacArthur-27/+55
2021-09-28Rollup merge of #89283 - camelid:issue-83564-test, r=davidtwcoGuillaume Gomez-0/+26
2021-09-28Rollup merge of #89276 - Urgau:fix-union-impls, r=GuillaumeGomezGuillaume Gomez-0/+17
2021-09-28Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillotGuillaume Gomez-19/+19
2021-09-28Rollup merge of #89212 - Sl1mb0:xpy-toolchain-link, r=jyn514Guillaume Gomez-0/+80
2021-09-28Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-SimulacrumGuillaume Gomez-2/+8
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-1001/+2220
2021-09-28Auto merge of #86191 - kawadakk:release-add-solid-support, r=nagisa,estebank,...bors-0/+69
2021-09-28Auto merge of #89293 - TaKO8Ki:fix-confusing-error-for-path-separator-to-refe...bors-0/+45
2021-09-28Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomezbors-19/+60
2021-09-28Add SOLID targetsTomoaki Kawada-0/+69
2021-09-28Add unit assignment to MIR for `asm!()`Fabian Wolff-0/+29
2021-09-27Auto merge of #89249 - Aaron1011:higher-ranked-cause, r=estebankbors-0/+40
2021-09-27Auto merge of #89214 - smoelius:register_tool, r=petrochenkovbors-0/+14
2021-09-27Improve cause information for NLL higher-ranked errorsAaron Hill-0/+40
2021-09-27Auto merge of #89263 - TaKO8Ki:suggest-both-immutable-and-mutable-trait-imple...bors-60/+177
2021-09-27Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelidbors-42/+40
2021-09-27:arrow_up: rust-analyzerLaurențiu Nicola-16/+17
2021-09-27suggest path for tuple structTakayuki Maeda-0/+45
2021-09-27Auto merge of #89182 - GuillaumeGomez:boostrap-explicit-request, r=Mark-Simul...bors-17/+30
2021-09-26Link stage1 build to toolchain automaticallyTimothy Maloney-0/+80
2021-09-26Add regression test for issue #83564Noah Lev-0/+26
2021-09-26Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-527/+240
2021-09-26Use the correct edition when syntax highlighting doctestsJoshua Nelson-2/+50
2021-09-26Preserve the whole LangSyntax when parsing doctestsJoshua Nelson-17/+10
2021-09-26Fix populate of union.implsLoïc BRANSTETT-0/+17
2021-09-27test suggesting immutable or mutable trait implementationsTakayuki Maeda-36/+82
2021-09-27fix test errorTakayuki Maeda-4/+6
2021-09-26Auto merge of #88316 - est31:remove_box_tests, r=Mark-Simulacrumbors-1193/+999
2021-09-27better suggestionsTakayuki Maeda-48/+65
2021-09-26Auto merge of #89101 - ehuss:compiletest-incremental-build, r=Mark-Simulacrumbors-119/+166
2021-09-26fix the relevant testsTakayuki Maeda-20/+36
2021-09-26suggest both immutable and mutable trait implementationsTakayuki Maeda-0/+36
2021-09-26Auto merge of #88680 - ehuss:more-attr-validation, r=petrochenkovbors-9/+78
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-1193/+999
2021-09-25Rollup merge of #89216 - r00ster91:bigo, r=dtolnayManish Goregaokar-1/+1
2021-09-25Rollup merge of #89198 - hkmatsumoto:hide-hidden-methods, r=jyn514Manish Goregaokar-1/+93
2021-09-25Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514Manish Goregaokar-79/+56
2021-09-26Replace `Pat` with a new intermediate representationNadrieril-15/+52