| Age | Commit message (Expand) | Author | Lines |
| 2022-08-07 | Don't ICE while suggesting updating item path. | Luqman Aden | -6/+9 |
| 2022-08-03 | Auto merge of #100082 - matthiaskrgr:rollup-ywu4iux, r=matthiaskrgr | bors | -32/+83 |
| 2022-08-03 | Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726 | bors | -199/+168 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -2/+1836 |
| 2022-08-02 | Rollup merge of #99958 - PrestonFrom:issue_99907, r=compiler-errors | Matthias Krüger | -32/+83 |
| 2022-08-02 | Auto merge of #100063 - matthiaskrgr:rollup-lznouys, r=matthiaskrgr | bors | -55/+98 |
| 2022-08-02 | Rollup merge of #100045 - Amanieu:global_asm_may_unwind, r=tmiasko | Matthias Krüger | -2/+2 |
| 2022-08-02 | Rollup merge of #100025 - tmiasko:rm-transfer-wrapper, r=cjgillot | Matthias Krüger | -14/+2 |
| 2022-08-02 | Rollup merge of #99987 - Alexendoo:parse-format-position-span, r=fee1-dead | Matthias Krüger | -39/+94 |
| 2022-08-02 | safe transmute: fix broken intradoc link | Jack Wrenn | -2/+2 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -19/+21 |
| 2022-08-02 | Move if-block into closure to reduce duplicate code | Preston From | -7/+5 |
| 2022-08-02 | Improve position named arguments lint underline and formatting names | Preston From | -32/+85 |
| 2022-08-02 | Rollup merge of #100011 - compiler-errors:let-chain-restriction, r=fee1-dead | Matthias Krüger | -44/+19 |
| 2022-08-02 | Rollup merge of #99994 - TaKO8Ki:remove-guess-head-span, r=fee1-dead | Matthias Krüger | -7/+5 |
| 2022-08-02 | Rollup merge of #99156 - lcnr:omoe-wa, r=wesleywiser | Matthias Krüger | -6/+2 |
| 2022-08-02 | Properly reject the `may_unwind` option in `global_asm!` | Amanieu d'Antras | -2/+2 |
| 2022-08-02 | remove a `SourceMap::guess_head_span` | Takayuki Maeda | -7/+5 |
| 2022-08-01 | Auto merge of #95884 - cjgillot:assoc-item, r=lcnr | bors | -342/+274 |
| 2022-08-01 | Match on TraitItem exhaustively. | Camille GILLOT | -14/+11 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -36/+25 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -195/+162 |
| 2022-08-01 | Remove visibility from AssocItem. | Camille GILLOT | -14/+11 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -100/+82 |
| 2022-08-01 | fmt... | Ellen | -9/+11 |
| 2022-08-01 | Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoerister | bors | -6/+10 |
| 2022-08-01 | Auto merge of #100024 - matthiaskrgr:rollup-36ab4wx, r=matthiaskrgr | bors | -172/+228 |
| 2022-08-01 | Remove redundant `TransferWrapper` struct | Tomasz Miąsko | -14/+2 |
| 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 | -74/+84 |
| 2022-08-01 | Rollup merge of #99911 - cjgillot:no-guess, r=davidtwco | Matthias Krüger | -58/+32 |
| 2022-08-01 | Rollup merge of #99629 - obeis:issue-99470, r=compiler-errors | Matthias Krüger | -32/+100 |
| 2022-08-01 | Rollup merge of #99340 - GoldsteinE:fix-localdefid-debug-ice, r=lcnr | Matthias Krüger | -3/+8 |
| 2022-08-01 | make `PlaceholderConst` not store the type of the const | Ellen | -13/+13 |
| 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 | -112/+123 |
| 2022-08-01 | Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddyb | bors | -6/+6 |
| 2022-08-01 | avoid `Ty` to `String` conversions | Takayuki Maeda | -5/+4 |
| 2022-08-01 | Use expr parse restrictions for let expr parsing | Michael Goulet | -44/+19 |
| 2022-08-01 | Auto merge of #99998 - matthiaskrgr:rollup-igafy0r, r=matthiaskrgr | bors | -44/+51 |
| 2022-08-01 | Improve size assertions. | Nicholas Nethercote | -74/+84 |
| 2022-08-01 | Shrink `Token`. | Nicholas Nethercote | -98/+106 |
| 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 | -19/+33 |