| Age | Commit message (Expand) | Author | Lines |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -3/+3 |
| 2019-02-23 | Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasper | Mazdak Farrokhzad | -6/+8 |
| 2019-02-23 | Rollup merge of #58648 - pnkfelix:issue-23926-update-tests, r=nikomatsakis | Mazdak Farrokhzad | -12/+24 |
| 2019-02-23 | Rollup merge of #58526 - pmccarter:master, r=estebank | Mazdak Farrokhzad | -0/+19 |
| 2019-02-23 | Rollup merge of #58353 - matthewjasper:typeck-pattern-constants, r=arielb1 | Mazdak Farrokhzad | -20/+58 |
| 2019-02-23 | Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebank | Mazdak Farrokhzad | -10/+10 |
| 2019-02-22 | #58658 bless after line split for tidy | Patrick McCarter | -5/+5 |
| 2019-02-22 | tidy line length override #58617 | Patrick McCarter | -0/+1 |
| 2019-02-22 | Change byte align message wording #58617 | Patrick McCarter | -2/+2 |
| 2019-02-22 | Invalid byte alignment expected/provided in message #58617 | Patrick McCarter | -5/+6 |
| 2019-02-22 | Switch from error patterns to `//~ ERROR` markers. | Felix S. Klock II | -8/+11 |
| 2019-02-22 | Make target pointer-width specific variants of (very old) huge-array-simple.r... | Felix S. Klock II | -4/+13 |
| 2019-02-22 | Rollup merge of #58555 - scottmcm:try-2015, r=Centril | Mazdak Farrokhzad | -0/+2 |
| 2019-02-22 | Rollup merge of #58198 - igorsdv:suggest-removing-parentheses-surrounding-lif... | Mazdak Farrokhzad | -4/+4 |
| 2019-02-22 | Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton | Mazdak Farrokhzad | -83/+115 |
| 2019-02-22 | Auto merge of #56113 - spastorino:erroneous-loop-diagnostic-in-nll, r=pnkfelix | bors | -17/+82 |
| 2019-02-21 | partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc | Niko Matsakis | -5/+19 |
| 2019-02-21 | update test files to reflect new output | Niko Matsakis | -300/+834 |
| 2019-02-21 | restore the actual leak-check | Niko Matsakis | -0/+84 |
| 2019-02-20 | Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelix | bors | -24/+60 |
| 2019-02-20 | ./x.py test src/test/ui --stage 1 --bless -i --compare-mode=nll | Clint Frederickson | -8/+8 |
| 2019-02-20 | Fix erroneous loop diagnostic in nll | Santiago Pastorino | -17/+82 |
| 2019-02-20 | Auto merge of #58578 - kennytm:rollup, r=kennytm | bors | -0/+103 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -3/+3 |
| 2019-02-20 | Rollup merge of #58044 - Lokathor:lokathor, r=alexcrichton | kennytm | -0/+12 |
| 2019-02-20 | Rollup merge of #58545 - emlai:regression-test-for-39448, r=Centril | kennytm | -0/+62 |
| 2019-02-20 | Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavus | kennytm | -0/+5 |
| 2019-02-20 | Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomez | kennytm | -0/+24 |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -59/+417 |
| 2019-02-19 | Auto merge of #56514 - ollie27:rustdoc_test_libdir, r=QuietMisdreavus | bors | -2/+2 |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -14/+55 |
| 2019-02-18 | re-blessing error output: ./x.py test src/test/ui --stage 1 --bless | Clint Frederickson | -37/+37 |
| 2019-02-17 | Add a note about 2018e if someone uses `try {` in 2015e | Scott McMurray | -0/+2 |
| 2019-02-17 | Add regression test for a specialization-related ICE (#39448) | emlai | -0/+62 |
| 2019-02-17 | Modify doctest's auto-`fn main()` to allow `Result`s | Andre Bogus | -0/+24 |
| 2019-02-17 | Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, ... | kennytm | -14/+14 |
| 2019-02-17 | Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll... | kennytm | -7/+17 |
| 2019-02-17 | Rollup merge of #58479 - saleemjaffer:test_promote_evaluation_unused_result, ... | kennytm | -0/+8 |
| 2019-02-16 | ui test for directed quote help suggestion #58436 | Patrick McCarter | -0/+19 |
| 2019-02-16 | Add a test for const parameter uppercase lint | varkor | -0/+27 |
| 2019-02-16 | Don't abort early when collecting const generics | varkor | -2/+16 |
| 2019-02-16 | Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obk | kennytm | -102/+310 |
| 2019-02-16 | Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis | kennytm | -0/+59 |
| 2019-02-15 | Update tests | varkor | -12/+12 |
| 2019-02-15 | Auto merge of #57880 - Zoxc:error-on-cycle, r=michaelwoerister | bors | -14/+14 |
| 2019-02-15 | fix tests post-rebase | Felix S. Klock II | -14/+14 |
| 2019-02-15 | make generalization code create new variables in correct universe | Niko Matsakis | -10/+46 |
| 2019-02-15 | Auto merge of #58403 - eddyb:requalify, r=oli-obk | bors | -20/+20 |
| 2019-02-15 | compile-pass test for #53606 | Saleem Jaffer | -0/+8 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -14/+14 |