| Age | Commit message (Expand) | Author | Lines |
| 2020-08-27 | add projection_ty_from_predicates query | csmoe | -32/+31 |
| 2020-08-26 | suggest await on unexpected types | csmoe | -32/+126 |
| 2020-08-25 | suggest await before method | csmoe | -17/+97 |
| 2020-08-25 | suggest await on field access | csmoe | -41/+106 |
| 2020-08-25 | append more test cases for issue 61076 | csmoe | -4/+58 |
| 2020-08-25 | Auto merge of #75764 - workingjubilee:tidy-up-cargo-metadata, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-25 | Auto merge of #75666 - davidtwco:tidy-lang-items, r=varkor | bors | -299/+277 |
| 2020-08-24 | Auto merge of #75625 - mati865:mingw-cross-compile, r=Mark-Simulacrum | bors | -1/+10 |
| 2020-08-24 | Auto merge of #75876 - matklad:rust-analyzer-2020-08-24, r=matklad | bors | -42/+22 |
| 2020-08-24 | :arrow_up: rust-analyzer | Aleksey Kladov | -42/+22 |
| 2020-08-24 | Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrum | bors | -186/+216 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -299/+277 |
| 2020-08-24 | Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomez | bors | -59/+203 |
| 2020-08-23 | Fix bad rebase | Joshua Nelson | -164/+164 |
| 2020-08-23 | Use underscores instead of spaces | Joshua Nelson | -7/+7 |
| 2020-08-23 | Time how long it takes to render HTML | Joshua Nelson | -8/+11 |
| 2020-08-23 | xpy fmt | Joshua Nelson | -12/+25 |
| 2020-08-23 | Time running the global context | Joshua Nelson | -1/+1 |
| 2020-08-23 | Separate `run_global_ctxt` into a separate function | Joshua Nelson | -8/+14 |
| 2020-08-23 | Remove redundant timing for query | Joshua Nelson | -3/+1 |
| 2020-08-23 | Time loading all crates, not each individual crate | Joshua Nelson | -2/+2 |
| 2020-08-23 | Add some timing info to rustdoc | Joshua Nelson | -5/+15 |
| 2020-08-24 | Rollup merge of #75856 - matthiaskrgr:more_clippy, r=Dylan-DPC | Yuki Okushi | -27/+23 |
| 2020-08-24 | Rollup merge of #75844 - ehuss:publish-toolstate-httperror, r=Mark-Simulacrum | Yuki Okushi | -1/+9 |
| 2020-08-24 | Rollup merge of #75831 - lzutao:https, r=Dylan-DPC | Yuki Okushi | -4/+4 |
| 2020-08-23 | xpy fmt | Joshua Nelson | -7/+2 |
| 2020-08-23 | Document prim@ and primitive@ | Joshua Nelson | -1/+1 |
| 2020-08-23 | Update primitive test to match the new behavior | Joshua Nelson | -8/+8 |
| 2020-08-23 | Report an ambiguity if both modules and primitives are in scope | Joshua Nelson | -43/+192 |
| 2020-08-23 | Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkov | bors | -174/+480 |
| 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 | resolve: Add comments to `traits_in_scope` | Joshua Nelson | -0/+3 |
| 2020-08-23 | Auto merge of #75656 - tirr-c:match-suggest-semi, r=estebank | bors | -22/+154 |
| 2020-08-23 | Auto merge of #72449 - ecstatic-morse:const-float-bitcast, r=RalfJung | bors | -0/+170 |
| 2020-08-23 | publish-toolstate: show more context on HTTP error | Eric Huss | -1/+9 |
| 2020-08-23 | Fix `compile-flags` directive | ecstatic-morse | -2/+2 |
| 2020-08-23 | Auto merge of #74238 - RalfJung:offset_from, r=oli-obk | bors | -16/+10 |
| 2020-08-23 | Auto merge of #75789 - matthiaskrgr:clippy_compiletest, r=Dylan-DPC | bors | -72/+59 |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -4/+4 |
| 2020-08-23 | Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebank | bors | -576/+345 |
| 2020-08-23 | Auto merge of #75813 - petrochenkov:feature/incr-def-path-table, r=Aaron1011 | bors | -99/+130 |
| 2020-08-23 | Auto merge of #73526 - cuviper:rust-llvm11, r=nikic | bors | -36/+30 |
| 2020-08-23 | Auto merge of #73084 - Aaron1011:feature/new-recursive-expand, r=petrochenkov | bors | -83/+255 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -576/+345 |
| 2020-08-22 | Add backwards-compat hack for certain '$name' tokens | Aaron Hill | -8/+103 |
| 2020-08-22 | Recursively expand `TokenKind::Interpolated` (take 2) | Aaron Hill | -75/+152 |