about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-16Merge from rustcThe Miri Cronjob Bot-14625/+30135
2024-04-16Move size assertions for `mir::syntax` types into the same fileZalathar-2/+1
2024-04-16Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-15Simplify `calc_default_binding_mode`Jules Bertholet-2/+1
2024-04-15Address review commentsJules Bertholet-5/+7
2024-04-15Ensure inherited reference is never set to `&mut` behind an `&`Jules Bertholet-63/+120
2024-04-15Support `let &mut x = &&mut 0;`Jules Bertholet-10/+60
2024-04-15Properly downgrade inherited mutabilityJules Bertholet-3/+77
2024-04-15Match ergonomics 2024: Implement eat-one-layerJules Bertholet-51/+472
2024-04-15Fix testsJules Bertholet-4/+5
2024-04-15Mark gate as incompleteJules Bertholet-1/+1
2024-04-15Rename feature gateJules Bertholet-16/+16
2024-04-15Fix typoJules Bertholet-1/+1
2024-04-15Temporarily remove future compatibility label from migration lintJules Bertholet-10/+5
2024-04-15Migration lintJules Bertholet-0/+108
2024-04-15Match ergonomics 2024: `mut` doesn't reset binding modeJules Bertholet-4/+121
2024-04-15Make suggest_deref_closure_return more idiomatic/easier to understandMichael Goulet-73/+64
2024-04-16Move `initialize_checked_jobserver`.Nicholas Nethercote-13/+20
2024-04-16Construct `SourceMap` at the same time as `SessionGlobals`.Nicholas Nethercote-1/+1
2024-04-16Construct `SourceMap` at the same time as `SessionGlobals`.Nicholas Nethercote-118/+120
2024-04-15Fix docs for unstable_features lint.Eric Huss-1/+0
2024-04-15crash -> testMichael Goulet-10/+27
2024-04-16Factor out common code in interface tests.Nicholas Nethercote-48/+39
2024-04-15Make array suggestions slightly more accurateMichael Goulet-5/+12
2024-04-15Use /* value */ as a placeholderMichael Goulet-31/+31
2024-04-15Opaque types have no namespaceMichael Goulet-2/+2
2024-04-15Delay span bug when Self resolves to DefKind::{Mod,Trait}Michael Goulet-0/+58
2024-04-15Make thir_tree and thir_flat into hooksMichael Goulet-21/+14
2024-04-16Auto merge of #123991 - fmease:rollup-96xcgnm, r=fmeasebors-628/+401
2024-04-15redundant ::{self}Michael Goulet-3/+3
2024-04-15Do check_coroutine_obligations once per typeck rootMichael Goulet-99/+118
2024-04-15Rename coroutine_stalled_predicatesMichael Goulet-8/+8
2024-04-15Add `graph::depth_first_search_as_undirected`Maybe Waffle-0/+26
2024-04-15Make `graph::DepthFirstSearch` accept `G` by valueMaybe Waffle-13/+13
2024-04-15Add an opt-in to store incoming edges in `VecGraph` + some docsMaybe Waffle-57/+193
2024-04-16Rollup merge of #123989 - compiler-errors:type-dependent-def-id, r=oli-obkLeón Orell Valerian Liehr-53/+21
2024-04-16Rollup merge of #123984 - rcvalle:rust-triagebot-add-rustc-sanitizers, r=comp...León Orell Valerian Liehr-2/+2
2024-04-16Rollup merge of #123926 - compiler-errors:no-ann, r=estebankLeón Orell Valerian Liehr-3/+3
2024-04-16Rollup merge of #123973 - matthiaskrgr:crashs_fix_cmt, r=fmeaseLeón Orell Valerian Liehr-0/+7
2024-04-16Rollup merge of #123926 - compiler-errors:no-ann, r=estebankLeón Orell Valerian Liehr-44/+52
2024-04-16Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercoteLeón Orell Valerian Liehr-1/+1
2024-04-16Rollup merge of #123603 - compiler-errors:no-intrinsic, r=estebankLeón Orell Valerian Liehr-78/+67
2024-04-16Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercoteLeón Orell Valerian Liehr-42/+44
2024-04-16Rollup merge of #123016 - compiler-errors:no-type-var-origin, r=lcnrLeón Orell Valerian Liehr-409/+208
2024-04-15Add support for Arm64EC to the Standard LibraryDaniel Paoliello-47/+73
2024-04-15Fix clippyMichael Goulet-3/+3
2024-04-15Fix clippyMichael Goulet-3/+3
2024-04-15Add testMichael Goulet-0/+17
2024-04-15Fix pretty hir for anon consts in diagnosticsMichael Goulet-41/+32
2024-04-15Revert "Auto merge of #17073 - roife:better-inline-preview, r=Veykril"David Barsky-70/+47