about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-09Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrumbors-3/+1
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-08Auto merge of #79820 - ehuss:update-cargo, r=ehussbors-0/+0
2020-12-07Update cargoEric Huss-0/+0
2020-12-08Auto merge of #79780 - camelid:use-summary_opts, r=GuillaumeGomezbors-1/+1
2020-12-07Auto merge of #79653 - tmiasko:naked-functions, r=Amanieubors-107/+489
2020-12-07Auto merge of #79751 - aDotInTheVoid:json-true-idx, r=jyn514bors-41/+249
2020-12-07Auto merge of #79772 - ethanboxx:79760-wrongly-speaks-of-methods, r=oli-obkbors-12/+65
2020-12-06Use `summary_opts()` in another spotCamelid-1/+1
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-06Retain assembly operands span when lowering AST to HIRTomasz Miąsko-3/+3
2020-12-06Auto merge of #79765 - flip1995:clippyup, r=Manishearthbors-576/+4334
2020-12-06Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyupflip1995-576/+4334
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-06Auto merge of #79737 - Xanewok:update-rls, r=calebcartwrightbors-5/+6
2020-12-06Bump Rustfmt to 1.4.29Igor Matuszewski-5/+5
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-41/+249
2020-12-05Auto merge of #79685 - sivadeilra:fix_env_vars_win, r=davidtwcobors-0/+8
2020-12-05Auto merge of #79719 - JohnTitor:nomicon, r=Mark-Simulacrumbors-1/+1
2020-12-05Add libc to rustc-workspace-hackIgor Matuszewski-0/+1
2020-12-05Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obkbors-0/+37
2020-12-05Update RLS and RustfmtIgor Matuszewski-5/+5
2020-12-05Const parameters can not be inferred with `_`Ethan Brierley-0/+21
2020-12-05Auto merge of #78373 - matthewjasper:drop-on-into, r=pnkfelixbors-10724/+10760
2020-12-05update MiriRalf Jung-16/+10
2020-12-05Ping me when nomicon's toolstate is brokenYuki Okushi-1/+1
2020-12-05Auto merge of #76301 - matklad:fmt-test, r=matkladbors-0/+0
2020-12-04Avoid leaking block expression valuesMatthew Jasper-10503/+10664
2020-12-05Add a regression test for issue-66286Yuki Okushi-0/+39
2020-12-04Use `record_operands_moved` more aggresivelyMatthew Jasper-228/+103
2020-12-04check the recursion limit when finding struct tailSNCPlay42-0/+37
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-36/+35
2020-12-04Move format machinery tests to where they belongAleksey Kladov-0/+0
2020-12-04Fix UI tests for 'const expression' changeRyan Levick-24/+24
2020-12-04Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPCbors-78/+270