| Age | Commit message (Expand) | Author | Lines |
| 2020-09-07 | Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk | bors | -10/+7 |
| 2020-09-06 | Auto merge of #76390 - MaulingMonkey:pr-min-cdb-version, r=petrochenkov | bors | -6/+51 |
| 2020-09-05 | compiletest: Introduce "min-cdb-version" | MaulingMonkey | -6/+51 |
| 2020-09-05 | Update RLS and Rustfmt | Caleb Cartwright | -6/+6 |
| 2020-09-04 | ty.flags -> ty.flags() | LeSeulArtichaut | -1/+1 |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -188/+187 |
| 2020-09-04 | Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus | bors | -0/+1 |
| 2020-09-03 | update miri | Ralf Jung | -8/+8 |
| 2020-09-02 | Auto merge of #76160 - scileo:format-recovery, r=petrochenkov | bors | -3/+3 |
| 2020-09-02 | Improve recovery on malformed format call | Sasha | -3/+3 |
| 2020-09-01 | Rollup merge of #76132 - Aaron1011:mac-call-stmt, r=petrochenkov | Tyler Mandry | -1/+1 |
| 2020-09-01 | Auto merge of #76155 - matklad:rust-analyzer-2020-08-31, r=matklad | bors | -23/+15 |
| 2020-08-31 | Auto merge of #76174 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-08-31 | Update cargo | Eric Huss | -0/+0 |
| 2020-08-31 | :arrow_up: rust-analyzer | Aleksey Kladov | -23/+15 |
| 2020-08-31 | tidy: add new exceptions and remove std from skip list | Lzu Tao | -5/+14 |
| 2020-08-30 | Fix clippy | Aaron Hill | -1/+1 |
| 2020-08-30 | Update dataflow analyses to use new interface | Dylan MacKenzie | -10/+7 |
| 2020-08-30 | mv compiler to compiler/ | mark | -34/+50 |
| 2020-08-29 | bump Miri | Ralf Jung | -8/+8 |
| 2020-08-29 | Auto merge of #75754 - joshtriplett:wip-perf-snappy, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-08-28 | Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup | flip1995 | -1092/+4160 |
| 2020-08-28 | Rollup merge of #76000 - richkadel:llvm-coverage-map-gen-6b.2, r=wesleywiser | Pietro Albini | -0/+12 |
| 2020-08-27 | Adds --bless support to test/run-make-fulldeps | Rich Kadel | -0/+12 |
| 2020-08-26 | Avoid function-scoping global variables | Mark Rousskov | -9/+9 |
| 2020-08-25 | Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-08-25 | Auto merge of #75132 - scottmcm:stabilize-range-is-empty, r=dtolnay | bors | -1/+3 |
| 2020-08-25 | Auto merge of #75764 - workingjubilee:tidy-up-cargo-metadata, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-24 | Unbreak the clippy test | Scott McMurray | -1/+3 |
| 2020-08-24 | Introduce expect snapshot testing library into rustc | Aleksey Kladov | -0/+2 |
| 2020-08-24 | :arrow_up: rust-analyzer | Aleksey Kladov | -42/+22 |
| 2020-08-24 | Rollup merge of #75856 - matthiaskrgr:more_clippy, r=Dylan-DPC | Yuki Okushi | -27/+23 |
| 2020-08-24 | unstable-book-gen: fix clippy::single_char_pattern and clippy::iter_skip_next | Matthias Krüger | -4/+4 |
| 2020-08-24 | unicode_table_generator: fix clippy::writeln_empty_string, clippy::useless_fo... | Matthias Krüger | -6/+6 |
| 2020-08-24 | tidy: remove redundant variable from check_if_error_code_is_test_in_explanation | Matthias Krüger | -5/+3 |
| 2020-08-23 | linkcheckr: fix clippy::redundant_static_lifetimes and clippy::single_char_pa... | Matthias Krüger | -7/+7 |
| 2020-08-23 | expand-yaml-anchors: fix clippy::match_ref_pats and clippy::redundant_closure | Matthias Krüger | -5/+3 |
| 2020-08-23 | publish-toolstate: show more context on HTTP error | Eric Huss | -1/+9 |
| 2020-08-23 | Auto merge of #75789 - matthiaskrgr:clippy_compiletest, r=Dylan-DPC | bors | -72/+59 |
| 2020-08-22 | compiletest: fix a couple clippy lint findings | Matthias Krüger | -72/+59 |
| 2020-08-22 | cargotest: fix clippy warnings | Matthias Krüger | -7/+7 |
| 2020-08-21 | bump tidy to cargo_metadata 0.11 | Jubilee Young | -1/+1 |
| 2020-08-21 | Auto merge of #74846 - Aaron1011:fix/pat-token-capture, r=petrochenkov | bors | -0/+1 |
| 2020-08-20 | Switch to Snappy compression for metadata | Josh Triplett | -0/+2 |
| 2020-08-20 | Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser | bors | -0/+1 |
| 2020-08-20 | Capture tokens for Pat used in macro_rules! argument | Aaron Hill | -0/+1 |
| 2020-08-19 | Update cargo | Eric Huss | -0/+0 |
| 2020-08-19 | Auto merge of #75555 - workingjubilee:update-everything, r=Mark-Simulacrum | bors | -18/+28 |
| 2020-08-18 | Auto merge of #75516 - matklad:remove-deprecation, r=petrochenkov | bors | -8/+1 |
| 2020-08-18 | Resolve licensing by updating tinyvec 0.3.3 -> 0.3.4 | Jubilee Young | -0/+1 |