about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-11-20Rollup merge of #91022 - compiler-errors:modulo_infer, r=estebankMatthias Krüger-1/+54
2021-11-20Rollup merge of #90994 - Badel2:issue-90993, r=estebankMatthias Krüger-0/+37
2021-11-20Rollup merge of #90927 - terrarier2111:fix-float-ice, r=jackh726Matthias Krüger-1/+27
2021-11-20Re-bless test outputsMichael Goulet-2/+2
2021-11-20Suggest await on cases involving inferMichael Goulet-1/+54
2021-11-20Fix float ICEthreadexception-1/+27
2021-11-20Auto merge of #91066 - camelid:externs, r=jyn514,GuillaumeGomezbors-39/+28
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-0/+0
2021-11-20Fix ICE `#90993`: add missing call to cancelBadel2-0/+37
2021-11-20Rollup merge of #91021 - compiler-errors:print_future_output, r=estebankMatthias Krüger-64/+64
2021-11-20Rollup merge of #90983 - GuillaumeGomez:sidebar-scrollbar, r=jshaMatthias Krüger-4/+4
2021-11-20Rollup merge of #90930 - Nilstrieb:fix-non-const-value-ice, r=estebankMatthias Krüger-1/+110
2021-11-20Rollup merge of #90628 - ken-matsui:clarify-error-messages-caused-by-reexport...Matthias Krüger-15/+301
2021-11-20Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebankMatthias Krüger-38/+227
2021-11-19rustdoc: Move doc-reachability visiting back to cleaningNoah Lev-3/+6
2021-11-19rustdoc: Merge visits of extern crates into one loopNoah Lev-14/+10
2021-11-19rustdoc: Remove `Crate.externs` and compute on-demand insteadNoah Lev-23/+16
2021-11-20Clarify error messages caused by re-exporting `pub(crate)` visibility to outsideKen Matsui-15/+301
2021-11-20Rollup merge of #91054 - camelid:fix-tags, r=GuillaumeGomezMatthias Krüger-3/+3
2021-11-20Rollup merge of #91035 - GuillaumeGomez:put-back-removed-empty-line, r=camelidMatthias Krüger-0/+1
2021-11-20Rollup merge of #91026 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514Matthias Krüger-10/+49
2021-11-20Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obkMatthias Krüger-6/+16
2021-11-20Rollup merge of #90956 - JohnTitor:issue-87573, r=Mark-SimulacrumMatthias Krüger-0/+49
2021-11-20Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomezMatthias Krüger-48/+89
2021-11-19rustdoc: Pass DocContext to `Cache::populate`Noah Lev-21/+18
2021-11-19rustdoc: Fix some unescaped HTML tags in docsNoah Lev-3/+3
2021-11-19Auto merge of #91034 - camelid:docfragment, r=jyn514bors-8/+4
2021-11-19Use fast comparison against `kw::Empty`Noah Lev-1/+3
2021-11-19Put back removed empty lineGuillaume Gomez-0/+1
2021-11-19Auto merge of #91033 - JohnTitor:rollup-sr9zg6o, r=JohnTitorbors-211/+122
2021-11-19Rollup merge of #90961 - estebank:suggest-removal-of-call, r=nagisaYuki Okushi-14/+21
2021-11-19Rollup merge of #90947 - c410-f3r:testsssssss, r=petrochenkovYuki Okushi-188/+2
2021-11-19Rollup merge of #90800 - aplanas:fix_cargo_config, r=Mark-SimulacrumYuki Okushi-9/+14
2021-11-19Rollup merge of #90578 - lcnr:add-test, r=Mark-SimulacrumYuki Okushi-0/+85
2021-11-18rustdoc: Avoid using `Iterator::count()` where possibleNoah Lev-2/+2
2021-11-18rustdoc: Remove unused `DocFragment.line` fieldNoah Lev-6/+0
2021-11-19Auto merge of #90329 - nbdd0121:typeck, r=nagisabors-2/+75
2021-11-18rustdoc doctest: detect `fn main` after an unexpected semicolonMichael Howell-10/+49
2021-11-18Print output ty for opaque future tyMichael Goulet-64/+64
2021-11-18Auto merge of #91019 - JohnTitor:rollup-q95ra7r, r=JohnTitorbors-142/+95
2021-11-18bless nlllcnr-0/+26
2021-11-19Rollup merge of #91002 - petrochenkov:nosynth, r=davidtwcoYuki Okushi-82/+9
2021-11-19Rollup merge of #90989 - notriddle:notriddle/rustc-suggest-float-ending-in-do...Yuki Okushi-0/+17
2021-11-19Rollup merge of #90750 - camelid:rm-tuple-impls-1, r=jyn514Yuki Okushi-18/+33
2021-11-19Rollup merge of #90438 - GuillaumeGomez:doc-show-coverage, r=camelidYuki Okushi-40/+33
2021-11-19Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011Yuki Okushi-2/+3
2021-11-18Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplettbors-9/+108
2021-11-18CTFE SIMD: also test 1-element arrayRalf Jung-1/+10
2021-11-18Move some tests to more reasonable directoriesCaio-188/+2
2021-11-18fix CTFE/Miri simd_insert/extract on array-style repr(simd) typesRalf Jung-6/+7