about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-10-19Auto merge of #103214 - Nilstrieb:set-theory, r=petrochenkovbors-7/+5
2022-10-19Use Set instead of Vec in transitive_relationnils-7/+5
2022-10-19Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726Dylan DPC-6/+11
2022-10-19Rollup merge of #103182 - Nilstrieb:query-desc-cleanup, r=oli-obkDylan DPC-89/+92
2022-10-19Rollup merge of #103034 - nathanwhit:let-chains-rhs-temporaries, r=wesleywiserDylan DPC-2/+6
2022-10-19Rollup merge of #102863 - compiler-errors:call-suggestion-on-unimplemented, r...Dylan DPC-80/+168
2022-10-19Rollup merge of #103176 - nnethercote:fix-TyKind-is_simple_path, r=spastorinoMatthias Krüger-2/+5
2022-10-19instantiate -> constructMichael Goulet-6/+4
2022-10-19Generalize call suggestion for unsatisfied predicateMichael Goulet-53/+126
2022-10-19Standardize arg suggestions between typeck and trait selectionMichael Goulet-51/+57
2022-10-19Use predicate_must_hold_modulo_regionsMichael Goulet-14/+8
2022-10-19Suggest calling ctor when trait is unimplementedMichael Goulet-1/+18
2022-10-18Consider patterns in fn params in an `Elided(Infer)` lifetime rib.Camille GILLOT-6/+11
2022-10-19Replace a `spawn_unchecked` with `spawn_scoped`.Nicholas Nethercote-12/+16
2022-10-19Apply `Lrc` later to `sess` and `codegen_backend`.Nicholas Nethercote-10/+5
2022-10-19Inline and remove `create_compiler_and_run`.Nicholas Nethercote-53/+51
2022-10-19Reduce visibility of some functions.Nicholas Nethercote-3/+3
2022-10-19Inline and remove `scoped_thread`.Nicholas Nethercote-15/+9
2022-10-18Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisabors-9/+40
2022-10-18Clean up query descriptionsnils-89/+92
2022-10-18Rollup merge of #103168 - Amanieu:stable_asm_sym, r=davidtwcoYuki Okushi-15/+8
2022-10-18Rollup merge of #103142 - fmease:fix-103052, r=oli-obkYuki Okushi-0/+5
2022-10-18Auto merge of #102992 - nnethercote:rm-RunCompiler-emitter, r=bjorn3bors-95/+28
2022-10-18Fix `TyKind::is_simple_path`.Nicholas Nethercote-2/+5
2022-10-18Auto merge of #102543 - daym:patch-1, r=joshtriplettbors-6/+1
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-95/+28
2022-10-17Stabilize asm_symAmanieu d'Antras-15/+8
2022-10-17Remove execute bit from lock file permissionsDanny Milosavljevic-6/+1
2022-10-17Auto merge of #103151 - matthiaskrgr:rollup-t3mmnsg, r=matthiaskrgrbors-26/+144
2022-10-17Rollup merge of #102945 - compiler-errors:placeholder-region-outlives, r=lcnrMatthias Krüger-1/+1
2022-10-17Rollup merge of #102466 - lcnr:const-equate-uwu, r=BoxyUwUMatthias Krüger-23/+26
2022-10-17Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnrMatthias Krüger-2/+117
2022-10-17Auto merge of #102355 - lcnr:bye-bye-type-traversal, r=oli-obkbors-251/+37
2022-10-17Rollup merge of #103139 - smoelius:patch-2, r=Dylan-DPCMatthias Krüger-5/+0
2022-10-17Make diagnostic for unsatisfied Termination bounds more preciseLeón Orell Valerian Liehr-0/+5
2022-10-17add inline to `TrivialTypeTraversalImpls`lcnr-14/+17
2022-10-17rm `try_normalize_mir_const_after_erasing_regions`lcnr-11/+0
2022-10-17mir constants: type traversing bye byelcnr-232/+26
2022-10-17Auto merge of #103116 - TaKO8Ki:fix-103053, r=lcnrbors-5/+12
2022-10-17Duplicate comment in mod.rsSamuel Moelius-5/+0
2022-10-17Auto merge of #103096 - petrochenkov:indresdoc, r=cjgillotbors-1/+1
2022-10-17trivial fix for comments feedbackyukang-10/+18
2022-10-16Auto merge of #103125 - matthiaskrgr:rollup-82xttcl, r=matthiaskrgrbors-5/+11
2022-10-16Don't consider `Let` exprs terminating scopesNathan Whitaker-2/+6
2022-10-16Rollup merge of #103089 - cjgillot:automatic-structural-eq, r=oli-obkMatthias Krüger-5/+11
2022-10-16Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkovbors-118/+194
2022-10-16Populate effective visibilities in 'rustc_resolve'Bryanskiy-118/+194
2022-10-16Rollup merge of #102953 - WaffleLapkin:better_docs_for_decorate_param, r=Ralf...Matthias Krüger-0/+66
2022-10-16fix typoRalf Jung-1/+1
2022-10-16fix `own_substs` ICETakayuki Maeda-5/+12