| 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 | -2/+13 |
| 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 #75110 - lzutao:ip-endianness, r=Mark-Simulacrum | bors | -11/+18 |
| 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 | -70/+253 |
| 2020-08-24 | Auto merge of #75505 - Dylan-DPC:feature/arc_new, r=KodrAus | bors | -4/+147 |
| 2020-08-24 | Auto merge of #75855 - jyn514:no-cfg-doc, r=ollie27 | bors | -1/+2 |
| 2020-08-24 | Auto merge of #75865 - JohnTitor:rollup-yxia6d2, r=JohnTitor | bors | -184/+92 |
| 2020-08-23 | Don't import atomics unless supported by the platform | Joshua Nelson | -0/+1 |
| 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 #75859 - jrheard:patch-2, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-08-24 | Rollup merge of #75856 - matthiaskrgr:more_clippy, r=Dylan-DPC | Yuki Okushi | -27/+23 |
| 2020-08-24 | Rollup merge of #75851 - camelid:patch-2, r=jyn514 | Yuki Okushi | -3/+0 |
| 2020-08-24 | Rollup merge of #75847 - camelid:patch-1, r=dtolnay | Yuki Okushi | -9/+1 |
| 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 | -12/+12 |
| 2020-08-24 | Rollup merge of #75826 - ayushmishra2005:misleading_documentation_for_derived... | Yuki Okushi | -2/+2 |
| 2020-08-24 | Rollup merge of #75825 - jrheard:patch-1, r=steveklabnik | Yuki Okushi | -1/+1 |
| 2020-08-24 | Rollup merge of #75821 - camelid:intra-doc-links-for-std-macros, r=jyn514 | Yuki Okushi | -14/+13 |
| 2020-08-24 | Rollup merge of #75819 - LeSeulArtichaut:core-intra-docs-2, r=jyn514 | Yuki Okushi | -114/+30 |
| 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 | Convert str -> prim@str in `std` | Joshua Nelson | -4/+10 |
| 2020-08-23 | Convert from str -> prim@str for `alloc` | Joshua Nelson | -5/+7 |
| 2020-08-23 | Disambiguate char -> prim@char for `core` | Joshua Nelson | -2/+33 |
| 2020-08-23 | Report an ambiguity if both modules and primitives are in scope | Joshua Nelson | -43/+192 |
| 2020-08-24 | Auto merge of #75817 - LeSeulArtichaut:proc_macro-docs, r=jyn514 | bors | -1/+1 |
| 2020-08-24 | add issue number | Dylan DPC | -1/+1 |
| 2020-08-23 | doc: Fix typo in std::process::Child documentation | JR Heard | -1/+1 |
| 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-23 | Use allow(unused_imports) instead of cfg(doc) | Joshua Nelson | -1/+1 |