about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-12-05Bump download-ci-llvm-stamp for LLD inclusionAaron Hill-1/+1
2021-12-05Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgrbors-180/+271
2021-12-05Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisaMatthias Krüger-8/+19
2021-12-05Rollup merge of #91450 - hkmatsumoto:hide-type-error, r=estebankMatthias Krüger-2/+30
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-164/+182
2021-12-05Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnrMatthias Krüger-6/+40
2021-12-05Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplettbors-99/+69
2021-12-05bless testsb-naber-1/+1
2021-12-05skip reborrows during AbstractConst buildingb-naber-5/+17
2021-12-05add testb-naber-0/+22
2021-12-05Auto merge of #91510 - camelid:two-cleanups, r=GuillaumeGomezbors-33/+14
2021-12-05Auto merge of #91229 - Aaron1011:dist-lld, r=Mark-Simulacrumbors-0/+7
2021-12-05Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obkbors-281/+447
2021-12-05Auto merge of #91539 - matthiaskrgr:rollup-rnl10yb, r=matthiaskrgrbors-87/+395
2021-12-05Rollup merge of #91528 - piegamesde:master, r=cuviperMatthias Krüger-0/+0
2021-12-05Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-seMatthias Krüger-34/+1
2021-12-05Rollup merge of #91215 - GuillaumeGomez:vec-deque-retain-mut, r=m-ou-seMatthias Krüger-3/+34
2021-12-05Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakisMatthias Krüger-33/+324
2021-12-05Rollup merge of #90022 - hkmatsumoto:self-upper-as-generic-parameter, r=jackh726Matthias Krüger-13/+35
2021-12-05Rollup merge of #89642 - devnexen:macos_getenv_chng, r=m-ou-seMatthias Krüger-4/+1
2021-12-04Include `lld` in `rust-dev` packageAaron Hill-0/+7
2021-12-04Stabilize `-Z emit-future-incompat` as `--json future-incompat`Aaron Hill-8/+19
2021-12-04Update array::IntoIter::new deprecation version.Mara Bos-1/+1
2021-12-04Update docs.Mara Bos-4/+2
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-50/+41
2021-12-04Swap body of array::IntoIter::new and IntoIterator::new.Mara Bos-28/+28
2021-12-04Deprecate array::IntoIter::new.Mara Bos-20/+1
2021-12-04LLVM support .insn directivepiegames-0/+0
2021-12-04Don't suggest types whose inner type is erroneousHirochika Matsumoto-2/+30
2021-12-04Auto merge of #91517 - matthiaskrgr:rollup-3fmp4go, r=matthiaskrgrbors-148/+731
2021-12-04Rollup merge of #90519 - estebank:issue-84003, r=petrochenkovMatthias Krüger-135/+409
2021-12-04Rollup merge of #89701 - tom7980:issue-89566-fix, r=petrochenkovMatthias Krüger-13/+213
2021-12-04Rollup merge of #87054 - kit-981:master, r=scottmcmMatthias Krüger-0/+109
2021-12-04Auto merge of #88439 - cynecx:unwind_asm, r=Amanieubors-232/+623
2021-12-03Remove single-use `GenericParamDef::get_type` functionNoah Lev-28/+13
2021-12-04Add a `try_reduce` method to the Iterator traitkit-0/+109
2021-12-03rustdoc: Remove single-use `Lifetime::get_ref()` functionNoah Lev-5/+1
2021-12-04Auto merge of #91505 - matthiaskrgr:rollup-orxgsxo, r=matthiaskrgrbors-146/+530
2021-12-04Rollup merge of #91488 - compiler-errors:issue-91477, r=estebankMatthias Krüger-3/+39
2021-12-04Rollup merge of #91481 - est31:let_else, r=jackh726Matthias Krüger-69/+52
2021-12-04Rollup merge of #91478 - estebank:fix-newline-in-cast-suggestion, r=camelidMatthias Krüger-11/+11
2021-12-04Rollup merge of #91385 - ecstatic-morse:pat-param-spec-suggest, r=estebankMatthias Krüger-6/+36
2021-12-04Rollup merge of #91209 - camelid:snapshot, r=jyn514Matthias Krüger-20/+92
2021-12-04Rollup merge of #90851 - ibraheemdev:downcast-unchecked, r=scottmcmMatthias Krüger-36/+275
2021-12-04Rollup merge of #90538 - camelid:doc-recur-ty, r=estebankMatthias Krüger-1/+25
2021-12-03Auto merge of #91501 - camelid:rm-tuple-impls-2, r=GuillaumeGomezbors-414/+428
2021-12-03limit may_unwind codegen test to x86_64cynecx-0/+1
2021-12-03fix feature-gate test for may_unwindcynecx-1/+3
2021-12-03fix inline asm test by not hardcoding symbol namescynecx-6/+18
2021-12-03fix inline asm test because of missing attributecynecx-1/+1