| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-08-04 | Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgr | bors | -1/+1 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -1/+1 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -0/+7 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -1/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-02 | Add support for tidy linting via external tools for non-rust files | Trevor Gross | -3/+629 |
| 2023-07-31 | Rollup merge of #114193 - crlf0710:lexer_unicode15, r=Manishearth | Matthias Krüger | -5/+1 |
| 2023-07-31 | Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -0/+7 |
| 2023-07-30 | Check lazy type aliases for well-formedness | León Orell Valerian Liehr | -1/+1 |
| 2023-07-29 | add tidy check for stray rustfix files | asquared31415 | -1/+1 |
| 2023-07-29 | Update lexer emoji diagnostics to Unicode 15.0 | Charles Lew | -5/+1 |
| 2023-07-28 | Add UI tests for generic const items | León Orell Valerian Liehr | -1/+1 |
| 2023-07-28 | Auto merge of #111780 - weiznich:diagnostic_namespace, r=petrochenkov | bors | -1/+1 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -1/+1 |
| 2023-07-28 | tidy: add exclusion for platform dependent cfg for miniz_oxide, as it hack it... | klensy | -0/+1 |
| 2023-07-28 | remove addr2line from tidy list. Why? | klensy | -1/+0 |
| 2023-07-27 | Revert "add tidy check that forbids issue ui test filenames" | Jubilee Young | -4329/+6 |
| 2023-07-26 | Replace in-tree `rustc_apfloat` with the new version of the crate | Wesley Wiser | -4/+2 |
| 2023-07-26 | add tidy check that forbids issue ui test filenames | asquared31415 | -6/+4329 |
| 2023-07-25 | Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-07-26 | Add help for crate arg when crate name is invalid | yukang | -1/+3 |
| 2023-07-22 | Fix tidy error | bjorn3 | -0/+1 |
| 2023-07-21 | Double check that hidden types match the expected hidden type | Oli Scherer | -1/+1 |