| Age | Commit message (Expand) | Author | Lines |
| 2022-03-07 | fix weird bug when `out` would get overridden by unit tests | Joshua Nelson | -10/+27 |
| 2022-03-07 | Don't depend on python for RUST_BOOTSTRAP_CONFIG | Joshua Nelson | -21/+21 |
| 2022-03-07 | Move some more bootstrap logic from python to rust | Joshua Nelson | -23/+16 |
| 2022-03-07 | Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgr | bors | -733/+147 |
| 2022-03-07 | Rollup merge of #94700 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-03-07 | Rollup merge of #94696 - GuillaumeGomez:align-line-numbers-right, r=notriddle | Matthias Krüger | -8/+8 |
| 2022-03-07 | Update tests | Eric Holk | -7/+5 |
| 2022-03-07 | Stabilize const_impl_trait as well | Eric Holk | -33/+2 |
| 2022-03-07 | Update and fix clippy tests | Eric Holk | -5/+24 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -659/+107 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -21/+1 |
| 2022-03-07 | Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-dead | bors | -6/+6 |
| 2022-03-07 | Update minifier version | Guillaume Gomez | -1/+1 |
| 2022-03-07 | Add GUI test to ensure that line numbers text is aligned to the right | Guillaume Gomez | -0/+3 |
| 2022-03-07 | Remove unneeded whitespace generation and use CSS instead instead to align li... | Guillaume Gomez | -8/+5 |
| 2022-03-07 | Rollup merge of #94688 - compiler-errors:free-regions-in-copy-predicate-check... | Matthias Krüger | -0/+31 |
| 2022-03-07 | Rollup merge of #94553 - lcnr:add-tests, r=Dylan-DPC | Matthias Krüger | -0/+45 |
| 2022-03-07 | add tests for #94502 | lcnr | -0/+45 |
| 2022-03-07 | Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddle | Matthias Krüger | -35/+40 |
| 2022-03-07 | Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-rema... | Matthias Krüger | -1/+1 |
| 2022-03-07 | Rollup merge of #94636 - compiler-errors:issue-94599, r=davidtwco | Matthias Krüger | -0/+21 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -6/+6 |
| 2022-03-06 | Erase regions when checking for missing Copy predicates | Michael Goulet | -0/+31 |
| 2022-03-06 | Fix rustdoc for GATs with with anonymous bound regions | Michael Goulet | -35/+40 |
| 2022-03-06 | Auto merge of #94597 - nnethercote:ConstAllocation, r=fee1-dead | bors | -3/+3 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -3/+3 |
| 2022-03-06 | Auto merge of #94679 - matthiaskrgr:rollup-9vd7w6a, r=matthiaskrgr | bors | -1/+1 |
| 2022-03-06 | Rollup merge of #94672 - joedeandev:master, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-03-06 | Auto merge of #94579 - tmiasko:target-features, r=nagisa | bors | -3/+3 |
| 2022-03-07 | remove unnecessary `..` patterns | Takayuki Maeda | -1/+1 |
| 2022-03-06 | Auto merge of #94673 - matthiaskrgr:rollup-2tnifg9, r=matthiaskrgr | bors | -78/+151 |
| 2022-03-06 | Updated corresponding stderr | Joe | -1/+1 |
| 2022-03-06 | Rollup merge of #94617 - pierwill:update-itertools, r=Mark-Simulacrum | Matthias Krüger | -5/+5 |
| 2022-03-06 | Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG... | Matthias Krüger | -73/+146 |
| 2022-03-06 | Rollup merge of #94621 - ridwanabdillahi:lld-rel-dbg, r=Mark-Simulacrum | fee1-dead | -1/+9 |
| 2022-03-06 | Auto merge of #90076 - jackh726:wherethewhere, r=nikomatsakis | bors | -203/+251 |
| 2022-03-06 | Auto merge of #94658 - RalfJung:miri, r=RalfJung | bors | -8/+9 |
| 2022-03-05 | update Miri | Ralf Jung | -8/+9 |
| 2022-03-06 | Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomez | bors | -91/+134 |
| 2022-03-05 | Auto merge of #94648 - RalfJung:rollup-4iorcrd, r=RalfJung | bors | -11/+78 |
| 2022-03-05 | Update new tests | Jack Huey | -27/+5 |
| 2022-03-05 | Review changes | Jack Huey | -44/+106 |
| 2022-03-05 | Change to lint | Jack Huey | -12/+18 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -174/+176 |
| 2022-03-05 | Rollup merge of #94642 - GuillaumeGomez:source-code-scroll, r=Urgau | Ralf Jung | -9/+56 |
| 2022-03-05 | Rollup merge of #94633 - TaKO8Ki:suggest-removing-semicolon-after-derive-attr... | Ralf Jung | -0/+18 |
| 2022-03-05 | Rollup merge of #94630 - ehuss:remove-tier-2-docs-note, r=Mark-Simulacrum | Ralf Jung | -2/+4 |
| 2022-03-05 | Auto merge of #92123 - m-ou-se:thread-local-cell-methods, r=joshtriplett | bors | -63/+120 |
| 2022-03-06 | suggest removing a semicolon after derive attributes | Takayuki Maeda | -0/+18 |
| 2022-03-05 | Update note about tier 2 docs. | Eric Huss | -2/+4 |