| Age | Commit message (Expand) | Author | Lines |
| 2023-11-07 | bump some deps | klensy | -1/+0 |
| 2023-11-06 | Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwco | bors | -0/+1 |
| 2023-11-06 | use portable AtomicU64 for powerPC and MIPS | SparrowLii | -0/+1 |
| 2023-11-04 | Auto merge of #117566 - weihanglo:update-cargo, r=weihanglo | bors | -1/+0 |
| 2023-11-04 | Update cargo | Weihang Lo | -1/+0 |
| 2023-11-04 | Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco | bors | -81/+183 |
| 2023-11-02 | Add UI tests for values accepted by `-C symbol-mangling-version` | Zalathar | -1/+1 |
| 2023-10-31 | Use derivative for Clone | Michael Goulet | -0/+1 |
| 2023-10-28 | Auto merge of #117149 - nnethercote:tidy-alphabetical-unit-tests, r=Nilstrieb | bors | -36/+262 |
| 2023-10-28 | Disable tidy dep check for a couple more unvendored project | bjorn3 | -3/+3 |
| 2023-10-25 | tidy: add unit tests for alphabetical markers. | Nicholas Nethercote | -25/+238 |
| 2023-10-25 | tidy: some minor improvements. | Nicholas Nethercote | -9/+20 |
| 2023-10-25 | tidy: skip lines starting with `#` in alphabetical check. | Nicholas Nethercote | -3/+8 |
| 2023-10-25 | Fix a bug in tidy's alphabetical checking. | Nicholas Nethercote | -17/+14 |
| 2023-10-23 | coverage: Add UI tests for values accepted by `-Cinstrument-coverage` | Zalathar | -1/+1 |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -1/+2 |
| 2023-10-17 | Auto merge of #116477 - nnethercote:tidy-alpha-deps, r=wesleywiser | bors | -2/+2 |
| 2023-10-16 | Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`. | Nicholas Nethercote | -8/+8 |
| 2023-10-10 | Update license for notify | bjorn3 | -1/+1 |
| 2023-10-10 | Update status for the backtrace and stdarch exceptions | bjorn3 | -2/+2 |
| 2023-10-10 | Disable tidy license checker for cg_gcc until it's deps are vendored | bjorn3 | -10/+4 |
| 2023-10-10 | Ensure tidy never updates Cargo.lock | bjorn3 | -2/+3 |
| 2023-10-10 | Check more workspaces | bjorn3 | -0/+23 |
| 2023-10-10 | Give an error instead of a panic if the lockfile is missing | bjorn3 | -0/+10 |
| 2023-10-10 | Clarify some license exceptions | bjorn3 | -13/+10 |
| 2023-10-10 | Check for external package sources in all workspaces | bjorn3 | -26/+38 |
| 2023-10-10 | Run licence checks for cg_gcc and rust-analyzer | bjorn3 | -1/+28 |
| 2023-10-10 | Make it easier to check licenses for new workspaces | bjorn3 | -52/+60 |
| 2023-10-10 | Check permitted dependencies for rustc-main | bjorn3 | -1/+2 |
| 2023-10-10 | Split out check_runtime_license_exceptions | bjorn3 | -19/+48 |
| 2023-10-09 | Remove no longer used dependency from the list of allowed dependencies | bjorn3 | -1/+0 |
| 2023-10-07 | allow option-ext as a tool dependency (MPL licensed) | Ralf Jung | -0/+1 |
| 2023-10-06 | Make `tidy-alphabetical-{start,end}` work more widely. | Nicholas Nethercote | -2/+2 |
| 2023-09-27 | Update cargo | Weihang Lo | -2/+2 |
| 2023-09-24 | tidy: remove io-lifetimes from the dependency list | chenx97 | -1/+0 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -0/+1 |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -0/+3 |
| 2023-09-19 | chore(Cargo.lock): bump colored and tracing-tree | Martin Kröning | -1/+1 |
| 2023-09-18 | get rid of duplicate primitive_docs | Ralf Jung | -19/+0 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -0/+101 |
| 2023-08-28 | Move tests | Caio | -1/+1 |
| 2023-08-27 | also ignore doctests | Ralf Jung | -1/+2 |
| 2023-08-27 | tell people what to do when removing an error code | Ralf Jung | -1/+5 |
| 2023-08-24 | Move issue 29181, 2804, 17431, 66768 | Olanti | -2/+2 |
| 2023-08-14 | Upgrade Object and related deps | dirreke | -0/+2 |
| 2023-08-11 | Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDenton | bors | -1/+1 |
| 2023-08-10 | Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini | bors | -3/+629 |
| 2023-08-05 | Auto merge of #114143 - Enselic:rename-issue-100605, r=eholk | bors | -1/+1 |
| 2023-08-05 | Rename tests/ui/issues/issue-100605.rs to ../type/option-ref-advice.rs | Martin Nordholts | -1/+1 |
| 2023-08-05 | Print tidy command with bless tidy check failure | yukang | -1/+1 |