about summary refs log tree commit diff
path: root/compiler/rustc_span/src/symbol.rs
AgeCommit message (Expand)AuthorLines
2023-06-20Add rustc_do_not_implement_via_objectMichael Goulet-0/+1
2023-06-19Syntatically accept `become` expressionsMaybe Waffle-0/+1
2023-06-17Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obkbors-1/+0
2023-06-16remove box_free and replace with drop implDrMeepster-1/+0
2023-06-16`#[lang_item]` for `core::ptr::Unique`Neven Villani-0/+1
2023-06-15privacy: Feature gate new type privacy lintsVadim Petrochenkov-0/+1
2023-06-09Add diagnostic items for `f32::NAN` and `f64::NAN`Urgau-0/+2
2023-05-31Add diagnostic items for `ptr::cast_mut` and `ptr::from_ref` Urgau-0/+2
2023-05-27Add invalid_from_utf8 analogous to invalid_from_utf8_uncheckedUrgau-0/+2
2023-05-27Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_uncheckedUrgau-0/+2
2023-05-17Rollup merge of #111654 - JoJoJet:unsafe-cell-from-mut-lib, r=joshtriplettDylan DPC-0/+1
2023-05-17Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwUDylan DPC-0/+1
2023-05-16add `UnsafeCell::from_mut`JoJoJet-0/+1
2023-05-16Add derive for `core::marker::ConstParamTy`Nilstrieb-0/+1
2023-05-11Add support for `cfg(overflow_checks)`AngelicosPhosphoros-0/+2
2023-05-09Limit lifetime of format_args!() with inlined args.Mara Bos-0/+1
2023-05-09Rollup merge of #110694 - est31:builtin, r=petrochenkovDylan DPC-0/+2
2023-05-06Rollup merge of #111279 - compiler-errors:core-item-resolve, r=cjgillotMatthias Krüger-0/+1
2023-05-06More robust debug assertions for `Instance::resolve` on built-in traits with ...Michael Goulet-0/+1
2023-05-05Migrate offset_of from a macro to builtin # syntaxest31-0/+1
2023-05-05Add parsing for builtin # in expression and item contextest31-0/+1
2023-05-05Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errorsDylan DPC-0/+1
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-0/+4
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-0/+4
2023-05-02Implement negative boundsMichael Goulet-0/+1
2023-05-02update and add a few testsDeadbeef-0/+1
2023-05-02Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwUDylan DPC-0/+1
2023-05-01Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkinbors-0/+1
2023-04-30Codegen fewer instructions in `mem::replace`Scott McMurray-0/+1
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-0/+1
2023-04-28Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514Matthias Krüger-2/+1
2023-04-27Don't call await a methodMichael Goulet-0/+1
2023-04-27Add a `ConstParamTy` traitMaybe Waffle-0/+1
2023-04-25Add deny lint to prevent untranslatable diagnostics using static stringsclubby789-0/+1
2023-04-24Remove "V1" from ArgumentsV1 and FlagsV1.Mara Bos-2/+1
2023-04-22Add `intrinsics::transmute_unchecked`Scott McMurray-0/+1
2023-04-21offset_ofDrMeepster-0/+1
2023-04-18Use a diagnostic item instead of filtering for Index::OutputMichael Goulet-0/+1
2023-04-15Convert comment to doc comment on `Interner::get`.Alona Enraght-Moony-2/+3
2023-04-13Auto merge of #109989 - ids1024:m68k-asm, r=Amanieubors-0/+2
2023-04-12Add inline assembly support for m68kIan Douglas Scott-0/+2
2023-04-12Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726Matthias Krüger-0/+1
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-0/+1
2023-04-11Add `sym::anon`.Nicholas Nethercote-0/+1
2023-04-08Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naberbors-0/+1
2023-04-07Add feature gatekadmin-0/+1
2023-03-31Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomezbors-0/+1
2023-03-31Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddleGuillaume Gomez-0/+1
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-0/+1
2023-03-31Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obkbors-0/+1