| Age | Commit message (Expand) | Author | Lines |
| 2020-06-02 | Rollup merge of #72888 - poliorcetics:improve-read_line-read_until-doc, r=Dyl... | Dylan DPC | -0/+8 |
| 2020-06-02 | Rollup merge of #72884 - Julian-Wollersberger:raw_str_error_cleanup, r=petroc... | Dylan DPC | -240/+90 |
| 2020-06-02 | Auto merge of #72672 - seritools:remote-test-windows, r=Mark-Simulacrum | bors | -40/+89 |
| 2020-06-02 | Rollup merge of #72893 - RalfJung:unleash-tls, r=ecstatic-morse | Yuki Okushi | -15/+58 |
| 2020-06-02 | Rollup merge of #72891 - lzutao:wrapping_int-max, r=sfackler | Yuki Okushi | -12/+4 |
| 2020-06-02 | Rollup merge of #72889 - alexcrichton:update-wasm-threads, r=nikomatsakis | Yuki Okushi | -4/+0 |
| 2020-06-02 | Rollup merge of #72886 - xfix:patch-21, r=jonas-schievink | Yuki Okushi | -1/+0 |
| 2020-06-02 | Rollup merge of #72880 - GuillaumeGomez:cleanup-e0637, r=Dylan-DPC | Yuki Okushi | -1/+4 |
| 2020-06-02 | Rollup merge of #72825 - Amanieu:asm-warning, r=davidtwco | Yuki Okushi | -12/+21 |
| 2020-06-02 | Rollup merge of #72822 - lcnr:intern-me, r=estebank | Yuki Okushi | -1/+5 |
| 2020-06-02 | Rollup merge of #72795 - petrochenkov:identgroup, r=nikomatsakis | Yuki Okushi | -33/+99 |
| 2020-06-02 | Rollup merge of #72775 - JohnTitor:await-sugg, r=estebank | Yuki Okushi | -7/+46 |
| 2020-06-02 | Fix comment | Ralf Jung | -1/+1 |
| 2020-06-01 | Cleanup: Inline `struct_span_fatal()`, which is only called once, and remove ... | Julian Wollersberger | -24/+5 |
| 2020-06-01 | Simplify raw string error reporting. | Julian Wollersberger | -216/+85 |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -15/+58 |
| 2020-06-01 | bump Miri, update for cargo-miri being a separate project | Ralf Jung | -14/+25 |
| 2020-06-01 | Add associated consts MIN/MAX for Wrapping<Int> | Lzu Tao | -12/+4 |
| 2020-06-01 | rustc: Remove the `--passive-segments` LLD flag on wasm | Alex Crichton | -4/+0 |
| 2020-06-01 | Add a warning about infinite reading in read_(until|line) | Alexis Bourget | -0/+8 |
| 2020-06-01 | Remove allow missing_debug_implementations for MaybeUninit | Konrad Borowski | -1/+0 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -23/+157 |
| 2020-06-01 | Clean up E0637 explanation | Guillaume Gomez | -1/+4 |
| 2020-06-01 | Rollup merge of #72834 - JOE1994:correct_confusing_term, r=sfackler | Dylan DPC | -4/+4 |
| 2020-06-01 | Rollup merge of #72823 - matthewjasper:describe-queries, r=eddyb | Dylan DPC | -174/+257 |
| 2020-06-01 | Rollup merge of #72818 - GuillaumeGomez:cleanup-e0622, r=Dylan-DPC | Dylan DPC | -3/+11 |
| 2020-06-01 | Rollup merge of #72776 - lcnr:stalled_on-smallvec, r=nnethercote | Dylan DPC | -3/+4 |
| 2020-05-31 | Auto merge of #72831 - Dylan-DPC:rollup-6rxjwt9, r=Dylan-DPC | bors | -27/+60 |
| 2020-05-31 | Rephrase term 'non-pointer type' | JOE1994 | -4/+4 |
| 2020-05-31 | Rollup merge of #72829 - JOE1994:clarify_terms, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-05-31 | Rollup merge of #72812 - RalfJung:miri-char-test, r=jonas-schievink | Dylan DPC | -2/+5 |
| 2020-05-31 | Rollup merge of #72807 - xiaotianrandom:fix-assoc-type-diagnostics, r=estebank | Dylan DPC | -19/+41 |
| 2020-05-31 | Rollup merge of #72691 - GuillaumeGomez:escape-key-handling, r=kinnison | Dylan DPC | -4/+12 |
| 2020-05-31 | Add descriptions for all queries | Matthew Jasper | -174/+257 |
| 2020-05-31 | Clarify terms in doc comments | JOE1994 | -2/+2 |
| 2020-05-31 | Clarify errors and warnings about the transition to the new asm! | Amanieu d'Antras | -12/+21 |
| 2020-05-31 | Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=... | bors | -41/+130 |
| 2020-05-31 | Make `remote-test-client` work as cargo runner again | Dennis Duda | -6/+7 |
| 2020-05-31 | Update help text of remote-test-client to reflect changed command | Dennis Duda | -3/+4 |
| 2020-05-31 | Fix `set_permissions` call for non-windows | Dennis Duda | -1/+1 |
| 2020-05-31 | Unify temp path generation for non-android | Dennis Duda | -4/+4 |
| 2020-05-31 | Make remote-test-client and remote-test-server compatible with windows | Dennis Duda | -36/+83 |
| 2020-05-31 | remove trivial calls to mk_const | Bastian Kauschke | -1/+5 |
| 2020-05-31 | Auto merge of #72813 - RalfJung:rollup-4ko6q8j, r=RalfJung | bors | -144/+136 |
| 2020-05-31 | Put input timeout clearance inside a function | Guillaume Gomez | -13/+11 |
| 2020-05-31 | Clean up E0622 explanation | Guillaume Gomez | -3/+11 |
| 2020-05-31 | Miri tests: skip parts of test_char_range | Ralf Jung | -2/+5 |
| 2020-05-31 | Rollup merge of #72781 - marmeladema:rustdoc-def-id-resolve-str-path-error, r... | Ralf Jung | -11/+12 |
| 2020-05-31 | Rollup merge of #72749 - vertexclique:vcq/update-stdarch, r=Amanieu | Ralf Jung | -0/+0 |
| 2020-05-31 | Rollup merge of #72745 - lcnr:interned-cleanup, r=petrochenkov | Ralf Jung | -48/+2 |