about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
2022-03-14Stabilise `aarch64_target_feature`Adam Gemmell-0/+1
2022-03-10Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkovDylan DPC-0/+1
2022-03-10Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandryDylan DPC-0/+1
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-0/+1
2022-03-10Auto merge of #94787 - matthiaskrgr:rollup-yyou15f, r=matthiaskrgrbors-0/+1
2022-03-09New `deprecated_suggestion` feature, use in testsJacob Pratt-0/+1
2022-03-09Implement macro meta-variable expressionsCaio-0/+1
2022-03-09Add miri to the well known conditional compilation names and valuesLoïc BRANSTETT-0/+1
2022-03-08Treat unstable lints as unknownDavid Koloski-0/+1
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-2/+3
2022-03-07Rollup merge of #94614 - pierwill:localexpnid-noord, r=lcnrMatthias Krüger-0/+7
2022-03-04Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkovDylan DPC-0/+1
2022-03-04Remove ordering traits from `rustc_span::hygiene::LocalExpnId`pierwill-0/+7
2022-03-04Add well known values to --check-cfg implementationLoïc BRANSTETT-0/+1
2022-03-04Rollup merge of #94339 - Amanieu:arm-d32, r=nagisaDylan DPC-0/+1
2022-02-28Auto merge of #94427 - cjgillot:inline-fresh-expn, r=oli-obkbors-13/+8
2022-02-27Only create a single expansion for each inline integration.Camille GILLOT-13/+8
2022-02-25Enable rustc_pass_by_value for SpanMark Rousskov-2/+2
2022-02-25Switch bootstrap cfgsMark Rousskov-10/+3
2022-02-24ARM: Only allow using d16-d31 with asm! when supported by the targetAmanieu d'Antras-0/+1
2022-02-22Rollup merge of #94169 - Amanieu:asm_stuff, r=nagisaMatthias Krüger-1/+0
2022-02-21On ARM, use relocation_model to detect whether r9 should be reservedAmanieu d'Antras-1/+0
2022-02-20Delete Decoder::read_struct_fieldMark Rousskov-20/+14
2022-02-20Delete Decoder::read_structMark Rousskov-62/+57
2022-02-20Rollup merge of #94146 - est31:let_else, r=cjgillotMatthias Krüger-7/+4
2022-02-19Adopt let else in more placesest31-7/+4
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+2
2022-02-18Rollup merge of #91675 - ivanloz:memtagsan, r=nagisaMatthias Krüger-0/+1
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-0/+1
2022-02-16MemTagSanitizer SupportIvan Lozano-0/+1
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+2
2022-02-15Inline LocalExpnId::from_raw and LocalExpnId::as_rawTomasz Miąsko-0/+2
2022-02-15Auto merge of #93176 - danielhenrymantilla:stack-pinning-macro, r=m-ou-sebors-0/+1
2022-02-14Mark `unsafe_pin_internals` as `incomplete`.Daniel Henry-Mantilla-0/+1
2022-02-13Update `sha1`, `sha2`, and `md5` dependenciespierwill-4/+4
2022-02-13Rollup merge of #93936 - bjorn3:simplifications2, r=cjgillotMatthias Krüger-26/+12
2022-02-12Remove SPAN_DEBUG globalbjorn3-26/+12
2022-02-12Improve error messages even moreDeadbeef-0/+1
2022-02-11Rollup merge of #91607 - FabianWolff:issue-91560-const-span, r=jackh726Matthias Krüger-13/+27
2022-02-10Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwcoMatthias Krüger-0/+1
2022-02-09Rollup merge of #91504 - cynecx:used_retain, r=nikicMatthias Krüger-0/+3
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-0/+1
2022-02-09Allow substitutions in `rustc_on_unimplemented` predicateMichael Goulet-0/+3
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-0/+5
2022-02-06`#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41)cynecx-0/+3
2022-02-01add a rustc::query_stability lintlcnr-0/+2
2022-01-31Make `span_extend_to_prev_str()` more robustFabian Wolff-13/+27
2022-01-31Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakisbors-1/+1
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-0/+5
2022-01-31Move overlap_mode into trait level attribute + feature flagSantiago Pastorino-1/+1