| Age | Commit message (Expand) | Author | Lines |
| 2020-08-03 | Auto merge of #75076 - tmiasko:simplify-goto, r=oli-obk | bors | -0/+7 |
| 2020-08-02 | Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnay | bors | -45/+3 |
| 2020-08-03 | Fix change detection in CfgSimplifier::collapse_goto_chain | Tomasz Miąsko | -0/+7 |
| 2020-08-02 | Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-Simulacrum | Manish Goregaokar | -0/+3 |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -5/+5 |
| 2020-08-02 | Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnr | Manish Goregaokar | -0/+95 |
| 2020-08-02 | Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov | bors | -35/+139 |
| 2020-08-02 | compiletest: Support ignoring tests requiring missing LLVM components | Vadim Petrochenkov | -0/+3 |
| 2020-08-03 | Recover strictness for `yield` | Yuki Okushi | -7/+59 |
| 2020-08-02 | fix typos | liuzhenyu | -5/+5 |
| 2020-08-02 | Auto merge of #74210 - estebank:type-ascriptomatic, r=petrochenkov | bors | -101/+82 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -733/+733 |
| 2020-08-02 | Do not trigger `unused_{braces,parens}` lints with `yield` | Yuki Okushi | -0/+43 |
| 2020-08-01 | Auto merge of #74582 - Lezzz:rename-hair, r=nikomatsakis | bors | -29/+29 |
| 2020-08-01 | Auto merge of #74945 - dingxiangfei2009:promote-static-ref-deref, r=oli-obk | bors | -0/+34 |
| 2020-08-01 | Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited... | bors | -0/+17 |
| 2020-08-01 | Rollup merge of #74991 - JulianKnodt:74199, r=lcnr | Yuki Okushi | -0/+177 |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -29/+29 |
| 2020-07-31 | Removed error check in order to prevent ICE | kadmin | -0/+177 |
| 2020-07-31 | Reduce verbosity of some type ascription errors | Esteban Küber | -101/+82 |
| 2020-07-31 | interp: needs_subst -> ensure_monomorphic_enough | David Wood | -0/+17 |
| 2020-07-31 | Add the proper tests | Ding Xiang Fei | -1/+12 |
| 2020-07-31 | Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obk | bors | -0/+34 |
| 2020-07-31 | Stabilize as_deref and as_deref on Result | Lzu Tao | -7/+3 |
| 2020-07-31 | Remove as_deref_err and as_deref_mut_err from Result | Lzu Tao | -38/+0 |
| 2020-07-31 | Fix ICEs with `@ ..` binding | Yuki Okushi | -2/+139 |
| 2020-07-31 | Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern" | Yuki Okushi | -33/+0 |
| 2020-07-30 | Test `Option::unwrap` in a const context | Dylan MacKenzie | -0/+34 |
| 2020-07-30 | Rollup merge of #74934 - nbdd0121:issue-73976, r=ecstatic-morse | Manish Goregaokar | -8/+8 |
| 2020-07-31 | Add comments to explain the test case and the special treatment | Ding Xiang Fei | -1/+9 |
| 2020-07-30 | Auto merge of #73990 - jumbatm:clashing-extern-decl, r=nagisa | bors | -62/+235 |
| 2020-07-30 | Special treatment for dereferencing a borrow to a static definition | Ding Xiang Fei | -0/+15 |
| 2020-07-30 | Auto merge of #74930 - ecstatic-morse:const-size-align-of-val, r=oli-obk | bors | -0/+79 |
| 2020-07-30 | Fix missed same-sized member clash in ClashingExternDeclarations. | jumbatm | -7/+41 |
| 2020-07-30 | Address code review comments. | jumbatm | -6/+23 |
| 2020-07-30 | Apply suggested wording changes from code review. | jumbatm | -4/+4 |
| 2020-07-30 | Don't emit clashing decl lint for FFI-safe enums. | jumbatm | -1/+61 |
| 2020-07-30 | Add additional clashing_extern_decl cases. | jumbatm | -62/+124 |
| 2020-07-30 | Fix ui tests | Gary Guo | -8/+8 |
| 2020-07-29 | Test `{align,size}_of_val` in a const context | Dylan MacKenzie | -0/+79 |
| 2020-07-29 | Rollup merge of #74869 - tmiasko:must-use-closures, r=ecstatic-morse | Manish Goregaokar | -31/+333 |
| 2020-07-29 | Auto merge of #72488 - KodrAus:stabilize/const_type_id, r=nikomatsakis | bors | -25/+4 |
| 2020-07-29 | Rollup merge of #74671 - rust-lang:const-generics-coerce-unsized, r=nikomatsakis | Yuki Okushi | -0/+11 |
| 2020-07-28 | update stderr for polymorphic ui test | Ashley Mannix | -4/+4 |
| 2020-07-28 | remove unstable const_type_id feature | Ashley Mannix | -2/+0 |
| 2020-07-28 | stabilize const_type_id feature | Ashley Mannix | -19/+0 |
| 2020-07-27 | mv std libs to library/ | mark | -143/+143 |
| 2020-07-28 | Make closures and generators a must use types | Tomasz Miąsko | -31/+333 |
| 2020-07-27 | Auto merge of #73503 - lcnr:forall-predicate-what-and-why-2, r=nikomatsakis | bors | -2/+2 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -1/+1 |