| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | note a FIXME | Ralf Jung | -0/+1 |
| 2019-08-11 | add tuple_fields convenience method and use it in a few places | Ralf Jung | -8/+20 |
| 2019-08-11 | fix a comment | Ralf Jung | -1/+1 |
| 2019-08-10 | Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=Centril | Mazdak Farrokhzad | -12/+10 |
| 2019-08-09 | Differentiate between tuple structs and tuple variants | Esteban Küber | -1/+1 |
| 2019-08-09 | Be more accurate when mentioning type of found match arms | Esteban Küber | -28/+10 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -12/+10 |
| 2019-08-08 | Rollup merge of #63360 - brson:cz-help, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+6 |
| 2019-08-07 | Auto merge of #62457 - zackmdavis:minimax_search_and_the_structure_of_cogniti... | bors | -4/+21 |
| 2019-08-07 | Use consistent capitalization in -C/-Z help | Brian Anderson | -6/+6 |
| 2019-08-07 | Auto merge of #61919 - alexreg:fix-atb-1, r=nikomatsakis | bors | -13/+14 |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -7/+11 |
| 2019-08-06 | pretty-pretty extremal constants! | Zack M. Davis | -4/+21 |
| 2019-08-07 | Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj | Mazdak Farrokhzad | -10/+41 |
| 2019-08-06 | Fix generator size regressions due to optimization | Tyler Mandry | -0/+21 |
| 2019-08-06 | Rollup merge of #63315 - rust-lang:fix-63313, r=alexreg | Mazdak Farrokhzad | -1/+1 |
| 2019-08-06 | Rollup merge of #63272 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -4/+3 |
| 2019-08-06 | Rollup merge of #63264 - arielb1:revert-private-coherence-errors, r=estebank | Mazdak Farrokhzad | -7/+2 |
| 2019-08-06 | Rollup merge of #63017 - matklad:no-fatal, r=petrochenkov | Mazdak Farrokhzad | -1/+2 |
| 2019-08-06 | Update README.md | Mazdak Farrokhzad | -1/+1 |
| 2019-08-05 | Get rid of one more useless `lift` invocation | Oliver Scherer | -2/+1 |
| 2019-08-05 | Prevent array length printing cycle with debug assertions | Oliver Scherer | -1/+6 |
| 2019-08-05 | Address comment and formatting nits | Oliver Scherer | -2/+2 |
| 2019-08-05 | Clear the ParamEnv where its information is irrelevant | Oliver Scherer | -13/+17 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -33/+73 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -24/+40 |
| 2019-08-05 | Clean up the `ty::Const::assert*` methods | Oliver Scherer | -25/+11 |
| 2019-08-05 | Ensure `type_param_predicates` fn only returns predicates for type param with... | Alexander Regueiro | -1/+1 |
| 2019-08-05 | A few cosmetic improvements. | Alexander Regueiro | -14/+15 |
| 2019-08-05 | Drop span argument from mk_list_item | Mark Rousskov | -4/+3 |
| 2019-08-05 | add unknown token | Aleksey Kladov | -1/+2 |
| 2019-08-05 | Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk | bors | -12/+5 |
| 2019-08-05 | Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper | bors | -2/+16 |
| 2019-08-05 | Auto merge of #63245 - RalfJung:miri-error, r=oli-obk | bors | -6/+15 |
| 2019-08-04 | tweak output and tests | Esteban Küber | -1/+3 |
| 2019-08-04 | Rename `Target::Ty` to `Target::TyAlias` | varkor | -2/+2 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -14/+14 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -16/+16 |
| 2019-08-04 | Revert "Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank" | Ariel Ben-Yehuda | -7/+2 |
| 2019-08-04 | AssumptionNotHeld is used only once in Miri and never caught... remove from enum | Ralf Jung | -4/+0 |
| 2019-08-04 | move AssumptionNotHeld to UB | Ralf Jung | -3/+4 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -10/+1 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -1/+10 |
| 2019-08-03 | Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras... | Vadim Petrochenkov | -2/+16 |
| 2019-08-03 | avoid mutable state and override main message | Esteban Küber | -5/+6 |
| 2019-08-03 | Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasper | bors | -2/+2 |
| 2019-08-03 | add variant for experimental UB (like Stacked Borrows) | Ralf Jung | -3/+5 |
| 2019-08-03 | also add macros for free-form error messages | Ralf Jung | -0/+10 |
| 2019-08-03 | Auto merge of #63234 - Centril:rollup-h9t731z, r=Centril | bors | -24/+24 |
| 2019-08-03 | Rollup merge of #63229 - RalfJung:miri-error, r=oli-obk | Mazdak Farrokhzad | -21/+20 |