summaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)Author
2024-07-05Fix a few doc comment for compiler-interal API docs.Alona Enraght-Moony
2024-07-05Auto merge of #127360 - GuillaumeGomez:rollup-f0zs1qr, r=GuillaumeGomezbors
2024-07-05Rollup merge of #127352 - Zalathar:coverage-info, r=oli-obkGuillaume Gomez
2024-07-05Rollup merge of #127349 - estebank:negative-unsigned-literal, r=petrochenkovGuillaume Gomez
2024-07-05Rollup merge of #124290 - klensy:dep-format, r=jieyouxuGuillaume Gomez
2024-07-05Auto merge of #127008 - Jules-Bertholet:tc-ergonomics, r=Nadrierilbors
2024-07-05Tweak how the extra newline is printed after coverage infoZalathar
2024-07-05coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`Zalathar
2024-07-05Auto merge of #126171 - RalfJung:simd_bitmask_multibyte, r=workingjubileebors
2024-07-05Tweak `-1 as usize` suggestionEsteban Küber
2024-07-04Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obkbors
2024-07-04Auto merge of #127288 - lqd:typelen-cache, r=compiler-errorsbors
2024-07-04Auto merge of #127326 - matthiaskrgr:rollup-kz7vd3w, r=matthiaskrgrbors
2024-07-04Rollup merge of #127319 - oli-obk:fail2taint, r=compiler-errorsMatthias Krüger
2024-07-04Rollup merge of #127301 - estebank:fix-suggestions, r=UrgauMatthias Krüger
2024-07-04Rollup merge of #127283 - dingxiangfei2009:check-repr-transparent, r=davidtwcoMatthias Krüger
2024-07-04Rollup merge of #126405 - He1pa:translate_builtin_macro_diag, r=davidtwcoMatthias Krüger
2024-07-04Rollup merge of #123043 - GoldsteinE:fix/repr-c-dead-branches, r=oli-obkMatthias Krüger
2024-07-04Auto merge of #127170 - bjorn3:no_specialize_index_borrowck, r=michaelwoeristerbors
2024-07-04Remove a use of `StructuredDiag`, which is incompatible with automatic error ...Oli Scherer
2024-07-04reject SmartPointer constructions not serving the purposeDing Xiang Fei
2024-07-04Auto merge of #127293 - ldm0:ldm_coroutine, r=saethlinbors
2024-07-04Tweak raw-pointer field access and array indexing suggestionsEsteban Küber
2024-07-04Tweak slice and as_deref suggestion spanEsteban Küber
2024-07-04More accurate mutability suggestionEsteban Küber
2024-07-04Use shorter span for float literal suggestionEsteban Küber
2024-07-04Properly handle removal suggestion renderingEsteban Küber
2024-07-04Fix `&mut` removal suggestionEsteban Küber
2024-07-04Auto merge of #127226 - mat-1:optimize-siphash-round, r=nnethercotebors
2024-07-04Better suggestion span for missing type parameterEsteban Küber
2024-07-04Better span for "make binding mutable" suggestionEsteban Küber
2024-07-04Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG...bors
2024-07-03Rollup merge of #127294 - ldm0:ldm_coroutine2, r=lcnrMatthias Krüger
2024-07-03Rollup merge of #127253 - chenyukang:yukang-fix-126246-fn-parameters-check, r...Matthias Krüger
2024-07-03Rollup merge of #127184 - bjorn3:interface_refactor2, r=NadrierilMatthias Krüger
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger
2024-07-04Less magic number for corountineLiu Dingming
2024-07-04Use `IndexVec` for coroutine local mappingLiu Dingming
2024-07-03cache type sizes in type-size limit visitorRémy Rakic
2024-07-03Auto merge of #127036 - cjgillot:sparse-state, r=oli-obkbors
2024-07-03Auto merge of #127278 - matthiaskrgr:rollup-fjexkdr, r=matthiaskrgrbors
2024-07-03Rollup merge of #127233 - nnethercote:parser-cleanups, r=petrochenkovMatthias Krüger
2024-07-03Rollup merge of #127202 - oli-obk:do_not_count_errors, r=wesleywiserMatthias Krüger
2024-07-03Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnrMatthias Krüger
2024-07-03Rollup merge of #126803 - tgross35:verbose-asm, r=AmanieuMatthias Krüger
2024-07-03Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoeristerbors
2024-07-03Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnrbors
2024-07-03Rollup merge of #126403 - compiler-errors:better-type-errors, r=lcnrJacob Pratt
2024-07-03Auto merge of #123737 - compiler-errors:alias-wf, r=lcnrbors
2024-07-02Rename the `asm-comments` compiler flag to `verbose-asm`Trevor Gross