about summary refs log tree commit diff
path: root/src/librustc_span/symbol.rs
AgeCommit message (Expand)AuthorLines
2020-05-03Support liveness in `rustc_peek` testsDylan MacKenzie-0/+1
2020-05-03Implement RFC 2523, `#[cfg(version(..))]`mibac138-0/+2
2020-05-01Allow `#[target_feature]` on safe functionsLeSeulArtichaut-0/+1
2020-04-16Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasperbors-1/+2
2020-04-13Fix symbol sortingSteven Fackler-1/+1
2020-04-12Add some basic docs to `sym` and `kw` modulesPhilipp Hansch-0/+8
2020-04-08Replace "rc"/"arc" lang items with Rc/Arc diagnostic items.Eduard-Mihai Burtescu-0/+2
2020-04-05Remove a stack frame from .await callsSteven Fackler-1/+2
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-0/+1
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-0/+1
2020-03-21Rollup merge of #69901 - RalfJung:rustc_layout, r=eddybDylan DPC-0/+1
2020-03-21Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandryMazdak Farrokhzad-1/+2
2020-03-20add debug option to #[rustc_layout]Ralf Jung-0/+1
2020-03-18Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obkMazdak Farrokhzad-1/+1
2020-03-17Make async/await lowering use resume argumentsJonas Schievink-1/+2
2020-03-17Rename `from_u32_const` -> `from_u32`Dylan MacKenzie-1/+1
2020-03-17Rollup merge of #68746 - matthewjasper:metahygiene, r=petrochenkovMazdak Farrokhzad-0/+25
2020-03-17Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasperMazdak Farrokhzad-0/+1
2020-03-16Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakisbors-0/+3
2020-03-16Make macro metavars respect (non-)hygieneMatthew Jasper-0/+25
2020-03-16hygiene: `modern` -> `normalize_to_macros_2_0`Vadim Petrochenkov-6/+6
2020-03-15Add attributes to allow specializing on traitsMatthew Jasper-0/+3
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-2/+0
2020-03-12Rollup merge of #69830 - RalfJung:miri-invalid-terminator, r=oli-obkMazdak Farrokhzad-0/+1
2020-03-11Rollup merge of #69825 - lcnr:discriminant, r=oli-obkMazdak Farrokhzad-0/+1
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-2/+0
2020-03-10builtin_macros: Add attribute macro `#[cfg_accessible(path)]`Vadim Petrochenkov-0/+1
2020-03-09also handle abort intrinsic with new machine hookRalf Jung-0/+1
2020-03-08constify `mem::discriminant`Bastian Kauschke-0/+1
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-2/+0
2020-03-05Add a new test to reach const_limit setting, although with wrong WARNINGs yetChristoph Schmidler-1/+1
2020-03-05Prepare const_limit feature gate and attributeChristoph Schmidler-0/+1
2020-02-27Remove spotlight usageGuillaume Gomez-2/+0
2020-02-26rustc_span: Add `Symbol::to_ident_string` for use in diagnostic messagesVadim Petrochenkov-0/+8
2020-02-23Deduplicate identifier printing a bitVadim Petrochenkov-8/+59
2020-02-20Auto merge of #69256 - nnethercote:misc-inlining, r=Centrilbors-0/+2
2020-02-18Inline `Symbol::decode` and `Interner::intern`.Nicholas Nethercote-0/+2
2020-02-15parser: `macro_rules` is a weak keywordVadim Petrochenkov-1/+4
2020-02-10Add `#[repr(no_niche)]`.Felix S. Klock II-0/+2
2020-02-09Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasperbors-0/+1
2020-02-07Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakisDylan DPC-0/+4
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+4
2020-02-04Implement remaining `unchecked` arithmetic intrinsicsDylan MacKenzie-0/+5
2020-02-02introduce `#![feature(move_ref_pattern)]`Mazdak Farrokhzad-0/+1
2020-01-21Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelixbors-0/+3
2020-01-14Improve graphviz visualization for new frameworkDylan MacKenzie-0/+3
2020-01-12Use `report_in_external_macro` for internal lintsAfnan Enayet-0/+1
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-0/+1
2020-01-09Add `const_trait_bound_opt_out` feature gateDylan MacKenzie-0/+1
2020-01-09Add `const_trait_impl` feature gateDylan MacKenzie-0/+1