about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-01-22Auto merge of #47507 - alexcrichton:rerun-bat-scripts, r=michaelwoeristerbors-0/+103
2018-01-22Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakisbors-0/+38
2018-01-22Auto merge of #47158 - rkruppe:repr-transparent, r=eddybbors-1/+454
2018-01-22Auto merge of #47144 - estebank:moved-closure-arg, r=nikomatsakisbors-7/+195
2018-01-21rustc: Lower link args to `@`-files on Windows moreAlex Crichton-0/+103
2018-01-21Rollup merge of #47633 - pietroalbini:fix-ice-use-self, r=nagisaGuillaume Gomez-0/+21
2018-01-21Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkovGuillaume Gomez-11/+37
2018-01-21Rollup merge of #47247 - estebank:suggest-cast, r=petrochenkovGuillaume Gomez-0/+1242
2018-01-21Auto merge of #47116 - estebank:non-accessible-ctor, r=petrochenkovbors-85/+407
2018-01-21Auto merge of #47001 - arielb1:private-match, r=nikomatsakisbors-0/+28
2018-01-21Fix ICE with `use self;`Pietro Albini-0/+21
2018-01-21Auto merge of #45684 - bjorn3:runtime_choose_trans2, r=eddybbors-98/+125
2018-01-21Auto merge of #47622 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-24/+119
2018-01-21Auto merge of #47495 - nikomatsakis:nll-issue-47153, r=pnkfelixbors-0/+27
2018-01-20Rollup merge of #47573 - estebank:closures, r=nikomatsakisGuillaume Gomez-24/+62
2018-01-20Rollup merge of #47193 - cramertj:result-opts, r=TimNNGuillaume Gomez-0/+57
2018-01-20Remove the 'extern "C"' in the right placebjorn3-1/+1
2018-01-20Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize...bors-5/+7
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-2/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-3/+3
2018-01-20Replace Box::{from,into}_unique with {from,into}_nonnull_rawSimon Sapin-1/+0
2018-01-20Replace Unique<T> with NonZero<T> in Alloc traitSimon Sapin-1/+1
2018-01-20Closure argument mismatch tweaksEsteban Küber-24/+62
2018-01-19Run yield-subtype test on nll mode too as a regression checkSantiago Pastorino-0/+3
2018-01-19Tweak wording and spans of closure lifetime errorsEsteban Küber-30/+31
2018-01-19Hopefully fix the 32bit SEGVbjorn3-1/+0
2018-01-19Add missing licensesbjorn3-1/+21
2018-01-19Fix hotplug backend and add testbjorn3-0/+85
2018-01-19Allow runtime switching between trans backendsbjorn3-98/+21
2018-01-19Auto merge of #47503 - arielb1:check-size, r=eddybbors-0/+37
2018-01-19Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakisbors-0/+58
2018-01-19Auto merge of #47401 - rkruppe:issue-47278, r=eddybbors-0/+19
2018-01-18in which the unused-parens lint comes to cover function and method argsZack M. Davis-5/+7
2018-01-18Add E0659 for ambiguous namesGuillaume Gomez-11/+37
2018-01-17Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelixGuillaume Gomez-47/+253
2018-01-17Rollup merge of #47468 - estebank:closure-mut-mut, r=pnkfelixGuillaume Gomez-0/+35
2018-01-17Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavusGuillaume Gomez-0/+40
2018-01-17Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-SimulacrumGuillaume Gomez-0/+142
2018-01-18Rollup merge of #47481 - estebank:unused-args, r=arielb1kennytm-39/+30
2018-01-18Rollup merge of #47479 - zackmdavis:and_the_case_of_the_suggested_double-pub,...kennytm-10/+32
2018-01-18Rollup merge of #47467 - arielb1:cleanup-shims, r=eddybkennytm-0/+32
2018-01-18Rollup merge of #47458 - mark-i-m:lint_array_comma, r=estebankkennytm-13/+48
2018-01-18Rollup merge of #47456 - chrisvittal:nll-tests, r=nikomatsakiskennytm-0/+41
2018-01-18Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=est...kennytm-5/+5
2018-01-18Rollup merge of #47407 - gaurikholkar:master, r=estebankkennytm-0/+53
2018-01-16Add secondary span pointing at the statement (error span)Esteban Küber-15/+25
2018-01-16Allow a trailing comma in lint_array; fix #47428Mark Mansi-13/+48
2018-01-16avoid double-unsizing arrays in bytestring match loweringAriel Ben-Yehuda-0/+37
2018-01-17fix minor errorsGauri-12/+11
2018-01-17using tabs in ui testsGauri-6/+7