1. 124cc92 Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum by bors · 3 months ago
  2. 5e4d627 Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compiler-errors by Jubilee · 3 months ago
  3. 1fcae03 Rustfmt by bjorn3 · 3 months ago
  4. 688fc9b Rollup merge of #136589 - GuillaumeGomez:enable-jump-to-def-compiler, r=oli-obk by Matthias Krüger · 3 months ago
  5. 1f37b9a compiler: remove rustc_target::abi entirely by Jubilee Young · 3 months ago
  6. 79e5424 Rollup merge of #136636 - bjorn3:error_cleanup, r=compiler-errors by Matthias Krüger · 3 months ago
  7. 9a833de Construct DiagCtxt a bit earlier in build_session by bjorn3 · 3 months ago
  8. 942db67 Auto merge of #136641 - matthiaskrgr:rollup-lajwje5, r=matthiaskrgr by bors · 3 months ago
  9. 2f92f05 Auto merge of #136471 - safinaskar:parallel, r=SparrowLii by bors · 3 months ago
  10. d0b0b02 Eagerly detect coroutine recursion pre-mono when possible by Michael Goulet · 3 months ago
  11. e58aa21 Re-enable "jump to def" feature on rustc docs by Guillaume Gomez · 3 months ago
  12. 0a21f1d tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` by Askar Safin · 4 months ago
  13. 7daf4cf Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin by bors · 4 months ago
  14. 05c88a31e Target modifiers (special marked options) are recorded in metainfo and compared to be equal in different crates by Andrew Zhogin · 4 months ago
  15. 9e4f10d Rename `tcx.ensure_with_value()` to `tcx.ensure_done()` by Zalathar · 4 months ago
  16. 24cdaa1 Rename `tcx.ensure()` to `tcx.ensure_ok()` by Zalathar · 4 months ago
  17. 7f36543 Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt by bors · 4 months ago
  18. c19c4b9 Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk by Jacob Pratt · 4 months ago
  19. 37a430e Remove print_vtable_sizes by Michael Goulet · 4 months ago
  20. 1f30517 upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff by Manuel Drehwald · 4 months ago
  21. 7e123e4 Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=workingjubilee by León Orell Valerian Liehr · 4 months ago
  22. aa6f5ab Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercote by bors · 4 months ago
  23. bf9df97 Remove -Zinline-in-all-cgus and clean up CGU partitioning tests by Ben Kimock · 4 months ago
  24. 93ee180 ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them) by Ralf Jung · 4 months ago
  25. 7d31ae7 Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obk by Matthias Krüger · 4 months ago
  26. 241f824 Remove outdated sentence by bjorn3 · 4 months ago
  27. 974db1a Remove set_make_codegen_backend and set_file_loader by bjorn3 · 4 months ago
  28. 4f9b9a4 Remove the need to manually call set_using_internal_features by bjorn3 · 4 months ago
  29. 5fab542 Rollup merge of #135596 - compiler-errors:stack, r=oli-obk by Matthias Krüger · 4 months ago
  30. c8c5fa4 Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd by Matthias Krüger · 4 months ago
  31. 056a9ce Respect --target in get_backend_from_raw_matches by bjorn3 · 4 months ago
  32. f3bd95d Use par_body_owners in coroutine check by Michael Goulet · 4 months ago
  33. be56f10 Properly note when query stack is being cut off by Michael Goulet · 4 months ago
  34. b8e230a Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubilee by Matthias Krüger · 4 months ago
  35. 47573bf add `-Zmin-function-alignment` by Folkert de Vries · 4 months ago
  36. 44808ae Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu by Jacob Pratt · 4 months ago
  37. 37f2631 add deprecated and do nothing flag to options table by klensy · 4 months ago
  38. 49c7423 Add support for wasm exception handling to Emscripten target by Hood Chatham · 4 months ago
  39. 350e7f8 Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxu by DianQK · 5 months ago
  40. 38bc902 Minor cleanup by bjorn3 · 5 months ago
  41. aced4dc coverage: Add a synthetic test for when all spans are discarded by Zalathar · 5 months ago
  42. 2620eb4 Re-export more `rustc_span::symbol` things from `rustc_span`. by Nicholas Nethercote · 5 months ago
  43. a4cb3c8 Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk by bors · 5 months ago
  44. 978c659 Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu by bors · 5 months ago
  45. efb98b6 rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures by Jonathan Dönszelmann · 5 months ago
  46. ab780fa Access `TyCtxt` from early diagnostic decoration by Urgau · 5 months ago
  47. 6545a2d Immediately enter in TyCtxt::create_global_ctxt by bjorn3 · 5 months ago
  48. 954cd79 Move GlobalCtxt::finish to TyCtxt by bjorn3 · 5 months ago
  49. 8780253 Remove the parse query by bjorn3 · 5 months ago
  50. 6ece803 Get rid of of the global_ctxt query by bjorn3 · 5 months ago
  51. 87bbbcd Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk by Matthias Krüger · 5 months ago
  52. 4a204be Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr by bors · 5 months ago
  53. ea9e8c1 Explain why an untranslatable_diagnostic occurs by bjorn3 · 5 months ago
  54. 981f625 Remove registered_lints field from Session by bjorn3 · 5 months ago
  55. 8355132 Move type size and vtable size printing to start_codegen by bjorn3 · 5 months ago
  56. 2d887a5 generalize 'forbidden feature' concept so that even (un)stable feature can be invalid to toggle by Ralf Jung · 5 months ago
  57. d2881e4 Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot by Matthias Krüger · 5 months ago
  58. 23fda35 Reduce indentation in run_compiler by bjorn3 · 5 months ago
  59. 711c8cc Remove polymorphization by Ben Kimock · 5 months ago
  60. 618d4c3 Handle unwinding out of the closure argument of run_compiler with pending delayed bugs by bjorn3 · 5 months ago
  61. 401dd84 Remove all threading through of ErrorGuaranteed from the driver by bjorn3 · 5 months ago
  62. 030545d Store a single copy of the error registry in DiagCtxt by bjorn3 · 5 months ago
  63. ea6f5cb Move some timers around by bjorn3 · 5 months ago
  64. 820ddaf Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee by Matthias Krüger · 5 months ago
  65. a4dc963 Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errors by Matthias Krüger · 6 months ago
  66. e52f5bf Remove `-Zshow-span`. by Nicholas Nethercote · 6 months ago
  67. 8575f8f Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser by bors · 6 months ago
  68. efdd9e8 Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser by bors · 6 months ago
  69. 9aab517 rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) by Andrew Zhogin · 6 months ago
  70. ce52b7b Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebank by Matthias Krüger · 6 months ago
  71. 76adf05 Rename `-Zparse-only`. by Nicholas Nethercote · 6 months ago
  72. af1ca15 Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot by Matthias Krüger · 6 months ago
  73. 7fa021a Remove -Zfuel. by Camille GILLOT · 6 months ago
  74. 01ff36a Get rid of HIR const checker by Michael Goulet · 6 months ago
  75. f25fee3 Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercote by Matthias Krüger · 6 months ago
  76. 090c24f Merge `-Zhir-stats` into `-Zinput-stats` by Sam Estep · 6 months ago
  77. 42e71bb rustc_metadata: Preprocess search paths for better performance by Piotr Osiewicz · 6 months ago
  78. 6503543 Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot by bors · 6 months ago
  79. 505b8e1 Delete the `cfg(not(parallel))` serial compiler by Noratrieb · 6 months ago
  80. 8e9bbc8 Move some code from Compiler::enter to GlobalCtxt::finish by bjorn3 · 6 months ago
  81. bec24a2 Don't mutably borrow GlobalCtxt in QueryResult::enter by bjorn3 · 6 months ago
  82. 584c820 Use a method to apply `RustcOptGroup` to `getopts::Options` by Zalathar · 6 months ago
  83. 21c58b1 Rename option and add doc by Matt Weber · 6 months ago
  84. a4833a8 Move additional source location info behind -Z option by Matt Weber · 6 months ago
  85. c8247c0 Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco by Matthias Krüger · 7 months ago
  86. a26450c Rename target triple to target tuple in many places in the compiler by Noratrieb · 7 months ago
  87. 10edeea rustc_codegen_llvm: Add a new 'pc' option to branch-protection by Kajetan Puchalski · 7 months ago
  88. ce3e14a Remove support for `-Zprofile` (gcov-style coverage instrumentation) by Zalathar · 7 months ago
  89. 746b675 fix clippy::clone_on_ref_ptr for compiler by klensy · 7 months ago
  90. b3ae64d rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972) by Andrew Zhogin · 7 months ago
  91. 1a9d2d8 stabilize `-Znext-solver=coherence` by lcnr · 7 months ago
  92. 2feed62 Handle `rustc_interface` cases of `rustc::potential_query_instability` lint by ismailarilik · 8 months ago
  93. 58c5ac4 restore prior more readable suggestion by Jacob Kiesel · 8 months ago
  94. b48c5f1 Restore prior behavior with less duplicate info in dep file by Jacob Kiesel · 8 months ago
  95. 15efbc6 Write two newlines intentionally by Jacob Kiesel · 8 months ago
  96. 6fd9ef6 no need to comma delimit this, it's already space delimited by Jacob Kiesel · 8 months ago
  97. 6708d56 Fix bug in depinfo output by Jacob Kiesel · 8 months ago
  98. dba814a Pile all the checksum info into a comment that goes in the same order as the file list for the makefile by Jacob Kiesel · 8 months ago
  99. bb5a827 add unstable support for outputting file checksums for use in cargo by Jacob Kiesel · 8 months ago
  100. f48194e Replace -Z default-hidden-visibility with -Z default-visibility by David Lattimore · 8 months ago