about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
2023-01-19Transform async ResumeTy in generator transformArpad Borsos-0/+1
2023-01-19Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkovbors-11/+18
2023-01-17Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726Matthias Krüger-1/+1
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-16Avoid an unnecessary allocationOli Scherer-11/+18
2023-01-14Heuristically undo path prefix mappings.Tim Neumann-6/+100
2023-01-14Use associated items of `char` instead of freestanding items in `core::char`Lukas Markeffsky-2/+1
2023-01-14Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-SimulacrumYuki Okushi-1/+1
2023-01-12gate const closuresDeadbeef-0/+1
2023-01-12Improve proc macro attribute diagnosticsmejrs-0/+1
2023-01-11Turn format arguments types into lang items.Mara Bos-0/+6
2023-01-10Remove duplicate sha-1 dependencyEric Huss-1/+1
2023-01-09[RFC 2397] Initial implementationCaio-0/+1
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-15/+11
2023-01-03Suggest more impl Trait on `-> _`Michael Goulet-0/+1
2023-01-02Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkovbors-22/+68
2022-12-30Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726Michael Goulet-1/+0
2022-12-29Auto merge of #106195 - Nilstrieb:no-more-being-clueless-whether-it-really-is...bors-17/+12
2022-12-29Revert "Implement allow-by-default multiple_supertrait_upcastable lint"David Tolnay-1/+0
2022-12-29Auto merge of #106139 - cjgillot:mir-inline-location, r=eholkbors-0/+1
2022-12-28Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errorsMatthias Krüger-0/+1
2022-12-28Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errorsfee1-dead-0/+1
2022-12-27Improve debug logs of `find_width_of_character_at_span`Nilstrieb-17/+12
2022-12-27Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillotMichael Goulet-0/+3
2022-12-26Suggest `impl Iterator` when possible for `_` return typeEsteban Küber-0/+1
2022-12-25Explain disabled span hashing.Camille GILLOT-0/+4
2022-12-25Give the correct track-caller location with MIR inlining.Camille GILLOT-0/+1
2022-12-25Encode span parent in the inlined representation.Camille GILLOT-22/+64
2022-12-25document that `Span::to` can go backwardsLukas Markeffsky-0/+3
2022-12-22abort immediately on bad mem::zeroed/uninitRalf Jung-1/+2
2022-12-21Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJungbors-1/+1
2022-12-20Bump `cfg-if` to `1.0`Chris Denton-1/+1
2022-12-20Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obkbors-17/+13
2022-12-19Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack-1/+2
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-8/+5
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-3/+3
2022-12-18Make `#[no_ord_impl]` an attribute in `newtype_index`Nilstrieb-1/+1
2022-12-18Make `#[custom_encodable]` an attribute for `newtype_index`Nilstrieb-5/+4
2022-12-15Shorten trimmed display of closuresEsteban Küber-4/+18
2022-12-15more clippy::complexity fixesMatthias Krüger-4/+4
2022-12-13Suggest `collect`ing into `Vec<_>`Esteban Küber-0/+1
2022-12-13Rename `assert_uninit_valid` intrinsicNilstrieb-1/+1
2022-12-12minor code cleanupsMatthias Krüger-1/+1
2022-12-11Rollup merge of #105521 - tshepang:keep-heading-separate, r=nagisaMatthias Krüger-1/+2
2022-12-11Add `round_ties_even` to `f32` and `f64`Jules Bertholet-0/+2
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-4/+1
2022-12-10Rollup merge of #105514 - estebank:is_visible, r=oli-obkMatthias Krüger-0/+9
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-0/+1
2022-12-10separate heading from bodyTshepang Mbambo-1/+2
2022-12-09Introduce `Span::is_visible`Esteban Küber-0/+9