| Age | Commit message (Expand) | Author | Lines |
| 2020-06-03 | Rollup merge of #72586 - lcnr:winner-winnowing, r=nikomatsakis | Dylan DPC | -1413/+1440 |
| 2020-06-03 | remove ignore-tidy-filelength | Bastian Kauschke | -2/+0 |
| 2020-06-03 | move confirmation into submodule | Bastian Kauschke | -804/+827 |
| 2020-06-03 | move candidate assembly into a submodule | Bastian Kauschke | -607/+613 |
| 2020-06-03 | move select into subfolder | Bastian Kauschke | -0/+0 |
| 2020-06-03 | Auto merge of #72746 - petrhosek:libunwind-hermetic, r=tmandry | bors | -0/+2 |
| 2020-06-03 | Auto merge of #70107 - lcnr:issue68977, r=eddyb | bors | -174/+386 |
| 2020-06-03 | Rollup merge of #72921 - pickfire:vec-assert, r=Mark-Simulacrum | Dylan DPC | -0/+2 |
| 2020-06-03 | Rollup merge of #72902 - cuviper:fuse-covariant, r=nikomatsakis | Dylan DPC | -2/+3 |
| 2020-06-03 | Rollup merge of #72848 - camelid:fix-72815, r=varkor | Dylan DPC | -3/+21 |
| 2020-06-03 | Rollup merge of #72820 - jonas-schievink:instcombine-uninit, r=oli-obk | Dylan DPC | -14/+25 |
| 2020-06-03 | Rollup merge of #72704 - tblah:remote-testing-fixes, r=Mark-Simulacrum | Dylan DPC | -12/+32 |
| 2020-06-03 | Add assert to Vec with_capacity docs | Ivan Tham | -0/+2 |
| 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 | update tests | Bastian Kauschke | -11/+37 |
| 2020-06-02 | change WellFormed predicate to GenericArg | Bastian Kauschke | -255/+157 |
| 2020-06-02 | add WellFormedConst predicate | Bastian Kauschke | -61/+296 |
| 2020-06-02 | implement wf checking for constants | Bastian Kauschke | -38/+87 |
| 2020-06-02 | compiletest: Add name directive for remote runners | Tom Eccles | -0/+3 |
| 2020-06-02 | tools/remote-test-server: make use of verbose option | Tom Eccles | -6/+16 |
| 2020-06-02 | tools/remote-test-{server,client}: support RUST_TEST_TMPDIR | Tom Eccles | -8/+15 |
| 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-01 | Add a test to ensure Fuse stays covariant | Josh Stone | -2/+3 |
| 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 | Include kind in `bug!` | Camelid | -1/+1 |
| 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 | Use `bug!` instead of `panic!` | Camelid | -1/+3 |
| 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-05-31 | Correct generic parameter ordering in error note | camelid | -3/+19 |
| 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 |