summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2021-11-25Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebankMatthias Krüger-0/+1
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-0/+1
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-0/+1
2021-11-23Add generator lang-itemMichael Goulet-0/+1
2021-11-23Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obkMatthias Krüger-0/+1
2021-11-23Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t...Matthias Krüger-0/+1
2021-11-24Suggestion to wrap inner types using `allocator_api` in tupleKen Matsui-0/+1
2021-11-22Split inline const to two feature gatesGary Guo-0/+1
2021-11-21Simplify for loop desugarCameron Steffen-11/+3
2021-11-20Rollup merge of #90930 - Nilstrieb:fix-non-const-value-ice, r=estebankMatthias Krüger-0/+1
2021-11-20Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebankMatthias Krüger-7/+12
2021-11-18rustc: Remove `#[rustc_synthetic]`Vadim Petrochenkov-1/+0
2021-11-16Add SourceMap::indentation_before.Mara Bos-7/+12
2021-11-15Fix `non-constant value` ICE (#90878)Nilstrieb-0/+1
2021-11-09Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-sebors-0/+1
2021-11-07Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514bors-10/+5
2021-11-07more clippy fixesMatthias Krüger-10/+5
2021-11-07Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplettbors-0/+3
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-0/+3
2021-11-06Don't destructure args tuple in format_args!Cameron Steffen-0/+1
2021-11-03Remove `MaybeMutBorrowedLocals`Tomasz Miąsko-1/+0
2021-11-02Split doc_cfg and doc_auto_cfg featuresGuillaume Gomez-0/+1
2021-10-30Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkovGuillaume Gomez-1/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-2/+0
2021-10-27Auto merge of #89652 - rcvalle:rust-cfi, r=nagisabors-0/+1
2021-10-25Add LLVM CFI support to the Rust compilerRamon de C Valle-0/+1
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+2
2021-10-23Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakisbors-0/+1
2021-10-23Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726Matthias Krüger-0/+1
2021-10-22Add rustc_strict_coherence attribute and use it to check overlapSantiago Pastorino-0/+1
2021-10-22add feature flag for `type_changing_struct_update`Charles Lew-0/+1
2021-10-21Don't suggest importing items with hygienic namesMatthew Jasper-1/+1
2021-10-20Rollup merge of #88860 - nbdd0121:panic, r=m-ou-seYuki Okushi-1/+0
2021-10-19Deduplicate panic_fmtGary Guo-1/+0
2021-10-19Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es...Matthias Krüger-28/+18
2021-10-17rustc_span: `Ident::invalid` -> `Ident::empty`Vadim Petrochenkov-1/+1
2021-10-17Suggest a case insensitive match name regardless of levenshtein distanceYuki Okushi-28/+18
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-15add a `rustc::query_stability` lintlcnr-0/+1
2021-10-15Guess semicolon span for macro statementsCameron Steffen-0/+38
2021-10-14Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obkbors-0/+3
2021-10-12Add const_eval_select intrinsicDeadbeef-0/+3
2021-10-11Add enum_intrinsics_non_enums lintFlying-Toast-0/+1
2021-10-08Add feature gate to non_exhaustive_omitted_patterns lintDevin Ragotzy-0/+1
2021-10-07Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebankJubilee-0/+1
2021-10-07Use correct edition for panic in [debug_]assert!() etc.Mara Bos-0/+1
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-0/+2
2021-10-03Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearthbors-0/+2
2021-10-02Make diangostic item names consistentCameron Steffen-15/+8
2021-10-02Add desugaring mark to while loopCameron Steffen-0/+2