| Age | Commit message (Expand) | Author | Lines |
| 2022-08-11 | Rollup merge of #100307 - nnethercote:fix-96847, r=cjgillot | Matthias Krüger | -2/+16 |
| 2022-08-11 | Rollup merge of #99992 - jyn514:shell-scripts, r=Mark-Simulacrum | Matthias Krüger | -9/+28 |
| 2022-08-11 | Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez | Matthias Krüger | -79/+75 |
| 2022-08-11 | Rollup merge of #93896 - jsha:dark-colors, r=GuillaumeGomez | Matthias Krüger | -27/+12 |
| 2022-08-11 | Rollup merge of #100403 - GuillaumeGomez:improve-messages, r=jsha | Dylan DPC | -0/+21 |
| 2022-08-11 | Rollup merge of #100398 - nnethercote:improve-Zhir-stats, r=michaelwoerister | Dylan DPC | -0/+192 |
| 2022-08-11 | Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqd | Dylan DPC | -9/+10 |
| 2022-08-11 | Rollup merge of #100370 - GuillaumeGomez:rm-more-clean-impls, r=Dylan-DPC | Dylan DPC | -202/+213 |
| 2022-08-11 | Rollup merge of #100232 - cjgillot:no-desugar-methodcall, r=nagisa | Dylan DPC | -19/+65 |
| 2022-08-11 | Rollup merge of #100192 - tmiasko:rm-duplicated-locals, r=nagisa | Dylan DPC | -26/+22 |
| 2022-08-11 | Rollup merge of #92744 - lambinoo:I-91161-non-exhaustive-foreign-variants, r=... | Dylan DPC | -7/+12 |
| 2022-08-11 | Improve error message when browser-ui-test crashes | Guillaume Gomez | -0/+16 |
| 2022-08-11 | Avoid lowering a `MacArgs::Eq` twice. | Nicholas Nethercote | -0/+14 |
| 2022-08-11 | Add instructions on how to update the browser-ui-test version | Guillaume Gomez | -0/+5 |
| 2022-08-11 | Auto merge of #100315 - compiler-errors:norm-ct-in-proj, r=lcnr | bors | -0/+279 |
| 2022-08-11 | Add a second level to the AST size reporting. | Nicholas Nethercote | -2/+62 |
| 2022-08-11 | Add percentages to `-Zhir-stats` output. | Nicholas Nethercote | -70/+70 |
| 2022-08-11 | Change how `AssocItem` is reported. | Nicholas Nethercote | -4/+2 |
| 2022-08-11 | Improve AST stat collector. | Nicholas Nethercote | -5/+15 |
| 2022-08-11 | Add a test for `-Zhir-stats` output. | Nicholas Nethercote | -0/+124 |
| 2022-08-10 | Auto merge of #99174 - scottmcm:reoptimize-layout-array, r=joshtriplett | bors | -0/+31 |
| 2022-08-10 | Auto merge of #100385 - RalfJung:miri, r=RalfJung | bors | -9/+7 |
| 2022-08-10 | update Miri | Ralf Jung | -9/+7 |
| 2022-08-10 | Auto merge of #100378 - compiler-errors:rollup-8vzsd92, r=compiler-errors | bors | -7/+128 |
| 2022-08-10 | Update error message to clarify that it's not the enum itself that's non_exha... | Scott McMurray | -1/+1 |
| 2022-08-10 | Check if extern crate enum has non exhaustive variant when cast | Lamb | -7/+12 |
| 2022-08-10 | Adapt ui-fulldeps test. | Camille GILLOT | -2/+2 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -17/+63 |
| 2022-08-10 | Rollup merge of #100359 - b-naber:valtrees-pretty-print-ice, r=lcnr | Michael Goulet | -0/+36 |
| 2022-08-10 | Rollup merge of #100349 - TaKO8Ki:remove-type-string-comparison, r=lcnr | Michael Goulet | -1/+68 |
| 2022-08-10 | Rollup merge of #100348 - camelid:test-93205, r=jyn514 | Michael Goulet | -0/+20 |
| 2022-08-10 | Rollup merge of #100339 - shourya5:issue#100258, r=jyn514 | Michael Goulet | -6/+4 |
| 2022-08-10 | rustdoc: make item-infos dimmer on dark theme #93896 | Jacob Hoffman-Andrews | -27/+12 |
| 2022-08-10 | Auto merge of #100260 - ehuss:compiletest-target-cfg, r=Mark-Simulacrum | bors | -208/+345 |
| 2022-08-10 | remove Clean trait implementation for hir::GenericArgs | Guillaume Gomez | -30/+38 |
| 2022-08-10 | remove Clean trait implementation for ty::AssocItem | Guillaume Gomez | -172/+175 |
| 2022-08-10 | add test | b-naber | -0/+36 |
| 2022-08-10 | Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr | bors | -193/+275 |
| 2022-08-10 | Rollup merge of #100352 - ehuss:update-cargo, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-08-10 | Update cargo | Eric Huss | -0/+0 |
| 2022-08-10 | Rollup merge of #100340 - spastorino:fix-100187, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2022-08-10 | Rollup merge of #100334 - TaKO8Ki:suggest-missing-semicolon-before-array, r=f... | Matthias Krüger | -0/+53 |
| 2022-08-10 | Rollup merge of #100332 - eholk:stabilize-ilog, r=scottmcm | Matthias Krüger | -2/+2 |
| 2022-08-10 | Rollup merge of #100086 - JakobDegen:better-tests, r=wesleyweiser | Matthias Krüger | -186/+167 |
| 2022-08-10 | Rollup merge of #100069 - dpaoliello:linkordinal, r=michaelwoerister | Matthias Krüger | -0/+41 |
| 2022-08-10 | Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc | Matthias Krüger | -5/+0 |
| 2022-08-09 | Fix failing test | Noah Lev | -1/+1 |
| 2022-08-10 | Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgr | bors | -228/+649 |
| 2022-08-09 | rustdoc: simplify highlight.rs | Jacob Hoffman-Andrews | -79/+75 |
| 2022-08-09 | Add regression test for #93205 | Noah Lev | -0/+20 |