| Age | Commit message (Expand) | Author | Lines |
| 2022-04-29 | Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebank | bors | -1/+1 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -3/+3 |
| 2022-04-28 | Rollup merge of #96433 - petrochenkov:delim, r=nnethercote | Dylan DPC | -51/+51 |
| 2022-04-28 | Add new repeat expr test. | Oli Scherer | -1/+1 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -51/+51 |
| 2022-04-28 | Auto merge of #96503 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-04-27 | Update cargo | Eric Huss | -0/+0 |
| 2022-04-28 | Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errors | bors | -0/+11 |
| 2022-04-28 | Rollup merge of #96421 - nnethercote:less-NoDelim, r=petrochenkov | Dylan DPC | -2/+2 |
| 2022-04-27 | compiletest: add support for unused extern notifications | Jeremy Fitzhardinge | -0/+11 |
| 2022-04-27 | Auto merge of #96179 - klensy:bump-deps-04-22, r=Mark-Simulacrum | bors | -1/+0 |
| 2022-04-26 | Move some tests to more reasonable places | Caio | -2/+2 |
| 2022-04-27 | Make explicit an unreachable `NoDelim` case in `rustfmt`. | Nicholas Nethercote | -1/+1 |
| 2022-04-27 | Avoid producing `NoDelim` values in `MacArgs::delim()`. | Nicholas Nethercote | -1/+1 |
| 2022-04-26 | Auto merge of #96428 - GuillaumeGomez:rollup-4noqr33, r=GuillaumeGomez | bors | -4/+16 |
| 2022-04-26 | Rollup merge of #96361 - GuillaumeGomez:es6, r=notriddle | Guillaume Gomez | -4/+16 |
| 2022-04-26 | update miri submodule | Oli Scherer | -8/+8 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -1/+12 |
| 2022-04-24 | Rollup merge of #96237 - AlecGoncharow:issue-96011-fix, r=Mark-Simulacrum | Matthias Krüger | -16/+10 |
| 2022-04-24 | Update rustdoc-js tester tool to work with new kind of variables | Guillaume Gomez | -4/+16 |
| 2022-04-23 | Make clippy inspector more precise. | Camille GILLOT | -2/+14 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -13/+13 |
| 2022-04-23 | Drop vis in ImplItem. | Camille GILLOT | -8/+5 |
| 2022-04-23 | Drop vis in FieldDef. | Camille GILLOT | -1/+4 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -10/+9 |
| 2022-04-22 | proc-macro2 v1.0.30 -> v1.0.37 | klensy | -1/+0 |
| 2022-04-22 | Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkov | bors | -1/+1 |
| 2022-04-21 | Move some tests to more reasonable directories | Caio | -1/+1 |
| 2022-04-21 | Auto merge of #96263 - Dylan-DPC:rollup-0eofl13, r=Dylan-DPC | bors | -21/+149 |
| 2022-04-21 | Rollup merge of #90630 - GuillaumeGomez:improve-rustdoc-search, r=notriddle | Dylan DPC | -21/+149 |
| 2022-04-20 | update Miri | Ralf Jung | -6/+8 |
| 2022-04-20 | Update cargo | Eric Huss | -0/+3 |
| 2022-04-19 | compiletest: combine `--*-python` args | Alec Goncharow | -16/+10 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -3/+3 |
| 2022-04-18 | Add an extra check over filter type | Guillaume Gomez | -1/+2 |
| 2022-04-18 | Parse idents the same way in both quote string elements and "normal" elements | Guillaume Gomez | -1/+1 |
| 2022-04-18 | Handle separators in their own functions and fix missing handling of tabs | Guillaume Gomez | -1/+1 |
| 2022-04-18 | Add isIdentCharacter function to ensure that unexpected characters are handle... | Guillaume Gomez | -1/+2 |
| 2022-04-18 | Simplify parser syntax | Guillaume Gomez | -1/+1 |
| 2022-04-18 | Make query parser more strict and improve display of errors | Guillaume Gomez | -4/+3 |
| 2022-04-18 | * Greatly improve the rustdoc search parser source code | Guillaume Gomez | -6/+10 |
| 2022-04-18 | Improve naming of "val" field | Guillaume Gomez | -1/+1 |
| 2022-04-18 | Add possibility to check parsed query | Guillaume Gomez | -21/+144 |
| 2022-04-17 | Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov | bors | -19/+28 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -3/+3 |
| 2022-04-17 | Bless clippy. | Camille GILLOT | -8/+8 |
| 2022-04-17 | Visit generics inside visit_fn. | Camille GILLOT | -11/+20 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -14/+19 |
| 2022-04-16 | Add support for MIR opt unit tests | Jakob Degen | -1/+12 |
| 2022-04-17 | Rollup merge of #96119 - RalfJung:miri, r=RalfJung | Dylan DPC | -8/+6 |