| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Account for type obligation coming from `const` and `static` | Esteban Kuber | -22/+46 |
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -21/+173 |
| 2021-11-25 | Auto merge of #88781 - estebank:emoji-idents, r=oli-obk | bors | -10/+72 |
| 2021-11-25 | Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkor | bors | -54/+175 |
| 2021-11-24 | Tweak span and add more tests | Esteban Kuber | -5/+2 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -6/+15 |
| 2021-11-24 | Rollup merge of #90044 - rusticstuff:disable_arm_outline_atomics_for_musl, r=... | Guillaume Gomez | -5/+1 |
| 2021-11-24 | Update error message for doc(keyword) | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -6/+15 |
| 2021-11-24 | Account for incorrect `impl Foo<const N: ty> {}` syntax | Esteban Küber | -54/+178 |
| 2021-11-24 | Auto merge of #90491 - Mark-Simulacrum:push-pred-faster, r=matthewjasper | bors | -29/+278 |
| 2021-11-24 | Auto merge of #90579 - cjgillot:no-ee-ii, r=Aaron1011 | bors | -5/+1 |
| 2021-11-23 | Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514 | bors | -1/+1 |
| 2021-11-23 | Auto merge of #91159 - matthiaskrgr:rollup-91mgg5v, r=matthiaskrgr | bors | -45/+85 |
| 2021-11-23 | Sort `FxHashSet`'s contents before emitting errors for consistent output | Esteban Kuber | -1/+4 |
| 2021-11-23 | udpate comment to be more accurate | Esteban Kuber | -2/+1 |
| 2021-11-23 | `replace_tabs` -> `normalize_whitespace` | Esteban Kuber | -6/+6 |
| 2021-11-23 | review comment: plural of emoji is emoji | Esteban Kuber | -3/+3 |
| 2021-11-23 | Account for confusable codepoints when recovering emoji identifiers | Esteban Kuber | -3/+14 |
| 2021-11-23 | Replace ZWJ with nothing in terminal output | Esteban Kuber | -0/+1 |
| 2021-11-23 | Tokenize emoji as if they were valid indentifiers | Esteban Kuber | -2/+50 |
| 2021-11-23 | Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkov | Matthias Krüger | -31/+16 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -6/+14 |
| 2021-11-23 | Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t... | Matthias Krüger | -8/+55 |
| 2021-11-23 | Auto merge of #90788 - ecstatic-morse:issue-90752, r=wesleywiser | bors | -6/+67 |
| 2021-11-24 | Suggestion to wrap inner types using `allocator_api` in tuple | Ken Matsui | -8/+55 |
| 2021-11-23 | Auto merge of #89881 - Mark-Simulacrum:fieldless-fast, r=davidtwco | bors | -7/+46 |
| 2021-11-23 | Auto merge of #89883 - Mark-Simulacrum:incr-verify-outline, r=nnethercote | bors | -24/+74 |
| 2021-11-22 | fix(doctest): detect extern crate items in statement doctests | Michael Howell | -1/+1 |
| 2021-11-22 | Manually outline error on incremental_verify_ich | Mark Rousskov | -24/+74 |
| 2021-11-22 | Avoid generating empty closures for fieldless enums | Mark Rousskov | -7/+46 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -31/+16 |
| 2021-11-22 | `#![feature(inline_const)]` is no longer incomplete | Gary Guo | -1/+1 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -5/+13 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -12/+171 |
| 2021-11-22 | Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkov | bors | -180/+384 |
| 2021-11-21 | Update link_ordinal duplicate attribute handling. | Eric Huss | -8/+0 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -149/+118 |
| 2021-11-21 | Auto merge of #91104 - matthiaskrgr:rollup-duk33o1, r=matthiaskrgr | bors | -10/+32 |
| 2021-11-21 | Rollup merge of #91098 - compiler-errors:issue-91058, r=estebank | Matthias Krüger | -6/+18 |
| 2021-11-21 | Rollup merge of #91097 - compiler-errors:spaces_in_impl_trait, r=estebank | Matthias Krüger | -3/+3 |
| 2021-11-21 | Rollup merge of #91070 - cuviper:insert-global, r=nagisa | Matthias Krüger | -1/+11 |
| 2021-11-21 | Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisa | bors | -146/+281 |
| 2021-11-20 | Fix for issue 91058 | Michael Goulet | -4/+16 |
| 2021-11-20 | Use same_type_modulo_infer in more places | Michael Goulet | -2/+2 |
| 2021-11-20 | Add space in opaque `impl Trait` | Michael Goulet | -3/+3 |
| 2021-11-20 | Rollup merge of #91088 - RalfJung:revert, r=oli-obk | Matthias Krüger | -12/+0 |
| 2021-11-20 | Rollup merge of #91022 - compiler-errors:modulo_infer, r=estebank | Matthias Krüger | -3/+31 |
| 2021-11-20 | Rollup merge of #91018 - est31:let_else, r=matthewjasper | Matthias Krüger | -69/+66 |
| 2021-11-20 | Rollup merge of #90994 - Badel2:issue-90993, r=estebank | Matthias Krüger | -1/+1 |