about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2023-10-27Make `gen` blocks implement the `Iterator` traitOli Scherer-0/+1
2023-10-26Pre-intern a symbol for env!("CFG_RELEASE")David Tolnay-0/+1
2023-10-26Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 editionOli Scherer-2/+4
2023-10-25Make `Iterator` a lang itemOli Scherer-0/+1
2023-10-24Rollup merge of #116943 - heiher:target-features, r=wesleywiserMatthias Krüger-0/+1
2023-10-24compiler: Add target features for LoongArchWANG Rui-0/+1
2023-10-23Let's see what those opaque types actually areMichael Goulet-0/+1
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-1/+18
2023-10-21Rollup merge of #116312 - c410-f3r:try, r=Mark-SimulacrumMatthias Krüger-13/+16
2023-10-20Re-add `generators` as a removed feature and point to the new feature nameOli Scherer-0/+2
2023-10-20s/generator/coroutine/Oli Scherer-4/+4
2023-10-20Ensure we never accidentally serialize an `ErrorGuaranteed`Oli Scherer-1/+18
2023-10-19Initiate the inner usage of `cfg_match`Caio-13/+16
2023-10-19Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errorsbors-25/+59
2023-10-17[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopesUrgau-25/+59
2023-10-16debug Span::ctxt() call detectionArthur Lafrance-2/+2
2023-10-16basic lint v2 implementedArthur Lafrance-2/+2
2023-10-16implement the basics of the lint static analysisArthur Lafrance-0/+2
2023-10-13Format all the let chains in compilerMichael Goulet-1/+1
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-10-06Rollup merge of #116474 - nnethercote:rustc_assorted, r=spastorinoMatthias Krüger-6/+1
2023-10-06Auto merge of #115304 - Enselic:trailing-gt, r=cjgillotbors-1/+0
2023-10-06Remove unused `FileName::CfgSpec`.Nicholas Nethercote-6/+1
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+49
2023-10-05Allow file names to end with '>'Martin Nordholts-1/+0
2023-10-01Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrumbors-1/+1
2023-09-30Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubileebors-0/+1
2023-09-27fix clippy::{redundant_guards, useless_format}Matthias Krüger-2/+2
2023-09-25Rename `cold_path` to `outline`John Kåre Alsaker-2/+2
2023-09-21Auto merge of #115549 - saethlin:include-bytes-resilient, r=jackh726bors-2/+58
2023-09-20Add unit tests based on files that return odd sizes to statBen Kimock-0/+27
2023-09-18Prototype using const generic for simd_shuffle IDX arrayOli Scherer-0/+1
2023-09-16Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdocbors-0/+1
2023-09-16Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726bors-1/+1
2023-09-15Implement custom classes for rustdoc code blocks with `custom_code_classes_in...Guillaume Gomez-0/+1
2023-09-14Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obkbors-0/+3
2023-09-12Fall back to an unoptimized implementation in read_binary_file if File::metad...Ben Kimock-2/+31
2023-09-09Auto merge of #115594 - nnethercote:span-tweaks, r=cjgillotbors-121/+146
2023-09-08Auto merge of #115418 - Zoxc:freeze-source, r=oli-obkbors-165/+178
2023-09-08Add Freeze::cloneJohn Kåre Alsaker-8/+2
2023-09-08Partially outline code inside the panic! macroJohn Kåre Alsaker-1/+1
2023-09-08Auto merge of #115372 - RalfJung:abi-assert-eq, r=davidtwcobors-0/+1
2023-09-08Rename the feature, but not the attribute, to `coverage_attribute`Andy Caldwell-0/+1
2023-09-08Add `no_coverage` to the 'removed features' listAndy Caldwell-0/+1
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-1/+2
2023-09-08Optimize `Span::is_dummy`.Nicholas Nethercote-11/+18
2023-09-08`Span` tweaks.Nicholas Nethercote-110/+128
2023-09-07Use `Freeze` for `SourceFile.lines`John Kåre Alsaker-129/+144
2023-09-07Use `Freeze` for `SourceFile.external_src`John Kåre Alsaker-36/+40
2023-09-07add support for rustc_abi(assert_eq) and use it to test some repr(transparent...Ralf Jung-0/+1