about summary refs log tree commit diff
path: root/compiler/rustc_span/src/symbol.rs
AgeCommit message (Expand)AuthorLines
2022-09-17Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obkDylan DPC-0/+3
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-0/+1
2022-09-13Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomccbors-0/+1
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-0/+1
2022-09-12Introduce dyn_star feature flagEric Holk-0/+1
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-0/+1
2022-09-12Simplify `clippy` fix.Markus Reiter-0/+1
2022-09-12Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726bors-0/+1
2022-09-11add generator_clone feature gateAndrew Cann-0/+1
2022-09-10Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-deadbors-2/+1
2022-09-09The `<*const T>::guaranteed_*` methods now return an option for the unknown caseOli Scherer-2/+1
2022-09-09Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgrbors-1/+0
2022-09-09Lower RPITIT to ImplTraitPlaceholder itemMichael Goulet-0/+1
2022-09-08Generator return doesn't need to be a lang itemMichael Goulet-1/+0
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-0/+1
2022-09-05Auto merge of #100759 - fee1-dead-contrib:const_eval_select_real_intrinsic, r...bors-1/+0
2022-09-04Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obkbors-1/+1
2022-09-04Make `const_eval_select` a real intrinsicDeadbeef-1/+0
2022-09-04Auto merge of #100726 - jswrenn:transmute, r=oli-obkbors-0/+5
2022-09-04Address nits, rename enclosing_scope => parent_labelMichael Goulet-1/+1
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-0/+4
2022-09-02Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkovGuillaume Gomez-0/+1
2022-09-02Rollup merge of #97739 - a2aaron:let_underscore, r=estebankGuillaume Gomez-0/+3
2022-08-31add TestReachabilityVisitorBryanskiy-0/+1
2022-08-29Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorinoMatthias Krüger-0/+1
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-0/+4
2022-08-28Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcmbors-0/+1
2022-08-26Implementation of import_name_typeDaniel Paoliello-0/+1
2022-08-25Do not report too many expr field candidatesMichael Goulet-0/+1
2022-08-25Rollup merge of #100188 - chenyukang:fix-issue-100165, r=estebankYuki Okushi-0/+1
2022-08-24Auto merge of #100803 - klensy:do-not-encode-preinterned-symbols, r=bjorn3bors-0/+10
2022-08-23parser will not give wrong help message for 'public'yukang-0/+1
2022-08-23Improve local generic parameter suggestions.Camille GILLOT-0/+1
2022-08-22safe transmute: use `Assume` struct to provide analysis optionsJack Wrenn-0/+5
2022-08-21Add pointer masking convenience functionsMaybe Waffle-0/+1
2022-08-20rmeta/query cache: don't write string values of preinterned symbolsklensy-0/+5
2022-08-20symbols: add `is_preinterned` fn to check if symbol was preinterned in compilerklensy-0/+5
2022-08-15cache strings while encoding/decoding to compiler artifactsklensy-2/+2
2022-08-09Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011Dylan DPC-0/+1
2022-08-07Add Tuple marker traitMichael Goulet-0/+1
2022-08-05recover require,include instead of use in itemyukang-0/+1
2022-08-02Auto merge of #92268 - jswrenn:transmute, r=oli-obkbors-0/+1
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+1
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+2
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-0/+3
2022-07-26Implement `#[rustc_default_body_unstable]`Maybe Waffle-0/+1
2022-07-25Auto merge of #98770 - klensy:no-string-dupes-ugly, r=cjgillotbors-0/+3
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-0/+1
2022-07-22Add simd_cast_ptr, simd_expose_addr, and simd_from_exposed_addr intrinsicsCaleb Zulawski-0/+3
2022-07-22Auto merge of #99420 - RalfJung:vtable, r=oli-obkbors-0/+2