| Age | Commit message (Expand) | Author | Lines |
| 2022-01-05 | Remove portable_simd | Mark Rousskov | -86/+0 |
| 2022-01-05 | Add test with `#[rustc_evaluate_where_clauses]` | Wesley Wiser | -0/+150 |
| 2022-01-05 | Fix HashStable implementation on InferTy | Michael Goulet | -0/+17 |
| 2021-11-29 | Don't treat unnormalized function arguments as well-formed | jackh726 | -30/+49 |
| 2021-11-26 | Auto merge of #91253 - matthiaskrgr:rollup-dnlcjmr, r=matthiaskrgr | bors | -0/+27 |
| 2021-11-26 | Rollup merge of #91212 - compiler-errors:issue91206, r=oli-obk | Matthias Krüger | -0/+27 |
| 2021-11-26 | Auto merge of #91164 - Badel2:usefulness-stack-overflow, r=davidtwco | bors | -0/+14 |
| 2021-11-26 | Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnr | bors | -16/+24 |
| 2021-11-26 | Auto merge of #85102 - estebank:point-at-assignment, r=oli-obk | bors | -95/+124 |
| 2021-11-25 | Auto merge of #91037 - c410-f3r:testsssssss, r=petrochenkov | bors | -0/+0 |
| 2021-11-25 | Visit `param_env` field in Obligation's `TypeFoldable` impl | Aaron Hill | -16/+24 |
| 2021-11-25 | Account for type obligation coming from `const` and `static` | Esteban Kuber | -3/+4 |
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -96/+124 |
| 2021-11-25 | Add test demonstrating no more ICE | Michael Goulet | -0/+27 |
| 2021-11-25 | Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiser | Matthias Krüger | -3/+3 |
| 2021-11-25 | Rollup merge of #91111 - cjgillot:hir-no-lower-attrs, r=michaelwoerister | Matthias Krüger | -19/+60 |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -64/+64 |
| 2021-11-25 | Rollup merge of #89359 - fee1-dead:const-it, r=oli-obk | Matthias Krüger | -0/+71 |
| 2021-11-25 | Move some tests to more reasonable directories | Caio | -0/+0 |
| 2021-11-25 | Auto merge of #88781 - estebank:emoji-idents, r=oli-obk | bors | -0/+99 |
| 2021-11-25 | Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkor | bors | -0/+62 |
| 2021-11-25 | Do not visit attributes in `LateResolutionVisitor`. | Camille GILLOT | -22/+28 |
| 2021-11-24 | Tweak span and add more tests | Esteban Kuber | -4/+38 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -18/+42 |
| 2021-11-24 | Add test for merged features | Guillaume Gomez | -0/+24 |
| 2021-11-24 | Update error message for doc(keyword) | Guillaume Gomez | -2/+2 |
| 2021-11-24 | Add feature gate test for "rustdoc_internal" feature | Guillaume Gomez | -0/+17 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -18/+1 |
| 2021-11-24 | Account for incorrect `impl Foo<const N: ty> {}` syntax | Esteban Küber | -0/+28 |
| 2021-11-24 | Remove `-Z force-overflow-checks` | Noah Lev | -3/+3 |
| 2021-11-24 | Allow features like const_try in d_m_b_i_c | Deadbeef | -0/+51 |
| 2021-11-24 | Allow more cases to match ~const Drop. | Deadbeef | -0/+20 |
| 2021-11-23 | Fix stack overflow in `usefulness.rs` | Badel2 | -0/+14 |
| 2021-11-23 | Do not visit attributes in `ItemLowerer`. | Camille GILLOT | -0/+35 |
| 2021-11-23 | Auto merge of #91159 - matthiaskrgr:rollup-91mgg5v, r=matthiaskrgr | bors | -22/+90 |
| 2021-11-23 | Sort `FxHashSet`'s contents before emitting errors for consistent output | Esteban Kuber | -20/+20 |
| 2021-11-23 | review comment: plural of emoji is emoji | Esteban Kuber | -12/+12 |
| 2021-11-23 | Account for confusable codepoints when recovering emoji identifiers | Esteban Kuber | -4/+16 |
| 2021-11-23 | fix fmt | Esteban Kuber | -1/+0 |
| 2021-11-23 | Replace ZWJ with nothing in terminal output | Esteban Kuber | -2/+2 |
| 2021-11-23 | Tokenize emoji as if they were valid indentifiers | Esteban Kuber | -0/+88 |
| 2021-11-23 | Fix printing unit return ty, don't elaborate FnOnce unless we see it | Michael Goulet | -16/+16 |
| 2021-11-23 | Update test outputs | Michael Goulet | -65/+65 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -22/+32 |
| 2021-11-23 | Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t... | Matthias Krüger | -0/+58 |
| 2021-11-23 | Auto merge of #90788 - ecstatic-morse:issue-90752, r=wesleywiser | bors | -0/+96 |
| 2021-11-24 | Suggestion to wrap inner types using `allocator_api` in tuple | Ken Matsui | -0/+58 |
| 2021-11-22 | `#![feature(inline_const)]` is no longer incomplete | Gary Guo | -11/+4 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -11/+28 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -0/+130 |