about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-12-05Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgrbors-141/+190
2021-12-05Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisaMatthias Krüger-2/+3
2021-12-05Rollup merge of #91450 - hkmatsumoto:hide-type-error, r=estebankMatthias Krüger-0/+28
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-138/+136
2021-12-05Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnrMatthias Krüger-1/+23
2021-12-05Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplettbors-4/+4
2021-12-05bless testsb-naber-1/+1
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-1/+1
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-19/+0
2021-12-05Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakisMatthias Krüger-3/+239
2021-12-05Rollup merge of #90022 - hkmatsumoto:self-upper-as-generic-parameter, r=jackh726Matthias Krüger-13/+22
2021-12-04Include `lld` in `rust-dev` packageAaron Hill-0/+7
2021-12-04Stabilize `-Z emit-future-incompat` as `--json future-incompat`Aaron Hill-2/+3
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-4/+4
2021-12-04LLVM support .insn directivepiegames-0/+0
2021-12-04Don't suggest types whose inner type is erroneousHirochika Matsumoto-0/+28
2021-12-04Rollup merge of #90519 - estebank:issue-84003, r=petrochenkovMatthias Krüger-16/+287
2021-12-04Rollup merge of #89701 - tom7980:issue-89566-fix, r=petrochenkovMatthias Krüger-7/+183
2021-12-04Auto merge of #88439 - cynecx:unwind_asm, r=Amanieubors-50/+179
2021-12-03Remove single-use `GenericParamDef::get_type` functionNoah Lev-28/+13
2021-12-03rustdoc: Remove single-use `Lifetime::get_ref()` functionNoah Lev-5/+1
2021-12-04Auto merge of #91505 - matthiaskrgr:rollup-orxgsxo, r=matthiaskrgrbors-36/+136
2021-12-04Rollup merge of #91488 - compiler-errors:issue-91477, r=estebankMatthias Krüger-0/+16
2021-12-04Rollup merge of #91478 - estebank:fix-newline-in-cast-suggestion, r=camelidMatthias Krüger-10/+10
2021-12-04Rollup merge of #91385 - ecstatic-morse:pat-param-spec-suggest, r=estebankMatthias Krüger-6/+18
2021-12-04Rollup merge of #91209 - camelid:snapshot, r=jyn514Matthias Krüger-20/+92
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
2021-12-03add clobber_abi("C") to may_unwind inline-asm testscynecx-2/+2
2021-12-03add tests for asm's options(may_unwind)cynecx-0/+95
2021-12-03add `unwind_asm` feature gate for `may_unwind` optioncynecx-0/+20
2021-12-03Update unstable-book with recent asm changes (`may_unwind`)cynecx-1/+2
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-49/+47
2021-12-03Remove a Clean impl for a tuple (9)Noah Lev-43/+48
2021-12-03Remove a Clean impl for a tuple (8)Noah Lev-86/+89
2021-12-03Remove a Clean impl for a tuple (7)Noah Lev-26/+28
2021-12-03Remove a Clean impl for a tuple (6)Noah Lev-16/+17
2021-12-03Remove a Clean impl for a tuple (5)Noah Lev-19/+20
2021-12-03Remove a Clean impl for a tuple (4)Noah Lev-14/+17
2021-12-03Clean up definition of `clean_ty_generics` a bitNoah Lev-5/+3
2021-12-03Remove a Clean impl for a tuple (3)Noah Lev-165/+172
2021-12-03Remove a Clean impl for a tuple (2)Noah Lev-27/+28
2021-12-03Remove a Clean impl for a tuple (1)Noah Lev-25/+18