about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-30Use reference instead of raw pointerCaio-7/+7
2021-09-30Remove visible path calculation from allowed deprecation lintAlik Aslanyan-47/+78
2021-09-30fix issue #7731surechen-6/+96
2021-09-30Add 'core::array::from_fn' and 'core::array::try_from_fn'Caio-9/+171
2021-09-30Auto merge of #86853 - usbalbin:const_try, r=oli-obkbors-8/+58
2021-09-30Auto merge of #7684 - surechen:solve_derivable_impls, r=flip1995bors-2/+44
2021-09-30Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebankbors-22/+48
2021-09-30bootstrap: Update comment in config.library.toml.Ben Reeves-1/+1
2021-09-30Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehussbors-78/+272
2021-09-30Auto merge of #7673 - mikerite:include-generated-code, r=giraffatebors-2213/+2299
2021-09-30Fix comment in `update_lints`mikerite-1/+1
2021-09-30Arrays of sizes from 0 to 32 (inclusive) implement [Default] trait, edit meth...surechen-2/+44
2021-09-29Rollup merge of #89378 - ehuss:update-books, r=ehussEric Huss-0/+0
2021-09-29Rollup merge of #89377 - ehuss:update-cargo, r=ehussEric Huss-0/+0
2021-09-29Rollup merge of #89366 - GuillaumeGomez:remove-lazy-static, r=jyn514Eric Huss-5/+3
2021-09-29Rollup merge of #89335 - mbrubeck:range-is-sorted, r=cuviperEric Huss-0/+10
2021-09-29Rollup merge of #89315 - et342:cstr_from_vec_unchecked_doc, r=yaahcEric Huss-0/+2
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