| Age | Commit message (Expand) | Author | Lines |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -1/+1 |
| 2019-02-23 | Rollup merge of #58667 - kenta7777:reduce-mir-code-repetition, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-02-23 | Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasper | Mazdak Farrokhzad | -2/+4 |
| 2019-02-23 | Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebank | Mazdak Farrokhzad | -2/+8 |
| 2019-02-23 | reduce an mir code repetition like (n << amt) >> amt | kenta7777 | -2/+2 |
| 2019-02-22 | Change byte align message wording #58617 | Patrick McCarter | -1/+1 |
| 2019-02-22 | Invalid byte alignment expected/provided in message #58617 | Patrick McCarter | -2/+4 |
| 2019-02-22 | Rollup merge of #58615 - RalfJung:ref-to-place-alignment, r=oli-obk | Mazdak Farrokhzad | -2/+8 |
| 2019-02-22 | Rollup merge of #58607 - gurgalex:fail_E0505_for_2018_edition, r=matthewjasper | Mazdak Farrokhzad | -15/+22 |
| 2019-02-21 | remark about the one place where place computation calls size_and_align_of | Ralf Jung | -2/+4 |
| 2019-02-21 | explain why we use static alignment in ref-to-place conversion | Ralf Jung | -0/+4 |
| 2019-02-20 | Remove braces from most E0505 examples | Alex Gurganus | -15/+9 |
| 2019-02-20 | Fixes #58586: Make E0505 explain example fail for 2018 edition | Alex Gurganus | -3/+16 |
| 2019-02-20 | Run rustfmt | Santiago Pastorino | -117/+155 |
| 2019-02-20 | Fix erroneous loop diagnostic in nll | Santiago Pastorino | -56/+123 |
| 2019-02-20 | Use successor_within_block helper | Santiago Pastorino | -4/+1 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -1/+1 |
| 2019-02-20 | Rollup merge of #58569 - kenta7777:reduce-code-repetition, r=oli-obk | kennytm | -6/+4 |
| 2019-02-20 | Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg | kennytm | -29/+33 |
| 2019-02-19 | reduced some code repetitions. | kenta7777 | -6/+4 |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -1/+4 |
| 2019-02-18 | Fix style nits | Dan Robertson | -29/+33 |
| 2019-02-17 | Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, ... | kennytm | -14/+26 |
| 2019-02-16 | Rollup merge of #58359 - taiki-e:impl_snapshot_for, r=oli-obk | kennytm | -8/+6 |
| 2019-02-16 | Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obk | kennytm | -1/+42 |
| 2019-02-16 | Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin | kennytm | -1/+0 |
| 2019-02-15 | Take Const into account in HIR | varkor | -1/+4 |
| 2019-02-15 | Auto merge of #57880 - Zoxc:error-on-cycle, r=michaelwoerister | bors | -14/+26 |
| 2019-02-15 | Auto merge of #58403 - eddyb:requalify, r=oli-obk | bors | -558/+831 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -14/+26 |
| 2019-02-14 | Fix documentation typo | varkor | -2/+2 |
| 2019-02-14 | Add specific error for unstable const fn features | varkor | -1/+42 |
| 2019-02-14 | rustc_mir: compute all the qualification bits separately in qualify_consts. | Eduard-Mihai Burtescu | -364/+504 |
| 2019-02-14 | rustc_mir: rename qualify_consts::Qualifier to ConstCx and keep in Checker as... | Eduard-Mihai Burtescu | -34/+35 |
| 2019-02-14 | rustc_mir: do not treat NEEDS_DROP as unexpected in qualify_consts. | Eduard-Mihai Burtescu | -8/+3 |
| 2019-02-14 | rustc_mir: avoid having an Option around each local qualification in qualify_... | Eduard-Mihai Burtescu | -59/+48 |
| 2019-02-14 | rustc_mir: rename `Qualif::for_ty to `Qualif::any_value_of_ty`. | Eduard-Mihai Burtescu | -14/+19 |
| 2019-02-14 | rustc_mir: remove qualify_consts::Qualif::FN_ARGUMENT. | Eduard-Mihai Burtescu | -12/+4 |
| 2019-02-14 | rustc_mir: remove outdated `const fn` stability diagnostic. | Eduard-Mihai Burtescu | -22/+4 |
| 2019-02-14 | rustc_mir: split qualify_consts' checking and value qualification. | Eduard-Mihai Burtescu | -451/+608 |
| 2019-02-14 | rustc_mir: split off some qualify_consts::Checker fields into a State struct. | Eduard-Mihai Burtescu | -61/+73 |
| 2019-02-14 | rustc_mir: rename qualify_consts::Qualifier to Checker. | Eduard-Mihai Burtescu | -18/+18 |
| 2019-02-14 | Rollup merge of #58371 - davidtwco:issue-58299, r=arielb1 | Mazdak Farrokhzad | -85/+126 |
| 2019-02-14 | Rollup merge of #58347 - matthewjasper:closure-bounds-fixes, r=pnkfelix | Mazdak Farrokhzad | -92/+173 |
| 2019-02-14 | Rollup merge of #58301 - RalfJung:fat-ptr-eq, r=oli-obk | Mazdak Farrokhzad | -130/+146 |
| 2019-02-14 | Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik | Mazdak Farrokhzad | -7/+7 |
| 2019-02-13 | Propagate region constraints more precisely from closures | Matthew Jasper | -66/+102 |
| 2019-02-13 | Buffer and migrate nice region errors | Matthew Jasper | -1/+2 |
| 2019-02-13 | Avoid propagating redundant outlives constraints from closures | Matthew Jasper | -49/+93 |
| 2019-02-13 | Rollup merge of #58354 - matthewjasper:mir-dump-fixes, r=wesleywiser | Mazdak Farrokhzad | -2/+3 |