| Age | Commit message (Expand) | Author | Lines |
| 2022-01-01 | Remove the lazy_static dependency from rustbuild | bjorn3 | -5/+3 |
| 2022-01-01 | Rollup merge of #92469 - joshtriplett:test-number-fix, r=Mark-Simulacrum | Matthias Krüger | -8/+23 |
| 2022-01-01 | Rollup merge of #92460 - dwrensha:fix-92267, r=petrochenkov | Matthias Krüger | -0/+19 |
| 2022-01-01 | Rollup merge of #92420 - dtolnay:patrange, r=Mark-Simulacrum | Matthias Krüger | -12/+12 |
| 2022-01-01 | Rollup merge of #92412 - dtolnay:tryspace, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-01-01 | Rollup merge of #88310 - worldeva:bootstrap-locking, r=Mark-Simulacrum | Matthias Krüger | -0/+42 |
| 2021-12-31 | Make tidy check for magic numbers that spell things | Josh Triplett | -8/+23 |
| 2021-12-31 | Rollup merge of #92440 - GuillaumeGomez:fix-mobile-toggles, r=jsha | Matthias Krüger | -1/+21 |
| 2021-12-31 | Rollup merge of #92405 - bjorn3:more_needs_inline_asm, r=lqd | Matthias Krüger | -0/+2 |
| 2021-12-31 | Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomez | Matthias Krüger | -70/+82 |
| 2021-12-31 | Rollup merge of #91375 - Apteryks:per-target-default-linker, r=Mark-Simulacrum | Matthias Krüger | -2/+11 |
| 2021-12-31 | Rollup merge of #90383 - tmiasko:union-validity, r=RalfJung | Matthias Krüger | -0/+92 |
| 2021-12-31 | rustbuild: Add support for a per-target default-linker option. | Maxim Cournoyer | -2/+11 |
| 2021-12-31 | [rustc_builtin_macros] add indices to format_foreign::printf::Substitution::E... | David Renshaw | -0/+19 |
| 2021-12-31 | Auto merge of #92175 - Aaron1011:fix-missing-source-file, r=cjgillot | bors | -0/+44 |
| 2021-12-31 | Lock x.py build state | worldeva | -0/+42 |
| 2021-12-31 | Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednet | bors | -14/+15 |
| 2021-12-31 | Extend check for UnsafeCell in consts to cover unions | Tomasz Miąsko | -0/+92 |
| 2021-12-31 | Auto merge of #92437 - flip1995:clippyup, r=Manishearth | bors | -439/+1493 |
| 2021-12-30 | Auto merge of #92426 - calebcartwright:sync-rustfmt-subtree, r=calebcartwright | bors | -410/+710 |
| 2021-12-30 | Fix display of toggles on mobile | Guillaume Gomez | -0/+20 |
| 2021-12-30 | Update browser-ui-test version to have assert-position command | Guillaume Gomez | -1/+1 |
| 2021-12-30 | Auto merge of #92434 - matthiaskrgr:rollup-m8wuq0v, r=matthiaskrgr | bors | -13/+45 |
| 2021-12-30 | Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup | flip1995 | -439/+1493 |
| 2021-12-30 | Rollup merge of #92423 - weirane:ui-92292, r=fee1-dead | Matthias Krüger | -0/+32 |
| 2021-12-30 | Rollup merge of #92414 - dtolnay:constnoexpr, r=oli-obk | Matthias Krüger | -13/+13 |
| 2021-12-30 | Auto merge of #89336 - Aaron1011:variance-struct-diag, r=cjgillot | bors | -0/+169 |
| 2021-12-30 | Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514 | bors | -20/+19 |
| 2021-12-29 | Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub... | Caleb Cartwright | -410/+710 |
| 2021-12-29 | Add UI test for #92292 | Wang Ruochen | -0/+32 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -0/+169 |
| 2021-12-29 | Do not flatten match arm block with leading attributes | David Lattimore | -1/+5 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -0/+107 |
| 2021-12-29 | Fix whitespace in pretty printed PatKind::Range | David Tolnay | -12/+12 |
| 2021-12-29 | Move equal sign back into head ibox | David Tolnay | -4/+2 |
| 2021-12-29 | Fix spacing of pretty printed const item without body | David Tolnay | -15/+17 |
| 2021-12-29 | Auto merge of #92244 - petrochenkov:alltraits, r=cjgillot | bors | -6/+4 |
| 2021-12-29 | Fix double space in pretty printed TryBlock | David Tolnay | -1/+1 |
| 2021-12-29 | Auto merge of #92309 - ehuss:remove-check_lines, r=Mark-Simulacrum | bors | -11/+0 |
| 2021-12-29 | Add a couple needs-asm-support headers to tests | bjorn3 | -0/+2 |
| 2021-12-29 | Rollup merge of #92372 - dtolnay:fntype, r=jackh726 | Matthias Krüger | -1/+1 |
| 2021-12-29 | Rollup merge of #92371 - dtolnay:attrblock, r=oli-obk | Matthias Krüger | -12/+12 |
| 2021-12-29 | Rollup merge of #92351 - TmLev:master, r=GuillaumeGomez | Matthias Krüger | -2/+23 |
| 2021-12-29 | Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomez | Matthias Krüger | -50/+65 |
| 2021-12-29 | Rollup merge of #92237 - compiler-errors:issue-92100, r=cjgillot | Matthias Krüger | -0/+46 |
| 2021-12-29 | Rollup merge of #92118 - jackh726:type-alias-position-error, r=petrochenkov | Matthias Krüger | -0/+77 |
| 2021-12-29 | Rollup merge of #92075 - jyn514:resolve-cleanup, r=camelid | Matthias Krüger | -16/+25 |
| 2021-12-29 | Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomez | bors | -3/+1 |
| 2021-12-28 | feat: support parsing asm! args | Caleb Cartwright | -0/+13 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -20/+19 |