| Age | Commit message (Expand) | Author | Lines |
| 2018-11-05 | the visitor can already load the value for visit_primitive | Ralf Jung | -1/+1 |
| 2018-11-05 | Also test for undef in enum discriminant | Ralf Jung | -3/+16 |
| 2018-11-05 | fix validation error on non-integer enum discriminants | Ralf Jung | -33/+42 |
| 2018-11-05 | reduce the amount of traversal/projection code that the visitor has to implem... | Ralf Jung | -2/+2 |
| 2018-11-04 | Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton | bors | -7/+38 |
| 2018-11-04 | Auto merge of #55432 - zackmdavis:single_life, r=nikomatsakis | bors | -24/+74 |
| 2018-11-04 | Auto merge of #55455 - estebank:expected-descr, r=michaelwoerister | bors | -20/+40 |
| 2018-11-03 | Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis | bors | -157/+256 |
| 2018-11-03 | Rollup merge of #55568 - durka:rustdoc-big-enum, r=nikomatsakis | Guillaume Gomez | -0/+256 |
| 2018-11-03 | Rollup merge of #55567 - durka:derive-debug-uninhabited, r=nikomatsakis | Guillaume Gomez | -0/+41 |
| 2018-11-03 | Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd... | Guillaume Gomez | -4/+4 |
| 2018-11-03 | fix test fallout | Alex Burka | -7/+7 |
| 2018-11-03 | Fixed bug with Self type param coming before lifetimes. | Alexander Regueiro | -20/+33 |
| 2018-11-03 | Added WF checking for trait alias definitions. | Alexander Regueiro | -71/+61 |
| 2018-11-03 | Extended elaboration for trait aliases to include arbitrary bounds. | Alexander Regueiro | -5/+6 |
| 2018-11-03 | Add more tests. | Alexander Regueiro | -49/+142 |
| 2018-11-03 | Added tests. | Alexander Regueiro | -108/+82 |
| 2018-11-03 | Added support for trait aliases as object types. | Alexander Regueiro | -2/+8 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -0/+22 |
| 2018-11-03 | Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakis | bors | -62/+254 |
| 2018-11-02 | Don't show associated const items by default | Guillaume Gomez | -1/+1 |
| 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 | add test for deriving Debug on uninhabited enum | Alex Burka | -0/+41 |
| 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 | test that rustdoc doesn't overflow on a big enum | Alex Burka | -0/+256 |
| 2018-11-01 | enforce unused-must-use lint in macros | Alex Burka | -0/+31 |
| 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 |