about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2024-12-12Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errorsbors-0/+6
2024-12-11forbid toggling x87 and fpregs on hard-float targetsRalf Jung-0/+1
2024-12-11allow `symbol_intern_string_literal` lint in test modulesonur-ozkan-0/+2
2024-12-10Add feature gate, not working yetMichael Goulet-0/+1
2024-12-09Introduce `default_field_values` featureEsteban Küber-0/+1
2024-12-09Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgrbors-0/+5
2024-12-09Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillotMatthias Krüger-0/+5
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-0/+1
2024-12-06Remove polymorphizationBen Kimock-1/+0
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-0/+5
2024-12-03Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxuMatthias Krüger-0/+16
2024-12-03Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnrMatthias Krüger-0/+1
2024-12-03Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubileeMatthias Krüger-0/+1
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-0/+1
2024-12-01Rollup merge of #133686 - samueltardieu:push-xkxwxzxqokuu, r=compiler-errorsMatthias Krüger-0/+1
2024-11-30Add diagnostic item for `std::ops::ControlFlow`Samuel Tardieu-0/+1
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-0/+14
2024-11-28Implement lint against `Symbol::intern` on a string literalclubby789-0/+2
2024-11-29Support #[repr(simd)] types in input/output of PowerPC inline assemblyTaiki Endo-0/+2
2024-11-28Rollup merge of #133463 - taiki-e:aarch64-asm-x18, r=AmanieuGuillaume Gomez-0/+1
2024-11-27rustc_span: Replace a `HashMap<_, ()>` with `HashSet`Josh Stone-5/+7
2024-11-26Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillotMichael Goulet-1/+0
2024-11-26Pass end position of span through inline ASM cookiebeetrees-0/+6
2024-11-26Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed...Taiki Endo-0/+1
2024-11-25Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=AmanieuMatthias Krüger-0/+2
2024-11-24add `guard_patterns` unstable feature, without unstable book chapter for nowMax Niederman-0/+1
2024-11-24Make asm_goto_with_outputs a separate feature gateGary Guo-0/+1
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-0/+1
2024-11-24Auto merge of #132791 - tyilo:big-file-fail-fast, r=compiler-errorsbors-1/+15
2024-11-23Add simd_relaxed_fma intrinsicCaleb Zulawski-0/+1
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-0/+1
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-0/+1
2024-11-23rustc: Fail fast when compiling a source file larger than 4 GiB - 1 BAsger Hautop Drewsen-1/+15
2024-11-22Stabilize the 2024 editionEric Huss-2/+2
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-0/+1
2024-11-22Remove the `DefinitelyInitializedPlaces` analysis.Nicholas Nethercote-1/+0
2024-11-22Support input/output in vector registers of s390x inline assemblyTaiki Endo-0/+1
2024-11-21Implement the unsafe-fields RFC.Luca Versari-0/+1
2024-11-20Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=UrgauJacob Pratt-1/+2
2024-11-19Correct comments concerning updated dangling pointer lintgavincrawford-1/+1
2024-11-19Introduce `min_generic_const_args` and directly represent pathsNoah Lev-0/+1
2024-11-18rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirectRalf Jung-1/+1
2024-11-17Likely unlikely fixJiri Bobek-0/+1
2024-11-14Rollup merge of #128197 - Alexendoo:span-ctxt, r=davidtwcoMatthias Krüger-9/+11
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-21/+1
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-21/+1
2024-11-11Rollup merge of #132144 - adetaylor:receiver-trait-itself, r=wesleywiserMatthias Krüger-0/+2
2024-11-11Remove as_mut_ptr symbolgavincrawford-1/+0
2024-11-11Update dangling pointer testsgavincrawford-0/+1
2024-11-11Add #[rustc_as_ptr] attributegavincrawford-0/+1