| Age | Commit message (Expand) | Author | Lines |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -138/+154 |
| 2020-07-15 | update test | Bastian Kauschke | -12/+4 |
| 2020-07-15 | only call `typeck_tables_of_const_arg` for const args | Bastian Kauschke | -4/+15 |
| 2020-07-15 | mir opt cross compile | Bastian Kauschke | -12/+12 |
| 2020-07-15 | mir_built is a lie | Bastian Kauschke | -155/+154 |
| 2020-07-15 | decode stuff | Bastian Kauschke | -3/+3 |
| 2020-07-15 | ui test diff | Bastian Kauschke | -2/+22 |
| 2020-07-15 | mir opt diff | Bastian Kauschke | -36/+36 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -141/+301 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -31/+78 |
| 2020-07-15 | optimized_mir | Bastian Kauschke | -11/+43 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -58/+80 |
| 2020-07-15 | typeck all the tables | Bastian Kauschke | -2/+38 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -28/+96 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -37/+53 |
| 2020-07-15 | begin using `WithOptParam` | Bastian Kauschke | -10/+67 |
| 2020-07-15 | introduce the query `opt_const_param_of` | Bastian Kauschke | -125/+169 |
| 2020-07-15 | add const generic tests | Bastian Kauschke | -0/+333 |
| 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 |
| 2020-07-14 | Rollup merge of #74316 - yoshuawuyts:no-wake-type-hints, r=Mark-Simulacrum | Manish Goregaokar | -3/+2 |
| 2020-07-14 | Rollup merge of #74310 - nnethercote:use-ArrayVec-in-SparseBitSet, r=eddyb | Manish Goregaokar | -7/+6 |
| 2020-07-14 | Rollup merge of #74296 - Lynoure:rfind-doc-improvement, r=hanna-kruppe | Manish Goregaokar | -5/+6 |
| 2020-07-14 | Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r... | Manish Goregaokar | -63/+103 |
| 2020-07-14 | Rollup merge of #74257 - alex:patch-1, r=joshtriplett | Manish Goregaokar | -1/+0 |