| Age | Commit message (Expand) | Author | Lines |
| 2022-06-16 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -1/+1 |
| 2022-06-16 | Auto merge of #98108 - SpriteOvO:doc_auto_cfg-feature-rmv-fix, r=notriddle,Gu... | bors | -7/+14 |
| 2022-06-16 | Rollup merge of #98092 - GuillaumeGomez:fix-sidebar-items-expand-collapse, r=... | Yuki Okushi | -3/+3 |
| 2022-06-16 | Rollup merge of #98053 - GuillaumeGomez:fix-generic-impl-json-ice, r=notriddle | Yuki Okushi | -10/+43 |
| 2022-06-16 | Exclude cfg "doc" and "doctest" from feature `doc_auto_cfg` | Sprite | -1/+4 |
| 2022-06-16 | Fix `cfg(not)` and `cfg(all)` causing Rustdoc stab to disappear | Sprite | -6/+10 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -2/+2 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -2/+0 |
| 2022-06-14 | rustdoc: change "variadic tuple" notation to look less like real syntax | Michael Howell | -1/+1 |
| 2022-06-14 | rustdoc: remove tuple link on round braces | Michael Howell | -10/+34 |
| 2022-06-14 | address review | b-naber | -9/+10 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -7/+6 |
| 2022-06-14 | Fix expand/collapse on source viewer sidebar folders | Guillaume Gomez | -3/+3 |
| 2022-06-14 | Rollup merge of #98069 - notriddle:notriddle/square-brackets, r=jsha | Dylan DPC | -27/+2 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -2/+2 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-06-13 | rustdoc: remove link on slice brackets | Michael Howell | -27/+2 |
| 2022-06-13 | Ignore impl items because they can be duplicated in case of generic impl | Guillaume Gomez | -10/+43 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -1/+1 |
| 2022-06-11 | Add test case for #trait-implementations-1 link | Michael Howell | -0/+2 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -4/+4 |
| 2022-06-11 | Add eslint rule "no-script-url" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-return-assign" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-multi-assign" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-mixed-operator" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-lonely-if" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3 | bors | -3/+3 |
| 2022-06-10 | Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1. | Nicholas Nethercote | -1/+1 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -2/+2 |
| 2022-06-09 | Auto merge of #97772 - GuillaumeGomez:minifier-update, r=notriddle | bors | -6/+9 |
| 2022-06-08 | rustdoc: fixed messed-up rustdoc auto trait impls | Michael Howell | -4/+4 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -6/+33 |
| 2022-06-08 | Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3 | bors | -4/+4 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -2/+2 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+1 |
| 2022-06-08 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -1/+1 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -3/+3 |
| 2022-06-07 | Update minifier version to 0.2.1 | Guillaume Gomez | -6/+9 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+1 |
| 2022-06-07 | Rollup merge of #97792 - GuillaumeGomez:eslint-checks, r=Dylan-DPC | Matthias Krüger | -1/+7 |
| 2022-06-06 | Add "no-label-var" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-implied-eval" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-implicit-globals" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-floating-decimal" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-div-regex" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-confusing-arrow" eslint check | Guillaume Gomez | -1/+2 |
| 2022-06-06 | Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha | Matthias Krüger | -3/+17 |
| 2022-06-04 | Don't generate "Impls on Foreign Types" for std | Jacob Hoffman-Andrews | -6/+18 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+1 |
| 2022-06-03 | Rollup merge of #97681 - GuillaumeGomez:more-eslint, r=Dylan-DPC | Dylan DPC | -0/+8 |