| Age | Commit message (Expand) | Author | Lines |
| 2022-08-01 | Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoerister | bors | -30/+144 |
| 2022-08-01 | Auto merge of #100024 - matthiaskrgr:rollup-36ab4wx, r=matthiaskrgr | bors | -323/+421 |
| 2022-08-01 | Rollup merge of #100020 - CallumIO:issue-99648, r=jyn514 | Matthias Krüger | -3/+3 |
| 2022-08-01 | Rollup merge of #100012 - TaKO8Ki:avoid-ty-to-string-conversions, r=fee1-dead | Matthias Krüger | -5/+4 |
| 2022-08-01 | Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd | Matthias Krüger | -113/+100 |
| 2022-08-01 | Rollup merge of #99976 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+27 |
| 2022-08-01 | Rollup merge of #99911 - cjgillot:no-guess, r=davidtwco | Matthias Krüger | -114/+97 |
| 2022-08-01 | Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514 | Matthias Krüger | -24/+28 |
| 2022-08-01 | Rollup merge of #99629 - obeis:issue-99470, r=compiler-errors | Matthias Krüger | -61/+154 |
| 2022-08-01 | Rollup merge of #99340 - GoldsteinE:fix-localdefid-debug-ice, r=lcnr | Matthias Krüger | -3/+8 |
| 2022-08-01 | fix ICE in Definitions::create_def | Goldstein | -3/+8 |
| 2022-08-01 | Auto merge of #99884 - nnethercote:lexer-improvements, r=matklad | bors | -117/+128 |
| 2022-08-01 | fix: better error when python not found in x | Callum Leslie | -3/+3 |
| 2022-08-01 | Make Rustdoc exit with correct error code when scrape examples from invalid f... | Will Crichton | -0/+27 |
| 2022-08-01 | Auto merge of #98246 - joshtriplett:times, r=m-ou-se | bors | -3/+262 |
| 2022-08-01 | Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddyb | bors | -41/+41 |
| 2022-08-01 | avoid `Ty` to `String` conversions | Takayuki Maeda | -5/+4 |
| 2022-08-01 | Auto merge of #99998 - matthiaskrgr:rollup-igafy0r, r=matthiaskrgr | bors | -1064/+1096 |
| 2022-08-01 | Improve size assertions. | Nicholas Nethercote | -113/+100 |
| 2022-08-01 | Shrink `Token`. | Nicholas Nethercote | -103/+111 |
| 2022-08-01 | Add a size assertion for `Token`. | Nicholas Nethercote | -0/+7 |
| 2022-08-01 | Inline `TokenStreamBuilder::push`. | Nicholas Nethercote | -0/+1 |
| 2022-08-01 | Avoid an unnecessary `return`. | Nicholas Nethercote | -2/+2 |
| 2022-08-01 | Inline `first_token`. | Nicholas Nethercote | -0/+1 |
| 2022-08-01 | Remove `StringReader::end_src_index`. | Nicholas Nethercote | -5/+2 |
| 2022-08-01 | Improve shebang handling. | Nicholas Nethercote | -8/+5 |
| 2022-07-31 | Auto merge of #99052 - tmiasko:bitset-clone-from, r=Mark-Simulacrum | bors | -6/+19 |
| 2022-07-31 | Rollup merge of #99986 - WaffleLapkin:record_struct_wrap_suggestion, r=compil... | Matthias Krüger | -24/+48 |
| 2022-07-31 | Rollup merge of #99984 - ChrisDenton:fix-miri, r=Mark-Simulacrum | Matthias Krüger | -5/+5 |
| 2022-07-31 | Rollup merge of #99980 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Matthias Krüger | -22/+16 |
| 2022-07-31 | Rollup merge of #99973 - RalfJung:layout-things, r=eddyb | Matthias Krüger | -926/+931 |
| 2022-07-31 | Rollup merge of #99932 - madsmtm:fix-unwinding-debug-assertions, r=Amanieu | Matthias Krüger | -1/+3 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -7/+21 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -79/+72 |
| 2022-07-31 | Auto merge of #99988 - rylev:allow-try-perf, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -61/+154 |
| 2022-07-31 | Allow try-perf branch to run in CI | Ryan Levick | -2/+2 |
| 2022-07-31 | Make sure `symbol_name` is const evaluated | Chris Denton | -4/+4 |
| 2022-07-31 | Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplett | bors | -247/+172 |
| 2022-07-31 | Skip unstable fields when suggesting wrapping expression in structs | Maybe Waffle | -1/+4 |
| 2022-07-31 | --bless tests | Maybe Waffle | -5/+15 |
| 2022-07-31 | Refactor wrap suggestion code (just a bit) | Maybe Waffle | -23/+17 |
| 2022-07-31 | Fix compat.rs for `cfg(miri)` | Chris Denton | -1/+1 |
| 2022-07-31 | Suggest wrapping expressions in single-field record variants | Maybe Waffle | -13/+30 |
| 2022-07-31 | Auto merge of #99979 - Dylan-DPC:rollup-ikkejgy, r=Dylan-DPC | bors | -393/+697 |
| 2022-07-31 | Remove Clean trait implementation for hir::TypeBindingKind | Guillaume Gomez | -8/+2 |
| 2022-07-31 | reorder fields in Laout debug output | Ralf Jung | -926/+927 |
| 2022-07-31 | Remove Clean trait implementation for hir::TypeBinding | Guillaume Gomez | -7/+9 |
| 2022-07-31 | Remove Clean trait implementation for hir::Path | Guillaume Gomez | -8/+6 |
| 2022-07-31 | Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex... | Dylan DPC | -6/+210 |