about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-64/+74
2022-04-13Rollup merge of #95991 - PoorlyDefinedBehaviour:fix/issue_95898, r=fee1-deadDylan DPC-2/+8
2022-04-13fix: wrong trait import suggestion for T:Bruno Felipe Francisco-2/+8
2022-04-13Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011bors-359/+55
2022-04-13Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obkbors-50/+224
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-64/+74
2022-04-12Rollup merge of #95973 - oli-obk:tait_ub3, r=compiler-errorsDylan DPC-7/+51
2022-04-12Rollup merge of #95970 - WaffleLapkin:nicer_trait_suggestions, r=compiler-errorsDylan DPC-8/+63
2022-04-12Rollup merge of #95918 - compiler-errors:issue-95878, r=cjgillotDylan DPC-0/+9
2022-04-12Rollup merge of #95405 - cjgillot:probe, r=petrochenkovDylan DPC-2191/+2337
2022-04-12Handle `unusable_binding` more compactly.Vadim Petrochenkov-17/+14
2022-04-12Apply suggestions from code reviewOli Scherer-1/+1
2022-04-12Auto merge of #95987 - m-ou-se:rollup-sdevd9b, r=m-ou-sebors-28/+13
2022-04-12Remove NodeIdHashingMode.Camille GILLOT-359/+55
2022-04-12Rollup merge of #95794 - nnethercote:parse_tt-a-few-more-tweaks, r=petrochenkovMara Bos-28/+13
2022-04-12Fix imports.Camille GILLOT-8/+3
2022-04-12Move diagnostic methods to the dedicated module.Camille GILLOT-477/+472
2022-04-12Simplify error reporting.Camille GILLOT-85/+76
2022-04-12Move path resolution error to rustc_resolve::diagnostics.Camille GILLOT-164/+207
2022-04-12Make the logic more explicit with let chains.Camille GILLOT-18/+16
2022-04-12Do not record Res when builing a suggestion.Camille GILLOT-6/+9
2022-04-12Insert error after checking for binding usability.Camille GILLOT-6/+6
2022-04-12Pass last_import_segment and unusable_binding as parameters.Camille GILLOT-79/+177
2022-04-12Simplify binding finalization.Camille GILLOT-53/+54
2022-04-12Move ident resolution to a dedicated module.Camille GILLOT-1643/+1668
2022-04-12Auto merge of #95867 - cjgillot:fixed-size, r=oli-obkbors-142/+322
2022-04-12Auto merge of #95974 - fee1-dead:rollup-2fr55cs, r=fee1-deadbors-119/+152
2022-04-12Rollup merge of #95947 - cuviper:default-box, r=dtolnayfee1-dead-8/+3
2022-04-12Rollup merge of #95820 - OliverMD:95150, r=lcnrfee1-dead-70/+82
2022-04-12Explain the span search logicOli Scherer-0/+6
2022-04-12Compute a more precise span for opaque type implsOli Scherer-2/+31
2022-04-12sess: try sysroot candidates for fluent bundleDavid Wood-41/+67
2022-04-12Fix wrong suggestions for `T:`Maybe Waffle-8/+63
2022-04-12Rollup merge of #95936 - TaKO8Ki:fix-relative-paths-error-message, r=Dylan-DPCMatthias Krüger-1/+1
2022-04-12Rollup merge of #95920 - compiler-errors:cast-suggestion-span, r=oli-obkMatthias Krüger-18/+19
2022-04-12Rollup merge of #95910 - ehuss:fix-crate-type-duplicate, r=Dylan-DPCMatthias Krüger-1/+1
2022-04-12Rollup merge of #95881 - TaKO8Ki:use-to-string-instead-of-format, r=compiler-...Matthias Krüger-1/+1
2022-04-12Rollup merge of #95320 - JakobDegen:mir-docs, r=oli-obkMatthias Krüger-124/+612
2022-04-12Auto merge of #95893 - luqmana:no-prepopulate-passes-tweaks, r=nikicbors-0/+7
2022-04-12use `to_string` instead of `format!`Takayuki Maeda-1/+1
2022-04-11simplify const params diagnostic on stableOliver Downard-70/+82
2022-04-11Remove rule that place loads may not happen with variant index setJakob Degen-10/+6
2022-04-11Add more clarifications in response to Ralf's commentsJakob Degen-102/+84
2022-04-11Address various comments and change some details around place to value conver...Jakob Degen-36/+37
2022-04-11Improve MIR phases documentation with summaries of changesJakob Degen-1/+23
2022-04-11Adjust MIR validator to check a few more things for terminatorsJakob Degen-5/+19
2022-04-11Improve documentation for MIR terminatorsJakob Degen-27/+121
2022-04-11Improve documentation for MIR statement kinds.Jakob Degen-16/+76
2022-04-11Extend the MIR validator to check many more things around rvalues.Jakob Degen-39/+161
2022-04-11Add documentation for the semantics of MIR rvaluesJakob Degen-23/+101