about summary refs log tree commit diff
path: root/compiler/rustc_span/src/symbol.rs
AgeCommit message (Expand)AuthorLines
2021-12-07Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieubors-0/+4
2021-12-07Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-SimulacrumMatthias Krüger-0/+1
2021-12-06Recommend fix `count()` -> `len()` on slicesMichael Howell-0/+1
2021-12-06Implement inline asm! for AVR platformAndrew Dona-Couch-0/+4
2021-12-03add `unwind_asm` feature gate for `may_unwind` optioncynecx-0/+1
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-0/+1
2021-12-03Auto merge of #90737 - eholk:intofuture, r=tmandrybors-0/+2
2021-12-03Improve the comments in `Symbol::interner`.Nicholas Nethercote-6/+13
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-22Reintroduce `into_future` in `.await` desugaringEric Holk-0/+2
2021-11-22Split inline const to two feature gatesGary Guo-0/+1
2021-11-21Simplify for loop desugarCameron Steffen-1/+0
2021-11-18rustc: Remove `#[rustc_synthetic]`Vadim Petrochenkov-1/+0
2021-11-09Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-sebors-0/+1
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-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+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/+1
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-20Rollup merge of #88860 - nbdd0121:panic, r=m-ou-seYuki Okushi-1/+0
2021-10-19Deduplicate panic_fmtGary Guo-1/+0
2021-10-17rustc_span: `Ident::invalid` -> `Ident::empty`Vadim Petrochenkov-1/+1
2021-10-15add a `rustc::query_stability` lintlcnr-0/+1
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-02Make diangostic item names consistentCameron Steffen-15/+8
2021-09-24Rollup merge of #89072 - bjorn3:less_symbol_as_str, r=michaelwoeristerJubilee-5/+1
2021-09-23Auto merge of #87064 - Aaron1011:new-closure-track-caller, r=estebankbors-0/+1
2021-09-23Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrumbors-0/+1
2021-09-22Support `#[track_caller]` on closures and generatorsAaron Hill-0/+1
2021-09-22Make SymbolIndex privatebjorn3-1/+1