about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-29Rollup merge of #89313 - durin42:llvm-14-thinLTOResolvePrevailingInModule, r=...Eric Huss-0/+4
2021-09-29Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obkEric Huss-3/+35
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-35/+75
2021-09-29Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelidEric Huss-4/+6
2021-09-29Rollup merge of #88412 - mdsn:slice-sort-safety, r=dtolnayEric Huss-2/+23
2021-09-29Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddleEric Huss-5/+91
2021-09-30fix bug for large_enum_variantssurechen-71/+171
2021-09-29Add testsSamuel E. Moelius III-25/+92
2021-09-29Implement #85440Samuel E. Moelius III-14/+186
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-583/+453
2021-09-29Auto merge of #89380 - ehuss:fix-windows-llvm, r=Mark-Simulacrumbors-0/+6
2021-09-29Fix Windows LLVM issue.Eric Huss-0/+6
2021-09-29Update booksEric Huss-0/+0
2021-09-29Move body_owners to tcx.hir().Camille GILLOT-25/+18
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-5/+3
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-141/+123
2021-09-29Update cargoEric Huss-0/+0
2021-09-29Fix use after drop in self-profile with llvm eventsAndreas Jonson-4/+6
2021-09-29Remove Never variant from clean::Type enumGuillaume Gomez-8/+6
2021-09-29Additional tests (from jackh726)Audun Halland-0/+23
2021-09-29Auto merge of #89011 - bjorn3:restructure_rt, r=dtolnaybors-114/+112
2021-09-29CTFE: extra assertions for Aggregate rvalues; remove unnecessarily eager spec...Ralf Jung-7/+9
2021-09-29remove outdated commentRalf Jung-1/+0
2021-09-29Cleanup lower_generics_mut and make span be the bound itself, not the typejackh726-37/+50
2021-09-29fix(lint): don't suggest refutable patterns to "fix" irrefutable bindMichael Howell-19/+73
2021-09-29Remove lazy_static dependencyGuillaume Gomez-5/+3
2021-09-30Encode json files with UTF-8Hirochika Matsumoto-1/+1
2021-09-29Don't ignore impls for primitive typesHirochika Matsumoto-3/+39
2021-09-29Auto merge of #89331 - GuillaumeGomez:rollup-b10unye, r=GuillaumeGomezbors-61/+13403
2021-09-29Auto merge of #89328 - flip1995:clippyup, r=Manishearthbors-1001/+2220
2021-09-28Clean up unneeded explicit pointer castDavid Tolnay-1/+1
2021-09-29Add includes to pre-commit hookMichael Wright-0/+1
2021-09-29Add test module for `update_lints`Michael Wright-155/+161
2021-09-29Move `update_lints` specific code out of `lib`Michael Wright-554/+551
2021-09-29Fix lint register code formatMichael Wright-1424/+1433
2021-09-29Move code generated by `update_lints` to includesMichael Wright-1706/+1779
2021-09-29Fix truncate of 'bound params stack' by using the correct lengthAudun Halland-1/+1
2021-09-28ref/refmutGus Wynn-3/+14
2021-09-29Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obkbors-994/+893
2021-09-29Auto merge of #7736 - vxpm:master, r=giraffatebors-1/+1
2021-09-29Improve error message for `printf`-style format stringsFabian Wolff-26/+105
2021-09-28feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's...Michael Howell-43/+17
2021-09-29Deriving: Include bound generic params for extracted type parameters in where...Audun Halland-10/+54
2021-09-28Fix typo ("asynx" corrected to "async")vxpm-1/+1
2021-09-28Improve help for recursion limit errorsRoss MacArthur-35/+75
2021-09-28Improve error messages for bad type constraintsMichael Howell-30/+34
2021-09-28Optimize is_sorted for Range and RangeInclusiveMatt Brubeck-0/+10
2021-09-28Rollup merge of #89318 - petrochenkov:lstore, r=oli-obkGuillaume Gomez-37/+4