about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2025-05-05Take into-account `-Zremap-path-scope` when embedding filenamesUrgau-59/+128
2025-05-05Implement RFC 3503: frontmattersDeadbeef-0/+1
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+2
2025-05-04Rollup merge of #139675 - sayantn:avx10, r=AmanieuStuart Cook-0/+1
2025-05-02Rollup merge of #140485 - Jarcho:from_expansion_opt, r=petrochenkovMatthias Krüger-2/+15
2025-05-01Clean up "const" situation in format_args!().Mara Bos-1/+1
2025-04-30Optimize the codegen for `Span::from_expansion`Jason Newcomb-2/+15
2025-04-28Move `in_external_macro` to `SyntaxContext`Jason Newcomb-18/+28
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-0/+5
2025-04-28Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnayChris Denton-1/+0
2025-04-28Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obkbors-11/+5
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-11/+5
2025-04-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-0/+1
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-0/+5
2025-04-26hygiene: Use `IndexVec` for syntax context decode cacheVadim Petrochenkov-9/+4
2025-04-26hygiene: Misc cleanupsVadim Petrochenkov-82/+46
2025-04-26hygiene: Remove decode placeholdersVadim Petrochenkov-34/+11
2025-04-26Add the `avx10.1` and `avx10.2` target featuressayantn-0/+1
2025-04-25Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgrbors-1/+1
2025-04-24Unify the format of rustc cli flagsxizheyin-1/+1
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-20Add `#[rustc_no_implicit_autorefs]` and apply it to std methodsUrgau-0/+1
2025-04-20Remove #[rustc_macro_edition_2021].Mara Bos-1/+0
2025-04-19Rollup merge of #139091 - mejrs:format, r=compiler-errorsChris Denton-0/+20
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-1/+0
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-0/+1
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-0/+1
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-0/+1
2025-04-17Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrierilMatthias Krüger-0/+1
2025-04-17Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwcoMatthias Krüger-25/+25
2025-04-16Remove support for `#[rustc_mir(borrowck_graphviz_format="gen_kill")]`.Nicholas Nethercote-1/+0
2025-04-15Add `explicit_extern_abis` unstable featureObei Sideg-0/+1
2025-04-15Implement `pin!()` using `super let`.Mara Bos-1/+0
2025-04-14Auto merge of #139241 - bvanjoi:less-decoding, r=petrochenkovbors-56/+18
2025-04-14Documentation and finishing touchesmejrs-0/+19
2025-04-13Rollup merge of #139628 - makai410:suggest-vis, r=compiler-errorsJacob Pratt-0/+18
2025-04-13Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross...Jacob Pratt-0/+1
2025-04-13Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]Sky-0/+2
2025-04-12don't store opaque info during encodingbohan-56/+18
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-0/+1
2025-04-11Change how anonymous associated types are printed.Nicholas Nethercote-0/+1
2025-04-10Stabilize `slice_as_chunks` library featureScott McMurray-1/+0
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-20/+23
2025-04-11Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcmStuart Cook-0/+2
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-0/+2
2025-04-10Write the format string parserand split it from conditions parsermejrs-0/+1
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-20/+23
2025-04-10add `span_extend_to_prev_char_before()` to `SourceMap`Makai-0/+18
2025-04-07Add `naked_functions_rustic_abi` feature gateFolkert de Vries-0/+1
2025-04-05Auto merge of #139281 - petrochenkov:ctxtdecod6, r=wesleywiserbors-100/+61