| Age | Commit message (Expand) | Author | Lines |
| 2020-07-15 | Rollup merge of #74353 - pierwill:pierwill-edit-dep-node, r=jonas-schievink | Manish Goregaokar | -6/+8 |
| 2020-07-15 | Rollup merge of #74347 - jyn514:ive-got-a-small-query-for-you, r=eddyb | Manish Goregaokar | -10/+16 |
| 2020-07-15 | Rollup merge of #74344 - estebank:stringly-wobbly, r=eddyb | Manish Goregaokar | -7/+13 |
| 2020-07-15 | Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkor | Manish Goregaokar | -55/+20 |
| 2020-07-15 | Rollup merge of #74294 - msirringhaus:master, r=pietroalbini | Manish Goregaokar | -8/+31 |
| 2020-07-15 | Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomez | Manish Goregaokar | -0/+4 |
| 2020-07-15 | Rollup merge of #74276 - lcnr:discriminant-kind-what, r=nagisa | Manish Goregaokar | -17/+12 |
| 2020-07-15 | Rollup merge of #74218 - GuillaumeGomez:search-results-bottom-margin, r=Dylan... | Manish Goregaokar | -0/+1 |
| 2020-07-15 | Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe... | Manish Goregaokar | -4/+11 |
| 2020-07-15 | Rollup merge of #74119 - nnethercote:rm-Compiler-compile, r=Mark-Simulacrum | Manish Goregaokar | -34/+0 |
| 2020-07-15 | Rollup merge of #73959 - GuillaumeGomez:cleanup-e0716, r=Dylan-DPC | Manish Goregaokar | -30/+25 |
| 2020-07-15 | Rollup merge of #73918 - GuillaumeGomez:cleanup-e0715, r=Dylan-DPC | Manish Goregaokar | -2/+1 |
| 2020-07-15 | Rollup merge of #72973 - msizanoen1:riscv-host, r=pietroalbini | Manish Goregaokar | -25/+66 |
| 2020-07-15 | s/try_to_usize/try_to_machine_usize/ | Oliver Scherer | -4/+4 |
| 2020-07-15 | Reduce the amount of interning and `layout_of` calls in const eval. | Oliver Scherer | -17/+70 |
| 2020-07-15 | ci: Update dist-{i686,x86_64}-linux to Debian 6 | Josh Stone | -98/+101 |
| 2020-07-15 | Simplify os_str_bytes cfg expression. | Eric Huss | -8/+3 |
| 2020-07-15 | Use an allow-list of platforms that support std. | Eric Huss | -20/+62 |
| 2020-07-15 | Tweak formatting. | Eric Huss | -1/+2 |
| 2020-07-15 | Introduce restricted-std feature. | Eric Huss | -109/+266 |
| 2020-07-15 | Improve ayu rustdoc theme | Ludwig Stecher | -9/+11 |
| 2020-07-15 | Don't panic if the lhs of a div by zero is not statically known | Oliver Scherer | -9/+42 |
| 2020-07-15 | Improve settings wording | Guillaume Gomez | -2/+2 |
| 2020-07-15 | Use cfg_if in libpanic_abort. | Eric Huss | -16/+19 |
| 2020-07-15 | Use cfg_if in libtest. | Eric Huss | -131/+97 |
| 2020-07-15 | Automatically calculate std::env::consts::ARCH. | Eric Huss | -76/+2 |
| 2020-07-15 | Use the default providers in rustc_interface instead of adding our own | Joshua Nelson | -8/+2 |
| 2020-07-15 | Catch errors for any new item, not just trait implementations | Joshua Nelson | -6/+12 |
| 2020-07-15 | Address review comments | Joshua Nelson | -19/+22 |
| 2020-07-15 | EMPTY_MAP -> EMPTY_SET | Joshua Nelson | -4/+4 |
| 2020-07-15 | Fix comment | Joshua Nelson | -1/+1 |
| 2020-07-15 | Use mem::replace instead of rewriting it | Joshua Nelson | -4/+2 |
| 2020-07-15 | Don't ICE on infinitely recursive types | Joshua Nelson | -0/+39 |
| 2020-07-15 | --bless | Joshua Nelson | -6/+18 |
| 2020-07-15 | Remove unnecessary lifetime parameter | Joshua Nelson | -6/+6 |
| 2020-07-15 | Use tcx as the only context for visitor | Joshua Nelson | -12/+11 |
| 2020-07-15 | Mention `cargo check` in help message | Joshua Nelson | -1/+1 |
| 2020-07-15 | Don't crash on Vec<DoesNotExist> | Joshua Nelson | -3/+13 |
| 2020-07-15 | Address review comments about code style | Joshua Nelson | -14/+10 |
| 2020-07-15 | Avoid unnecessary enum | Joshua Nelson | -48/+20 |
| 2020-07-15 | Don't make typeck_tables_of public | Joshua Nelson | -7/+3 |
| 2020-07-15 | Add test case for #65863 | Joshua Nelson | -0/+15 |
| 2020-07-15 | Recurse into function bodies, but don't typeck closures | Joshua Nelson | -76/+145 |
| 2020-07-15 | Don't ICE on errors in function returning impl trait | Joshua Nelson | -2/+162 |
| 2020-07-15 | Add `rustdoc` tests from #72088 | Dylan MacKenzie | -0/+16 |
| 2020-07-15 | Add an option not to report resolution errors for rustdoc | Joshua Nelson | -39/+201 |
| 2020-07-15 | Don't run analysis pass in rustdoc | Joshua Nelson | -6/+7 |
| 2020-07-15 | Don't run everybody_loops for rustdoc | Joshua Nelson | -29/+50 |
| 2020-07-15 | Initialize default providers only once | Joshua Nelson | -10/+16 |
| 2020-07-15 | add lazy normalization regression tests | Bastian Kauschke | -0/+36 |