| Age | Commit message (Expand) | Author | Lines |
| 2022-02-26 | 2 - Make more use of let_chains | Caio | -59/+53 |
| 2022-02-24 | Rollup merge of #94316 - nnethercote:improve-string-literal-unescaping, r=pet... | Dylan DPC | -17/+23 |
| 2022-02-24 | Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercote | Matthias Krüger | -2/+1 |
| 2022-02-24 | Inline a hot closure in `from_lit_token`. | Nicholas Nethercote | -17/+23 |
| 2022-02-23 | Rollup merge of #94128 - mqy:master, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-02-22 | Delete Decoder::read_unit | Mark Rousskov | -2/+1 |
| 2022-02-19 | rustdoc: several minor fixes | mqy | -1/+1 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-15 | Auto merge of #93752 - eholk:drop-tracking-break-continue, r=nikomatsakis | bors | -1/+1 |
| 2022-02-07 | Drop tracking: improve break and continue handling | Eric Holk | -1/+1 |
| 2022-02-07 | Add test for block doc comments horizontal trim | Guillaume Gomez | -14/+6 |
| 2022-02-07 | Fix horizontal trim for block doc comments | Guillaume Gomez | -6/+38 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -7/+8 |
| 2022-01-22 | Rename `Decoder::read_nil` and `read_unit`. | Nicholas Nethercote | -1/+1 |
| 2022-01-21 | Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrum | bors | -0/+14 |
| 2022-01-20 | Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddle | Matthias Krüger | -11/+43 |
| 2022-01-19 | Correctly handle starts in block doc comments | Guillaume Gomez | -11/+43 |
| 2022-01-18 | Rollup merge of #93018 - pierwill:rm-unused-ord, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-01-17 | Rm some unused ord impls | pierwill | -2/+2 |
| 2022-01-17 | Emit simpler code from format_args | David Tolnay | -0/+14 |
| 2022-01-17 | Add term | kadmin | -8/+29 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -28/+23 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -63/+1 |
| 2022-01-10 | Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c... | Matthias Krüger | -7/+0 |
| 2022-01-07 | expand: Refactor `InvocationCollector` visitor for better code reuse | Vadim Petrochenkov | -3/+38 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -3/+7 |
| 2022-01-01 | Auto merge of #92294 - Kobzol:rustdoc-meta-kind, r=GuillaumeGomez | bors | -4/+25 |
| 2021-12-30 | Rollup merge of #91519 - petrochenkov:cratexp2, r=Aaron1011 | Matthias Krüger | -12/+116 |
| 2021-12-28 | Fix invalid removal of backlines from doc comments | Guillaume Gomez | -7/+0 |
| 2021-12-26 | Add Attribute::meta_kind | Jakub Beránek | -4/+25 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -2/+2 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgr | bors | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-14 | Rollup merge of #91774 - surechen:fix_typo_1, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -9/+2 |
| 2021-12-11 | fix typo | surechen | -1/+1 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -9/+2 |
| 2021-12-09 | Remove redundant [..]s | est31 | -1/+1 |
| 2021-12-04 | ast: Avoid aborts on fatal errors thrown from mutable AST visitor | Vadim Petrochenkov | -12/+116 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -1/+2 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -31/+15 |
| 2021-11-24 | Account for incorrect `impl Foo<const N: ty> {}` syntax | Esteban Küber | -0/+15 |
| 2021-11-12 | Auto merge of #89316 - asquared31415:multiple-clobber-abi, r=Amanieu | bors | -2/+2 |
| 2021-11-10 | Rollup merge of #90742 - est31:add_assign, r=davidtwco | Matthias Krüger | -1/+1 |
| 2021-11-10 | Add support for specifying multiple clobber_abi in `asm!` | asquared31415 | -2/+2 |
| 2021-11-09 | Use AddAssign impl | est31 | -1/+1 |
| 2021-11-08 | Rollup merge of #90657 - GuillaumeGomez:one-char-last-line-removed, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -64/+134 |