summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-09rustc_middle: use IndexSet in OnDiskCacheJosh Stone-17/+5
2020-08-09rustc_metadata: use IndexSet in EncodeContextJosh Stone-17/+5
2020-08-09rustc_data_structures: use IndexSet in TransitiveRelationJosh Stone-26/+13
2020-08-09rustc_codegen_llvm: use IndexSet in CoverageMapGeneratorJosh Stone-16/+10
2020-08-09Upgrade indexmap to 1.5.1, now using hashbrown!Josh Stone-1/+1
2020-08-09Rename "Important traits" to "Notable traits"Camelid-21/+21
2020-08-09Remove normalization of `Span` debug output in proc-macro testsAaron Hill-163/+233
2020-08-09Auto merge of #75137 - Aaron1011:fix/hygiene-skip-expndata, r=petrochenkovbors-4/+25
2020-08-09Upgrade the FreeBSD toolchain to version 11.4Josh Stone-25/+11
2020-08-09bless MIRRalf Jung-31/+31
2020-08-09evaluate required_consts when pushing stack frame in Miri engineRalf Jung-0/+7
2020-08-09move stack size check to const_eval machineRalf Jung-5/+10
2020-08-09Add sanitizer support on FreeBSDGreg V-7/+19
2020-08-09Auto merge of #75134 - Aaron1011:feature/expn-data-parent-hash, r=petrochenkovbors-33/+39
2020-08-09instance: only polymorphize upvar substsDavid Wood-88/+33
2020-08-09move const_eval error reporting logic into rustc_mir::const_eval::errorRalf Jung-194/+201
2020-08-09Add comment about the lack of `ExpnData` serialization for proc-macro cratesAaron Hill-0/+7
2020-08-09Give precedence to primitives over modulesJoshua Nelson-4/+11
2020-08-09Avoid deleting temporary files on errorMark Rousskov-24/+53
2020-08-09Remove E0749 from untested error codesGuillaume Gomez-1/+1
2020-08-09Clean up E0749 explanationGuillaume Gomez-4/+19
2020-08-09tests: Mark `ui/asm/bad-arch.rs` as requiring wasm llvm backendVadim Petrochenkov-1/+2
2020-08-09Change Ord impl for ParamKindOrdkadmin-55/+82
2020-08-09Switched to unordered field in ParamKindOrdkadmin-9/+17
2020-08-09Add ParamKindOrd::ConstUnordered variantkadmin-2/+3
2020-08-09Blessed old test where error message had changedkadmin-5/+2
2020-08-09Test lifetimes after types after consts forbiddenkadmin-10/+47
2020-08-09Added +1 test for only works w/ feat const genkadmin-3/+59
2020-08-09add allow unused_unsafe and allow dead_codeRyan1729-10/+12
2020-08-09fix unary minus on usize and unused variable errors in .fixed fileRyan1729-32/+32
2020-08-09add a test example of where transmutes_expressible_as_ptr_casts should not su...Ryan1729-2/+26
2020-08-08Detect likely `for foo of bar` JS syntaxEsteban Küber-7/+25
2020-08-08Fix ICE #75307 in `format`Esteban Küber-20/+26
2020-08-08update stderr for transmutes_expressible_as_ptr_castsRyan1729-8/+8
2020-08-08Don't try to use wasm intrinsics on vectorsAlex Crichton-24/+31
2020-08-09Rollup merge of #75292 - slanterns:cleanup-E0502, r=GuillaumeGomezYuki Okushi-2/+2
2020-08-09Rollup merge of #75291 - GuillaumeGomez:cleanup-e0750, r=pickfireYuki Okushi-6/+19
2020-08-09Rollup merge of #75290 - rust-lang:min_const_generics-version, r=jonas-schievinkYuki Okushi-1/+1
2020-08-09Rollup merge of #74712 - strom-und-spiele:E0271-cleanup, r=Mark-SimulacrumYuki Okushi-30/+13
2020-08-08Remove E0750 from unchecked error codesGuillaume Gomez-2/+1
2020-08-08Clean up E0750 explanationGuillaume Gomez-4/+18
2020-08-08Auto merge of #75260 - davidtwco:polymorphization-promoted-substs, r=lcnrbors-15/+104
2020-08-08Add another testJoshua Nelson-0/+32
2020-08-08Miri: Renamed "undef" to "uninit"Philippe Nadon-37/+37
2020-08-08Auto merge of #74533 - nikic:issue-74425, r=eddybbors-8/+32
2020-08-08Use `&` instead of `let ref` in E0502 Slanterns-2/+2
2020-08-08fix `min_const_generics` versionBastian Kauschke-1/+1
2020-08-08Add a regression test for match guardLzu Tao-0/+18
2020-08-08Fallback to pase_expr because match guard accepts struct literalsLzu Tao-6/+28
2020-08-08Gate to if-let guard featureLzu Tao-30/+440