about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-09impl compare command and benchmark command to rustc-perf-wrappershina-35/+81
2024-08-09bump up rustc-perf's versionShina-0/+0
2024-08-08Auto merge of #128465 - GrigorenkoPV:128200, r=estebankbors-7/+15
2024-08-08Auto merge of #128805 - tgross35:rollup-wajzi6w, r=tgross35bors-75/+321
2024-08-07Rollup merge of #128800 - clarfonthey:core-pattern-type, r=compiler-errorsTrevor Gross-3/+8
2024-08-07Rollup merge of #128798 - futile:refactor/mbe-diagnostics, r=petrochenkovTrevor Gross-28/+28
2024-08-07Rollup merge of #128797 - Jeff-A-Martin:fuchsia-test-runner, r=tmandryTrevor Gross-0/+13
2024-08-07Rollup merge of #128702 - yaahc:metrics-flag, r=estebankTrevor Gross-23/+103
2024-08-07Rollup merge of #128691 - tgross35:update-builtins, r=AmanieuTrevor Gross-7/+4
2024-08-07Rollup merge of #128552 - s7tya:check-no-sanitize-attribute-pos, r=BoxyUwUTrevor Gross-1/+95
2024-08-07Rollup merge of #128520 - compiler-errors:more-precisely-force-move, r=BoxyUwUTrevor Gross-13/+70
2024-08-08Auto merge of #128550 - compiler-errors:shadowed-params-perf, r=petrochenkovbors-96/+105
2024-08-07Add tracking issue to core-pattern-typeltdk-3/+8
2024-08-07Auto merge of #128793 - matthiaskrgr:rollup-ork16t0, r=matthiaskrgrbors-103/+511
2024-08-07Fuchsia Test Runner: enable ffx repository serverJeff Martin-0/+13
2024-08-07Auto merge of #128796 - matthiaskrgr:rollup-r7l68ph, r=matthiaskrgrbors-673/+1311
2024-08-07refactor(rustc_expand::mbe): Don't require full ExtCtxt when not necessaryFelix Rath-28/+28
2024-08-07Rollup merge of #128782 - RalfJung:raw-addr-of-parens, r=compiler-errorsMatthias Krüger-32/+79
2024-08-07Rollup merge of #128772 - glaubitz:sparc-elf-fix, r=nagisaMatthias Krüger-0/+1
2024-08-07Rollup merge of #128755 - yaahc:jj-crlf, r=estebankMatthias Krüger-27/+27
2024-08-07Rollup merge of #128732 - bvanjoi:immutable-import-vis, r=petrochenkovMatthias Krüger-63/+129
2024-08-07Rollup merge of #128679 - RalfJung:codegen-fn-attrs, r=nikicMatthias Krüger-11/+28
2024-08-07Rollup merge of #128353 - ferrocene:jonathanpallant/add-dependencies-to-copyr...Matthias Krüger-56/+384
2024-08-07Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnayMatthias Krüger-0/+70
2024-08-07Rollup merge of #128221 - calebzulawski:implied-target-features, r=AmanieuMatthias Krüger-484/+593
2024-08-07Add -Zerror-metrics=PATH to save diagnostic metadata to diskJane Losare-Lusby-23/+103
2024-08-07codegen: better centralize function attribute computationRalf Jung-11/+28
2024-08-07Rollup merge of #128696 - Oneirical:second-linkage-rampage, r=jieyouxuMatthias Krüger-22/+37
2024-08-07Rollup merge of #128636 - folkertdev:rmake-thumb-none-cortex-m, r=jieyouxuMatthias Krüger-39/+59
2024-08-07Rollup merge of #128384 - dheaton-arm:mte-test, r=jieyouxuMatthias Krüger-0/+342
2024-08-07Rollup merge of #128363 - Oneirical:not-to-be-undertestimated, r=jieyouxuMatthias Krüger-42/+73
2024-08-07Auto merge of #126158 - Urgau:disallow-cfgs, r=petrochenkovbors-80/+467
2024-08-07rewrite pgo-indirect-call-promotion to rmakeOneirical-32/+46
2024-08-07rewrite pdb-buildinfo-cl-cmd to rmakeOneirical-18/+35
2024-08-07make `import.vis` is not mutablebohan-63/+129
2024-08-07Auto merge of #128783 - GuillaumeGomez:rollup-2kvpg7s, r=GuillaumeGomezbors-473/+566
2024-08-07Rollup merge of #128758 - devnexen:vxworks_release_min, r=tgross35Guillaume Gomez-0/+6
2024-08-07Rollup merge of #128757 - Oneirical:calm-before-the-sltorm, r=jieyouxuGuillaume Gomez-12/+22
2024-08-07Rollup merge of #128753 - compiler-errors:arbitrary-upper, r=spastorinoGuillaume Gomez-36/+68
2024-08-07Rollup merge of #128700 - Oneirical:i-ffind-these-tests-quite-simdple, r=jiey...Guillaume Gomez-48/+63
2024-08-07Rollup merge of #128683 - RalfJung:miri-ui-test-deps, r=onur-ozkanGuillaume Gomez-0/+8
2024-08-07Rollup merge of #128656 - ChrisDenton:rust-lld, r=lqdGuillaume Gomez-6/+8
2024-08-07Rollup merge of #128527 - estebank:ambiguity-suggestion, r=NadrierilGuillaume Gomez-27/+59
2024-08-07Rollup merge of #128424 - fee1-dead-contrib:fx-clean, r=oli-obkGuillaume Gomez-27/+0
2024-08-07Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxuGuillaume Gomez-317/+332
2024-08-07unused_parens: do not lint against parens around &rawRalf Jung-32/+79
2024-08-07bootstrap: clear miri's ui test deps when rustc changesRalf Jung-0/+8
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-73/+436
2024-08-07Make `Span` optional in `BufferedEarlyLint`Urgau-7/+31
2024-08-07Auto merge of #128196 - Oneirical:poltergeist-manitestation, r=jieyouxubors-88/+108