| Age | Commit message (Expand) | Author | Lines |
| 2021-04-04 | Fix error codes check run and ensure it will not go unnoticed again | Guillaume Gomez | -13/+29 |
| 2021-04-04 | Auto merge of #82347 - the8472:parallelize-tidy, r=Mark-Simulacrum | bors | -104/+187 |
| 2021-04-04 | perform filesystem probe once before running bins checks concurrently | The8472 | -80/+110 |
| 2021-04-04 | Auto merge of #83529 - richkadel:demangler, r=tmandry | bors | -38/+150 |
| 2021-04-03 | Address review comments and Windows failure, and make cleaner | Rich Kadel | -72/+68 |
| 2021-04-03 | Auto merge of #81507 - weiznich:add_diesel_to_cargo_test, r=Mark-Simulacrum | bors | -2/+48 |
| 2021-04-03 | Changed function signature to keep buffer handling out of lib | Rich Kadel | -9/+7 |
| 2021-04-03 | Make rust-demangler installable | Rich Kadel | -38/+156 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -4/+4 |
| 2021-04-03 | Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkov | bors | -2/+2 |
| 2021-04-03 | tidy: Add ignore-rules for the line length check | Anthony Huang | -6/+32 |
| 2021-04-02 | fix clippy error | Roxane | -1/+1 |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -2/+2 |
| 2021-04-02 | Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obk | bors | -9/+24 |
| 2021-04-01 | rustdoc: Separate filter-empty-string out into its own function | Michael Howell | -1/+2 |
| 2021-03-31 | Update cargo | Eric Huss | -0/+0 |
| 2021-03-31 | Give a better error when --theme is not a CSS file | Joshua Nelson | -2/+1 |
| 2021-03-31 | Fix compiletest to use correct bitwidth stderr files. | Hameer Abbasi | -8/+11 |
| 2021-03-31 | Track bound vars | Jack Huey | -5/+5 |
| 2021-03-31 | Rename stderr->64bit.stderr where needed. | Hameer Abbasi | -2/+14 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -6/+6 |
| 2021-03-30 | Rollup merge of #83644 - lnicola:rust-analyzer-2021-03-29, r=jonas-schievink | Dylan DPC | -16/+21 |
| 2021-03-29 | Auto merge of #83185 - jyn514:remove-dead-code, r=oli-obk | bors | -2/+2 |
| 2021-03-29 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+21 |
| 2021-03-29 | Auto merge of #83565 - RalfJung:miri, r=oli-obk | bors | -9/+7 |
| 2021-03-28 | update Miri | Ralf Jung | -9/+7 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -2/+2 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -35/+41 |
| 2021-03-28 | Rollup merge of #83348 - osa1:issue83344, r=jackh726 | Yuki Okushi | -2/+3 |
| 2021-03-27 | format macro argument parsing fix | Ömer Sinan Ağacan | -2/+3 |
| 2021-03-27 | Rollup merge of #83511 - 12101111:fix-llvm-version-suffix, r=Mark-Simulacrum | Yuki Okushi | -1/+9 |
| 2021-03-27 | Rollup merge of #83239 - JohnTitor:reduce-deps, r=Mark-Simulacrum | Yuki Okushi | -2/+0 |
| 2021-03-26 | Fix compiletest on FreeBSD | Alan Somers | -1/+5 |
| 2021-03-26 | Update cargo | Eric Huss | -0/+0 |
| 2021-03-26 | Use iter::zip in src/tools/clippy/ | Josh Stone | -35/+41 |
| 2021-03-26 | Handle llvm_version with suffix like "12.0.0libcxx" | 12101111 | -1/+9 |
| 2021-03-26 | Auto merge of #83480 - flip1995:clippyup, r=Dylan-DPC | bors | -2848/+5714 |
| 2021-03-25 | Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup | flip1995 | -2848/+5714 |
| 2021-03-24 | Better errors in jsondocck | Nixon Enraght-Moony | -4/+27 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -4/+4 |
| 2021-03-23 | Rollup merge of #83385 - lnicola:rust-analyzer-2021-03-22, r=jonas-schievink | Yuki Okushi | -15/+15 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -50/+33 |
| 2021-03-22 | :arrow_up: rust-analyzer | Laurențiu Nicola | -15/+15 |
| 2021-03-21 | Rollup merge of #83289 - c410-f3r:tests-tests-tests, r=petrochenkov | Dylan DPC | -2/+2 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -4/+14 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -2/+2 |
| 2021-03-19 | clippy: stabilize or_patterns lint | mark | -50/+33 |
| 2021-03-19 | Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett | Dylan DPC | -0/+1 |
| 2021-03-18 | Upgrade memmap to memmap2 in other crates. | Camille GILLOT | -0/+1 |
| 2021-03-18 | update Miri | Ralf Jung | -7/+9 |