about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-0/+1
2021-02-03Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obkbors-0/+2
2021-02-03Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievinkbors-0/+1
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+1
2021-02-02Rollup merge of #81608 - Aaron1011:macro-res-parse-err, r=davidtwcoJonas Schievink-0/+3
2021-02-01Use UFCS instead of method calls in `derive(Debug)`. See issue 81211 for disc...Felix S. Klock II-0/+2
2021-02-01Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkovbors-0/+6
2021-01-31Improve handling of spans around macro result parse errorsAaron Hill-0/+3
2021-01-28Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasperYuki Okushi-0/+3
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-0/+6
2021-01-23Add disambiugator to ExpnDataAaron Hill-14/+165
2021-01-22Make more traits of the From/Into family diagnostic itemsflip1995-0/+3
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-0/+1
2021-01-16Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnrbors-1/+0
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-3/+3
2021-01-13Auto merge of #80654 - Aaron1011:fix/dummy-span-ctxt, r=wesleywiserbors-1/+2
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-5/+24
2021-01-13Properly handle `SyntaxContext` of dummy spans in incr compAaron Hill-1/+2
2021-01-13Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwcoDylan DPC-1/+14
2021-01-12Auto merge of #80499 - matthiaskrgr:red_clos, r=estebankbors-2/+2
2021-01-11Auto merge of #79012 - tgnottingham:span_data_to_lines_and_cols, r=estebankbors-55/+214
2021-01-10Auto merge of #80782 - petrochenkov:viscopes, r=matthewjasperbors-1/+9
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-5/+24
2021-01-09Fix --pretty=expanded with --remap-path-prefixJeremy Fitzhardinge-1/+14
2021-01-07Use correct span for structured suggestionEsteban Küber-1/+3
2021-01-07resolve: Scope visiting doesn't need an `Ident`Vadim Petrochenkov-1/+9
2021-01-07Auto merge of #80648 - Aaron1011:expn-data-private, r=petrochenkovbors-2/+42
2021-01-03Make `ExpnData` fields `krate` and `orig_id` privateAaron Hill-2/+42
2021-01-03remove redundant closures (clippy::redundant_closure)Matthias Krüger-2/+2
2021-01-01Allow references to interior mutable data behind a feature gateoli-0/+1
2021-01-01first pass at default values for const genericsJulian Knodt-0/+1
2020-12-31Add edition 2021.Mara Bos-2/+18
2020-12-31Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkovbors-0/+3
2020-12-31remove move_val_init leftoversRalf Jung-1/+0
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-6/+6
2020-12-30Implement edition-based macro pat featuremark-0/+3
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-6/+6
2020-12-30Rollup merge of #80358 - pierwill:edit_rustc_span, r=lcnrYuki Okushi-46/+71
2020-12-27rustc_span: Remove `Symbol::with`Vadim Petrochenkov-9/+3
2020-12-25Edit rustc_span documentationpierwill-46/+71
2020-12-25Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinembors-1/+1
2020-12-23Rollup merge of #80297 - jyn514:more-docs, r=bjorn3Guillaume Gomez-1/+1
2020-12-22Add some intra-doc links to compiler docsJoshua Nelson-1/+1
2020-12-21rustc_span: Provide a reserved identifier check for a specific editionVadim Petrochenkov-11/+32
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-1/+1
2020-12-18Rollup merge of #80130 - pierwill:patch-7, r=oli-obkRalf Jung-1/+1
2020-12-17Stop using intermediate macros in definition of symbolsArlie Davis-8/+8
2020-12-17docs: Edit rustc_span::symbol::Symbol methodpierwill-1/+1
2020-12-14Switch to Symbol for item.nameJoshua Nelson-0/+4
2020-12-10Use Symbol for inline asm register class namesArlie Davis-0/+23