about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-12-07Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726Matthias Krüger-0/+33
2021-12-07Rollup merge of #91065 - wesleywiser:add_incr_test, r=jackh726Matthias Krüger-0/+299
2021-12-07Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-SimulacrumMatthias Krüger-0/+44
2021-12-07Auto merge of #91599 - RalfJung:miri, r=RalfJungbors-8/+15
2021-12-06Recommend fix `count()` -> `len()` on slicesMichael Howell-0/+44
2021-12-06update MiriRalf Jung-8/+15
2021-12-06Fix AnonConst ICEthreadexception-0/+33
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-3243/+9876
2021-12-06Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieubors-4/+10
2021-12-06Rollup merge of #91563 - Aaron1011:bump-llvm-stamp, r=Mark-SimulacrumMatthias Krüger-1/+1
2021-12-06Rollup merge of #91554 - r00ster91:patch-3, r=GuillaumeGomezMatthias Krüger-3/+2
2021-12-06Rollup merge of #91391 - GuillaumeGomez:simplify-no-headless, r=jshaMatthias Krüger-4/+7
2021-12-06Rollup merge of #91367 - FabianWolff:issue-91334-ice, r=nagisaMatthias Krüger-0/+60
2021-12-05Fix ICE in `check_must_not_suspend_ty()`Fabian Wolff-0/+60
2021-12-05Bump download-ci-llvm-stamp for LLD inclusionAaron Hill-1/+1
2021-12-05Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jshabors-237/+343
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-05Update doc about code block edition attributesr00ster-3/+2
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-03Add test case that evals to `EvaluatedToOkModuloRegions`Wesley Wiser-1/+32
2021-12-03Add test with `#[rustc_evaluate_where_clauses]`Wesley Wiser-1/+152
2021-12-03Add test for evaluate_obligation: Ok(EvaluatedToOkModuloRegions) ICEWesley Wiser-0/+117