about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-06-10rustdoc: search for slices and arrays by type with `[]`Michael Howell-82/+487
2023-06-10rustdoc: add test case for `OsString::into_string`Michael Howell-0/+10
2023-06-10Auto merge of #112494 - matthiaskrgr:rollup-xdf3om8, r=matthiaskrgrbors-86/+104
2023-06-10Rollup merge of #112483 - tgross35:py2-dep-warning, r=Mark-SimulacrumMatthias Krüger-1/+19
2023-06-10Rollup merge of #112413 - jieyouxu:fix-hidden-glob-reexports-span-order, r=pe...Matthias Krüger-15/+38
2023-06-10Rollup merge of #112335 - loongarch-rs:gcc13, r=Mark-SimulacrumMatthias Krüger-2/+2
2023-06-10Rollup merge of #112298 - est31:update_field_offset, r=Mark-SimulacrumMatthias Krüger-6/+17
2023-06-10Rollup merge of #112297 - jyn514:remove-exclude-kind, r=Mark-SimulacrumMatthias Krüger-62/+28
2023-06-10Auto merge of #111818 - Urgau:uplift_cmp_nan, r=cjgillotbors-308/+604
2023-06-10Auto merge of #112485 - matthiaskrgr:rollup-ta84xje, r=matthiaskrgrbors-581/+435
2023-06-10Rollup merge of #112481 - compiler-errors:new-solver-ignore-bad-tests, r=lqdMatthias Krüger-7/+13
2023-06-10Rollup merge of #112473 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2023-06-10Rollup merge of #112468 - GuillaumeGomez:change-rustdoc-js-formats, r=notriddleMatthias Krüger-441/+285
2023-06-10Rollup merge of #112467 - sigaloid:master, r=albertlarsan68Matthias Krüger-1/+6
2023-06-10Rollup merge of #112369 - nnethercote:more-cgu-cleanups, r=wesleywiserMatthias Krüger-101/+68
2023-06-10Rollup merge of #110141 - petrochenkov:cratecfg2, r=WaffleLapkinMatthias Krüger-31/+63
2023-06-10Drop uplifted `clippy:cmp_nan`Urgau-301/+70
2023-06-10Uplift improved version of `clippy::cmp_nan` to rustcUrgau-7/+530
2023-06-10Adjust span labels for `HIDDEN_GLOB_REEXPORTS`许杰友 Jieyou Xu (Joe)-15/+38
2023-06-10Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkovbors-27/+53
2023-06-09Add deprecation warning for python <3.6 in x.pyTrevor Gross-1/+19
2023-06-10Auto merge of #112426 - Bryanskiy:full_priv_ev, r=petrochenkovbors-26/+69
2023-06-09Ignore tests that hang in new solverMichael Goulet-7/+13
2023-06-10expand: Change how `#![cfg(FALSE)]` behaves on crate rootVadim Petrochenkov-31/+63
2023-06-09Update cargoWeihang Lo-0/+0
2023-06-09Auto merge of #112216 - est31:offset_of_deep_tuple, r=petrochenkovbors-42/+390
2023-06-10Make "consider importing" consistent for macrosMu001999-27/+53
2023-06-09Add diagnostic items for `f32::NAN` and `f64::NAN`Urgau-0/+4
2023-06-09Auto merge of #112465 - GuillaumeGomez:rollup-gyh5buc, r=GuillaumeGomezbors-42/+232
2023-06-09Update rustdoc-js* formatGuillaume Gomez-400/+236
2023-06-09Change format of rustdoc-js tests by putting `query` and `correction` directl...Guillaume Gomez-41/+49
2023-06-09Compile rustc_driver by defaultMatthew Esposito-1/+6
2023-06-09Rollup merge of #112442 - compiler-errors:next-solver-deduplicate-region-cons...Guillaume Gomez-1/+36
2023-06-09Rollup merge of #112429 - GuillaumeGomez:ty-alias-impls, r=notriddle,lcnrGuillaume Gomez-37/+178
2023-06-09Rollup merge of #112260 - eval-exec:exec/fix-unsafe_code_lint, r=WaffleLapkinGuillaume Gomez-4/+18
2023-06-09Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errorsbors-141/+192
2023-06-09Improve document of `unsafe_code` lintEval EXEC-4/+18
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-101/+439
2023-06-09Fix intra-doc links from pointer appearing in windows HANDLE type aliasGuillaume Gomez-9/+9
2023-06-09Add regression test for #32077Guillaume Gomez-0/+59
2023-06-09List matching impls on type aliasesGuillaume Gomez-28/+110
2023-06-09Auto merge of #112450 - matthiaskrgr:rollup-fdbazkr, r=matthiaskrgrbors-26/+95
2023-06-09Rollup merge of #112444 - compiler-errors:intern-debug, r=nnethercoteMatthias Krüger-1/+7
2023-06-09Rollup merge of #112428 - compiler-errors:next-solver-struct-resolv-pat, r=lcnrMatthias Krüger-3/+13
2023-06-09Rollup merge of #112411 - programmerjake:portable-simd-cc, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-06-09Rollup merge of #112395 - spastorino:smir-terminator-3, r=oli-obkMatthias Krüger-1/+51
2023-06-09Rollup merge of #112323 - compiler-errors:dont-mention-set-fields, r=WaffleLa...Matthias Krüger-20/+23
2023-06-09Auto merge of #112116 - compiler-errors:misc-hir-typeck-mismatch-tweaks, r=Wa...bors-170/+337
2023-06-09Don't print Interned or PrivateZstMichael Goulet-1/+7
2023-06-08Auto merge of #108293 - Jarcho:mut_analyses, r=eholkbors-288/+491