about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2025-07-05use `div_ceil` instead of manual logicFolkert de Vries-1/+1
2025-07-03Remove PointerLike traitMichael Goulet-1/+0
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-2/+2
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-07-02Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkovMatthias Krüger-1/+0
2025-07-01Update `cfg(bootstrap)`Josh Stone-14/+2
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-34/+137
2025-06-29Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubileeGuillaume Gomez-0/+3
2025-06-28Rollup merge of #143110 - yotamofek:pr/tidy-sort-for-symbols, r=nnethercoteMatthias Krüger-67/+64
2025-06-28Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlinbors-0/+1
2025-06-28Use tidy to sort `sym::*` itemsYotam Ofek-67/+64
2025-06-27Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnrGuillaume Gomez-0/+1
2025-06-27Insert checks for enum discriminants when debug assertions are enabledBastian Kersting-0/+1
2025-06-26Rollup merge of #143015 - samueltardieu:pin-macro-diag-item, r=UrgauMichael Goulet-0/+1
2025-06-26Rewrite `macro_rules!` parser to not use the MBE engine itselfJosh Triplett-1/+0
2025-06-25Add `sym::macro_pin` diagnostic item for `core::pin::pin!()`Samuel Tardieu-0/+1
2025-06-25compiler: remove misleading 'c' from `abi_c_cmse_nonsecure_call` featureJubilee Young-0/+1
2025-06-24Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...Jubilee-0/+2
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-0/+1
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-0/+2
2025-06-22Rollup merge of #142874 - marxin:cranelift-typo-fix, r=bjorn3Guillaume Gomez-1/+1
2025-06-22cranelift: fix target feature name type: "fxsr"Martin Liska-1/+1
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-0/+16
2025-06-21Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,...Matthias Krüger-0/+7
2025-06-20Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkovJakub Beránek-2/+2
2025-06-20Add diagnostic items for ClippySamuel Tardieu-0/+7
2025-06-20Avoid some unnecessary symbol interning.Nicholas Nethercote-2/+1
2025-06-20Use a symbol for `ExpansionConfig::crate_name`.Nicholas Nethercote-0/+1
2025-06-18hir_analysis: add `#![rustc_no_implicit_bounds]`David Wood-0/+1
2025-06-18Implement lint against direct uses of rustc_type_ir in compiler cratesRomain Perier-0/+1
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-0/+3
2025-06-15Auto merge of #142388 - cjgillot:span-hash, r=davidtwcobors-6/+6
2025-06-15Add `simd_funnel_sh{l,r}` and `simd_round_ties_even`sayantn-0/+3
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-0/+1
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