about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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 #102314 - TaKO8Ki:add-label-to-struct-enum-union-ident, r=estebankbors-15/+29
2022-09-27Auto merge of #102189 - davidtwco:translation-derive-enums, r=compiler-errorsbors-220/+252
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-26Auto merge of #102324 - matthiaskrgr:rollup-6l70oz3, r=matthiaskrgrbors-50/+124
2022-09-26Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david...Matthias Krüger-7/+33
2022-09-26Rollup merge of #102273 - woppopo:relax_const_bound, r=fee1-deadMatthias Krüger-4/+3
2022-09-26Rollup merge of #101996 - b-naber:binder-print, r=lcnrMatthias Krüger-27/+82
2022-09-26Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnrMatthias Krüger-12/+6
2022-09-26Auto merge of #102257 - cjgillot:let-else-lint, r=dingxiangfei2009bors-16/+27
2022-09-26Auto merge of #102051 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-71/+13
2022-09-26address reviewb-naber-3/+4
2022-09-26Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisabors-0/+70
2022-09-26don't duplicate late-bound region names in print of Binderb-naber-27/+81
2022-09-26macros: support diagnostic derive on enumsDavid Wood-220/+252
2022-09-26remove cfg(bootstrap)Pietro Albini-61/+3
2022-09-26replace stabilization placeholdersPietro Albini-10/+10
2022-09-26Auto merge of #102224 - fee1-dead-contrib:const_trait_impl_specialization, r=...bors-7/+4
2022-09-26Auto merge of #102297 - fee1-dead-contrib:rollup-2np0cre, r=fee1-deadbors-55/+18
2022-09-26Rollup merge of #102270 - Nilstrieb:delete-useless-benches, r=TaKO8Kifee1-dead-54/+0
2022-09-26Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrumfee1-dead-1/+1
2022-09-26Rollup merge of #102143 - Rageking8:fix-101540, r=TaKO8Kifee1-dead-0/+17
2022-09-26Allow `~const` bounds on non-const functionswoppopo-4/+3
2022-09-26Auto merge of #102292 - fee1-dead-contrib:rollup-61ptdkt, r=fee1-deadbors-596/+525
2022-09-26Rollup merge of #102244 - compiler-errors:issue-102219, r=cjgillotfee1-dead-10/+13
2022-09-26Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwcofee1-dead-586/+512
2022-09-26Auto merge of #101785 - jyn514:query-struct-fn-ptrs, r=cjgillotbors-56/+95
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+70
2022-09-25Only lower async fn body if it actually has a bodyMichael Goulet-7/+6
2022-09-25Only generate closure def id for async fns with bodyMichael Goulet-3/+7
2022-09-25Recover some items that expect braces and don't take semicolonsMichael Goulet-7/+33
2022-09-25Auto merge of #101710 - jyn514:move-dep-kind-node, r=cjgillotbors-147/+135
2022-09-25Auto merge of #95474 - oli-obk:tait_ub, r=jackh726bors-125/+215
2022-09-25Move the `codegen_unit` debug assert from `rustc_query_system` to `query_impl`Joshua Nelson-24/+18
2022-09-25Move some more code from rustc_middle to rustc_query_systemJoshua Nelson-14/+13
2022-09-25Move functions on `DepKindStruct` from rustc_middle to rustc_query_systemJoshua Nelson-71/+64
2022-09-25Move `DepKindStruct` from rustc_middle to rustc_query_systemJoshua Nelson-63/+65
2022-09-25Remove benches from `rustc_middle`Nilstrieb-54/+0
2022-09-25Use function pointers instead of macro-unrolled loops in rustc_query_implJoshua Nelson-56/+95
2022-09-25Auto merge of #102265 - fee1-dead-contrib:rollup-a7fccbg, r=fee1-deadbors-697/+50
2022-09-25Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obkfee1-dead-11/+19
2022-09-25Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikicfee1-dead-680/+25