about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-12Remove FileType::OtherMark Rousskov-4/+0
2020-08-11Remove SynchronizationScope::OtherMark Rousskov-8/+0
2020-08-10Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514bors-5/+32
2020-08-10Auto merge of #74953 - JulianKnodt:master, r=lcnrbors-75/+190
2020-08-10Add test for rustc_const_unstable on methodsGuillaume Gomez-0/+9
2020-08-10Auto merge of #75357 - RalfJung:miri, r=RalfJungbors-8/+8
2020-08-10update MiriRalf Jung-8/+8
2020-08-10Convert `Eq` impl to check Ord::Equalkadmin-2/+8
2020-08-10Auto merge of #75204 - cuviper:freebsd11, r=Mark-Simulacrumbors-25/+11
2020-08-10Auto merge of #74410 - mati865:mingw-no-self-contained-when-cross-compiling, ...bors-1/+3
2020-08-10Auto merge of #75351 - JohnTitor:rollup-q9udsyx, r=JohnTitorbors-38/+104
2020-08-10Rollup merge of #75350 - estebank:foreign-fn-with-body-ice, r=davidtwcoYuki Okushi-1/+27
2020-08-10Rollup merge of #75344 - camelid:rename-important-to-notable-traits, r=Manish...Yuki Okushi-21/+21
2020-08-10Rollup merge of #75328 - GuillaumeGomez:cleanup-e0749, r=Dylan-DPCYuki Okushi-5/+20
2020-08-10Rollup merge of #75320 - estebank:js-for-i-of-x, r=davidtwcoYuki Okushi-7/+25
2020-08-10Rollup merge of #75318 - jyn514:primitive, r=manishearthYuki Okushi-4/+11
2020-08-09Do not ICE when lowering invalid extern fn with bodiesEsteban Küber-1/+27
2020-08-09Auto merge of #75345 - Aaron1011:fix/no-std-hygiene, r=petrochenkovbors-163/+233
2020-08-09Auto merge of #75278 - cuviper:indexmap, r=Mark-Simulacrumbors-191/+138
2020-08-09rustc_span: note the perf loss seen from IndexSet in symbol::InternerJosh Stone-0/+4
2020-08-09rustc_typeck: use IndexSet in InteriorVisitorJosh Stone-19/+14
2020-08-09rustc_typeck: use IndexSet in UniquePredicatesJosh Stone-9/+5
2020-08-09rustc_span: use IndexSet in SpanInternerJosh Stone-12/+5
2020-08-09rustc_mir_build: use IndexMap in TestKind::SwitchIntJosh Stone-23/+17
2020-08-09rustc_mir: use IndexSet in PlaceholderIndicesJosh Stone-8/+7
2020-08-09rustc_mir: use IndexMap in BorrowSetJosh Stone-43/+52
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-09Auto merge of #75134 - Aaron1011:feature/expn-data-parent-hash, r=petrochenkovbors-33/+39
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-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-08Detect likely `for foo of bar` JS syntaxEsteban Küber-7/+25
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