about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-11-21Simplify for loop desugarCameron Steffen-101/+60
2021-11-21Auto merge of #91104 - matthiaskrgr:rollup-duk33o1, r=matthiaskrgrbors-17/+101
2021-11-21Rollup merge of #91098 - compiler-errors:issue-91058, r=estebankMatthias Krüger-0/+26
2021-11-21Rollup merge of #91097 - compiler-errors:spaces_in_impl_trait, r=estebankMatthias Krüger-17/+17
2021-11-21Rollup merge of #91070 - cuviper:insert-global, r=nagisaMatthias Krüger-0/+58
2021-11-21Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisabors-2593/+1783
2021-11-20Fix for issue 91058Michael Goulet-20/+22
2021-11-21Auto merge of #91073 - camelid:small-cleanups, r=jyn514bors-6/+10
2021-11-20Use same_type_modulo_infer in more placesMichael Goulet-0/+24
2021-11-20Fixup test outputsMichael Goulet-17/+17
2021-11-20Move the issue-91050 tests to appease tidyJosh Stone-0/+0
2021-11-20Add another test variant of issue-91050Josh Stone-1/+25
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-20bless NLL testEsteban Kuber-0/+18
2021-11-20Move tests from ui directoryEsteban Kuber-0/+0
2021-11-20Move tests for missing trait bounds to their own directoryEsteban Kuber-0/+0
2021-11-20Suggest constraining `fn` type params when appropriateEsteban Kuber-2/+39
2021-11-20Point at `impl` blocks when they introduce unmet obligationsEsteban Kuber-38/+53
2021-11-20Align multiline messages to their label (add left margin)Esteban Kuber-1296/+1294
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-1018/+6
2021-11-20Point at bounds when comparing impl items to traitEsteban Kuber-45/+41
2021-11-20Change `trait_defs.rs` incremental hash testEsteban Kuber-3/+3
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-341/+479
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-19Make `LLVMRustGetOrInsertGlobal` always return a `GlobalVariable`Josh Stone-0/+34
2021-11-19rustdoc: Move doc-reachability visiting back to cleaningNoah Lev-3/+6
2021-11-19rustdoc: Record aliases as SymbolsNoah Lev-6/+6
2021-11-19rustdoc: Add static size assertion for DocFragmentNoah Lev-0/+4
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