about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-27update testsBastian Kauschke-1/+10
2020-07-27forbid generic params inside of anon consts in ty defaultsBastian Kauschke-8/+121
2020-07-27name `ParamInTyOfConstArg`Bastian Kauschke-5/+5
2020-07-27Auto merge of #74817 - JohnTitor:rollup-0fchdye, r=JohnTitorbors-37/+25
2020-07-27Rollup merge of #74799 - Dhs92:master, r=joshtriplettYuki Okushi-1/+1
2020-07-27Rollup merge of #74790 - Cldfire:ayu-no-italic-comments, r=GuillaumeGomezYuki Okushi-1/+0
2020-07-27Rollup merge of #74783 - jnozsc:python_cleanup, r=Mark-SimulacrumYuki Okushi-4/+4
2020-07-27Rollup merge of #74750 - oli-obk:logging_and_test_cleanups, r=JohnTitorYuki Okushi-29/+13
2020-07-27Rollup merge of #74598 - mzohreva:mz/fix-test, r=KodrAusYuki Okushi-0/+2
2020-07-27Rollup merge of #74088 - tmiasko:write-all-vectored-empty, r=KodrAusYuki Okushi-2/+5
2020-07-27Auto merge of #74737 - smmalis37:astconv-factor, r=davidtwcobors-42/+46
2020-07-27Auto merge of #74653 - petrochenkov:pmenv, r=dtolnaybors-0/+66
2020-07-27Auto merge of #74784 - anp:track-vtables, r=eddybbors-1/+24
2020-07-27Auto merge of #72121 - Aaron1011:final-hygiene-rebase, r=petrochenkovbors-358/+1166
2020-07-26Fixed typo in `closure`Alex-1/+1
2020-07-26Normalize the test output of hygiene-related testsAaron Hill-194/+142
2020-07-26Remove explicit `extern crate` from proc-macro testAaron Hill-3/+1
2020-07-26Share serialization optimization between incr and metadataAaron Hill-178/+198
2020-07-26Properly reset `orig_id` when loading from incremental cacheAaron Hill-1/+11
2020-07-26Add test for hygiene caching issueAaron Hill-0/+85
2020-07-26Ignore `orig_id` for stable hashingAaron Hill-0/+7
2020-07-26Add test for serializing hygiene *into* a proc-macro crateAaron Hill-16/+88
2020-07-26Add test for use of $crate in nested foreign macro_rules!Aaron Hill-0/+23
2020-07-26Hygiene serialization implementationAaron Hill-284/+929
2020-07-26Auto merge of #74708 - kanru:issue-74564, r=davidtwcobors-3/+10429
2020-07-26Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyupflip1995-259/+840
2020-07-26Don't italicize comments in ayu themeJarek Samic-1/+0
2020-07-26Fix #[track_caller] shims for trait objects.Adam Perry-1/+24
2020-07-26python codes cleanupjnozsc-4/+4
2020-07-26Bless youOliver Scherer-4/+4
2020-07-26Auto merge of #74772 - JohnTitor:add-tests, r=lcnrbors-0/+88
2020-07-26Remove more obsolete test flagsOliver Scherer-6/+0
2020-07-26proc_macro: Add API for tracked access to environment variablesVadim Petrochenkov-0/+66
2020-07-26Avoid writes without any data in `Write::write_all_vectored`Tomasz Miąsko-2/+5
2020-07-26Add test for issue-72911Yuki Okushi-0/+56
2020-07-26Add test for issue-56445Yuki Okushi-0/+32
2020-07-26Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJungbors-94/+94
2020-07-26Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnaybors-732/+259
2020-07-26Auto merge of #74735 - Aaron1011:fix/wf-impl-self-type, r=estebankbors-12/+43
2020-07-26Auto merge of #74728 - 16yuki0702:fix_typo, r=jonas-schievinkbors-1/+1
2020-07-25Auto merge of #74670 - tmandry:issue-73818, r=matthewjasperbors-48/+52
2020-07-25Auto merge of #74760 - tmandry:roll, r=tmandrybors-18/+15
2020-07-25Update rustfmtTyler Mandry-18/+15
2020-07-25Update rlsTyler Mandry-0/+0
2020-07-25Fix diagnostic by using predicate in GATs tooTyler Mandry-27/+5
2020-07-25Remove manual normalization in compare_projection_boundsTyler Mandry-54/+25
2020-07-25Auto merge of #74246 - GuillaumeGomez:cleanup-e0719, r=Dylan-DPCbors-2/+2
2020-07-25Auto merge of #74687 - estebank:bracketless-turbofish, r=matthewjasperbors-4/+114
2020-07-25Miri: rename "undef" to "uninit"Philippe Nadon-59/+59
2020-07-25Clean up some uses of logging in ui testsOliver Scherer-19/+9