about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-11Rollup merge of #75360 - pickfire:patch-4, r=GuillaumeGomezYuki Okushi-1/+11
2020-08-11Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obkYuki Okushi-24/+26
2020-08-11Rollup merge of #75353 - estebank:tiny, r=jyn514Yuki Okushi-3/+3
2020-08-11Rollup merge of #75352 - estebank:incorrect-tuple-struct-pat, r=oli-obkYuki Okushi-10/+14
2020-08-11Rollup merge of #75347 - fusion-engineering-forks:rustdoc-nat-sort, r=Guillau...Yuki Okushi-29/+63
2020-08-11Rollup merge of #75338 - RalfJung:const-eval-stack-size-check, r=oli-obkYuki Okushi-5/+10
2020-08-11Rollup merge of #75333 - davidtwco:polymorphization-75260-fixes, r=lcnrYuki Okushi-4/+24
2020-08-11Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJungYuki Okushi-37/+37
2020-08-11Auto merge of #75383 - Dylan-DPC:rollup-6hi36zn, r=Dylan-DPCbors-392/+919
2020-08-11Rollup merge of #75366 - GuillaumeGomez:help-button, r=jyn514Dylan DPC-11/+27
2020-08-11Rollup merge of #75363 - Aaron1011:fix/diag-infcx, r=lcnrDylan DPC-5/+104
2020-08-11Rollup merge of #75339 - RalfJung:eval-required, r=oli-obkDylan DPC-225/+302
2020-08-11Rollup merge of #75337 - davidtwco:polymorphization-75255-fixes, r=eddybDylan DPC-88/+33
2020-08-11Rollup merge of #75316 - alexcrichton:fix-wasm-simd, r=oli-obkDylan DPC-24/+31
2020-08-11Rollup merge of #75315 - Mark-Simulacrum:save-temps, r=ecstatic-morseDylan DPC-24/+53
2020-08-11Rollup merge of #75249 - GuillaumeGomez:rust-logo-border, r=ManishearthDylan DPC-7/+13
2020-08-11Rollup merge of #75098 - Ryan1729:clippy-pointer-cast-lint-experiment, r=oli-obkDylan DPC-8/+356
2020-08-10Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkovbors-146/+225
2020-08-10Auto merge of #75349 - nnethercote:tweak-confusable-idents-checking, r=petroc...bors-65/+43
2020-08-10Auto merge of #75127 - jyn514:impl-trait, r=pnkfelixbors-105/+126
2020-08-10Add missing primary labelEsteban Küber-7/+11
2020-08-10Point at item definition in foreign cratesEsteban Küber-12/+56
2020-08-10Do not suggest similarly named enclosing itemEsteban Küber-54/+41
2020-08-10Tweak ordering of suggestionsEsteban Küber-87/+131
2020-08-10Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514bors-5/+32
2020-08-11Remove empty fn main from E0749Ivan Tham-1/+0
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-10Add help buttonGuillaume Gomez-11/+27
2020-08-10Use : rather than . in example descriptionIvan Tham-1/+1
2020-08-10Split fix into another section for E0749Ivan Tham-1/+11
2020-08-10Auto merge of #75357 - RalfJung:miri, r=RalfJungbors-8/+8
2020-08-10polymorphize: constrain unevaluated const handlingDavid Wood-4/+24
2020-08-10Use existing `infcx` when emitting trait impl diagnosticAaron Hill-5/+104
2020-08-10Add sample fix for E0749Ivan Tham-0/+1
2020-08-10unused_delims: trim exprBastian Kauschke-24/+26
2020-08-10add test for unused erroneous const in CTFERalf Jung-0/+63
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-09Small cleanupEsteban Küber-3/+3
2020-08-09Tweak conditions for E0026 and E0769Esteban Küber-10/+14
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