about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2025-06-13Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubileeMatthias Krüger-3/+3
2025-06-13Rollup merge of #142158 - xizheyin:141617, r=jdonszelmannMatthias Krüger-0/+1
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+1
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-3/+3
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-0/+1
2025-06-12Introduce `-Zmacro-stats`.Nicholas Nethercote-1/+2
2025-06-11Do not clone Arc when hashing span.Camille GILLOT-6/+6
2025-06-08Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxuJubilee-1/+0
2025-06-08Remove all unused feature gates from the compilerbjorn3-1/+0
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-0/+16
2025-06-02Rollup merge of #141874 - usamoi:eps, r=tgross35Jakub Beránek-0/+2
2025-06-02Auto merge of #119899 - onur-ozkan:redesign-stage0-std, r=albertlarsan68,jiey...bors-2/+14
2025-06-02add f16_epsilon and f128_epsilonusamoi-0/+2
2025-05-30`slice.get(i)` should use a slice projection in MIR, like `slice[i]` doesScott McMurray-0/+1
2025-05-30handle cfg bootstrap on compiler and mirionur-ozkan-2/+14
2025-05-30Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3Matthias Krüger-0/+1
2025-05-29Rollup merge of #141690 - Patrick-6:intercept-mutex, r=m-ou-seJacob Pratt-0/+3
2025-05-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-0/+1
2025-05-28Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4Trevor Gross-1/+4
2025-05-28Add diagnostic items to sys::MutexPatrick-6-0/+3
2025-05-27Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercoteTrevor Gross-0/+1
2025-05-27support `#[cfg(...)]` on arguments to the `asm!` macrosFolkert de Vries-0/+1
2025-05-23Rollup merge of #141376 - nnethercote:rename-kw-Empty, r=petrochenkovMatthias Krüger-14/+13
2025-05-22Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgrbors-1/+0
2025-05-22Rollup merge of #141377 - nnethercote:rm-unnecessary-is_empty-checks, r=Guill...Matthias Krüger-1/+1
2025-05-22Rollup merge of #141130 - mejrs:use_self, r=compiler-errorsMatthias Krüger-1/+0
2025-05-22Remove `is_empty` check in `Ident::is_numeric`.Nicholas Nethercote-1/+1
2025-05-22Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieubors-2/+2
2025-05-22Rename `kw::Empty` as `sym::empty`.Nicholas Nethercote-14/+13
2025-05-21Avoid creating an empty identifer in `Symbol::to_ident_string`.Nicholas Nethercote-1/+2
2025-05-21Initial naive implementation using `Symbols` to represent autodiff modes (`Fo...Marcelo Domínguez-0/+2
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-2/+2
2025-05-20Split `autodiff` into `autodiff_forward` and `autodiff_reverse`Marcelo Domínguez-1/+2
2025-05-17do away with `_Self` and `TraitName` and check generic params for rustc_on_un...mejrs-1/+0
2025-05-14Add `Ipv4Addr` and `Ipv6Addr` diagnostic itemsSamuel Tardieu-0/+2
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-11Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis...León Orell Valerian Liehr-0/+8
2025-05-10Make the assertion in `Ident::new` debug-only.Nicholas Nethercote-1/+1
2025-05-09Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operationsUrgau-0/+8
2025-05-09Disarm `time` bomb (diagnostics)Jieyou Xu-1/+0
2025-05-09Remove `Ident::empty`.Nicholas Nethercote-13/+9
2025-05-07Rollup merge of #140419 - Jarcho:ctxt_external, r=NadrierilJacob Pratt-18/+28
2025-05-07Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r...Jacob Pratt-0/+1
2025-05-06Added `apxf` target feature support, under flag `apx_target_feature`Madhav Madhusoodanan-0/+1
2025-05-06Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes...Stuart Cook-0/+1
2025-05-06Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercoteStuart Cook-59/+128
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