about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-04-03Auto merge of #90791 - drmorr0:drmorr-memcmp-cint-cfg, r=petrochenkovbors-2/+17
2022-04-03Auto merge of #85321 - cjgillot:mir-cycle, r=bjorn3bors-17/+12
2022-04-03Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwcobors-1/+237
2022-04-02make memcmp return a value of c_int_width instead of i32David Morrison-2/+17
2022-04-02Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not...bors-0/+4
2022-04-02Less manipulation of the callee_def_id.Camille GILLOT-5/+6
2022-04-02Use only local hash.Camille GILLOT-2/+2
2022-04-02Use DefPathHash instead of HirId to break cycles.Camille GILLOT-14/+8
2022-04-02Auto merge of #95600 - Dylan-DPC:rollup-580y2ra, r=Dylan-DPCbors-5/+60
2022-04-02Rollup merge of #95589 - Kobzol:rlink-header, r=bjorn3Dylan DPC-5/+60
2022-04-02Fix doctest multi-line mod attributes handlingGuillaume Gomez-0/+4
2022-04-02Auto merge of #94911 - jackh726:gats_extended_2, r=compiler-errorsbors-14/+78
2022-04-02Make GATs object safe under generic_associated_types_extended featureJack Huey-14/+78
2022-04-02Address review comments and add a testJakub Beránek-7/+31
2022-04-02Include a header in .rlink files to provide nicer error messages when a wrong...Jakub Beránek-5/+36
2022-04-02Auto merge of #95537 - GuillaumeGomez:type_of-doc, r=Dylan-DPCbors-1/+4
2022-04-02Improve TyCtxt::type_of documentationGuillaume Gomez-1/+4
2022-04-02Auto merge of #95571 - petrochenkov:nowrapident2, r=Aaron1011bors-0/+4
2022-04-02Auto merge of #95509 - nnethercote:simplify-MatcherPos-some-more, r=petrochenkovbors-95/+120
2022-04-02Rollup merge of #95560 - lcnr:obligation-cause, r=oli-obkDylan DPC-45/+51
2022-04-02Rollup merge of #95559 - lcnr:inferctxt-typeck, r=oli-obkDylan DPC-52/+17
2022-04-02Rollup merge of #95544 - jam1garner:improve-naked-noreturn-diagnostic, r=tmiaskoDylan DPC-1/+14
2022-04-02Rollup merge of #95430 - ChrisDenton:disable-tls-i686-msvc, r=nagisaDylan DPC-0/+2
2022-04-02Rollup merge of #95373 - RalfJung:invalid_value, r=davidtwcoDylan DPC-7/+16
2022-04-02Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnrDylan DPC-4/+7
2022-04-01Auto merge of #94883 - cjgillot:flat-metadata, r=oli-obkbors-212/+131
2022-04-02ast_lowering: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-0/+4
2022-04-01Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgrbors-94/+323
2022-04-01Reword purpose description of noreturn in naked functionjam1garner-1/+1
2022-04-01invalid_value lint: detect invalid initialization of arraysRalf Jung-7/+16
2022-04-01update commentlcnr-2/+1
2022-04-01convert more `DefId`s to `LocalDefId`lcnr-43/+50
2022-04-01remove unused incorrect `EqUnifyValue` impllcnr-3/+1
2022-04-01remove `unify_key::replace_if_possible`lcnr-43/+11
2022-04-01update commentslcnr-7/+6
2022-04-01Rollup merge of #95531 - petrochenkov:metacount, r=nnethercoteMatthias Krüger-15/+10
2022-04-01Rollup merge of #95388 - RalfJung:rust-val-limit, r=oli-obkMatthias Krüger-9/+23
2022-04-01Rollup merge of #95293 - compiler-errors:braces, r=davidtwcoMatthias Krüger-76/+159
2022-04-01Rollup merge of #95260 - compiler-errors:fn, r=davidtwcoMatthias Krüger-9/+141
2022-03-31Add error message suggestion for missing noreturn in naked functionjam1garner-1/+14
2022-03-31Handle rustc_const_stable attribute in library feature collectorDavid Tolnay-4/+7
2022-03-31Auto merge of #95526 - Dylan-DPC:rollup-0ikl5l5, r=Dylan-DPCbors-79/+114
2022-03-31Merge impl_constness and is_const_fn_raw.Camille GILLOT-63/+52
2022-03-31Create trait_def table.Camille GILLOT-72/+16
2022-03-31Store fn constness in impl_constness.Camille GILLOT-49/+32
2022-03-31expand: Do not count metavar declarations on RHS of `macro_rules`Vadim Petrochenkov-15/+10
2022-03-31Introduce repr_options table.Camille GILLOT-33/+36
2022-03-31Rollup merge of #95523 - lcnr:yeet-unused-field, r=oli-obkDylan DPC-34/+3
2022-03-31Rollup merge of #95517 - lcnr:rustc_borrowck-misc, r=jackh726Dylan DPC-10/+15
2022-03-31Rollup merge of #91416 - compiler-errors:infinite-ty-option-box, r=estebankDylan DPC-35/+96