about summary refs log tree commit diff
path: root/src/librustc_span
AgeCommit message (Expand)AuthorLines
2020-03-17Rename `from_u32_const` -> `from_u32`Dylan MacKenzie-2/+2
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-16Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasperDylan DPC-28/+28
2020-03-16hygiene: `modern` -> `normalize_to_macros_2_0`Vadim Petrochenkov-28/+28
2020-03-15Add attributes to allow specializing on traitsMatthew Jasper-0/+3
2020-03-14Update `visit_item_likes_in_module`John Kåre Alsaker-0/+25
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-2/+0
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-5/+1
2020-03-12Rollup merge of #69830 - RalfJung:miri-invalid-terminator, r=oli-obkMazdak Farrokhzad-0/+1
2020-03-11Rollup merge of #69760 - Centril:parse-expr-improve, r=estebankMazdak Farrokhzad-0/+7
2020-03-11Rollup merge of #69825 - lcnr:discriminant, r=oli-obkMazdak Farrokhzad-0/+1
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-21/+7
2020-03-10error_block_no_opening_brace: handle closures betterMazdak Farrokhzad-0/+7
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-21/+7
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-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-5/+1
2020-03-07Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertjMazdak Farrokhzad-1/+1
2020-03-07Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obkMazdak Farrokhzad-3/+3
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+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-03-03use conditions directlyMatthias Krüger-1/+1
2020-03-03Use .next() instead of .nth(0) on iterators.Matthias Krüger-3/+3
2020-03-01Rollup merge of #69580 - matthiaskrgr:map_clone, r=CentrilYuki Okushi-1/+1
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-1/+1
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-2/+2
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29use .copied() instead of .map(|x| *x) on iteratorsMatthias Krüger-1/+1
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-2/+2
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+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-26Rollup merge of #69387 - petrochenkov:idprint, r=Mark-SimulacrumDylan DPC-8/+59
2020-02-23Deduplicate identifier printing a bitVadim Petrochenkov-8/+59
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-4/+4
2020-02-20Rollup merge of #69266 - Zoxc:fix-source-map-race, r=wesleywiserDylan DPC-19/+47
2020-02-20Auto merge of #69256 - nnethercote:misc-inlining, r=Centrilbors-0/+2
2020-02-18Fix race condition when allocating source files in SourceMapJohn Kåre Alsaker-19/+47
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-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-0/+2
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-2/+0
2020-02-10Add `#[repr(no_niche)]`.Felix S. Klock II-0/+2