about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2021-09-20Add a doc comment to infer_projectionOli Scherer-0/+6
2021-09-20Use `ty::Error` for opaque types with errors in its bounds.Oli Scherer-38/+10
2021-09-20Generate inference vars and obligations for projections in opaque types inste...Oli Scherer-22/+36
2021-09-20Inline a function that is only called onceOli Scherer-10/+4
2021-09-20Use tracing debugging in `fold_opaque_ty`Oli Scherer-14/+6
2021-09-20Add helper function to `InferCtxt` that generates inference vars for unresolv...Oli Scherer-11/+35
2021-09-20Update odht crate to 0.3.0Michael Woerister-4/+4
2021-09-20:arrow_up: rust-analyzerLaurențiu Nicola-32/+16
2021-09-20Enable 2021 compatibility lints for all in-tree codeMark Rousskov-1/+4
2021-09-20Enable 2021 compatibility lints for all in-tree codeMark Rousskov-34/+52
2021-09-20Adjust to SourceType::InTree in several placesMark Rousskov-5/+3
2021-09-20Workaround ICE with if-let and RFC 2229Mark Rousskov-9/+8
2021-09-20Mark unsafe NonZero*::unchecked_(add|mul) as constIago-lito-2/+2
2021-09-20no ensureEllen-3/+6
2021-09-20Expand BOX_VEC to BOX_COLLECTIONF3real-48/+97
2021-09-20Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiserbors-2/+196
2021-09-20Bless incremental tests.Camille GILLOT-7/+11