| Age | Commit message (Expand) | Author | Lines |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -0/+74 |
| 2023-05-20 | Auto merge of #111413 - workingjubilee:bump-object-0-31-1, r=MarkSimulacrum | bors | -0/+2 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -0/+1 |
| 2023-05-14 | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillot | bors | -0/+1 |
| 2023-05-14 | Auto merge of #111388 - clubby789:clap-complete, r=jyn514 | bors | -0/+6 |
| 2023-05-13 | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead | bors | -2/+34 |
| 2023-05-12 | Rollup merge of #111393 - klensy:win-0.48, r=oli-obk | Matthias Krüger | -30/+49 |
| 2023-05-10 | Bump object and thorin-dwp | Jubilee Young | -0/+2 |
| 2023-05-10 | Generate shell completions for bootstrap with Clap | clubby789 | -0/+6 |
| 2023-05-09 | tidy check to find misc files in ui tests, and clean up the results | asquared31415 | -2/+34 |
| 2023-05-09 | tidy: sort lists in deps.rs using tidy-alphabetical | klensy | -34/+45 |
| 2023-05-09 | add windows crate to allowed tidy list (why it worked before?) | klensy | -0/+8 |
| 2023-05-08 | Move tests | Caio | -1/+1 |
| 2023-05-05 | Add deployment-target --print flag for Apple targets | BlackHoleFox | -1/+1 |
| 2023-05-03 | Rollup merge of #110970 - est31:test_dirs_relax, r=petrochenkov | Manish Goregaokar | -5/+2 |
| 2023-04-30 | Use dynamic dispatch for queries | John Kåre Alsaker | -0/+1 |
| 2023-04-29 | Update list of allowed cg_clif dependencies | bjorn3 | -10/+0 |
| 2023-04-29 | Remove ENTRY_LIMIT maximum checking and set it to 900 | est31 | -5/+2 |
| 2023-04-26 | Try to improve tidy errors on TODOs | Maybe Waffle | -2/+4 |
| 2023-04-22 | Update chrono/spdx-rs | nils | -4/+5 |
| 2023-04-20 | Move test files | Caio | -1/+1 |
| 2023-04-18 | Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68 | bors | -1/+1 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -1/+1 |
| 2023-04-16 | tidy: `check_crate_duplicate` is no longer useful | Weihang Lo | -47/+8 |
| 2023-04-16 | chore: allow `cargo` to have its own workspace | Weihang Lo | -28/+40 |
| 2023-04-14 | Auto merge of #110197 - cjgillot:codegen-discr, r=pnkfelix | bors | -1/+1 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -3/+2 |
| 2023-04-14 | Pacify tidy. | Camille GILLOT | -1/+1 |
| 2023-04-13 | Move most ui-fulldeps tests to ui | jyn | -1/+1 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -3/+2 |
| 2023-04-12 | tidy: Issue an error when ui test limits are too high | clubby789 | -6/+22 |
| 2023-04-06 | bump few deps | klensy | -1/+1 |
| 2023-04-05 | Reduce the default max number of files in a UI test directory | jyn | -1/+1 |
| 2023-04-02 | Move some UI tests into subdirectories | jyn | -1/+1 |
| 2023-03-27 | Remove useless Clone bounds | Maybe Waffle | -2/+2 |
| 2023-03-27 | Don't skip all directories when tidy-checking | Maybe Waffle | -55/+75 |
| 2023-03-21 | Ignore the vendor directory for tidy tests. | James Farrell | -0/+1 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -0/+1 |
| 2023-03-20 | Rollup merge of #109323 - joboet:ignore_ds_store_tidy, r=ozkanonur | Matthias Krüger | -19/+22 |
| 2023-03-19 | tidy: ignore files in .gitignore in mir opt check | joboet | -19/+22 |
| 2023-03-19 | Rollup merge of #108798 - devsnek:panic-pal-exception, r=workingjubilee | Dylan DPC | -1/+0 |
| 2023-03-18 | address review comments | Joshua Nelson | -0/+5 |
| 2023-03-18 | Use a single WalkBuilder for multiple paths | Joshua Nelson | -42/+43 |
| 2023-03-18 | Make `ui_tests` non-quadratic | Joshua Nelson | -34/+30 |
| 2023-03-18 | Speed up file walking in tidy | Joshua Nelson | -83/+80 |
| 2023-03-18 | Use named threads in tidy | Joshua Nelson | -4/+16 |
| 2023-03-17 | move default backtrace setting to sys | Gus Caplan | -1/+0 |
| 2023-03-11 | Use trimmed instead of line for performance | est31 | -4/+4 |
| 2023-03-11 | Extend the tidy lint to ftl files | est31 | -1/+6 |
| 2023-03-11 | tidy: enforce comment blocks to have even number of backticks | est31 | -9/+47 |