about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-07Auto merge of #99983 - RalfJung:more-layout-checks, r=eddybbors-110/+309
2022-08-07Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri...bors-0/+21
2022-08-07Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnrMatthias Krüger-23/+23
2022-08-07Rollup merge of #100071 - klensy:annotate-snippets-bump, r=Mark-SimulacrumMatthias Krüger-3/+7
2022-08-06Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgrbors-3/+54
2022-08-06Rollup merge of #100167 - chenyukang:require-suggestion, r=estebankMatthias Krüger-1/+5
2022-08-06Rollup merge of #100132 - compiler-errors:issue-100103, r=tmiaskoMatthias Krüger-1/+1
2022-08-06Rollup merge of #100094 - lyming2007:issue-98982, r=estebankMatthias Krüger-1/+48
2022-08-06Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwcobors-18/+36
2022-08-06Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726bors-159/+125
2022-08-05Auto merge of #100035 - workingjubilee:merge-functions, r=nikicbors-2/+5
2022-08-05Enable function merging when opt is for sizeJubilee Young-2/+5
2022-08-05implement #98982Yiming Lei-1/+48
2022-08-05move DiagnosticArgFromDisplay into rustc_errorsMichael Goulet-31/+36
2022-08-05Delay formatting trimmed path until lint/error is emittedMichael Goulet-14/+27
2022-08-05Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i...Dylan DPC-12/+23
2022-08-05Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726Dylan DPC-7/+7
2022-08-05Rollup merge of #99835 - TaKO8Ki:suggest-adding-or-removing-ref-for-binding-p...Dylan DPC-4/+49
2022-08-05Auto merge of #100073 - dpaoliello:externvar, r=michaelwoeristerbors-1/+8
2022-08-05Improve diagnostics for `const a: = expr;`Maybe Waffle-12/+23
2022-08-05recover require,include instead of use in itemyukang-1/+5
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-27/+142
2022-08-05Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakisbors-296/+581
2022-08-04opt node typeMichael Goulet-7/+7
2022-08-04Rollup merge of #100148 - durin42:llvm-16-pointertype, r=nikicMatthias Krüger-1/+6
2022-08-04Rollup merge of #100095 - jackh726:early-binder, r=lcnrMatthias Krüger-68/+94
2022-08-04Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro...Matthias Krüger-3/+17
2022-08-04Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst...Matthias Krüger-8/+67
2022-08-04Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebankMatthias Krüger-1/+2
2022-08-04Add test for raw-dylib with an external variableDaniel Paoliello-1/+8
2022-08-04Fix typoSantiago Pastorino-1/+1
2022-08-04Improve opt_local_def_id docsSantiago Pastorino-7/+9
2022-08-04Improve record_def_id_remap docsSantiago Pastorino-1/+4
2022-08-04Do not collect lifetimes with Infer resolutionSantiago Pastorino-14/+21
2022-08-04RustWrapper: update for TypedPointerType in LLVMAugie Fackler-1/+6
2022-08-04Use span_bug instead of panicSantiago Pastorino-4/+8
2022-08-04Add docs to generics_def_id_mapSantiago Pastorino-1/+4
2022-08-04Add docs to record_elided_anchorSantiago Pastorino-0/+3
2022-08-04Extract record_elided_anchorSantiago Pastorino-18/+13
2022-08-04Move new_remapping inside with_hir_id_ownerSantiago Pastorino-1/+2
2022-08-04Add documentation for create_lifetime_defsSantiago Pastorino-0/+4
2022-08-04Add more debug callsSantiago Pastorino-4/+5
2022-08-04Add documentation about lifetime argsSantiago Pastorino-0/+2
2022-08-04Add documentation about lifetime_defsSantiago Pastorino-0/+3
2022-08-04Move hir_bounds after lifetime_defsSantiago Pastorino-5/+4
2022-08-04captures -> collected_lifetimesSantiago Pastorino-9/+10
2022-08-04Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_asy...Santiago Pastorino-5/+14
2022-08-04Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_opa...Santiago Pastorino-18/+23
2022-08-04Document what collected_lifetimes vec containtsSantiago Pastorino-0/+3
2022-08-04Document lower_opaque_impl_traitSantiago Pastorino-0/+29