about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-05-19Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnrbors-681/+875
2024-05-18Auto merge of #125257 - jieyouxu:rollup-11evnm9, r=jieyouxubors-1/+11
2024-05-18Move NormalizesTo back downMichael Goulet-6/+10
2024-05-18Stop using def_kind() in solverMichael Goulet-17/+8
2024-05-18Make proof tree building genericMichael Goulet-93/+109
2024-05-18Uplift inspect into rustc_type_irMichael Goulet-318/+399
2024-05-18Uplift GenericArgKind, CanonicalVarValues, QueryInputMichael Goulet-268/+370
2024-05-18Rollup merge of #125214 - compiler-errors:gat-guide, r=lcnr许杰友 Jieyou Xu (Joe)-1/+11
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-361/+332
2024-05-18Rollup merge of #125240 - lnicola:rustc-abi-nonzerousize, r=fee1-deadMatthias Krüger-6/+5
2024-05-18Rollup merge of #125184 - scottmcm:fix-thin-ptr-ice, r=jieyouxuMatthias Krüger-1/+5
2024-05-18Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmeaseMatthias Krüger-68/+75
2024-05-18Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-deadbors-13/+45
2024-05-18Improve error message: missing `;` in macro_rulesr0cky-13/+45
2024-05-18Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomezbors-0/+1
2024-05-18Auto merge of #125004 - pymongo:issue-125002, r=estebankbors-9/+15
2024-05-18Temporarily revert to NonZeroUsize in rustc-abi to fix building on stableLaurențiu Nicola-6/+5
2024-05-18Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebankbors-75/+23
2024-05-18Fix println! ICE when parsing percent prefix numberwuaoxiang-9/+15
2024-05-17Auto merge of #123865 - eholk:expr_2021, r=fmeasebors-24/+69
2024-05-17Rename Unsafe to SafetySantiago Pastorino-361/+332
2024-05-17Update compiler/rustc_parse/src/parser/nonterminal.rsEric Holk-2/+1
2024-05-17to_opt_poly_X_pred -> as_X_clauseMichael Goulet-23/+23
2024-05-17Only make GAT ambiguous in match_projection_projections considering shallow r...Michael Goulet-1/+11
2024-05-17use signature name for argardi-2/+2
2024-05-17s/(Ident, ItemKind)/ItemInfo/ardi-2/+2
2024-05-17Clarify that the diff_marker is talking about version control systemardi-38/+47
2024-05-17Rollup merge of #125191 - compiler-errors:wf, r=lcnrMatthias Krüger-20/+57
2024-05-17Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errorsMatthias Krüger-3/+11
2024-05-17Auto merge of #124129 - lqd:enable-lld, r=Mark-Simulacrumbors-0/+13
2024-05-16Report better WF obligation leaf obligations in new solverMichael Goulet-20/+57
2024-05-16Remove trivial Binder::dummy callsMichael Goulet-7/+7
2024-05-16Uplift Goal to rustc_type_irMichael Goulet-109/+130
2024-05-16Make impls UpcastFrom, implement Upcast for UpcastFromMichael Goulet-90/+92
2024-05-16Make P parameter explicitMichael Goulet-49/+62
2024-05-16Rename ToPredicate for UpcastMichael Goulet-220/+214
2024-05-16Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegenScott McMurray-1/+5
2024-05-16enable rust-lld on `x86_64-unknown-linux-gnu` when requestedRémy Rakic-0/+13
2024-05-16Rollup merge of #125172 - tgross35:f16-f128-as-casting, r=compiler-errorsMatthias Krüger-1/+4
2024-05-16Rollup merge of #125170 - compiler-errors:uplift-fn-sig-2, r=lcnrMatthias Krüger-122/+168
2024-05-16Don't ICE because recomputing overflow goals during find_best_leaf_obligation...Michael Goulet-41/+64
2024-05-16Uplift FnSigMichael Goulet-122/+168
2024-05-16Fix assertion when attempting to convert `f16` and `f128` with `as`Trevor Gross-1/+4
2024-05-16Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len,...bors-8/+8
2024-05-15Rollup merge of #125154 - FractalFir:fnabi_doc, r=compiler-errorsLeón Orell Valerian Liehr-4/+9
2024-05-15Improved the documentation of the FnAbi structMichał Kostrubiec-4/+9
2024-05-15Auto merge of #125144 - fmease:rollup-4uft293, r=fmeasebors-2/+6
2024-05-15Rollup merge of #125137 - RalfJung:mir-sh, r=scottmcmLeón Orell Valerian Liehr-2/+6
2024-05-15Auto merge of #123413 - petrochenkov:delegmulti2, r=fmeasebors-49/+331
2024-05-15MIR operators: clarify Shl/Shr handling of negative offsetsRalf Jung-2/+6