about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-07-04Auto merge of #127326 - matthiaskrgr:rollup-kz7vd3w, r=matthiaskrgrbors-169/+230
2024-07-04Rollup merge of #127319 - oli-obk:fail2taint, r=compiler-errorsMatthias Krüger-78/+30
2024-07-04Rollup merge of #127301 - estebank:fix-suggestions, r=UrgauMatthias Krüger-62/+85
2024-07-04Rollup merge of #127283 - dingxiangfei2009:check-repr-transparent, r=davidtwcoMatthias Krüger-3/+36
2024-07-04Rollup merge of #126405 - He1pa:translate_builtin_macro_diag, r=davidtwcoMatthias Krüger-23/+76
2024-07-04Rollup merge of #123043 - GoldsteinE:fix/repr-c-dead-branches, r=oli-obkMatthias Krüger-3/+3
2024-07-04Auto merge of #127170 - bjorn3:no_specialize_index_borrowck, r=michaelwoeristerbors-16/+29
2024-07-04Remove a use of `StructuredDiag`, which is incompatible with automatic error ...Oli Scherer-78/+30
2024-07-04reject SmartPointer constructions not serving the purposeDing Xiang Fei-3/+36
2024-07-04Auto merge of #127293 - ldm0:ldm_coroutine, r=saethlinbors-19/+21
2024-07-04Tweak raw-pointer field access and array indexing suggestionsEsteban Küber-18/+26
2024-07-04Tweak slice and as_deref suggestion spanEsteban Küber-7/+6
2024-07-04More accurate mutability suggestionEsteban Küber-11/+14
2024-07-04Use shorter span for float literal suggestionEsteban Küber-3/+3
2024-07-04Properly handle removal suggestion renderingEsteban Küber-3/+20
2024-07-04Fix `&mut` removal suggestionEsteban Küber-2/+2
2024-07-04Auto merge of #127226 - mat-1:optimize-siphash-round, r=nnethercotebors-5/+6
2024-07-04Better suggestion span for missing type parameterEsteban Küber-4/+3
2024-07-04Better span for "make binding mutable" suggestionEsteban Küber-14/+11
2024-07-04Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG...bors-8/+12
2024-07-03Rollup merge of #127294 - ldm0:ldm_coroutine2, r=lcnrMatthias Krüger-6/+7
2024-07-03Rollup merge of #127253 - chenyukang:yukang-fix-126246-fn-parameters-check, r...Matthias Krüger-0/+26
2024-07-03Rollup merge of #127184 - bjorn3:interface_refactor2, r=NadrierilMatthias Krüger-45/+39
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger-77/+69
2024-07-04Less magic number for corountineLiu Dingming-6/+7
2024-07-04Use `IndexVec` for coroutine local mappingLiu Dingming-19/+21
2024-07-03Auto merge of #127036 - cjgillot:sparse-state, r=oli-obkbors-80/+141
2024-07-03Auto merge of #127278 - matthiaskrgr:rollup-fjexkdr, r=matthiaskrgrbors-252/+286
2024-07-03Rollup merge of #127233 - nnethercote:parser-cleanups, r=petrochenkovMatthias Krüger-120/+98
2024-07-03Rollup merge of #127202 - oli-obk:do_not_count_errors, r=wesleywiserMatthias Krüger-30/+12
2024-07-03Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnrMatthias Krüger-91/+164
2024-07-03Rollup merge of #126803 - tgross35:verbose-asm, r=AmanieuMatthias Krüger-11/+12
2024-07-03Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoeristerbors-85/+94
2024-07-03Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnrbors-197/+274
2024-07-03Rollup merge of #126403 - compiler-errors:better-type-errors, r=lcnrJacob Pratt-48/+101
2024-07-03Auto merge of #123737 - compiler-errors:alias-wf, r=lcnrbors-9/+3
2024-07-02Rename the `asm-comments` compiler flag to `verbose-asm`Trevor Gross-10/+10
2024-07-02Always preserve user-written comments in assemblyTrevor Gross-1/+2
2024-07-03Auto merge of #123720 - amandasystems:dyn-enable-refactor, r=nikomatsakisbors-73/+140
2024-07-03Fix incorrect suggestion for extra argument with a type erroryukang-0/+26
2024-07-02Instance::resolve -> Instance::try_resolve, and other nitsMichael Goulet-22/+37
2024-07-02Actually report normalization-based type errors correctly for alias-relate ob...Michael Goulet-48/+101
2024-07-02Make fn traits into first-class TraitSolverLangItems to avoid needing fn_trai...Michael Goulet-17/+39
2024-07-02add TyCtxt::as_lang_item, use in new solverMichael Goulet-75/+126
2024-07-02Fix spansMichael Goulet-36/+36
2024-07-02Re-implement a type-size based limitMichael Goulet-95/+128
2024-07-02Give Instance::expect_resolve a spanMichael Goulet-12/+38
2024-07-02Miscellaneous renamingMichael Goulet-68/+71
2024-07-02Rollup merge of #127230 - hattizai:patch01, r=saethlinMatthias Krüger-14/+14
2024-07-02Rollup merge of #127224 - tgross35:pretty-print-exhaustive, r=RalfJungMatthias Krüger-16/+18