about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-10-10macros: simplify field ordering in diag deriveDavid Wood-102/+38
2022-10-10macros: separate suggestion fmt'ing and emissionDavid Wood-23/+105
2022-10-10query_system: finish migrationDavid Wood-12/+7
2022-10-10macros: `#[subdiagnostic(eager)]`David Wood-22/+151
2022-10-10errors: `DiagnosticMessage::Eager`David Wood-3/+60
2022-10-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-50/+129
2022-10-10errors: use `HashMap` to store diagnostic argsDavid Wood-26/+49
2022-10-10macros: tidy up lint changesDavid Wood-3/+6
2022-10-10Auto merge of #102875 - Dylan-DPC:rollup-zwcq8h9, r=Dylan-DPCbors-621/+478
2022-10-10Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8KiDylan DPC-37/+37
2022-10-10Rollup merge of #102853 - cjgillot:skip-opaque-cast, r=jackh726Dylan DPC-8/+25
2022-10-10Rollup merge of #102794 - dtolnay:termination, r=thomccDylan DPC-9/+24
2022-10-10Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnrDylan DPC-28/+9
2022-10-10Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-173/+2
2022-10-10Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-deadDylan DPC-366/+381
2022-10-10Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrumbors-7/+158
2022-10-10Auto merge of #102867 - JohnTitor:rollup-qnwsajt, r=JohnTitorbors-442/+507
2022-10-10Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet-37/+37
2022-10-10Rollup merge of #102862 - scottmcm:more-alignment-traits, r=thomccYuki Okushi-1/+17
2022-10-10Rollup merge of #102860 - GuillaumeGomez:missing-docs-FileNameDisplayPreferen...Yuki Okushi-0/+4
2022-10-10Rollup merge of #102845 - cjgillot:gat-object, r=fee1-deadYuki Okushi-29/+73
2022-10-10Rollup merge of #102345 - chenyukang:fix-102182-impl-trait, r=estebankYuki Okushi-2/+51
2022-10-10Rollup merge of #102323 - Stoozy:master, r=cjgillotYuki Okushi-4/+41
2022-10-10Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillotYuki Okushi-406/+321
2022-10-09From<Alignment> for usize & NonZeroUsizeScott McMurray-1/+17
2022-10-09Add missing documentation for FileNameDisplayPreference variantsGuillaume Gomez-0/+4
2022-10-09Auto merge of #89123 - the8472:push_in_capacity, r=amanieubors-0/+45
2022-10-09Auto merge of #102850 - JohnTitor:rollup-lze1w03, r=JohnTitorbors-124/+212
2022-10-09Skip chained OpaqueCast when building captures.Camille GILLOT-8/+25
2022-10-10Rollup merge of #102838 - RalfJung:miri-bootstrap, r=oli-obkYuki Okushi-2/+0
2022-10-10Rollup merge of #102834 - compiler-errors:unnecessary-lift, r=jyn514Yuki Okushi-17/+9
2022-10-10Rollup merge of #102831 - compiler-errors:rustdoc-norm-oops, r=jyn514Yuki Okushi-5/+17
2022-10-10Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi-32/+32
2022-10-10Rollup merge of #102820 - ehuss:let-else-nightly-suggestion, r=petrochenkovYuki Okushi-1/+1
2022-10-10Rollup merge of #102799 - rol1510:issue-100421-fix, r=notriddleYuki Okushi-1/+22
2022-10-10Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomccYuki Okushi-64/+115
2022-10-10Rollup merge of #101118 - devnexen:fs_getmode_bsd, r=Mark-SimulacrumYuki Okushi-2/+16
2022-10-09Auto merge of #93668 - SUPERCILEX:path_alloc, r=joshtriplettbors-286/+397
2022-10-09Elaborate trait ref to compute object safety.Camille GILLOT-29/+73
2022-10-09adopt to building infcxMaybe Waffle-24/+21
2022-10-09deprecate `clippy::for_loops_over_fallibles`Maybe Waffle-351/+34
2022-10-09adopt to new rustc lint apiMaybe Waffle-15/+13
2022-10-09fixup lint nameMaybe Waffle-14/+14
2022-10-09Fix clippy tests that trigger `for_loop_over_fallibles` lintMaybe Waffle-1/+3
2022-10-09fix `for_loop_over_fallibles` lint docsMaybe Waffle-22/+10
2022-10-09remove an infinite loopMaybe Waffle-2/+2
2022-10-09Edit documentation for `for_loop_over_fallibles` lintMaybe Waffle-23/+21
2022-10-09allow `for_loop_over_fallibles` in a `core` testMaybe Waffle-0/+1
2022-10-09allow or avoid for loops over option in compiler and testsMaybe Waffle-15/+14
2022-10-09`for_loop_over_fallibles`: don't use `MachineApplicable`Maybe Waffle-1/+1