about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-04-19`deny(unsafe_op_in_unsafe_fn)` in `rustc_data_structures`Maybe Waffle-101/+109
2023-04-19Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwcobors-95/+151
2023-04-19Auto merge of #110522 - matthiaskrgr:rollup-9m7rw3u, r=matthiaskrgrbors-55/+144
2023-04-19Rollup merge of #110513 - Ezrashaw:fix-trait-const-name-lint, r=compiler-errorsMatthias Krüger-6/+9
2023-04-19Rollup merge of #110510 - bryangarza:issue-110467-safe-transmute, r=compiler-...Matthias Krüger-1/+1
2023-04-19Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errorsMatthias Krüger-20/+18
2023-04-19Rollup merge of #110476 - compiler-errors:ty-err-ctxt-good-path, r=lcnrMatthias Krüger-2/+1
2023-04-19Rollup merge of #110451 - WaffleLapkin:ensure_return_elem, r=scottmcmMatthias Krüger-26/+24
2023-04-19Rollup merge of #110432 - compiler-errors:unsatisfied-index-impl, r=cjgillotMatthias Krüger-0/+91
2023-04-19Auto merge of #110477 - miguelraz:canoodling2-electric-boogaloo, r=compiler-e...bors-48/+56
2023-04-19make `non_upper_case_globals` lint not report trait implsEzra Shaw-6/+9
2023-04-18Fix ICE for transmutability in candidate assemblyBryan Garza-1/+1
2023-04-18add EarlyBinder to return type of collect_return_position_impl_trait_in_trait...Kyle Matsuda-20/+18
2023-04-18Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillotbors-137/+288
2023-04-18Auto merge of #109772 - petrochenkov:slimchild, r=cjgillotbors-16/+12
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-95/+151
2023-04-18Use a diagnostic item instead of filtering for Index::OutputMichael Goulet-9/+3
2023-04-18Report reason why index impl is not satisfied deeplyMichael Goulet-0/+97
2023-04-18refactor SimlifyCfg and friends - no globals, just enumsmiguelraz-48/+56
2023-04-18Add #[inline] to some new functionsBen Kimock-0/+4
2023-04-18Document how the HashN types are different from FingerprintBen Kimock-4/+15
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-138/+274
2023-04-18rustc_metadata: Remove `Span` from `ModChild`Vadim Petrochenkov-16/+12
2023-04-18Don't allocate it `IndexVec::remove`Maybe Waffle-1/+1
2023-04-18Rollup merge of #110441 - kadiwa4:typos, r=thomccGuillaume Gomez-2/+2
2023-04-18Rollup merge of #110417 - jsoref:spelling-compiler, r=NilstriebGuillaume Gomez-152/+152
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-18Delay a good path bug for TypeErrCtxtMichael Goulet-2/+1
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-17Spelling - compilerJosh Soref-152/+152
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-17Make `IndexVec::ensure_contains_elem` return a reference to the elementMaybe Waffle-26/+24
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-17typoskadiwa-2/+2