about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-17Auto merge of #137163 - matthiaskrgr:rollup-ovgfkns, r=matthiaskrgrbors-1098/+1845
2025-02-17Rollup merge of #137140 - Noratrieb:const-move, r=jieyouxu,compiler-errorsMatthias Krüger-3/+163
2025-02-17Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=UrgauMatthias Krüger-47/+274
2025-02-17Rollup merge of #137080 - jieyouxu:more-tracing, r=onur-ozkanMatthias Krüger-31/+340
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-106/+90
2025-02-17Rollup merge of #136817 - dianne:clean-and-comment-pat-migration, r=NadrierilMatthias Krüger-114/+205
2025-02-17Rollup merge of #136671 - nnethercote:middle-limits, r=NadrierilMatthias Krüger-97/+100
2025-02-17Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillotMatthias Krüger-700/+673
2025-02-17Remove `TyCtxt::hir_krate`.Nicholas Nethercote-9/+3
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-210/+208
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-476/+465
2025-02-17Auto merge of #136953 - ken-matsui:import-target-metadata, r=workingjubileebors-568/+679
2025-02-16rustc_target: import TargetMetadataKen Matsui-568/+679
2025-02-17Remove unused `Map::hir_node_by_def_id` method.Nicholas Nethercote-8/+0
2025-02-17Rename `rustc_middle/src/hir/map/mod.rs` as `map.rs`.Nicholas Nethercote-0/+0
2025-02-17Clarify `impl Map for !`.Nicholas Nethercote-7/+7
2025-02-17Avoid unnecessary use of the `Map` trait.Nicholas Nethercote-2/+2
2025-02-17Rename `pattern_complexity` attr as `pattern_complexity_limit`.Nicholas Nethercote-18/+18
2025-02-17Move `rustc_middle::limits` to `rustc_interface`.Nicholas Nethercote-26/+23
2025-02-17Improve comments about limits.Nicholas Nethercote-7/+8
2025-02-17Merge `get_limit` and `get_limit_size`.Nicholas Nethercote-13/+2
2025-02-17Add `pattern_complexity_limit` to `Limits`.Nicholas Nethercote-35/+51
2025-02-16Auto merge of #137143 - matthiaskrgr:rollup-9hapmyd, r=matthiaskrgrbors-181/+748
2025-02-16Auto merge of #137127 - pietroalbini:pa-musl-cve-2025-26519, r=jieyouxubors-0/+41
2025-02-16Fix const items not being allowed to be called `r#move` or `r#static`Noratrieb-3/+163
2025-02-16Rollup merge of #137119 - onur-ozkan:fix-broken-core, r=jieyouxuMatthias Krüger-9/+10
2025-02-16Rollup merge of #137117 - ChrisDenton:error-lang, r=fmease,NoratriebMatthias Krüger-3/+3
2025-02-16Rollup merge of #137114 - ChrisDenton:error, r=NoratriebMatthias Krüger-0/+24
2025-02-16Rollup merge of #137112 - scottmcm:box-drop-no-nonnull-project, r=oli-obkMatthias Krüger-10/+168
2025-02-16Rollup merge of #137102 - compiler-errors:name_regions2, r=oli-obkMatthias Krüger-7/+58
2025-02-16Rollup merge of #137072 - Urgau:check-cfg-load-builtins-at-once, r=NoratriebMatthias Krüger-6/+15
2025-02-16Rollup merge of #137012 - Shourya742:2025-02-14-doc-and-unit-test-cc-detect, ...Matthias Krüger-3/+285
2025-02-16Rollup merge of #136986 - ehuss:library-unsafe-fun, r=NoratriebMatthias Krüger-143/+185
2025-02-16fix musl's CVE-2025-26519Pietro Albini-0/+41
2025-02-16Auto merge of #136914 - marcoieni:arm-ubuntu-24, r=jdnobors-1/+1
2025-02-16clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8`Pavel Grigorenko-4/+5
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-43/+269
2025-02-16Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=...bors-44/+164
2025-02-16rustc-dev-guide: document `COMPILER` and `COMPILER_FOR` tracing targets许杰友 Jieyou Xu (Joe)-0/+8
2025-02-16bootstrap: take `target` by value in `is_builder_target`许杰友 Jieyou Xu (Joe)-19/+19
2025-02-16bootstrap: add more tracing to compiler/std/llvm flows许杰友 Jieyou Xu (Joe)-13/+314
2025-02-16fix broken `x {doc, build} core`onur-ozkan-9/+10
2025-02-16Fix test that relies on error languageChris Denton-3/+3
2025-02-16Add an example for std::error::ErrorChris Denton-0/+24
2025-02-16add unit test for cc-detectbit-aloo-0/+257
2025-02-16add docs to cc-detectbit-aloo-3/+28
2025-02-16Auto merge of #137111 - jhpratt:rollup-izd98sx, r=jhprattbors-157/+372
2025-02-15Don't project into `NonNull` when dropping a `Box`Scott McMurray-10/+168
2025-02-16Rollup merge of #137097 - compiler-errors:sized-bound-self, r=oli-obkJacob Pratt-0/+17
2025-02-16Rollup merge of #137092 - RalfJung:abi_unsupported_vector_types-better-error,...Jacob Pratt-124/+129