| Age | Commit message (Expand) | Author | Lines |
| 2022-05-28 | Improve settings page display with disabled javascript | Guillaume Gomez | -0/+5 |
| 2022-05-28 | Auto merge of #97158 - JakobDegen:dse, r=tmiasko,cjgillot | bors | -364/+732 |
| 2022-05-28 | Auto merge of #97476 - Dylan-DPC:rollup-t53nxoe, r=Dylan-DPC | bors | -49/+494 |
| 2022-05-28 | Rollup merge of #97466 - jyn514:consolidate-install, r=Mark-Simulacrum | Dylan DPC | -25/+25 |
| 2022-05-28 | Rollup merge of #97448 - Xiretza:os-str-unix-doc, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-05-28 | Rollup merge of #97327 - davidtwco:diagnostic-translation-compile-time-valida... | Dylan DPC | -18/+455 |
| 2022-05-28 | Rollup merge of #97034 - fee1-dead-contrib:layout-hash, r=dtolnay | Dylan DPC | -2/+9 |
| 2022-05-28 | Rollup merge of #94640 - Pointerbender:issue-71146-partial-stabilization, r=y... | Dylan DPC | -3/+4 |
| 2022-05-28 | Auto merge of #97465 - jyn514:dist-ra, r=Mark-Simulacrum | bors | -0/+3 |
| 2022-05-28 | Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank | bors | -104/+368 |
| 2022-05-28 | Auto merge of #97433 - GuillaumeGomez:rm-refcell-context, r=notriddle | bors | -111/+128 |
| 2022-05-27 | Switch incremental/hashes tests to all use optimizations. | Jakob Degen | -39/+39 |
| 2022-05-27 | Auto merge of #97468 - matthiaskrgr:rollup-8cu0hqr, r=matthiaskrgr | bors | -47/+109 |
| 2022-05-28 | Rollup merge of #97462 - GuillaumeGomez:more-eslint-rules, r=notriddle | Matthias Krüger | -6/+15 |
| 2022-05-28 | Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errors | Matthias Krüger | -1/+24 |
| 2022-05-28 | Rollup merge of #97457 - JohnTitor:issue-81899, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2022-05-28 | Rollup merge of #97453 - lcnr:comment, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -38/+38 |
| 2022-05-28 | Rollup merge of #95214 - tbu-:pr_vec_append_doc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-05-27 | [bootstrap] Move `sanitize_sh` from `dist` to `install` | Joshua Nelson | -25/+25 |
| 2022-05-27 | Fix `x dist --stage 1 src/tools/rust-analyzer` | Joshua Nelson | -0/+3 |
| 2022-05-27 | Add "eqeqeq" eslint rule | Guillaume Gomez | -6/+7 |
| 2022-05-27 | Add "no-unused-vars" eslint rule | Guillaume Gomez | -0/+7 |
| 2022-05-27 | Add "arrow-parens" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -111/+128 |
| 2022-05-27 | Auto merge of #96790 - lqd:update_jemalloc, r=Mark-Simulacrum | bors | -21/+17 |
| 2022-05-27 | Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant error | Esteban Küber | -13/+6 |
| 2022-05-27 | Add test for #97343 | Esteban Küber | -0/+30 |
| 2022-05-28 | Add regression test for #81899 | Yuki Okushi | -0/+30 |
| 2022-05-27 | fix comment | lcnr | -1/+1 |
| 2022-05-27 | Auto merge of #96046 - oli-obk:const_typeck, r=cjgillot | bors | -518/+875 |
| 2022-05-27 | docs: Don't imply that OsStr on Unix is always UTF-8 | Xiretza | -1/+1 |
| 2022-05-27 | Update tests on aarch64 | Oli Scherer | -127/+183 |
| 2022-05-27 | Auto merge of #97442 - hafeoz:master, r=GuillaumeGomez | bors | -1/+20 |
| 2022-05-27 | Auto merge of #97004 - nnethercote:proc-macro-tweaks, r=eddyb | bors | -148/+139 |
| 2022-05-27 | Cut down `associated_item`. | Nicholas Nethercote | -20/+18 |
| 2022-05-27 | Remove unnecessary blank line. | Nicholas Nethercote | -1/+0 |
| 2022-05-27 | Rename `b` as `buf` in several places. | Nicholas Nethercote | -30/+30 |
| 2022-05-27 | Add some comments about `_marker` fields. | Nicholas Nethercote | -4/+14 |
| 2022-05-27 | Clarify a comment. | Nicholas Nethercote | -1/+1 |
| 2022-05-27 | Rename `ProcMacroDerive` as `DeriveProcMacro`. | Nicholas Nethercote | -4/+4 |
| 2022-05-27 | Rename `ProcMacro` trait as `BangProcMacro`. | Nicholas Nethercote | -4/+4 |
| 2022-05-27 | Simplify types in `proc_macro_harness.rs`. | Nicholas Nethercote | -27/+17 |
| 2022-05-27 | Make `Buffer<T>` non-generic. | Nicholas Nethercote | -46/+46 |
| 2022-05-27 | Improve formatting in `associated_item!` definition. | Nicholas Nethercote | -24/+15 |
| 2022-05-27 | Add some comments. | Nicholas Nethercote | -0/+3 |
| 2022-05-27 | Fix a typo in a comment. | Nicholas Nethercote | -1/+1 |
| 2022-05-27 | Auto merge of #97444 - compiler-errors:rollup-2gvdav6, r=compiler-errors | bors | -141/+169 |
| 2022-05-26 | Rollup merge of #97436 - compiler-errors:macos-ping-2, r=Mark-Simulacrum | Michael Goulet | -0/+7 |
| 2022-05-26 | Rollup merge of #97066 - petrochenkov:nofragkind, r=camelid | Michael Goulet | -114/+53 |