about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-03-26Limit to one job on mingw buildersNikita Popov-1/+1
2023-03-26Auto merge of #109626 - matthiaskrgr:rollup-k0y7bdd, r=matthiaskrgrbors-2/+2
2023-03-26Rollup merge of #109593 - coop-rs:missing_doc_code_examples, r=GuillaumeGomezMatthias Krüger-1/+1
2023-03-26Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillotbors-0/+6
2023-03-26rustdoc: tweak `some variants omitted`Ezra Shaw-1/+1
2023-03-25Auto merge of #109474 - nikic:llvm-16-again, r=cuviperbors-1/+1
2023-03-25Rustdoc Book refer to rustdoc::missing_doc_code_examples. Fixes #109592.Peter Kehl-1/+1
2023-03-25Rollup merge of #109568 - RalfJung:miri-raw-ptr-dyn, r=oli-obkMatthias Krüger-0/+27
2023-03-25Rollup merge of #109542 - notriddle:notriddle/storage-js, r=GuillaumeGomezMatthias Krüger-77/+19
2023-03-25Rollup merge of #109484 - fortanix:raoul/bugfix_libtest_json_output, r=pietro...Matthias Krüger-12/+7
2023-03-24Auto merge of #109399 - petrochenkov:rendersort, r=GuillaumeGomezbors-7/+20
2023-03-24Auto merge of #107932 - petrochenkov:onlyexport, r=jyn514bors-9/+13
2023-03-24Auto merge of #109566 - flip1995:clippyup, r=Manishearthbors-1627/+2992
2023-03-24miri: fix raw pointer dyn receiversRalf Jung-0/+27
2023-03-24Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyupPhilipp Krones-1627/+2992
2023-03-24Auto merge of #109216 - martingms:unicode-case-lut-shrink, r=Mark-Simulacrumbors-35/+69
2023-03-24Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume...Matthias Krüger-60/+132
2023-03-23rustdoc: remove old `content` hack for theme switchingMichael Howell-47/+5
2023-03-23rustdoc: clean up `storage.js`Michael Howell-30/+14
2023-03-23Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgrbors-33/+62
2023-03-23Rollup merge of #108588 - ehuss:lint-docs-produces, r=eholkMatthias Krüger-33/+62
2023-03-23Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obkbors-5/+10
2023-03-23Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgrbors-2/+2
2023-03-23rustdoc: Skip doc link resolution for non-exported itemsVadim Petrochenkov-9/+13
2023-03-23Auto merge of #108355 - dpaoliello:dlltoolm, r=michaelwoeristerbors-0/+20
2023-03-23Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnrMatthias Krüger-2/+2
2023-03-23Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgrbors-37/+74
2023-03-23Rename AliasEq -> AliasRelateMichael Goulet-2/+2
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-5/+10
2023-03-22Rollup merge of #109358 - petrochenkov:nosess, r=cjgillotMatthias Krüger-25/+10
2023-03-22Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelidMatthias Krüger-12/+64
2023-03-22Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgrbors-23/+25
2023-03-22Use -m option instead of looking for a cross-compiling version of dlltoolDaniel Paoliello-0/+20
2023-03-22Rollup merge of #109461 - notriddle:notriddle/css-content, r=GuillaumeGomezMatthias Krüger-21/+21
2023-03-22Rollup merge of #109452 - jfgoog:ignore-vendor, r=ozkanonurMatthias Krüger-0/+1
2023-03-22Rollup merge of #109412 - GuillaumeGomez:add-gui-test, r=notriddleMatthias Krüger-1/+1
2023-03-22Rollup merge of #109373 - ids1024:llvm-unreachable-optimize, r=ozkanonurMatthias Krüger-1/+2
2023-03-23Rollup merge of #109435 - oli-obk:🇨🇭🥚_copy_op, r=RalfJungDylan DPC-1/+1
2023-03-23Rollup merge of #109312 - petrochenkov:docice5, r=GuillaumeGomezDylan DPC-177/+102
2023-03-23Rollup merge of #109295 - ozkanonur:issue-109286, r=ozkanonurDylan DPC-8/+9
2023-03-23Rollup merge of #109187 - clubby789:askama-source, r=GuillaumeGomezDylan DPC-69/+67
2023-03-23Rollup merge of #108997 - tgross35:patch-1, r=JohnTitorDylan DPC-2/+2
2023-03-22Bugfix: avoid panic on invalid json output from libtestRaoul Strackx-12/+7
2023-03-22Auto merge of #109163 - hi-rustin:rustin-patch-dockerfile, r=Mark-Simulacrumbors-4/+5
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-25/+10
2023-03-22Auto merge of #109073 - michaelwoerister:limit-mingw-llvm-link-jobs, r=Mark-S...bors-0/+8
2023-03-22Upgrade to LLVM 16Nikita Popov-0/+0
2023-03-22Update dist-x86_64-linux to GCC 8.5Nikita Popov-1/+1
2023-03-22Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errorsbors-2/+4
2023-03-22Change text -> rust,ignore highlighting in sanitizer.mdTrevor Gross-2/+2