about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-22Rollup merge of #56078 - ehuss:fix-panic-opt-msg, r=alexcrichtonGuillaume Gomez-4/+4
2018-11-22Rollup merge of #56002 - Axary:master, r=estebankGuillaume Gomez-0/+45
2018-11-22Rollup merge of #55980 - csmoe:issue-55891, r=estebankGuillaume Gomez-10/+30
2018-11-22Rollup merge of #55961 - tromey:Bug-55944-vecdeque, r=nikomatsakisGuillaume Gomez-0/+11
2018-11-22Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi...Guillaume Gomez-0/+36
2018-11-22Auto merge of #56147 - petrochenkov:impice, r=nikomatsakisbors-0/+67
2018-11-21Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwcobors-0/+13
2018-11-22resolve: Fix some asserts in import validationVadim Petrochenkov-0/+67
2018-11-21Auto merge of #56117 - petrochenkov:iempty, r=eddybbors-0/+11
2018-11-21resolve: Make "empty import canaries" invisible from other cratesVadim Petrochenkov-0/+11
2018-11-21Add a couple more testsVadim Petrochenkov-3/+33
2018-11-21Stabilize `extern_crate_item_prelude`Vadim Petrochenkov-130/+0
2018-11-20Auto merge of #55720 - RalfJung:const-eval-raw, r=oli-obkbors-28/+36
2018-11-20Auto merge of #55663 - varkor:must_use-traits, r=estebankbors-0/+36
2018-11-20improve error noteAxary-6/+6
2018-11-20Auto merge of #55983 - oli-obk:static_, r=Mark-Simulacrumbors-0/+33
2018-11-19we now do proper validation on scalarsRalf Jung-14/+14
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-19/+27
2018-11-19Fix error message for `-C panic=xxx`.Eric Huss-4/+4
2018-11-19Auto merge of #55971 - SergioBenitez:skip-non-semantic, r=alexcrichtonbors-0/+112
2018-11-19Test for #[must_use] on traitsvarkor-0/+36
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-246/+632
2018-11-19Rollup merge of #56059 - alexcrichton:fix-tests, r=sfacklerkennytm-0/+27
2018-11-19Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddybPietro Albini-0/+37
2018-11-19Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obkPietro Albini-6/+49
2018-11-19Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obkPietro Albini-51/+51
2018-11-19Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkovPietro Albini-150/+44
2018-11-19Rollup merge of #55963 - stepancheg:mpsc-take-2, r=alexcrichtonPietro Albini-0/+172
2018-11-19Rollup merge of #55962 - QuietMisdreavus:tricky-spans, r=GuillaumeGomezPietro Albini-0/+37
2018-11-19Replace the ICEing on const fn loops with an errorOliver Scherer-0/+13
2018-11-19Auto merge of #56042 - petrochenkov:nuni, r=petrochenkovbors-613/+1203
2018-11-18Rollup merge of #55923 - Zeegomo:master, r=estebankPietro Albini-0/+39
2018-11-18Rollup merge of #55894 - RalfJung:validation-enums, r=oli-obkPietro Albini-20/+33
2018-11-18Rollup merge of #55862 - zackmdavis:but_will_they_come_when_you_call_them, r=...Pietro Albini-28/+97
2018-11-18Rollup merge of #55834 - ogoffart:union-abi, r=eddybPietro Albini-0/+80
2018-11-18Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichtonPietro Albini-0/+2
2018-11-18Auto merge of #55672 - RalfJung:miri-extern-types, r=eddybbors-0/+27
2018-11-18remove "approx env bounds" if we already know from traitNiko Matsakis-0/+37
2018-11-18Fix rebaseVadim Petrochenkov-1/+1
2018-11-18Add a couple more tests + address review commentsVadim Petrochenkov-4/+154
2018-11-18resolve: Future-proof against imports referring to local variables and generi...Vadim Petrochenkov-0/+99
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-174/+174
2018-11-18resolve: Support resolving macros without leaving tracesVadim Petrochenkov-0/+13
2018-11-18resolve: Reintroduce feature gate for uniform paths in importsVadim Petrochenkov-52/+110
2018-11-18Fix ICEs from imports of items not defined in modulesVadim Petrochenkov-15/+163
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-63/+63
2018-11-18resolve: Recover "did you mean" suggestions in importsVadim Petrochenkov-12/+6
2018-11-18resolve: Check resolution consistency for import paths and multi-segment macr...Vadim Petrochenkov-63/+159
2018-11-18resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...Vadim Petrochenkov-3/+15
2018-11-18resolve: More precise determinacy tracking during import/macro resolutionVadim Petrochenkov-6/+6