about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-23Store the gctxt instead of fetching it twice.Oli Scherer-4/+8
2023-01-23Prefer queries over Compiler methodsOli Scherer-5/+4
2023-01-23Make `output_filenames` a real queryOli Scherer-28/+17
2023-01-23Remove another unneeded use of the resolverOli Scherer-19/+23
2023-01-23Rollup merge of #107203 - chenyukang:yukang/fix-106496-remove-deref, r=compil...Dylan DPC-0/+16
2023-01-23Rollup merge of #107195 - smoelius:patch-2, r=NilstriebDylan DPC-1/+1
2023-01-23Rollup merge of #107108 - sulami:issue-83968-doc-alias-typo-suggestions, r=co...Dylan DPC-13/+54
2023-01-23Rollup merge of #104926 - spastorino:calculate_diverging_fallback-cleanups, r...Dylan DPC-105/+60
2023-01-23Consider doc(alias) when providing typo suggestionsRobin Schroer-13/+54
2023-01-22Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillotbors-296/+74
2023-01-23Fix #106496, suggest remove deref for type mismatchyukang-0/+16
2023-01-22Rename relationships to infer_var_infoSantiago Pastorino-12/+12
2023-01-22Move relationships::update to Inherited::update_infer_var_infoSantiago Pastorino-53/+42
2023-01-22Store relationships on InherentSantiago Pastorino-61/+28
2023-01-22Remove duplicated debug callSantiago Pastorino-1/+0
2023-01-22Update universal_regions.rsSamuel Moelius-1/+1
2023-01-22Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-SimulacrumMatthias Krüger-2/+6
2023-01-22Rollup merge of #107111 - chenyukang:yukang/fix-107090-fluent-parameters, r=p...Matthias Krüger-14/+19
2023-01-22Rollup merge of #107102 - compiler-errors:new-solver-new-candidats-4, r=lcnrMatthias Krüger-18/+84
2023-01-22Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errorsbors-42/+109
2023-01-21Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillotMichael Goulet-25/+46
2023-01-21Rollup merge of #106578 - compiler-errors:recursive-opaque-closure, r=TaKO8KiMichael Goulet-6/+53
2023-01-21Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikicMichael Goulet-11/+9
2023-01-22Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim...bors-13/+138
2023-01-21Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat reportAaron Hill-0/+1
2023-01-21Address goal nitsMichael Goulet-38/+54
2023-01-21Implement some more predicatesMichael Goulet-7/+57
2023-01-21Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obkbors-89/+364
2023-01-21Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillotbors-12/+12
2023-01-21Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoeristerbors-42/+124
2023-01-21Label closure captures/generator locals that make opaque types recursiveMichael Goulet-6/+53
2023-01-20Rollup merge of #107112 - eltociear:patch-19, r=albertlarsan68Michael Goulet-2/+2
2023-01-20Rollup merge of #107061 - compiler-errors:new-solver-new-candidates-3, r=lcnrMichael Goulet-21/+208
2023-01-20Rollup merge of #104347 - notriddle:notriddle/import-macro-from-self-fixup, r...Michael Goulet-5/+17
2023-01-20Rollup merge of #104154 - timrobertsdev:deny-by-default-bindings_with_variant...Michael Goulet-2/+2
2023-01-20Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error"Felix S. Klock II-13/+138
2023-01-20diagnostics: remvoe unnecessary use of `source_map.start_point`Michael Howell-1/+1
2023-01-20diagnostics: use `module_path` to check crate import instead of stringsMichael Howell-20/+4
2023-01-20diagnostics: add `};` only if `{` was added tooMichael Howell-5/+5
2023-01-20diagnostics: suggest changing `s@self::{macro}@::macro` for exportedMichael Howell-1/+29
2023-01-20Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnrbors-75/+146
2023-01-20Enable sanitizers for s390x-linuxUlrich Weigand-2/+6
2023-01-20Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgrbors-54/+94
2023-01-20Auto merge of #107105 - matthiaskrgr:rollup-rkz9t7r, r=matthiaskrgrbors-357/+415
2023-01-20Fix typo in opaque_types.rsIkko Eltociear Ashimine-2/+2
2023-01-20Add `compile_fail` to doctest for `bindings_with_variant_name`--global-1/+1
2023-01-20Change `bindings_with_variant_name` to deny-by-default--global-1/+1
2023-01-20Rollup merge of #107068 - mejrs:use_derive, r=estebankMatthias Krüger-33/+27
2023-01-20Rollup merge of #106928 - bvanjoi:print-keyword-raw-identifier, r=petrochenkovMatthias Krüger-1/+1
2023-01-20Rollup merge of #106891 - estebank:issue-45727, r=petrochenkovMatthias Krüger-8/+26