about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-05the visitor can already load the value for visit_primitiveRalf Jung-1/+1
2018-11-05Also test for undef in enum discriminantRalf Jung-3/+16
2018-11-05fix validation error on non-integer enum discriminantsRalf Jung-33/+42
2018-11-05reduce the amount of traversal/projection code that the visitor has to implem...Ralf Jung-2/+2
2018-11-04Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichtonbors-7/+38
2018-11-04Auto merge of #55432 - zackmdavis:single_life, r=nikomatsakisbors-24/+74
2018-11-04Auto merge of #55455 - estebank:expected-descr, r=michaelwoeristerbors-20/+40
2018-11-03Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakisbors-157/+256
2018-11-03Rollup merge of #55568 - durka:rustdoc-big-enum, r=nikomatsakisGuillaume Gomez-0/+256
2018-11-03Rollup merge of #55567 - durka:derive-debug-uninhabited, r=nikomatsakisGuillaume Gomez-0/+41
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-4/+4
2018-11-03fix test falloutAlex Burka-7/+7
2018-11-03Fixed bug with Self type param coming before lifetimes.Alexander Regueiro-20/+33
2018-11-03Added WF checking for trait alias definitions.Alexander Regueiro-71/+61
2018-11-03Extended elaboration for trait aliases to include arbitrary bounds.Alexander Regueiro-5/+6
2018-11-03Add more tests.Alexander Regueiro-49/+142
2018-11-03Added tests.Alexander Regueiro-108/+82
2018-11-03Added support for trait aliases as object types.Alexander Regueiro-2/+8
2018-11-03Added support for trait aliases as bounds.Alexander Regueiro-0/+22
2018-11-03Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakisbors-62/+254
2018-11-02Don't show associated const items by defaultGuillaume Gomez-1/+1
2018-11-02Auto merge of #55087 - levex:e0669-improve-span, r=nagisabors-11/+32
2018-11-02Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavusbors-0/+18
2018-11-02Auto merge of #55316 - RalfJung:retagging, r=oli-obkbors-349/+151
2018-11-02Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichtonbors-0/+12
2018-11-02add test for deriving Debug on uninhabited enumAlex Burka-0/+41
2018-11-02Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexmbors-10/+6
2018-11-02Add test for index-pageGuillaume Gomez-0/+18
2018-11-01Add a check for reprs that could change the ABIMichael Hewson-1/+18
2018-11-01Put backticks around field names, types and paths in error messagesMichael Hewson-3/+3
2018-11-01Replace UncoeribleReceiver error message with UndispatchableReceiverMichael Hewson-2/+2
2018-11-01Replace CoerceSized trait with DispatchFromDynMichael Hewson-60/+46
2018-11-01Add new tests and update existing for object-safe custom receiversMichael Hewson-18/+240
2018-11-01update tests that have changed outputMichael Hewson-42/+9
2018-11-01Rollup merge of #55561 - smaeul:test-fixes, r=alexcrichtonkennytm-10/+10
2018-11-01Rollup merge of #55575 - parched:trap, r=RalfJungPietro Albini-0/+1
2018-11-01Fixes #46775 -- don't mutate the process's environment in Command::execAlex Gaynor-0/+12
2018-11-01Rollup merge of #55469 - pnkfelix:issue-54477-regression-tests, r=nikomatsakisPietro Albini-0/+25
2018-11-01test that rustdoc doesn't overflow on a big enumAlex Burka-0/+256
2018-11-01enforce unused-must-use lint in macrosAlex Burka-0/+31
2018-11-01Fix double_check tests on big-endian targetsSamuel Holland-10/+10
2018-10-31Fix invalid_const_promotion test on some archsJames Duley-0/+1
2018-10-31kill old-style-lub warningsNiko Matsakis-4/+0
2018-10-30Add a test for multiple cases of E0669Levente Kurusa-6/+27
2018-10-30Add legacy debuginfo testsTom Tromey-0/+996
2018-10-30Update enum debuginfo testsTom Tromey-111/+95
2018-10-30Add more enum debug info testsTom Tromey-0/+75
2018-10-30Tighten enum-debug testTom Tromey-0/+2
2018-10-30Fix DWARF generation for enumsTom Tromey-0/+40
2018-10-30Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p...kennytm-65/+242