| Age | Commit message (Expand) | Author | Lines |
| 2018-11-03 | Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakis | bors | -62/+254 |
| 2018-11-02 | Auto merge of #55087 - levex:e0669-improve-span, r=nagisa | bors | -11/+32 |
| 2018-11-02 | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus | bors | -0/+18 |
| 2018-11-02 | Auto merge of #55316 - RalfJung:retagging, r=oli-obk | bors | -349/+151 |
| 2018-11-02 | Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichton | bors | -0/+12 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -10/+6 |
| 2018-11-02 | Add test for index-page | Guillaume Gomez | -0/+18 |
| 2018-11-01 | Add a check for reprs that could change the ABI | Michael Hewson | -1/+18 |
| 2018-11-01 | Put backticks around field names, types and paths in error messages | Michael Hewson | -3/+3 |
| 2018-11-01 | Replace UncoeribleReceiver error message with UndispatchableReceiver | Michael Hewson | -2/+2 |
| 2018-11-01 | Replace CoerceSized trait with DispatchFromDyn | Michael Hewson | -60/+46 |
| 2018-11-01 | Add new tests and update existing for object-safe custom receivers | Michael Hewson | -18/+240 |
| 2018-11-01 | update tests that have changed output | Michael Hewson | -42/+9 |
| 2018-11-01 | Rollup merge of #55561 - smaeul:test-fixes, r=alexcrichton | kennytm | -10/+10 |
| 2018-11-01 | Rollup merge of #55575 - parched:trap, r=RalfJung | Pietro Albini | -0/+1 |
| 2018-11-01 | Fixes #46775 -- don't mutate the process's environment in Command::exec | Alex Gaynor | -0/+12 |
| 2018-11-01 | Rollup merge of #55469 - pnkfelix:issue-54477-regression-tests, r=nikomatsakis | Pietro Albini | -0/+25 |
| 2018-11-01 | Fix double_check tests on big-endian targets | Samuel Holland | -10/+10 |
| 2018-10-31 | Fix invalid_const_promotion test on some archs | James Duley | -0/+1 |
| 2018-10-31 | kill old-style-lub warnings | Niko Matsakis | -4/+0 |
| 2018-10-30 | Add a test for multiple cases of E0669 | Levente Kurusa | -6/+27 |
| 2018-10-30 | Add legacy debuginfo tests | Tom Tromey | -0/+996 |
| 2018-10-30 | Update enum debuginfo tests | Tom Tromey | -111/+95 |
| 2018-10-30 | Add more enum debug info tests | Tom Tromey | -0/+75 |
| 2018-10-30 | Tighten enum-debug test | Tom Tromey | -0/+2 |
| 2018-10-30 | Fix DWARF generation for enums | Tom Tromey | -0/+40 |
| 2018-10-30 | Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p... | kennytm | -65/+242 |
| 2018-10-30 | Rollup merge of #55487 - nrc:path-fix, r=petrochenkov | kennytm | -0/+25 |
| 2018-10-30 | Rollup merge of #55474 - oli-obk:const_eval_promoted, r=RalfJung | kennytm | -0/+18 |
| 2018-10-30 | Rollup merge of #55459 - memoryruins:issue-49296, r=oli-obk | kennytm | -0/+35 |
| 2018-10-30 | Rollup merge of #54885 - llogiq:fix-54704, r=nikomatsakis | kennytm | -0/+9 |
| 2018-10-30 | Auto merge of #55221 - matthewjasper:fewer-duplicate-migrate-messages, r=pnkf... | bors | -813/+37 |
| 2018-10-30 | Regression test for issue #54477. | Felix S. Klock II | -0/+25 |
| 2018-10-30 | Update compare-mode=nll stderr files to reflect the fix to #55492. | Felix S. Klock II | -65/+18 |
| 2018-10-30 | Regression test for issue 55492. | Felix S. Klock II | -0/+224 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -3/+3 |
| 2018-10-29 | Don't emit cannot move errors twice in migrate mode | Matthew Jasper | -813/+37 |
| 2018-10-30 | Adjust Ids of path segments in visibility modifiers | Nick Cameron | -0/+25 |
| 2018-10-29 | Fix wrong validation clasisfication of `Option<&T>::Some` values | Oliver Scherer | -0/+18 |
| 2018-10-29 | don't lint `unused_parens` on `if (break _)` | Andre Bogus | -0/+9 |
| 2018-10-29 | Rollup merge of #55423 - zackmdavis:back_out_bogus_ok_wrapping_suggestion, r=... | Pietro Albini | -33/+2 |
| 2018-10-29 | make inliner remove the fn_entry flag on Retag statements | Ralf Jung | -0/+45 |
| 2018-10-29 | Remove validation test cases; add retagging test case | Ralf Jung | -349/+106 |
| 2018-10-29 | Add UI test for #49296 | memoryruins | -0/+35 |
| 2018-10-28 | Auto merge of #55433 - kennytm:rollup, r=kennytm | bors | -24/+97 |
| 2018-10-28 | Rollup merge of #55199 - oli-obk:instance_printing, r=davidtwco | kennytm | -24/+24 |
| 2018-10-28 | Rollup merge of #55257 - mjbshaw:static, r=oli-obk | kennytm | -0/+37 |
| 2018-10-28 | Rollup merge of #55185 - davidtwco:issue-55130, r=nikomatsakis | kennytm | -0/+2 |
| 2018-10-28 | Rollup merge of #55412 - oli-obk:min_const_fn_ice, r=estebank | kennytm | -0/+23 |
| 2018-10-28 | Auto merge of #55192 - cramertj:nested-mod, r=petrochenkov | bors | -0/+11 |