| Age | Commit message (Expand) | Author | Lines |
| 2022-05-03 | Update cargo | Eric Huss | -0/+0 |
| 2022-05-03 | Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwco | bors | -2/+3 |
| 2022-05-03 | Make rustc_parse_format compile on stable | bjorn3 | -2/+3 |
| 2022-05-03 | :arrow_up: rust-analyzer | Laurențiu Nicola | -22/+7 |
| 2022-05-02 | Auto merge of #96431 - petrochenkov:parent, r=cjgillot | bors | -9/+9 |
| 2022-05-02 | Rollup merge of #96610 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Yuki Okushi | -1/+0 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -9/+9 |
| 2022-05-01 | Auto merge of #96517 - ferrocene:pa-files-related-to-test, r=Mark-Simulacrum | bors | -11/+35 |
| 2022-05-01 | Update browser-ui-test version to 0.9.0 | Guillaume Gomez | -1/+0 |
| 2022-04-30 | Fix the rustfmt build | Scott McMurray | -0/+5 |
| 2022-04-30 | Fix the clippy build | Scott McMurray | -0/+1 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -14/+2 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -43/+41 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -9/+8 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -3/+3 |
| 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 | extract code to detect files related to a test into a different function | Pietro Albini | -11/+35 |
| 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 |