about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-12-26compiletest: Remove some vestigial codeEric Huss-11/+0
2021-12-21Auto merge of #92095 - vacuus:master, r=jyn514bors-29/+22
2021-12-21Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obkbors-0/+29
2021-12-21Rollup merge of #92127 - GuillaumeGomez:search-results-duplicate-removal, r=jshaMatthias Krüger-11/+13
2021-12-21Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplettMatthias Krüger-0/+234
2021-12-21Rollup merge of #91412 - compiler-errors:issue-86035, r=oli-obkMatthias Krüger-0/+97
2021-12-21Fix bad caching of `~const Drop` boundsDeadbeef-0/+29
2021-12-20Fixup tests for issue-86035Michael Goulet-4/+4
2021-12-20Test for issue-86035Michael Goulet-0/+97
2021-12-20Move duplicates removal when generating results instead of when displaying themGuillaume Gomez-11/+13
2021-12-20update MiriRalf Jung-8/+6
2021-12-20Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726bors-0/+34
2021-12-20Auto merge of #91900 - pitaj:fix-91714, r=jyn514bors-157/+99
2021-12-19Remove 'need_backline' field of `DocFragment`Roc Yu-29/+18
2021-12-19Omit check of a successive line in loopvacuus-6/+10
2021-12-19Rollup merge of #91791 - terrarier2111:fix-float-ice, r=nagisaMatthias Krüger-0/+29
2021-12-19Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors-24/+7
2021-12-19Fix an ICE when lowering a float with missing exponent magnitudethreadexception-0/+29
2021-12-19Rollup merge of #92081 - jyn514:need-backline, r=GuillaumeGomezMatthias Krüger-7/+3
2021-12-19Rollup merge of #92077 - jyn514:remove-collapsed, r=GuillaumeGomezMatthias Krüger-17/+4
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-154/+151
2021-12-19Auto merge of #91871 - camelid:urlpartsbuilder, r=GuillaumeGomezbors-17/+192
2021-12-19Rollup merge of #92082 - jyn514:remove-from-iterator, r=jyn514Matthias Krüger-12/+16
2021-12-19Rollup merge of #91956 - notriddle:notriddle/unused-parens-range, r=nagisaMatthias Krüger-0/+48
2021-12-19Rollup merge of #91834 - GuillaumeGomez:improve-gui-test-readability, r=jshaMatthias Krüger-67/+279
2021-12-18Auto merge of #92065 - matthiaskrgr:rollup-qmpcsuj, r=matthiaskrgrbors-4/+53
2021-12-18Write code directly instead of using FromIteratorNoah Lev-12/+16
2021-12-18Remove unnecessary `need_backline` functionJoshua Nelson-7/+3
2021-12-18Remove `collapsed` fieldJoshua Nelson-17/+4
2021-12-18Auto merge of #92064 - matthiaskrgr:rollup-tgj2pai, r=matthiaskrgrbors-136/+129
2021-12-18Rollup merge of #92047 - Aaron1011:location-detail-backtrace, r=Mark-SimulacrumMatthias Krüger-3/+7
2021-12-18Rollup merge of #92037 - fee1-dead:fix_env_dmbic, r=oli-obkMatthias Krüger-0/+36
2021-12-18Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwcoMatthias Krüger-1/+10
2021-12-18Rollup merge of #92032 - petrochenkov:extblockpath, r=oli-obkMatthias Krüger-6/+6
2021-12-18Rollup merge of #92018 - estebank:missing-ticks, r=oli-obkMatthias Krüger-20/+20
2021-12-18Rollup merge of #91977 - GuillaumeGomez:unify-search-code, r=jshaMatthias Krüger-110/+102
2021-12-18Rollup merge of #91858 - semarie:runpath, r=petrochenkovMatthias Krüger-0/+1
2021-12-18Auto merge of #92062 - matthiaskrgr:rollup-en3p4sb, r=matthiaskrgrbors-28/+54
2021-12-18Rollup merge of #92030 - rukai:stdlib2021, r=m-ou-seMatthias Krüger-2/+4
2021-12-18Rollup merge of #91909 - lnicola:rust-analyzer-2021-12-14, r=lnicolaMatthias Krüger-17/+21
2021-12-18Rollup merge of #91516 - rukai:improve_mut_addition_help, r=estebankMatthias Krüger-9/+29
2021-12-18hir: Do not introduce dummy type names for `extern` blocks in def pathsVadim Petrochenkov-6/+6
2021-12-18Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726Matthias Krüger-11/+6
2021-12-18Rollup merge of #91928 - fee1-dead:constification1, r=oli-obkMatthias Krüger-12/+12
2021-12-18Rollup merge of #91910 - tmiasko:miri-extern-type, r=RalfJungMatthias Krüger-0/+58
2021-12-18Rollup merge of #91818 - camelid:unused-result-type, r=jackh726Matthias Krüger-2/+2
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-203/+654
2021-12-18Rollup merge of #87901 - poliorcetics:pub-pub-pub, r=jackh726Matthias Krüger-15/+64
2021-12-18get_mut_span_in_struct_field uses span.betweenLucas Kent-1/+1
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-50/+739