about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-09-17Don't lint about missing code examples in derived traitsHans-0/+9
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-335/+690
2021-09-16feat(rustc_parse): recover from pre-RFC-2000 const generics syntaxMichael Howell-0/+178
2021-09-16Propagate coercion cause into `try_coerce`Aaron Hill-14/+14
2021-09-16Auto merge of #89019 - Manishearth:rollup-5qp8a5s, r=Manishearthbors-64/+82
2021-09-16Add a separate error for `dyn Trait` in `const fn`Waffle-18/+18
2021-09-16Rollup merge of #88892 - estebank:trait-objects, r=petrochenkovManish Goregaokar-40/+40
2021-09-16Rollup merge of #88729 - estebank:struct-literal-using-parens, r=oli-obkManish Goregaokar-24/+42
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-25/+27
2021-09-16Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obkbors-0/+16
2021-09-16fix rebaseEsteban Kuber-0/+18
2021-09-16Point at argument when evaluating `Path`'s boundsEsteban Kuber-46/+10
2021-09-16Fix rebaseEsteban Kuber-3/+12
2021-09-16Remove unnecessary labelEsteban Kuber-28/+7
2021-09-16fix rebaseEsteban Kuber-1/+3
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-249/+657
2021-09-16Refactor `FulfillmentError` to track less dataEsteban Kuber-3/+3
2021-09-16Point at argument instead of call for their obligationsEsteban Kuber-47/+22
2021-09-16Auto merge of #86809 - DevinR528:reachable-pat, r=Nadrierilbors-5/+340
2021-09-16Fix shuffle index constant not being monomorphized.Caleb Zulawski-0/+40
2021-09-16Auto merge of #88992 - Manishearth:rollup-k9hijii, r=Manishearthbors-395/+145
2021-09-15Fix linting when trailing macro expands to a trailing semiAaron Hill-0/+34
2021-09-15Disable debuginfo test on Windows that fails in new cdb version.Eric Huss-0/+2
2021-09-15Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_...Manish Goregaokar-4/+23
2021-09-15Rollup merge of #88841 - notriddle:notriddle/method-parens, r=estebankManish Goregaokar-0/+33
2021-09-15Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwcoManish Goregaokar-389/+15
2021-09-15Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisaManish Goregaokar-0/+11
2021-09-15Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoeristerManish Goregaokar-2/+63
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-37/+83
2021-09-15factor into struct, and commentsGus Wynn-21/+49
2021-09-15Disable both reproducible-build tests for crate-type=bindanakj-4/+5
2021-09-15Move some tests to more reasonable directoriesCaio-35/+0
2021-09-15Disable RemoveZsts in generators to avoid query cyclesTomasz Miąsko-0/+16
2021-09-15Verify bin crates are not deterministic on Windowsdanakj-3/+21
2021-09-15Move tests to library/core/testsAlbin Hedman-20/+0
2021-09-15Add test for try operator with OptionAlbin Hedman-2/+9
2021-09-15Add test for try operator on ResultAlbin Hedman-0/+16
2021-09-15Add tests for feature(const_identity_convert)Albin Hedman-0/+20
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-40/+40
2021-09-15Check for shadowing issues involving block labelsTomasz Miąsko-20/+56
2021-09-15Coerce const FnDefs to implement const Fn traitsDeadbeef-0/+31
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-0/+274
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-211/+495
2021-09-14update testasquared31415-1/+1
2021-09-14Fix ICE when `start` lang item has wrong genericsasquared31415-11/+30
2021-09-14Add reachable_patterns lint to rfc-2008-non_exhaustiveDevin Ragotzy-5/+340
2021-09-14Auto merge of #73314 - GuillaumeGomez:display-warnings, r=jyn514bors-0/+33
2021-09-14Add test for --display-doctest-warnings optionGuillaume Gomez-0/+33
2021-09-14Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomezbors-5/+115
2021-09-13Auto merge of #87794 - bonega:enum_niche_prefer_zero, r=nagisabors-0/+39