about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
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-09-01tracing::instrument cleanupOli Scherer-5/+5
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-4/+0
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-23Remove generate_fn_name_span and generate_local_type_param_snippet.Camille GILLOT-87/+0
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-22Show absolute line numbers if span is outside relative spanNilstrieb-1/+1
2022-08-21More docsMichael Goulet-0/+3
2022-08-21Comment a bit, use find_ancestor_in_same_ctxt to suppress some weird macro notesMichael Goulet-0/+7
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-20Rollup merge of #100723 - 5225225:the-easy-ones, r=compiler-errorsMatthias Krüger-0/+2
2022-08-19Auto merge of #100209 - cjgillot:source-file-index, r=estebankbors-8/+5
2022-08-18Auto merge of #98851 - klensy:encode_symbols, r=cjgillotbors-2/+2
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-08-17Make names more explicit.Camille GILLOT-15/+21
2022-08-17Keep ctxt in encoded span representation.Camille GILLOT-12/+23
2022-08-15Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoeristerMatthias Krüger-1/+1
2022-08-15cache strings while encoding/decoding to compiler artifactsklensy-2/+2
2022-08-13fix span_extend_to_next_char docsGoldstein-1/+1
2022-08-09Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011Dylan DPC-0/+1
2022-08-08Remove unused parameter.Camille GILLOT-2/+0
2022-08-07Add Tuple marker traitMichael Goulet-0/+1
2022-08-07Only encode position from start of file.Camille GILLOT-7/+1
2022-08-06Encode index of SourceFile along with span.Camille GILLOT-0/+5
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-28Use line numbers relative to function in mir opt testsNilstrieb-0/+27
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-26Auto merge of #99574 - durin42:allocator-patch-redux, r=nikicbors-0/+3
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-26Rollup merge of #99718 - TaKO8Ki:avoid-&str-symbol-to-string-conversions, r=m...Yuki Okushi-11/+0
2022-07-25remove `is_local_span` as it is no longer usedTakayuki Maeda-11/+0