about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-8/+76
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-10Rollup merge of #79896 - GuillaumeGomez:more-elements-focus, r=ManishearthTyler Mandry-20/+23
2020-12-10Rollup merge of #79858 - sasurau4:doc/update-unstable-book-const-fn, r=oli-obkTyler Mandry-21/+2
2020-12-10Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwcoTyler Mandry-12/+12
2020-12-10Rollup merge of #79809 - Eric-Arellano:split-once, r=matkladTyler Mandry-77/+92
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 #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-10Update const-fn doc in unstable-bookDaiki Ihara-21/+2
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-10Make search results tab and help button focusable with keyboardGuillaume Gomez-20/+23
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-08Clarify the 'default is only allowed on...' errorCamelid-12/+12
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-08Review feedbackEric Arellano-4/+13
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-07Review feedback for collect_intra_doc_links.rsEric Arellano-2/+3
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