about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-07-29Auto merge of #74837 - xldenis:mir-dump-crate-file, r=oli-obkbors-391/+166
2020-07-29Auto merge of #72488 - KodrAus:stabilize/const_type_id, r=nikomatsakisbors-25/+4
2020-07-29Move mir-opt tests to toplevelXavier Denis-235/+10
2020-07-29Auto merge of #72049 - mati865:mingw-lld, r=petrochenkovbors-0/+14
2020-07-29Add test for #50176Mateusz MikuĊ‚a-0/+14
2020-07-29add crate name to mir dumpsXavier Denis-156/+156
2020-07-29Rollup merge of #74891 - lcnr:auto-trait-finder, r=varkorYuki Okushi-0/+18
2020-07-29Rollup merge of #74671 - rust-lang:const-generics-coerce-unsized, r=nikomatsakisYuki Okushi-0/+11
2020-07-29handle ConstEquate in rustdocBastian Kauschke-0/+18
2020-07-28Auto merge of #74855 - jyn514:separate-lints, r=Manishearthbors-13/+13
2020-07-28update stderr for polymorphic ui testAshley Mannix-4/+4
2020-07-28remove unstable const_type_id featureAshley Mannix-2/+0
2020-07-28stabilize const_type_id featureAshley Mannix-19/+0
2020-07-27Separate `missing_doc_code_examples` from intra-doc linksJoshua Nelson-13/+13
2020-07-27mv std libs to library/mark-1000/+1000
2020-07-27Auto merge of #73503 - lcnr:forall-predicate-what-and-why-2, r=nikomatsakisbors-2/+2
2020-07-27`PredicateKint` -> `PredicateKind`, the beginning of the endBastian Kauschke-1/+1
2020-07-27Handle trait/projection predicates with bound regions correctlyMatthew Jasper-1/+1
2020-07-27Rollup merge of #74487 - lcnr:const-in-ty-default, r=varkorManish Goregaokar-0/+54
2020-07-27Rollup merge of #73858 - tspiteri:const-methods, r=oli-obkManish Goregaokar-8/+0
2020-07-27update testsBastian Kauschke-1/+10
2020-07-27forbid generic params inside of anon consts in ty defaultsBastian Kauschke-0/+45
2020-07-27Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obkbors-1/+19
2020-07-27Auto merge of #74817 - JohnTitor:rollup-0fchdye, r=JohnTitorbors-28/+12
2020-07-27Rollup merge of #74750 - oli-obk:logging_and_test_cleanups, r=JohnTitorYuki Okushi-28/+12
2020-07-27Auto merge of #74737 - smmalis37:astconv-factor, r=davidtwcobors-1/+1
2020-07-27Auto merge of #74653 - petrochenkov:pmenv, r=dtolnaybors-0/+29
2020-07-27Auto merge of #74784 - anp:track-vtables, r=eddybbors-0/+23
2020-07-27Auto merge of #72121 - Aaron1011:final-hygiene-rebase, r=petrochenkovbors-166/+300
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-1/+0
2020-07-26Add test for hygiene caching issueAaron Hill-0/+85
2020-07-26Add test for serializing hygiene *into* a proc-macro crateAaron Hill-12/+61
2020-07-26Add test for use of $crate in nested foreign macro_rules!Aaron Hill-0/+23
2020-07-26Hygiene serialization implementationAaron Hill-117/+149
2020-07-26Auto merge of #74708 - kanru:issue-74564, r=davidtwcobors-0/+10419
2020-07-26Fix #[track_caller] shims for trait objects.Adam Perry-0/+23
2020-07-26Bless youOliver Scherer-4/+4
2020-07-26Remove more obsolete test flagsOliver Scherer-6/+0
2020-07-26proc_macro: Add API for tracked access to environment variablesVadim Petrochenkov-0/+29
2020-07-26Add test for issue-72911Yuki Okushi-0/+56
2020-07-26Add test for issue-56445Yuki Okushi-0/+32
2020-07-26check that even referencing a TLS static during CTFE failsRalf Jung-1/+19
2020-07-26Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnaybors-567/+215
2020-07-26Auto merge of #74735 - Aaron1011:fix/wf-impl-self-type, r=estebankbors-8/+31
2020-07-25Auto merge of #74670 - tmandry:issue-73818, r=matthewjasperbors-0/+25
2020-07-25Fix diagnostic by using predicate in GATs tooTyler Mandry-22/+4
2020-07-25Remove manual normalization in compare_projection_boundsTyler Mandry-4/+22
2020-07-25Auto merge of #74687 - estebank:bracketless-turbofish, r=matthewjasperbors-0/+56