about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-21Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytmthe8472-12/+6
2021-09-21Rollup merge of #89078 - camsteffen:map-ref, r=cjgillotthe8472-12/+6
2021-09-21Rollup merge of #89078 - camsteffen:map-ref, r=cjgillotthe8472-22/+15
2021-09-21Rollup merge of #89015 - klensy:escape-def, r=Mark-Simulacrumthe8472-4/+6
2021-09-21Rollup merge of #88795 - FabianWolff:issue-88684, r=wesleywiserthe8472-14/+137
2021-09-21Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebankbors-152/+185
2021-09-21Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebankbors-0/+0
2021-09-21Demote float_cmp to pedanticJubilee Young-3/+2
2021-09-21Auto merge of #7694 - Jarcho:lintcheck_retry, r=matthiaskrgrbors-1/+19
2021-09-21Auto merge of #88981 - durin42:llvm-14-crc32, r=nagisabors-34/+83
2021-09-21Use ZST for fmt unsafetyCameron Steffen-20/+15
2021-09-21Use ZST for fmt unsafetyCameron Steffen-100/+108
2021-09-21add case for checking const refs in check_const_value_eqb-naber-0/+57
2021-09-21Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726bors-6/+43
2021-09-21Re-export FromSecsError from `std`mbartlett21-0/+3
2021-09-21Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats...bors-76/+78
2021-09-21Update stdarch submoduleHans Kratz-0/+0
2021-09-21Handle type params in insig dtorsAman Arora-27/+61
2021-09-21Fix match for placeholder regionAnkit Chandawala-1/+4
2021-09-21Update testsAman Arora-559/+229
2021-09-212229: Annotate stdlib with insignficant dtorsAman Arora-0/+9
2021-09-212229: Early exit when we see an insigificant dropAman Arora-9/+33
2021-09-21Impl `Error` for `FromSecsError` without foreign typembartlett21-1/+2
2021-09-21Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkovbors-258/+163
2021-09-21`crates` is already deterministiclcnr-43/+29
2021-09-21use indexmap instead of hashmaplcnr-71/+10
2021-09-21renamelcnr-8/+8
2021-09-21Fix link in Ipv6Addr::to_ipv4 docsArtyom Pavlov-1/+1
2021-09-20Adjust documentation for compatibility with 2021Mark Rousskov-28/+35
2021-09-20Remove Drop-caused migration-added capturesMark Rousskov-4/+1
2021-09-20Remove Drop-caused migration-added capturesMark Rousskov-30/+18
2021-09-20Drop migration lint for Send/Sync bound in LTO backendMark Rousskov-5/+2
2021-09-20Adjust tidy edition lint to force 2021Noah Lev-9/+35
2021-09-20Migrate to 2021Mark Rousskov-87/+87
2021-09-21Auto merge of #87830 - hkmatsumoto:suggest-brackets-for-array-esque-block-exp...bors-4/+120
2021-09-21Revert the rustdoc box syntax removalest31-54/+47
2021-09-21Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0`Fabian Wolff-1/+14
2021-09-20Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli...Richard Cobbe-23/+201
2021-09-20Register lint renameF3real-0/+1
2021-09-20Update LLVM submoduleNikita Popov-0/+0
2021-09-21Disable visible path calculation for PrettyPrinter in Ok path of compilerAlik Aslanyan-29/+54
2021-09-20Don't use projection cache or candidate cache in intercrate modeAaron Hill-6/+43
2021-09-20Re-enable the `src/test/debuginfo/mutex.rs` test on WindowsWesley Wiser-7/+5
2021-09-20Fix ICE when `indirect_structural_match` is allowedFabian Wolff-6/+30
2021-09-20Auto merge of #89117 - michaelwoerister:update-to-odht-0.3, r=wesleywiserbors-4/+4
2021-09-20Retry on some download errors in lintcheckJason Newcomb-1/+19
2021-09-20Avoid the overflow with rustc+debugassertions in issue-44406Oli Scherer-7/+24
2021-09-20rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14Augie Fackler-34/+83
2021-09-20Add some more tracingOli Scherer-3/+13
2021-09-20Auto merge of #89069 - bjorn3:optimize_sharded_new, r=Mark-Simulacrumbors-19/+1