about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-30apply suggestionX-1/+1
2022-09-28fix unwind drop glue for if-then scopesDing Xiang Fei-14/+46
2022-09-28Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitorbors-96/+232
2022-09-28Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726Yuki Okushi-1/+2
2022-09-28Rollup merge of #102348 - nnethercote:tweak-FulfillProcessor, r=jackh726Yuki Okushi-12/+12
2022-09-28Rollup merge of #102347 - nnethercote:unescaping-cleanups, r=matkladYuki Okushi-15/+12
2022-09-28Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin...Yuki Okushi-3/+9
2022-09-28Rollup merge of #102288 - mejrs:inner, r=compiler-errorsYuki Okushi-61/+152
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-3/+2
2022-09-28Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0...Yuki Okushi-1/+43
2022-09-28Auto merge of #100996 - m-ou-se:format-args-2, r=estebankbors-1311/+1247
2022-09-28Deduplicate some logicmejrs-47/+27
2022-09-27review updatesMatthew Kelly-2/+2
2022-09-28Small cleanups in unescaping code.Nicholas Nethercote-14/+11
2022-09-27Use already resolved self_ty in confirm_fn_pointer_candidateMichael Goulet-1/+2
2022-09-27Rollup merge of #102356 - davidtwco:translation-bootstrap-bump-allow-lint, r=...Matthias Krüger-52/+0
2022-09-27Rollup merge of #102337 - cuviper:llvm-optional-bool, r=nikicMatthias Krüger-1/+1
2022-09-27Rollup merge of #102284 - compiler-errors:missing-type-in-raw-ptr, r=davidtwcoMatthias Krüger-4/+7
2022-09-27Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillotMatthias Krüger-51/+117
2022-09-27Address feedbackmejrs-16/+46
2022-09-27Wrapper suggestionsmejrs-67/+148
2022-09-27Deny associated type bindings within associated type bindingsMichael Goulet-3/+9
2022-09-27Stabilize bench_black_boxUrgau-3/+2
2022-09-27also query type_uninhabited_fromRalf Jung-3/+11
2022-09-27Remove confusing drop.Mara Bos-1/+0
2022-09-27Update doc comments.Mara Bos-2/+2
2022-09-27Turn format arguments Vec into its own struct.Mara Bos-84/+146
2022-09-27Add clarifying comments.Mara Bos-0/+3
2022-09-27Flatten if-let and match into one.Mara Bos-19/+14
2022-09-27Move enum definition closer to its usage.Mara Bos-5/+5
2022-09-27Use if let chain.Mara Bos-4/+2
2022-09-27Tweak comments.Mara Bos-2/+2
2022-09-27Prefer new_v1_formatted instead of new_v1 with duplicates.Mara Bos-36/+33
2022-09-27Fix typo.Mara Bos-1/+1
2022-09-27Move FormatArgs structure to its own module.Mara Bos-163/+172
2022-09-27Rewrite and refactor format_args!() builtin macro.Mara Bos-1287/+1160
2022-09-27Auto merge of #102306 - lcnr:rustc_hir_analysis, r=compiler-errorsbors-28/+27
2022-09-27session: remove now-unnecessary lint `#[allow]`sDavid Wood-52/+0
2022-09-27rustc_typeck to rustc_hir_analysislcnr-28/+27
2022-09-27Auto merge of #102314 - TaKO8Ki:add-label-to-struct-enum-union-ident, r=estebankbors-15/+29
2022-09-27Tweak `FulfillProcessor`.Nicholas Nethercote-12/+12
2022-09-27Fix an incorrect comment.Nicholas Nethercote-1/+1
2022-09-27Auto merge of #102189 - davidtwco:translation-derive-enums, r=compiler-errorsbors-220/+252
2022-09-27Structured suggestion for missing mut/const in pointerMichael Goulet-4/+7
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-10/+26
2022-09-27create a new local varTakayuki Maeda-5/+3
2022-09-26remove implied link bound per reviewMatthew Kelly-3/+1
2022-09-26Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-...Matthew Kelly-13148/+17407
2022-09-26Avoid LLVM-deprecated `Optional::hasValue`Josh Stone-1/+1
2022-09-26Auto merge of #102324 - matthiaskrgr:rollup-6l70oz3, r=matthiaskrgrbors-50/+124