about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-0/+5
2022-01-29Rename _args -> args in format_args expansionDavid Tolnay-1/+1
2022-01-29Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obkMatthias Krüger-0/+1
2022-01-27Rollup merge of #93363 - lcnr:pass-by-value, r=petrochenkovMatthias Krüger-12/+21
2022-01-27Rollup merge of #93325 - tmiasko:lev, r=davidtwcoMatthias Krüger-39/+52
2022-01-27try apply `rustc_pass_by_value` to `Span`lcnr-12/+21
2022-01-26Introduce a limit to Levenshtein distance computationTomasz Miąsko-39/+51
2022-01-26Hoist `to_uppercase` out of the loopTomasz Miąsko-1/+2
2022-01-26Add a minimal working `append_const_msg` argumentDeadbeef-0/+1
2022-01-25Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats...Matthias Krüger-0/+1
2022-01-23Auto merge of #93066 - nnethercote:infallible-decoder, r=bjorn3bors-53/+48
2022-01-23Add `intrinsics::const_deallocate`woppopo-0/+1
2022-01-22Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnayMatthias Krüger-0/+1
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-53/+48
2022-01-21Implement stable with negative coherence modeSantiago Pastorino-0/+1
2022-01-18Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubileeMatthias Krüger-0/+1
2022-01-18Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisabors-0/+12
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-0/+1
2022-01-17Add term to ExistentialProjectionkadmin-0/+1
2022-01-17Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-01-17Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar...Matthias Krüger-0/+1
2022-01-17Use Symbol for target features in asm handlingbjorn3-0/+12
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-1/+0
2022-01-17Change TerminatorKind::Abort to call the panic handler instead ofAmanieu d'Antras-0/+1
2022-01-16Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnrMatthias Krüger-0/+1
2022-01-16Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasperMatthias Krüger-0/+31
2022-01-15Rollup merge of #92743 - bjorn3:less_symbol_intern, r=camelidMatthias Krüger-0/+3
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-0/+1
2022-01-12Rename environment variable for overriding rustc versionpierwill-2/+2
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-1/+0
2022-01-11Auto merge of #92012 - llogiq:repr-c-def-id, r=michaelwoeristerbors-1/+8
2022-01-10Use pre-interned symbols in a couple of placesbjorn3-0/+3
2022-01-10Auto merge of #92278 - Aaron1011:fix-fingerprint-caching, r=michaelwoeristerbors-0/+35
2022-01-09feat: pass_by_value lint attributeMahdi Dibaiee-0/+1
2022-01-09Implement `#[rustc_must_implement_one_of]` attributeMaybe Waffle-0/+1
2022-01-07Fix typo in `StableCrateId` docspierwill-2/+2
2022-01-06Add diagnostic items for macrosAlex Macleod-0/+31
2022-01-05Adjust assert_default_hashing_controlsAaron Hill-6/+15
2022-01-05Ensure that `Fingerprint` caching respects hashing configurationAaron Hill-0/+26
2022-01-05Rollup merge of #92442 - pierwill:localdefid-doc-ord, r=Aaron1011Matthias Krüger-5/+11
2022-01-04Make `DefId` `repr(C)`, optimize big-endian field orderAndre Bogus-1/+8
2022-01-04Add simd_as intrinsicCaleb Zulawski-0/+1
2022-01-03Auto merge of #92179 - Aaron1011:incr-loaded-from-disk, r=michaelwoeristerbors-0/+1
2021-12-30Add negative `impl` for `Ord`, `PartialOrd` on `LocalDefId`pierwill-5/+11
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-2/+32
2021-12-21Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query resultAaron Hill-0/+1
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-85/+25
2021-12-16Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiserbors-6/+21
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-6/+6
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-79/+19