about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-02-18Suggest using :: instead of . for enums in some cases.Zachary S-14/+56
2025-02-18Suggest using :: instead of . in more cases.Zachary S-9/+7
2025-02-18Auto merge of #133852 - x17jiri:cold_path, r=saethlinbors-15/+107
2025-02-18Auto merge of #137162 - nnethercote:remove-Map-2, r=Zalatharbors-284/+262
2025-02-18Auto merge of #137176 - matthiaskrgr:rollup-eht05gr, r=matthiaskrgrbors-49/+69
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-284/+262
2025-02-17Rollup merge of #137168 - klensy:rc--, r=lcnrMatthias Krüger-3/+1
2025-02-17Rollup merge of #136959 - nnethercote:simplify-SwitchSources, r=tmiaskoMatthias Krüger-46/+68
2025-02-17Auto merge of #135763 - nikic:llvm-20, r=cuviperbors-8/+12
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-279/+238
2025-02-17correct commentklensy-3/+1
2025-02-17improve cold_path()Jiri Bobek-15/+107
2025-02-17Rollup merge of #137149 - Noratrieb:wtf-is-this-target, r=RalfJungMatthias Krüger-0/+1
2025-02-17Rollup merge of #137100 - fmease:hirtylow-rm-clauses-wrapper, r=compiler-errorsMatthias Krüger-206/+114
2025-02-17Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubileeMatthias Krüger-73/+123
2025-02-17Rollup merge of #137140 - Noratrieb:const-move, r=jieyouxu,compiler-errorsMatthias Krüger-3/+5
2025-02-17Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=UrgauMatthias Krüger-3/+15
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-82/+85
2025-02-17Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillotMatthias Krüger-448/+432
2025-02-17Remove `TyCtxt::hir_krate`.Nicholas Nethercote-8/+2
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-134/+135
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-300/+297
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-17Remove `SwitchIntTarget`.Nicholas Nethercote-18/+10
2025-02-17Update and clarify the comment on `SwitchTargets`.Nicholas Nethercote-11/+19
2025-02-17Add `SwitchTargetValue`.Nicholas Nethercote-12/+33
2025-02-17Add a useful comment.Nicholas Nethercote-2/+9
2025-02-17Refactor `apply_effects_in_block`.Nicholas Nethercote-13/+7
2025-02-17Rename `pattern_complexity` attr as `pattern_complexity_limit`.Nicholas Nethercote-4/+4
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-34/+50
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-62/+102
2025-02-16Remove SSE ABI from i586-pc-windows-msvcNoratrieb-0/+1
2025-02-16Fix const items not being allowed to be called `r#move` or `r#static`Noratrieb-3/+5
2025-02-16Rollup merge of #137112 - scottmcm:box-drop-no-nonnull-project, r=oli-obkMatthias Krüger-9/+50
2025-02-16Rollup merge of #137102 - compiler-errors:name_regions2, r=oli-obkMatthias Krüger-7/+31
2025-02-16Rollup merge of #137072 - Urgau:check-cfg-load-builtins-at-once, r=NoratriebMatthias Krüger-6/+15
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-3/+15
2025-02-16Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=...bors-2/+16
2025-02-16Auto merge of #137111 - jhpratt:rollup-izd98sx, r=jhprattbors-48/+91
2025-02-15Don't project into `NonNull` when dropping a `Box`Scott McMurray-9/+50
2025-02-16Rollup merge of #137097 - compiler-errors:sized-bound-self, r=oli-obkJacob Pratt-0/+3