| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #74214 - nnethercote:change-SymbolName-name, r=eddyb | bors | -67/+76 |
| 2020-07-15 | Auto merge of #71272 - jclulow:illumos-x86-ci, r=pietroalbini | bors | -0/+215 |
| 2020-07-15 | Undo the `const_str` changes from the previous commit. | Nicholas Nethercote | -14/+17 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -83/+89 |
| 2020-07-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -745/+991 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -96/+121 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -579/+794 |
| 2020-07-15 | Fix the ordering of the static symbols. | Nicholas Nethercote | -64/+66 |
| 2020-07-15 | Rename `sym::nontrapping_fptoint`. | Nicholas Nethercote | -6/+10 |
| 2020-07-14 | Rollup merge of #74340 - davidtwco:issue-73747-improper-ctypes-defns-is-zst-w... | Manish Goregaokar | -16/+30 |
| 2020-07-14 | Rollup merge of #74336 - davidtwco:issue-73112-cross-crate-packed-type-diagno... | Manish Goregaokar | -25/+65 |
| 2020-07-14 | Rollup merge of #74332 - ehuss:update-cargo, r=ehuss | Manish Goregaokar | -0/+0 |
| 2020-07-14 | Rollup merge of #74272 - davidtwco:issue-73626-multiline-mixed-comments, r=Ma... | Manish Goregaokar | -2/+47 |
| 2020-07-14 | Rollup merge of #74271 - lzutao:cmdbytes, r=LukasKalbertodt | Manish Goregaokar | -14/+12 |
| 2020-07-14 | Rollup merge of #74263 - RalfJung:thread-local, r=Mark-Simulacrum | Manish Goregaokar | -67/+83 |
| 2020-07-14 | Rollup merge of #74252 - shepmaster:bootstrap-rust-destdir, r=Mark-Simulacrum | Manish Goregaokar | -0/+5 |
| 2020-07-14 | Rollup merge of #74228 - estebank:unsized-param, r=davidtwco | Manish Goregaokar | -437/+554 |
| 2020-07-14 | Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkov | Manish Goregaokar | -139/+239 |
| 2020-07-14 | Rollup merge of #73759 - GuillaumeGomez:stdin-examples, r=Dylan-DPC | Manish Goregaokar | -0/+31 |
| 2020-07-14 | Reword message | Esteban Küber | -34/+35 |
| 2020-07-14 | Remove redundant explanatory `note` for type parameters | Esteban Küber | -98/+6 |
| 2020-07-14 | lint: use `transparent_newtype_field` to avoid ICE | David Wood | -16/+30 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -49/+80 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -169/+3 |
| 2020-07-14 | Suggest boxing or borrowing unsized fields | Esteban Küber | -106/+424 |
| 2020-07-14 | Point at type on E0275 instead of whole field | Esteban Küber | -3/+3 |
| 2020-07-14 | Suggest borrowing unsized argument types | Esteban Küber | -12/+37 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -139/+239 |
| 2020-07-14 | typeck: use `item_name` in cross-crate packed diag | David Wood | -25/+65 |
| 2020-07-14 | Update cargo | Eric Huss | -0/+0 |
| 2020-07-14 | Rollup merge of #74324 - flip1995:clippyup, r=Manishearth | Manish Goregaokar | -1083/+4316 |