about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-04-28Rollup merge of #110913 - compiler-errors:missing-lints, r=NilstriebMatthias Krüger-88/+93
2023-04-28Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e...Matthias Krüger-185/+377
2023-04-28Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514Matthias Krüger-12/+11
2023-04-27Auto merge of #110916 - matthiaskrgr:rollup-g3c33zc, r=matthiaskrgrbors-147/+51
2023-04-27Rollup merge of #110886 - nnethercote:dep-graph-cleanups, r=cjgillotMatthias Krüger-64/+32
2023-04-27Rollup merge of #110838 - nnethercote:more-Folder-Visitable-cleanups, r=lcnrMatthias Krüger-83/+19
2023-04-27Add a few more missing lintsMichael Goulet-0/+2
2023-04-27Sort hardwired lintsMichael Goulet-89/+91
2023-04-27Add invalid_macro_export_arguments to built-in macro listMichael Goulet-0/+1
2023-04-27Auto merge of #107782 - Zoxc:worker-local, r=cjgillotbors-66/+198
2023-04-27Rollup merge of #110872 - Jules-Bertholet:err-67981, r=wesleywiserMatthias Krüger-1/+11
2023-04-27Rollup merge of #110864 - compiler-errors:into-future-stable, r=jackh726Matthias Krüger-8/+1
2023-04-27Rollup merge of #110816 - clubby789:rustc-passes-diagnostics, r=compiler-errorsMatthias Krüger-175/+308
2023-04-27Rollup merge of #110814 - WaffleLapkin:sprinkle_#inline, r=NilstriebMatthias Krüger-0/+17
2023-04-27Auto merge of #110882 - BoxyUwU:rename-some-ty-flags, r=compiler-errorsbors-84/+85
2023-04-27Factor out common code in `intern_node`.Nicholas Nethercote-54/+26
2023-04-27Clean up `with_task`.Nicholas Nethercote-10/+6
2023-04-27rename `needs_subst` to `has_param`Boxy-28/+28
2023-04-27rename `needs_infer` to `has_infer`Boxy-57/+58
2023-04-27Add a comment about `TypeFoldable` and slices.Nicholas Nethercote-0/+4
2023-04-27Auto merge of #110728 - cjgillot:no-false-optes, r=oli-obkbors-38/+46
2023-04-27Migrate trivially translatable `rustc_parse` diagnosticsclubby789-185/+377
2023-04-26Nicer ICE for #67981Jules Bertholet-1/+11
2023-04-26IntoFuture::into_future is no longer unstableMichael Goulet-8/+1
2023-04-26Auto merge of #110852 - matthiaskrgr:rollup-jz3eosr, r=matthiaskrgrbors-223/+608
2023-04-26Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errorsMatthias Krüger-22/+24
2023-04-26Rollup merge of #110550 - compiler-errors:deref-on-binop-rhs, r=wesleywiserMatthias Krüger-0/+6
2023-04-26Rollup merge of #108760 - clubby789:autolintstuff, r=wesleywiserMatthias Krüger-201/+578
2023-04-26Auto merge of #110822 - scottmcm:lower-offset-to-mir, r=compiler-errorsbors-20/+31
2023-04-26Auto merge of #97368 - tmandry:coverage-underflow, r=jyn514bors-1/+1
2023-04-26Migrate `rustc_passes` to translatable diagnosticsclubby789-175/+308
2023-04-26Rollup merge of #110594 - infdahai:cfg_chore, r=jyn514jyn-1/+2
2023-04-26Derive `Type{Foldable,Visitable}` for `UserTypeProjection`.Nicholas Nethercote-24/+3
2023-04-26Remove unused `TypeFoldable`/`TypeVisitable` impls.Nicholas Nethercote-59/+12
2023-04-26add cfg SPEC declaration.clundro-1/+2
2023-04-26Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillotbors-130/+174
2023-04-25Lower `intrinsics::offset` to `mir::BinOp::Offset`Scott McMurray-20/+31
2023-04-26Make some region folders a little stricter.Nicholas Nethercote-22/+24
2023-04-25Auto merge of #110811 - compiler-errors:vars-are-question-mark, r=WaffleLapkinbors-5/+5
2023-04-25vars are ?Michael Goulet-5/+5
2023-04-25Rollup merge of #110783 - dtolnay:safeprint, r=petrochenkovMatthias Krüger-40/+68
2023-04-25Rollup merge of #110671 - compiler-errors:polarity, r=lcnrMatthias Krüger-3/+74
2023-04-25Rollup merge of #110615 - WaffleLapkin:impl_tag, r=cjgillotMatthias Krüger-29/+211
2023-04-25Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com...Matthias Krüger-59/+76
2023-04-25Fix static string lintsclubby789-200/+491
2023-04-25Add deny lint to prevent untranslatable diagnostics using static stringsclubby789-1/+87
2023-04-25Add `#[inline]` in `impl_tag`Maybe Waffle-0/+2
2023-04-25Sprinkle some `#[inline]` in `rustc_data_structures::tagged_ptr`Maybe Waffle-0/+17
2023-04-25Move unstatisfaction check earlier.Camille GILLOT-50/+44
2023-04-25Fix ICE on --print=... i/o errorsDavid Tolnay-40/+68