about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-28remove an unnecessary line breakTakayuki Maeda-1/+0
2022-07-28change the type of `note` field to `Option<String>`Takayuki Maeda-26/+21
2022-07-27Auto merge of #99725 - lcnr:dedup-region_bound_pairs, r=compiler-errorsbors-35/+37
2022-07-27Auto merge of #99816 - GuillaumeGomez:rollup-tyobksa, r=GuillaumeGomezbors-1201/+789
2022-07-27Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkovGuillaume Gomez-744/+175
2022-07-27Rollup merge of #99710 - davidtwco:internal-lint-opts, r=lcnrGuillaume Gomez-315/+478
2022-07-27Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=...Guillaume Gomez-121/+121
2022-07-27Rollup merge of #99358 - compiler-errors:issue-99325, r=oli-obkGuillaume Gomez-21/+15
2022-07-27Auto merge of #99731 - ehuss:let-chain-bracket-check, r=compiler-errorsbors-4/+1
2022-07-27lint: add bad opt access internal lintDavid Wood-300/+465
2022-07-27session: disable internal lints for rustdocDavid Wood-16/+10
2022-07-27Rollup merge of #99789 - TaKO8Ki:use-pluralize-macro, r=compiler-errorsYuki Okushi-12/+10
2022-07-27Rollup merge of #99769 - bjorn3:sync_cg_clif-2022-07-26, r=bjorn3Yuki Okushi-461/+705
2022-07-27Rollup merge of #99704 - fee1-dead-contrib:add_self_tilde_const_trait, r=oli-obkYuki Okushi-13/+32
2022-07-27Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obkYuki Okushi-51/+120
2022-07-27lint: add comment about diag lints in groupDavid Wood-0/+4
2022-07-27Rollup merge of #99759 - bjorn3:remove_llvm_dead_code, r=nikicYuki Okushi-100/+0
2022-07-27Rollup merge of #99712 - davidtwco:translation-migrate-passes-2, r=compiler-e...Yuki Okushi-268/+498
2022-07-27Rollup merge of #99698 - compiler-errors:no-doc-hidden, r=cjgillotYuki Okushi-5/+15
2022-07-27use `pluralize!`Takayuki Maeda-12/+10
2022-07-26Auto merge of #99574 - durin42:allocator-patch-redux, r=nikicbors-3/+169
2022-07-26Pacify tidy.Camille GILLOT-1/+0
2022-07-26Stop creating anonymous late lifetimes.Camille GILLOT-85/+4
2022-07-26Remove resolve_elided_lifetimes.Camille GILLOT-53/+6
2022-07-26Stop resolving lifetime elision on HIR.Camille GILLOT-425/+52
2022-07-26Move fn parameter ribs outwards.Camille GILLOT-36/+62
2022-07-26Replace LifetimeRes::Anonymous by LifetimeRes::Infer.Camille GILLOT-103/+49
2022-07-26Remove the distinction between LifetimeName::Implicit and LifetimeName::Under...Camille GILLOT-63/+21
2022-07-26Do not produce extra lifetime parameters when not needed.Camille GILLOT-0/+3
2022-07-26Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-202...bjorn3-461/+705
2022-07-26Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoeristerMatthias Krüger-31/+27
2022-07-26ICE on RawPtrComparison checkDeadbeef-4/+4
2022-07-26Fix diagnostics for unfulfilled obligationsDeadbeef-7/+19
2022-07-26Add `Self: ~const Trait` to traits with `#[const_trait]`Deadbeef-2/+9
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-3/+169
2022-07-26Remove dead code from cg_llvmbjorn3-100/+0
2022-07-26Auto merge of #99753 - Dylan-DPC:rollup-k046940, r=Dylan-DPCbors-71/+166
2022-07-26Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-deadDylan DPC-26/+28
2022-07-26Rollup merge of #99739 - nnethercote:rm-E0133, r=Dylan-DPCDylan DPC-1/+1
2022-07-26Rollup merge of #99692 - RalfJung:too-far, r=oli-obkDylan DPC-24/+48
2022-07-26Rollup merge of #99666 - compiler-errors:issue-99663, r=lcnrDylan DPC-1/+30
2022-07-26Rollup merge of #99618 - compiler-errors:uhh-idk, r=lcnrDylan DPC-19/+59
2022-07-26Check that RPITs constrained by a recursive call in a closure are compatibleMichael Goulet-29/+119
2022-07-26Revert "Do not allow typeck children items to constrain outer RPITs"Michael Goulet-29/+0
2022-07-26Revert "use opaque_ty_origin_unchecked instead of destructuring HIR"Michael Goulet-5/+13
2022-07-26Auto merge of #99677 - pietroalbini:pa-fix-97786-perf-regression, r=Mark-Simu...bors-20/+20
2022-07-26Allow try_to_raw_bytes on u8 arrayMichael Goulet-21/+15
2022-07-26Address nits, move substs replacement to separate functionMichael Goulet-27/+41
2022-07-26Use real opaque type instead of just saying impl TraitMichael Goulet-26/+28
2022-07-26Auto merge of #99745 - JohnTitor:rollup-lvrie64, r=JohnTitorbors-499/+680