| Age | Commit message (Expand) | Author | Lines |
| 2022-06-19 | Make missing argument placeholder more obvious that it's a placeholder | Michael Goulet | -112/+114 |
| 2022-06-19 | Auto merge of #98224 - eddyb:proc-macro-spurious-repr, r=bjorn3 | bors | -3/+0 |
| 2022-06-19 | Auto merge of #98255 - Dylan-DPC:rollup-hr129rg, r=Dylan-DPC | bors | -73/+98 |
| 2022-06-19 | Rollup merge of #98233 - RalfJung:ref-alloc, r=thomcc | Dylan DPC | -10/+10 |
| 2022-06-19 | Rollup merge of #98219 - eggyal:gatsubstcollector-without-folding, r=jackh726 | Dylan DPC | -17/+4 |
| 2022-06-19 | Rollup merge of #98146 - hoodmane:remove-memory-init-flag, r=petrochenkov | Dylan DPC | -7/+5 |
| 2022-06-19 | Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk | Dylan DPC | -26/+26 |
| 2022-06-19 | Rollup merge of #98105 - notriddle:notriddle/tuple-links, r=jsha | Dylan DPC | -13/+53 |
| 2022-06-19 | Auto merge of #98238 - cjgillot:lint-mod, r=oli-obk | bors | -53/+116 |
| 2022-06-19 | Auto merge of #97791 - m-ou-se:const-locks, r=m-ou-se | bors | -6/+26 |
| 2022-06-19 | Bless 32bit ui tests. | Camille GILLOT | -12/+12 |
| 2022-06-19 | Use `ensure` for `UnusedBrokenConst`. | Camille GILLOT | -5/+36 |
| 2022-06-19 | Auto merge of #97367 - WaffleLapkin:stabilize_checked_slice_to_str_conv, r=dt... | bors | -5/+6 |
| 2022-06-19 | Auto merge of #97944 - nikic:freebsd-update, r=Mark-Simulacrum | bors | -10/+10 |
| 2022-06-18 | ENH Move --memory-init-file flag from EmLinker to asmjs target spec | Hood Chatham | -7/+5 |
| 2022-06-19 | Auto merge of #98242 - matthiaskrgr:rollup-qbbkwtf, r=matthiaskrgr | bors | -1243/+1287 |
| 2022-06-19 | Rollup merge of #98230 - GuillaumeGomez:weird-js-condition, r=notriddle | Matthias Krüger | -4/+1 |
| 2022-06-19 | Rollup merge of #98229 - GuillaumeGomez:eslint-checks, r=Dylan-DPC | Matthias Krüger | -0/+2 |
| 2022-06-19 | Rollup merge of #98207 - arlosi:update-cargo, r=Dylan-DPC | Matthias Krüger | -22/+28 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -1215/+1250 |
| 2022-06-19 | Rollup merge of #97511 - jyn514:faster-cargo-build, r=Mark-Simulacrum | Matthias Krüger | -2/+6 |
| 2022-06-19 | Make some lints incremental. | Camille GILLOT | -36/+68 |
| 2022-06-18 | Auto merge of #98237 - RalfJung:miri, r=RalfJung | bors | -9/+13 |
| 2022-06-18 | Remove weird JS condition | Guillaume Gomez | -4/+1 |
| 2022-06-18 | update Miri | Ralf Jung | -9/+13 |
| 2022-06-18 | Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrum | bors | -67/+190 |
| 2022-06-18 | Fix bug when using `--bless` | Michael Howell | -3/+1 |
| 2022-06-18 | Add test cases for tuples with links | Michael Howell | -0/+18 |
| 2022-06-18 | Auto merge of #97924 - cuviper:unguarded-poison, r=Mark-Simulacrum | bors | -8/+15 |
| 2022-06-18 | Add tests for fixed bugs | Joshua Nelson | -4/+40 |
| 2022-06-18 | Pass all paths to `Step::run` at once when using `ShouldRun::krate` | Joshua Nelson | -66/+153 |
| 2022-06-18 | make std not use &A: Allocator instance | Ralf Jung | -4/+4 |
| 2022-06-18 | make btree not use &A: Allocator instance | Ralf Jung | -6/+6 |
| 2022-06-18 | Adding new eslint checks: | Guillaume Gomez | -0/+2 |
| 2022-06-18 | Auto merge of #98004 - paolobarbolini:vecdeque-extend-trustedlen, r=the8472 | bors | -3/+218 |
| 2022-06-18 | Auto merge of #98153 - nnethercote:fix-MissingDoc-quadratic-behaviour, r=cjgi... | bors | -36/+16 |
| 2022-06-18 | proc_macro/bridge: remove `#[repr(C)]` from non-ABI-relevant types. | Eduard-Mihai Burtescu | -3/+0 |
| 2022-06-18 | Auto merge of #98186 - mystor:tokenstream_as_vec_tt, r=eddyb | bors | -173/+303 |
| 2022-06-18 | Auto merge of #98178 - RalfJung:btree-alloc, r=thomcc | bors | -241/+270 |
| 2022-06-18 | Skip late bound regions in GATSubstCollector | Alan Egerton | -17/+4 |
| 2022-06-18 | Auto merge of #98216 - JohnTitor:rollup-jlcmu5d, r=JohnTitor | bors | -108/+172 |
| 2022-06-17 | review fixups | Nika Layzell | -70/+43 |
| 2022-06-18 | Rollup merge of #98205 - JohnTitor:remove-unnecessary-let, r=jyn514 | Yuki Okushi | -2/+0 |
| 2022-06-18 | Rollup merge of #98195 - GuillaumeGomez:rustdoc-json-primitive, r=notriddle | Yuki Okushi | -3/+20 |
| 2022-06-18 | Rollup merge of #98150 - hoodmane:emscripten-g4, r=sbc100 | Yuki Okushi | -2/+2 |
| 2022-06-18 | Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514 | Yuki Okushi | -73/+132 |
| 2022-06-18 | Rollup merge of #97803 - Gankra:term, r=dtolnay | Yuki Okushi | -28/+18 |
| 2022-06-18 | Auto merge of #97652 - RalfJung:cenum_impl_drop_cast, r=nagisa | bors | -4/+19 |
| 2022-06-17 | comments explaining why we have and don't have ManuallyDrop | Ralf Jung | -0/+6 |
| 2022-06-18 | Expose iter::ByRefSized as unstable feature and use it | Paolo Barbolini | -4/+12 |