about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-95/+151
2023-04-18Auto merge of #110481 - matthiaskrgr:rollup-phkkgm9, r=matthiaskrgrbors-33/+71
2023-04-18Rollup merge of #110465 - WaffleLapkin:assure_everyone_that_has_type_flags_is...Matthias Krüger-0/+8
2023-04-18Rollup merge of #110461 - WaffleLapkin:expect_, r=NilstriebMatthias Krüger-24/+11
2023-04-18Rollup merge of #110409 - Nilstrieb:some-manual-javascript-object-notationing...Matthias Krüger-9/+52
2023-04-18Auto merge of #110410 - saethlin:hash-u128-as-u64s, r=oli-obkbors-1/+2
2023-04-17Auto merge of #110243 - WaffleLapkin:bless_tagged_pointers🙏, r=Nilstriebbors-233/+657
2023-04-17Auto merge of #110343 - saethlin:encode-initmask, r=lqdbors-1/+31
2023-04-17Assure everyone that `has_type_flags` is fastMaybe Waffle-0/+8
2023-04-17doc fixMaybe Waffle-2/+0
2023-04-17Use `Item::expect_*` and `ImplItem::expect_*` moreMaybe Waffle-22/+11
2023-04-17Rollup merge of #110434 - compiler-errors:issue-110171, r=oli-obkMatthias Krüger-2/+3
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-17Bypass the varint path when encoding InitMaskBen Kimock-1/+31
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-16Check freeze with right param-envMichael Goulet-2/+3
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-16Implement StableHasher::write_u128 via write_u64Ben Kimock-1/+2
2023-04-16Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-deadbors-112/+90
2023-04-16Don't use `serde_json` to serialize a simple JSON objectNilstrieb-9/+52
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