about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-12-10Auto merge of #79536 - davidtwco:focal-fossa-ci, r=pietroalbinibors-2/+3
2020-12-10ci: use 20.04 on x86_64-gnu-nopt builderDavid Wood-2/+3
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 #79862 - GuillaumeGomez:tab-lock, r=ManishearthTyler Mandry-16/+17
2020-12-09Rollup merge of #79861 - tmiasko:llvm, r=cuviperTyler Mandry-0/+0
2020-12-09Rollup merge of #79818 - richkadel:llvm-coverage-counters-2.1.0, r=tmandryTyler Mandry-28/+113
2020-12-09Rollup merge of #79803 - jyn514:xsv, r=Mark-SimulacrumTyler Mandry-1/+1
2020-12-09Rollup merge of #79750 - camelid:fix-lint-docs-trimming, r=Mark-SimulacrumTyler Mandry-2/+2
2020-12-09Rollup merge of #79732 - matthiaskrgr:cl12ppy, r=Dylan-DPCTyler Mandry-3/+4
2020-12-09tests: add 3 cases involving pointers to codegen/transmute-scalar.Eduard-Mihai Burtescu-0/+50
2020-12-09Remove tab-lock and replace it with ctrl+up/down arrows to switch between sea...Guillaume Gomez-16/+17
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-09Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrumbors-3/+1
2020-12-09Update LLVM submoduleTomasz Miąsko-0/+0
2020-12-08use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some)Matthias Krüger-1/+1
2020-12-08don't wrap code block in Ok() (clipppy::unit_arg)Matthias Krüger-2/+3
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-07Fixes to Rust coverageRich Kadel-28/+113
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-07Use 'error-pattern' in ui testAlbin Hedman-17/+6
2020-12-07Update xsv to prevent random CI failuresJoshua Nelson-1/+1
2020-12-07Auto merge of #79751 - aDotInTheVoid:json-true-idx, r=jyn514bors-41/+249
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-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-06Fix trimming of lint docsCamelid-2/+2
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-06Tests finally workingAlbin Hedman-6/+1
2020-12-06Moved failing test to src/test/ui/Albin Hedman-0/+50
2020-12-06Auto merge of #79765 - flip1995:clippyup, r=Manishearthbors-576/+4334