about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-04-17Rollup merge of #110425 - compiler-errors:def-span-for-ct-param, r=petrochenkovMatthias Krüger-2/+2
2023-04-17Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkinMatthias Krüger-52/+55
2023-04-17Rollup merge of #110386 - nnethercote:clean-up-traversal-macros, r=lcnrMatthias Krüger-206/+54
2023-04-17Rollup merge of #110313 - fee1-dead-contrib:repr_align_method, r=WaffleLapkinMatthias Krüger-8/+14
2023-04-17Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an...Matthias Krüger-18/+32
2023-04-17Rollup merge of #104055 - AndyJado:bck_errors, r=davidtwcoMatthias Krüger-252/+612
2023-04-17Auto merge of #110367 - saethlin:no-truncations, r=oli-obkbors-33/+9
2023-04-17Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgrbors-107/+79
2023-04-17Rollup merge of #110404 - matthiaskrgr:mapmap, r=NilstriebMatthias Krüger-66/+39
2023-04-17Rollup merge of #110038 - compiler-errors:infer-regions-in-transmutability, r...Matthias Krüger-41/+40
2023-04-17Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errorsbors-33/+29
2023-04-17Encode def span for ConstParamMichael Goulet-2/+2
2023-04-17Auto merge of #109247 - saethlin:inline-without-inline, r=oli-obkbors-8/+2
2023-04-17Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obkbors-18/+18
2023-04-16Remove some unnecessary hash truncationsBen Kimock-33/+9
2023-04-16Erase regions when confirming transmutability candidateMichael Goulet-41/+40
2023-04-16Alloc `hir::Lit` in an arena to remove the destructor from `Expr`Nilstrieb-33/+29
2023-04-16Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-deadbors-112/+90
2023-04-16Report a backtrace for memory leaks under MiriBen Kimock-18/+18
2023-04-16Rollup merge of #110402 - scottmcm:align-tz, r=fee1-deadfee1-dead-7/+4
2023-04-16Rollup merge of #110400 - matthiaskrgr:style_mix, r=fee1-deadfee1-dead-6/+4
2023-04-16Rollup merge of #110398 - matthiaskrgr:clippy_match, r=Nilstrieb,fee1-deadfee1-dead-75/+52
2023-04-16fix clippy::toplevel_ref_arg and ::manual_mapMatthias Krüger-66/+39
2023-04-16Remove the loop in `Align::from_bytes`Scott McMurray-7/+4
2023-04-16Rollup merge of #110396 - Nilstrieb:speedy-bootstrap, r=jyn514fee1-dead-2/+2
2023-04-16Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e...fee1-dead-60/+46
2023-04-16Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obkfee1-dead-68/+2
2023-04-16more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti...Matthias Krüger-6/+4
2023-04-16use matches! macro in more placesMatthias Krüger-75/+52
2023-04-16Move some utils out of `rustc_const_eval`Nilstrieb-24/+30
2023-04-16Use lints via `lint_defs` instead of `lints`Nilstrieb-2/+2
2023-04-16Various minor Idx-related tweaksScott McMurray-52/+55
2023-04-16Allow all associated functions and add testDeadbeef-11/+7
2023-04-16Rollup merge of #110387 - nnethercote:rm-use-rustc_hir-as-ast, r=fee1-deadfee1-dead-7/+7
2023-04-16Rollup merge of #110376 - aDotInTheVoid:doc-comment, r=jyn514fee1-dead-2/+3
2023-04-16Don't `use rustc_hir as ast`(!)Nicholas Nethercote-7/+7
2023-04-16Simplify `CloneLiftImpls` and `TrivialTypeTraversalImpls`.Nicholas Nethercote-41/+20
2023-04-16Remove `EnumTypeTraversalImpl`.Nicholas Nethercote-165/+34
2023-04-16Auto merge of #105888 - skyzh:skyzh/suggest-lifetime-closure, r=compiler-errorsbors-2/+79
2023-04-16Remove `TypeSuper{Foldable,Visitable}` impls for `Region`.Nicholas Nethercote-60/+46
2023-04-16Rollup merge of #110366 - matthiaskrgr:compl_123, r=NilstriebYuki Okushi-23/+18
2023-04-16Rollup merge of #110364 - matthiaskrgr:anti_clone, r=NilstriebYuki Okushi-11/+12
2023-04-16Rollup merge of #110272 - Ezrashaw:fix-unconned-lt-in-implbounds, r=aliemjayYuki Okushi-1/+12
2023-04-15Convert comment to doc comment on `Interner::get`.Alona Enraght-Moony-2/+3
2023-04-15fix clippy::{clone_on_copy, useless_conversion}Matthias Krüger-5/+4
2023-04-15fix clippy::{filter_map_identiy, map_identity, manual_flatten}Matthias Krüger-18/+14
2023-04-15remove redundant clonesMatthias Krüger-11/+12
2023-04-15Update compiler/rustc_trait_selection/src/traits/outlives_bounds.rsAli MJ Al-Nasrawy-2/+3
2023-04-15Auto merge of #110323 - lcnr:dropck-uwu, r=compiler-errorsbors-1/+3
2023-04-15Remove outdated comment.Camille GILLOT-2/+0