about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-11-10Add test for capturing enumsAman Arora-0/+134
2020-11-10Address review comments 2Aman Arora-27/+27
2020-11-10More pattern testcasesAman Arora-63/+314
2020-11-10Reduce verbosity of capture analysis logsRoxane Fruytier-876/+218
2020-11-10Update tests with min capture informationAman Arora-0/+454
2020-11-10Add helper function for Capture Esclations and expressionsAman Arora-2/+9
2020-11-10Add initial set of testcases for RFC 2229Aman Arora-2/+907
2020-11-10Indroduce feature flag for RFC-2229Aman Arora-0/+34
2020-11-10Use Places to express closure/generator CapturesAman Arora-2/+2
2020-11-09Rollup merge of #78746 - pietroalbini:i686-freebsd, r=Mark-SimulacrumDylan DPC-38/+8
2020-11-09Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwcoDylan DPC-8/+2
2020-11-09Rollup merge of #78580 - tmiasko:inline-loop, r=oli-obkDylan DPC-0/+134
2020-11-09Rollup merge of #78566 - JRF63:polly, r=Mark-SimulacrumDylan DPC-0/+8
2020-11-09Rollup merge of #78513 - jyn514:rustup-toolchain, r=Mark-SimulacrumDylan DPC-3/+20
2020-11-09Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakisDylan DPC-0/+33
2020-11-09Rollup merge of #77016 - Mark-Simulacrum:clippy-tests, r=pietroalbiniDylan DPC-0/+4
2020-11-09Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-SimulacrumDylan DPC-3/+121
2020-11-09use RegionNameHighlight for async fn and closure returnsSNCPlay42-5/+55
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-10/+120
2020-11-09Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrumbors-0/+12
2020-11-09Rollup merge of #78868 - notriddle:master, r=GuillaumeGomezDylan DPC-2/+3
2020-11-09Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkovDylan DPC-55/+214
2020-11-09Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obkDylan DPC-0/+91
2020-11-09Rollup merge of #78228 - pietroalbini:finally, r=Mark-SimulacrumDylan DPC-20/+12
2020-11-09Rollup merge of #78114 - jyn514:private, r=oli-obkDylan DPC-5/+6
2020-11-09inliner: Break inlining cyclesTomasz Miąsko-0/+134
2020-11-08Auto merge of #78712 - petrochenkov:visitok, r=Aaron1011bors-0/+121
2020-11-08Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-sebors-45/+169
2020-11-08Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkorMara Bos-12/+17
2020-11-08Rollup merge of #78842 - shepmaster:bootstrap-rustfmt, r=Mark-SimulacrumMara Bos-5/+12
2020-11-08Rollup merge of #78775 - ghedo:bump-rustfmt-rls, r=Mark-SimulacrumMara Bos-5/+6
2020-11-08Rollup merge of #78706 - bjorn3:fix_run_make_without_llvm, r=Mark-SimulacrumMara Bos-11/+15
2020-11-08Rollup merge of #78658 - casey:x, r=Mark-SimulacrumMara Bos-0/+107
2020-11-08Rollup merge of #78570 - sasurau4:test/check-pass-print-type-size, r=jyn514Mara Bos-12/+12
2020-11-08Auto merge of #78410 - lcnr:revert75443, r=nikomatsakisbors-27/+0
2020-11-07Run tools builder on subtree changesMark Rousskov-0/+4
2020-11-07Fix tab focus on restyled switchesMichael Howell-2/+3
2020-11-07Use a semicolon instead of a dash in lint noteAaron Hill-4/+4
2020-11-07Don't fire `CONST_ITEM_MUTATION` lint when borrowing a derefAaron Hill-8/+13
2020-11-07Auto merge of #78784 - Mark-Simulacrum:revert-77421, r=petrochenkovbors-24/+5
2020-11-07Honor the rustfmt setting in config.tomlJake Goulding-5/+12
2020-11-07Auto merge of #75199 - Mark-Simulacrum:debug-asserts, r=pietroalbinibors-37/+0
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-55/+214
2020-11-07remove FIXME comment of #62277 in print_type_sizez ui testsDaiki Ihara-12/+12
2020-11-07Auto merge of #78817 - RalfJung:miri, r=RalfJungbors-6/+6
2020-11-06Compile tools and internal libraries with the initial-exec TLS modelJosh Triplett-0/+12
2020-11-06update MiriRalf Jung-6/+6
2020-11-06Add debug asserts to PR builderMark Rousskov-6/+0
2020-11-06Re-enable debug and LLVM assertionsMark Rousskov-31/+0
2020-11-06Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514bors-31/+283