about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-04Small error explanations cleanupGuillaume Gomez-4/+6
2020-01-03clarify that `Drop` can be implemented for enums and unions tooAndy Russell-42/+41
2020-01-03improve generic `Drop` error messagesAndy Russell-69/+110
2020-01-04Also remove const-hack for absjumbatm-18/+6
2020-01-03Auto merge of #67829 - michaelwoerister:try-to-fix-pgo-branch-weights-test, r...bors-11/+19
2020-01-03Auto merge of #67809 - RalfJung:miri, r=RalfJungbors-8/+8
2020-01-03Address review comments + Fix rebaseVadim Petrochenkov-3/+4
2020-01-03Add a testVadim Petrochenkov-0/+30
2020-01-03rustdoc: Respect diagnostic debugging optionsVadim Petrochenkov-56/+26
2020-01-03Introduce an option for disabling deduplication of diagnosticsVadim Petrochenkov-9/+12
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-135/+135
2020-01-03Thank you Dylan and JohnTitor for blessing me.mental-4/+5
2020-01-03Attempt to fix intermittent failures of pgo-branch-weights test.Michael Woerister-11/+19
2020-01-03Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitorbors-68/+258
2020-01-03Rollup merge of #67825 - petertodd:2020-mem-take-grammar, r=steveklabnikYuki Okushi-1/+1
2020-01-03Rollup merge of #67816 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPCYuki Okushi-4/+7
2020-01-03Rollup merge of #67807 - lzutao:toilet-closure, r=CentrilYuki Okushi-35/+35
2020-01-03Rollup merge of #67796 - Aaron1011:fix/mir-inline-proj, r=wesleywiserYuki Okushi-8/+21
2020-01-03Rollup merge of #67783 - LeSeulArtichaut:pattern-ref-warning, r=CentrilYuki Okushi-1/+79
2020-01-03Rollup merge of #67762 - lzutao:systemtime-links, r=joshtriplettYuki Okushi-0/+2
2020-01-03Rollup merge of #67736 - taralx:patch-1, r=sfacklerYuki Okushi-2/+2
2020-01-03Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-SimulacrumYuki Okushi-0/+1
2020-01-03Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es...Yuki Okushi-16/+89
2020-01-03Rollup merge of #67450 - michaelwoerister:bootstrap-import-limit, r=Mark-Simu...Yuki Okushi-1/+21
2020-01-03Auto merge of #67768 - wesleywiser:dnm_test_perf_65244, r=Mark-Simulacrumbors-90/+12
2020-01-03Minor: change take() docs grammar to match other docsPeter Todd-1/+1
2020-01-02Revert `const_err` lint checking of castsWesley Wiser-91/+18
2020-01-03Implement uncommon_codepoints lint.Charles Lew-4/+68
2020-01-03Clean up E0131 error explanationGuillaume Gomez-2/+5
2020-01-02fix src/test falloutMazdak Farrokhzad-13/+18
2020-01-02Reformulate test descriptionLeSeulArtichaut-1/+1
2020-01-02Enhance testLeSeulArtichaut-14/+35
2020-01-02Move testLeSeulArtichaut-0/+0
2020-01-02Clean up E0130 error explanationGuillaume Gomez-2/+2
2020-01-02syntax::map_in_place: leave fixmeMazdak Farrokhzad-0/+2
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-34/+28
2020-01-02update miriRalf Jung-8/+8
2020-01-02Set a lower ThinLTO import limit for PR CI image.Michael Woerister-1/+3
2020-01-02bootstrap: Allow for setting the ThinLTO import limit used for compiler the c...Michael Woerister-0/+18
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-183/+187
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-126/+117
2020-01-02perf: Don't recurse into types that do not need normalizingMarkus Westerlind-0/+3
2020-01-02Auto merge of #63177 - MOZGIII:find-result, r=Amanieubors-0/+79
2020-01-02Lets see if I can get these ui tests to run.mental-1/+1
2020-01-02Remove // check-pass for ui/import/import-crate-var.rsmental-1/+0
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-35/+35
2020-01-02Update src/test/uimental-17/+9
2020-01-02Auto merge of #67779 - Amanieu:ehabi_fix, r=Mark-Simulacrumbors-1/+9
2020-01-02Auto merge of #67700 - cjgillot:passes-stability, r=Zoxcbors-609/+628
2020-01-01Ensure that we process projections during MIR inliningAaron Hill-8/+21