about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-14Don't make a def id for impl_trait_in_bindingsMichael Goulet-0/+20
2024-12-14Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgrbors-249/+327
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-52/+442
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-54/+157
2024-12-14Rollup merge of #134211 - flba-eb:add_qnx_archiver, r=compiler-errorsMatthias Krüger-0/+10
2024-12-14Rollup merge of #134208 - Zalathar:covmap-covfun, r=compiler-errorsMatthias Krüger-65/+61
2024-12-14Rollup merge of #134192 - nnethercote:rm-Lexer-Parser-dep, r=compiler-errorsMatthias Krüger-174/+68
2024-12-14Rollup merge of #134081 - oli-obk:push-prpsqxxynxnq, r=BoxyUwUMatthias Krüger-4/+96
2024-12-14Rollup merge of #133942 - BD103:black-box-docs, r=saethlinMatthias Krüger-3/+89
2024-12-14Rollup merge of #132150 - taiki-e:ppc64-freebsd-abi, r=pnkfelixMatthias Krüger-3/+3
2024-12-14Auto merge of #134292 - matthiaskrgr:rollup-3kbjocl, r=matthiaskrgrbors-957/+568
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-25/+391
2024-12-14Split UserTypeAnnotation to have a kindMichael Goulet-36/+60
2024-12-14Rollup merge of #134274 - fmease:amp-raw-is-a-normal-borrow, r=NoratriebMatthias Krüger-0/+30
2024-12-14Rollup merge of #134271 - adetaylor:feature-gate-test, r=wesleywiserMatthias Krüger-3/+42
2024-12-14Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obkMatthias Krüger-19/+17
2024-12-14Rollup merge of #134262 - adetaylor:revert-diagnostics, r=compiler-errorsMatthias Krüger-23/+45
2024-12-14Rollup merge of #134261 - bjorn3:document_symbol_visibility, r=lqdMatthias Krüger-0/+12
2024-12-14Rollup merge of #134255 - bjoernager:master, r=NoratriebMatthias Krüger-2/+2
2024-12-14Rollup merge of #134254 - hermit-os:hermit-c_char, r=workingjubileeMatthias Krüger-6/+6
2024-12-14Rollup merge of #134252 - hermit-os:hermit-is_absolute, r=tgross35Matthias Krüger-1/+3
2024-12-14Rollup merge of #134256 - krtab:suggestion_overlapping, r=petrochenkovMatthias Krüger-8/+64
2024-12-14Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obkMatthias Krüger-71/+43
2024-12-14Rollup merge of #134244 - Enselic:no-mut-hint-for-raw-ref, r=jieyouxuMatthias Krüger-16/+70
2024-12-14Rollup merge of #134240 - cuviper:dist-llvm-tools, r=jieyouxuMatthias Krüger-1/+1
2024-12-14Rollup merge of #134236 - matthiaskrgr:tests12122024, r=compiler-errorsMatthias Krüger-0/+122
2024-12-14Rollup merge of #134231 - notriddle:notriddle/mismatched-path, r=GuillaumeGomezMatthias Krüger-1/+27
2024-12-14Rollup merge of #134209 - onur-ozkan:check-skip-paths, r=jieyouxuMatthias Krüger-1/+25
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-859/+216
2024-12-13Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgrbors-635/+1337
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-409/+611
2024-12-13Document the symbol Visibility enumbjorn3-0/+12
2024-12-13Account for `///` when rendering multiline spansEsteban Küber-43/+144
2024-12-13Fix miri testsEsteban Küber-12/+1
2024-12-13Add check-pass test for `&raw`León Orell Valerian Liehr-0/+30
2024-12-13Arbitrary self types v2: better feature gate testAdrian Taylor-3/+42
2024-12-13Rename ty_def_id so people will stop using it by accidentMichael Goulet-19/+17
2024-12-13Rollup merge of #134229 - purplesyringa:provenance-docs, r=saethlinMatthias Krüger-4/+5
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-18/+616
2024-12-13Rollup merge of #134130 - bjorn3:prepare_driver_query_removal, r=oli-obkMatthias Krüger-34/+32
2024-12-13Rollup merge of #134058 - RalfJung:interpret-typing-env, r=lcnrMatthias Krüger-8/+9
2024-12-13Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obkMatthias Krüger-422/+360
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-85/+178
2024-12-13Rollup merge of #133900 - jieyouxu:ui-cleanup-1, r=fmeaseMatthias Krüger-64/+137
2024-12-13Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkovbors-44/+99
2024-12-13rustdoc-search: update test with now-shorter function pathMichael Howell-1/+1
2024-12-13Arbitrary self types v2: adjust diagnostic.Adrian Taylor-23/+45
2024-12-13rustc_borrowck: Convert suggest_ampmut() 4-tuple to struct for readabilityMartin Nordholts-13/+46
2024-12-13rustc_borrowck: Stop suggesting the invalid syntax `&mut raw const`Martin Nordholts-5/+5
2024-12-13Add regression test for issue 127562Martin Nordholts-0/+22