about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-20Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler...Matthias Krüger-11/+81
2023-11-20Rollup merge of #117327 - Nilstrieb:more-query-docs, r=compiler-errorsMatthias Krüger-2/+13
2023-11-20Store feature stability un-splitMichael Goulet-54/+36
2023-11-20Unify defined_lib_features and lib_features queriesMichael Goulet-60/+83
2023-11-20Bump future release warning modeMichael Goulet-1/+1
2023-11-20Don't consider regions in deref_into_dyn_supertrait lintMichael Goulet-5/+11
2023-11-20Don't require intercrate mode for negative coherenceMichael Goulet-3/+16
2023-11-20Don't drop region constraints that come from plugging infer regions with plac...Michael Goulet-7/+7
2023-11-20Uplift InferConst to rustc_type_irMichael Goulet-84/+80
2023-11-20Use InferTy from rustc_type_ir unconditionallyMichael Goulet-11/+8
2023-11-20Enable the Arm Cortex-A53 errata mitigation on aarch64-unknown-noneJonathan Pallant (Ferrous Systems)-0/+5
2023-11-20Remove now unnecessary x86_64_sun_solaris.rs.Petr Sumbera-20/+0
2023-11-20Remove now deprecated target x86_64-sun-solaris.Petr Sumbera-1/+0
2023-11-20handle reservation impls, track impl sourcelcnr-26/+68
2023-11-20self ty infer ambiguity: add proof tree candlcnr-11/+16
2023-11-20Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgrbors-111/+391
2023-11-20Typeck break expr even if break is illegalGurinder Singh-9/+12
2023-11-20Auto merge of #117783 - tmiasko:inline-ret, r=cjgillotbors-134/+163
2023-11-20Fix insertion of statements to be executed along return edge in inliningTomasz Miąsko-14/+44
2023-11-20Remove unused feature.Nicholas Nethercote-1/+0
2023-11-20Put derives on a single line where possible.Nicholas Nethercote-26/+13
2023-11-20Add a comment.Nicholas Nethercote-0/+2
2023-11-20Remove unused arena kinds in `rustc_hir` and `rustc_middle`.Nicholas Nethercote-17/+1
2023-11-20Add allow-by-default lint for unit bindings许杰友 Jieyou Xu (Joe)-0/+85
2023-11-19Rollup merge of #118068 - antoyo:subtree-update_cg_gcc_2023-11-17, r=cjgillotMichael Goulet-41/+104
2023-11-19Rollup merge of #118000 - compiler-errors:placeholder-ty-outlives, r=aliemjayMichael Goulet-10/+61
2023-11-19Rollup merge of #117994 - compiler-errors:throw-away-regions-in-coherence, r=...Michael Goulet-9/+8
2023-11-19Rollup merge of #117988 - estebank:issue-106020, r=cjgillotMichael Goulet-0/+110
2023-11-19Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwcoMichael Goulet-3/+60
2023-11-19Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillotMichael Goulet-38/+42
2023-11-19Rollup merge of #117828 - Nilstrieb:astconv-hashmaps, r=petrochenkovMichael Goulet-10/+6
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-16/+98
2023-11-20Alphabetize features.Nicholas Nethercote-2/+2
2023-11-20Inline and remove `record_layout_for_printing`.Nicholas Nethercote-15/+5
2023-11-20Reduce exposure of some items.Nicholas Nethercote-16/+16
2023-11-19Auto merge of #116828 - compiler-errors:nightlyify-rustc_type_ir, r=jackh726bors-102/+203
2023-11-19Use let else to reduce indentationTomasz Miąsko-124/+123
2023-11-19Auto merge of #117683 - estebank:priv-builder-sugg, r=cjgillotbors-93/+345
2023-11-19Ignore but do not assume region obligations from unifying headers in negative...Michael Goulet-9/+8
2023-11-19Make regionck care about placeholders in outlives componentsMichael Goulet-10/+61
2023-11-19Pass TyCtxt by valueAntoni Boucher-3/+3
2023-11-19Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwcobors-66/+208
2023-11-19Merge commit '2e8386e9fb3506cef991d04f8b3bc78f9a0c2630' into subtree-update_c...Antoni Boucher-41/+104
2023-11-19Expand Miri's BorTag GC to a Provenance GCBen Kimock-7/+25
2023-11-19fix rebaseEsteban Küber-2/+7
2023-11-19fmtEsteban Küber-1/+2
2023-11-19review commentsEsteban Küber-43/+24
2023-11-19Account for number of arguments in suggestionEsteban Küber-5/+24
2023-11-19fix tidyEsteban Küber-1/+1
2023-11-19Suggest Default::default() for struct literals with private fieldsEsteban Küber-0/+17