about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-12-13Auto merge of #79668 - coolreader18:recover-const-impl, r=petrochenkovbors-0/+61
2020-12-13Auto merge of #79956 - camelid:variant-field-vis, r=petrochenkovbors-0/+62
2020-12-12Resolve enum field visibility correctlyCamelid-0/+62
2020-12-12Recover on `const impl<> X for Y`Noah-0/+61
2020-12-12Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakisbors-0/+914
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-1/+43
2020-12-11Auto merge of #79910 - RalfJung:abort-msg, r=oli-obkbors-1/+1
2020-12-11Auto merge of #79915 - Aaron1011:fix/fix-reuse-def-path-hash, r=petrochenkovbors-0/+8
2020-12-11Test cases for RFC 2229Aman Arora-0/+914
2020-12-10Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwcoTyler Mandry-12/+12
2020-12-10Rollup merge of #79639 - sasurau4:feature/add-long-explanation-E0212, r=Guill...Tyler Mandry-17/+20
2020-12-10Use `def_path_hash_to_def_id` when re-using a `RawDefId`Aaron Hill-0/+8
2020-12-10re-bless testsRalf Jung-1/+1
2020-12-10Auto merge of #79801 - eddyb:scalar-transmute, r=nagisabors-0/+85
2020-12-10tests: codegen/transmute-scalar needs optimizations enabled.Eduard-Mihai Burtescu-1/+1
2020-12-10Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJungbors-0/+34
2020-12-10Auto merge of #78837 - petrochenkov:keyvalexpr, r=davidtwcobors-171/+110
2020-12-09Rollup merge of #79818 - richkadel:llvm-coverage-counters-2.1.0, r=tmandryTyler Mandry-24/+26
2020-12-09tests: add 3 cases involving pointers to codegen/transmute-scalar.Eduard-Mihai Burtescu-0/+50
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-171/+110
2020-12-09Auto merge of #79721 - Aaron1011:fix/reuse-def-path-hash, r=wesleywiserbors-0/+20
2020-12-09Auto merge of #78679 - oli-obk:temp_lifetime, r=eddybbors-0/+70
2020-12-09Also generate `StorageDead` in constantsoli-0/+70
2020-12-09Auto merge of #78363 - RalfJung:promotion, r=oli-obkbors-26/+50
2020-12-09remove a test that does not work any moreRalf Jung-19/+0
2020-12-09remove a hack that seems to only benefit a few very special casesRalf Jung-3/+31
2020-12-09make sure we do not promote things with interior mutabilityRalf Jung-7/+22
2020-12-09Auto merge of #79767 - tmiasko:malformed-required-const, r=matthewjasperbors-1/+19
2020-12-08Clarify the 'default is only allowed on...' errorCamelid-12/+12
2020-12-08Auto merge of #79752 - cjgillot:dead-alien, r=lcnrbors-0/+19
2020-12-08Visit ForeignItems when marking dead code.Camille GILLOT-0/+19
2020-12-08Auto merge of #79712 - JohnTitor:test-issue-66286, r=estebankbors-0/+39
2020-12-07Fixes to Rust coverageRich Kadel-24/+26
2020-12-07Auto merge of #79653 - tmiasko:naked-functions, r=Amanieubors-104/+486
2020-12-07Use 'error-pattern' in ui testAlbin Hedman-17/+6
2020-12-07Auto merge of #79751 - aDotInTheVoid:json-true-idx, r=jyn514bors-0/+203
2020-12-07rustc_codegen_ssa: use bitcasts instead of type punning for scalar transmutes.Eduard-Mihai Burtescu-0/+35
2020-12-07Auto merge of #79772 - ethanboxx:79760-wrongly-speaks-of-methods, r=oli-obkbors-12/+65
2020-12-07Validate naked functions definitionsTomasz Miąsko-104/+486
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-105/+71
2020-12-06suggestions from camelid reviewEthan Brierley-40/+5
2020-12-06smarter E0390Ethan Brierley-2/+90
2020-12-06Tests finally workingAlbin Hedman-6/+1
2020-12-06Moved failing test to src/test/ui/Albin Hedman-0/+50
2020-12-06Auto merge of #78609 - lcnr:rustdoc-const-eval, r=matthewjasperbors-0/+0
2020-12-06Auto merge of #79734 - ethanboxx:inferred_const_note, r=varkorbors-0/+21
2020-12-06Don't ICE on malformed `rustc_args_required_const` attributeTomasz Miąsko-1/+19
2020-12-05Auto merge of #79697 - rylev:clearer-const-diagnostic, r=oli-obkbors-24/+24
2020-12-05Use true ID for def_id.Nixon Enraght-Moony-0/+203
2020-12-05Auto merge of #79685 - sivadeilra:fix_env_vars_win, r=davidtwcobors-0/+8