about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-13Layout of `&dyn Trait<[type error]>` is still wideMichael Goulet-2/+10
2023-03-13Rollup merge of #109088 - Nilstrieb:target-feature-on-statics-when, r=compile...Matthias Krüger-20/+25
2023-03-13Rollup merge of #109058 - tmiasko:is-checkable, r=jackh726Matthias Krüger-0/+3
2023-03-13Gracefully handle `#[target_feature]` on staticsNilstrieb-20/+25
2023-03-13Generalize operation.Camille GILLOT-14/+27
2023-03-13Rename method.Camille GILLOT-7/+7
2023-03-13Replace ZST operands and debuginfo by constants.Camille GILLOT-28/+93
2023-03-13Don't opt_rpitit_info as a separate queryMichael Goulet-23/+31
2023-03-13Better names?Michael Goulet-48/+54
2023-03-13Treat projections with infer as placeholder during fast reject in new solverMichael Goulet-66/+160
2023-03-13metadata/resolve: Minor refactoring to "tcx -> cstore" conversionsVadim Petrochenkov-9/+14
2023-03-13metadata: Remove some more untracked `CStore` methodsVadim Petrochenkov-21/+10
2023-03-13resolve: Remove `struct_field_names_untracked`Vadim Petrochenkov-72/+52
2023-03-13resolve: Centralize retrieval of items span and item nameVadim Petrochenkov-69/+37
2023-03-13resolve: Remove `fn_has_self_parameter_untracked`Vadim Petrochenkov-14/+15
2023-03-13resolve: Remove `struct_field_visibilities_untracked`Vadim Petrochenkov-50/+37
2023-03-13resolve: Partially remove `item_attrs_untracked`Vadim Petrochenkov-8/+4
2023-03-13resolve: Remove `visibility_untracked`Vadim Petrochenkov-11/+4
2023-03-13Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31bors-69/+82
2023-03-12Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obkbors-294/+208
2023-03-12Auto merge of #109056 - matthiaskrgr:rollup-9trny1z, r=matthiaskrgrbors-31/+72
2023-03-12Rollup merge of #109047 - tshepang:type, r=lcnrMatthias Krüger-1/+1
2023-03-12Rollup merge of #109032 - compiler-errors:shorter, r=BoxyUwUMatthias Krüger-15/+13
2023-03-12Rollup merge of #109029 - compiler-errors:parse-gating, r=jackh726Matthias Krüger-15/+12
2023-03-12Rollup merge of #108651 - LeSeulArtichaut:108645-target-feature-on-main, r=Ni...Matthias Krüger-0/+46
2023-03-12Auto merge of #108845 - Zoxc:par-fix-2, r=cjgillotbors-6/+21
2023-03-12Add test for useless_anonymous_reexport lintGuillaume Gomez-1/+2
2023-03-12Add lint for useless anonymous reexportsGuillaume Gomez-0/+95
2023-03-12Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obkbors-30/+116
2023-03-12Allow `#[target_feature]` on `main` and `start` for WASMLéo Lanteri Thauvin-2/+14
2023-03-12Forbid the use of `#[target_feature]` on `start`Léo Lanteri Thauvin-0/+19
2023-03-12Forbid the use of `#[target_feature]` on `main`Léo Lanteri Thauvin-0/+15
2023-03-12Fix object safety checks for new RPITITsSantiago Pastorino-3/+2
2023-03-12Filter out RPITITs in object_safety_violations_for_traitSantiago Pastorino-0/+1
2023-03-12Filter out RPITITs in astconv when checking for missing associated typesSantiago Pastorino-0/+1
2023-03-12Add recovery for use of removed `box` syntaxclubby789-0/+28
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-36/+20
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-40/+41
2023-03-12typoTshepang Mbambo-1/+1
2023-03-12Auto merge of #109043 - matthiaskrgr:rollup-genkz0e, r=matthiaskrgrbors-29/+140
2023-03-12Use `Debug` for formatting the dep nodesJohn Kåre Alsaker-2/+1
2023-03-12Remove `graph` parameter from `try_force_from_dep_node`John Kåre Alsaker-7/+8
2023-03-12Optimize dep node backtrace and ignore fatal errorsJohn Kåre Alsaker-50/+63
2023-03-12Rollup merge of #109018 - jyn514:global-allocator-comment, r=lqdMatthias Krüger-0/+9
2023-03-12Rollup merge of #109017 - klensy:dupe, r=cjgillotMatthias Krüger-6/+2
2023-03-12Rollup merge of #109013 - Nilstrieb:obscurity-is-not-a-necessity, r=fee1-deadMatthias Krüger-5/+18
2023-03-12Rollup merge of #108841 - jackh726:issue-90528, r=compiler-errorsMatthias Krüger-7/+90
2023-03-12Rollup merge of #108797 - thomcc:sourcemap_include_binary_file, r=compiler-er...Matthias Krüger-3/+8
2023-03-12Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=NilstriebMatthias Krüger-8/+13
2023-03-12Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillotbors-82/+100