| Age | Commit message (Expand) | Author | Lines |
| 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 #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 | 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 | 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 | 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 |
| 2022-05-26 | Rollup merge of #96051 - newpavlov:duration_rounding, r=nagisa,joshtriplett | Michael Goulet | -27/+109 |
| 2022-05-27 | fmt | Артём Павлов [Artyom Pavlov] | -5/+1 |
| 2022-05-27 | fix nanos overflow for f64 | Артём Павлов [Artyom Pavlov] | -9/+24 |
| 2022-05-27 | Auto merge of #96298 - petrochenkov:fromgen, r=estebank | bors | -34/+67 |
| 2022-05-27 | add debug asserts | Artyom Pavlov | -4/+8 |
| 2022-05-27 | libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co... | Vadim Petrochenkov | -34/+67 |
| 2022-05-26 | Formatting | hafeoz | -1/+3 |
| 2022-05-26 | Remove few characters for tidy check to pass | hafeoz | -1/+1 |
| 2022-05-26 | Auto merge of #97386 - nnethercote:optimize-pos-adjustments, r=bjorn3 | bors | -30/+21 |
| 2022-05-26 | Add tests | hafeoz | -0/+17 |
| 2022-05-26 | Use correct var for attribute completeness fn | hafeoz | -1/+1 |