| Age | Commit message (Expand) | Author | Lines |
| 2020-08-06 | Incorporate tracing crate | bishtpawan | -24/+24 |
| 2020-08-02 | Auto merge of #75033 - Manishearth:rollup-d8afil1, r=Manishearth | bors | -37/+63 |
| 2020-08-01 | Rollup merge of #75022 - cuviper:sliced-rchunk, r=lcnr | Manish Goregaokar | -1/+1 |
| 2020-08-01 | Rollup merge of #75015 - Amanieu:vec_spare, r=sfackler | Manish Goregaokar | -1/+42 |
| 2020-08-01 | Rollup merge of #74992 - lcnr:fix-generic-param-order, r=GuillaumeGomez | Manish Goregaokar | -30/+15 |
| 2020-08-01 | Rollup merge of #74720 - GuillaumeGomez:cleanup-e0728, r=jyn514 | Manish Goregaokar | -3/+3 |
| 2020-08-01 | Rollup merge of #74602 - poliorcetics:maybe-uninit-zeroed-doc-clarification, ... | Manish Goregaokar | -2/+2 |
| 2020-08-01 | Auto merge of #74605 - rust-lang:vec-leak, r=Amanieu | bors | -6/+4 |
| 2020-08-01 | Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum | bors | -89/+161 |
| 2020-08-01 | Auto merge of #75016 - Manishearth:rollup-x553g7j, r=Manishearth | bors | -55/+73 |
| 2020-08-01 | Use a slice pattern instead of rchunks_exact(_).next() | Josh Stone | -1/+1 |
| 2020-08-01 | Reword incorrect use of zeroed() | Alexis Bourget | -3/+2 |
| 2020-08-01 | Add Vec::spare_capacity_mut | Amanieu d'Antras | -1/+42 |
| 2020-08-01 | Rollup merge of #75007 - GuillaumeGomez:cleanup-e0743, r=pickfire | Manish Goregaokar | -6/+5 |
| 2020-08-01 | Rollup merge of #74996 - matthiaskrgr:submodule_upd, r=ehuss | Manish Goregaokar | -0/+0 |
| 2020-08-01 | Rollup merge of #74995 - sunfishcode:update-llvm, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2020-08-01 | Rollup merge of #74983 - oli-obk:mir_opt_goto_chain, r=ecstatic-morse | Manish Goregaokar | -26/+43 |
| 2020-08-01 | Rollup merge of #74981 - giraffate:fix_sample_codes_in_unstable_book_plugin, ... | Manish Goregaokar | -16/+14 |
| 2020-08-01 | Rollup merge of #74977 - GuillaumeGomez:cleanup-e0741, r=pickfire | Manish Goregaokar | -4/+8 |
| 2020-08-01 | Remove chrono feature from tracing | Oliver Scherer | -2/+1 |
| 2020-08-01 | Clean up E0743 explanation | Guillaume Gomez | -6/+5 |
| 2020-08-01 | Auto merge of #74993 - sunfishcode:update-wasi-libc, r=alexcrichton | bors | -2/+2 |
| 2020-08-01 | Auto merge of #74582 - Lezzz:rename-hair, r=nikomatsakis | bors | -121/+128 |
| 2020-08-01 | Auto merge of #74373 - lcnr:array_chunks, r=withoutboats | bors | -5/+243 |
| 2020-08-01 | add tracking issue | Bastian Kauschke | -10/+10 |
| 2020-08-01 | Replace a recursive algorithm with an iterative one and a stack. | Oliver Scherer | -26/+43 |
| 2020-08-01 | Auto merge of #74945 - dingxiangfei2009:promote-static-ref-deref, r=oli-obk | bors | -2/+74 |
| 2020-08-01 | Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited... | bors | -20/+108 |
| 2020-07-31 | Auto merge of #74994 - JohnTitor:rollup-eknaekv, r=JohnTitor | bors | -66/+207 |
| 2020-08-01 | submodules: update cargo from 974eb438d to 2d5c2381e | Matthias Krüger | -0/+0 |
| 2020-07-31 | Update the WASI libc build to LLVM 10. | Dan Gohman | -3/+3 |
| 2020-08-01 | Rollup merge of #74991 - JulianKnodt:74199, r=lcnr | Yuki Okushi | -0/+178 |
| 2020-08-01 | Rollup merge of #74986 - matthiaskrgr:cmp_true, r=oli-obk | Yuki Okushi | -1/+1 |
| 2020-08-01 | Rollup merge of #74984 - RalfJung:miri-unwind-top, r=oli-obk | Yuki Okushi | -0/+4 |
| 2020-08-01 | Rollup merge of #74982 - jonas-schievink:relnotes-1.45.2, r=Mark-Simulacrum | Yuki Okushi | -0/+9 |
| 2020-08-01 | Rollup merge of #74968 - lzutao:no-args, r=Mark-Simulacrum | Yuki Okushi | -3/+5 |
| 2020-08-01 | Rollup merge of #74644 - crlf0710:drop_old_stuff, r=Amanieu | Yuki Okushi | -62/+10 |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -121/+128 |
| 2020-07-31 | fix rustdoc generic param order | Bastian Kauschke | -30/+15 |
| 2020-07-31 | Update the bundled wasi-libc with libstd | Dan Gohman | -2/+2 |
| 2020-07-31 | Added in explicit check for the type being matched | kadmin | -1/+7 |
| 2020-07-31 | Removed error check in order to prevent ICE | kadmin | -6/+178 |
| 2020-07-31 | Don't register a tracing dispatcher if no tracing env var was set. | Oliver Scherer | -0/+6 |
| 2020-07-31 | Disable log support | Oliver Scherer | -26/+2 |
| 2020-07-31 | Update error index generator to tracing | Oliver Scherer | -2/+2 |
| 2020-07-31 | Make rustdoc share the logger initialization routine with rustc. | Oliver Scherer | -4/+11 |
| 2020-07-31 | Add tracing libs to list of permitted dependencies | Oliver Scherer | -0/+3 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -84/+165 |
| 2020-07-31 | fix part of comparison that would always evaluate to "true", probably an over... | Matthias Krüger | -1/+1 |
| 2020-07-31 | Miri: fix ICE when unwinding past topmost stack frame | Ralf Jung | -0/+4 |