about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-10-10Rollup merge of #45146 - petrochenkov:lessrec, r=estebankkennytm-2/+58
2017-10-10Rollup merge of #45135 - michaelwoerister:move-incr-comp-with-macro-export, r...kennytm-2/+1
2017-10-10Rollup merge of #45108 - phil-opp:patch-2, r=japarickennytm-2/+2
2017-10-10Rollup merge of #45089 - rkruppe:master, r=blusskennytm-1/+1
2017-10-10Rename test Linux target to avoid conflict with built-in targetPhilipp Oppermann-1/+1
2017-10-10Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundibors-29/+15
2017-10-09Fix a bug in diagnostics for `x as usize < y`Vadim Petrochenkov-2/+58
2017-10-09Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoeristerbors-2/+71
2017-10-09incr.comp.: Move macro-export test case to src/test/incremental.Michael Woerister-2/+1
2017-10-08Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r...bors-13/+60
2017-10-08Fix data-layout fieldPhilipp Oppermann-1/+1
2017-10-08Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichtonbors-0/+119
2017-10-08Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddybkennytm-10/+10
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-2/+71
2017-10-07Auto merge of #44841 - alexcrichton:thinlto, r=michaelwoeristerbors-37/+131
2017-10-07Auto merge of #44892 - GuillaumeGomez:fnty-args-rustdoc, r=eddybbors-0/+15
2017-10-07Fix typo in codegen testRobin Kruppe-1/+1
2017-10-07Fix invalid rustdoc rendering for FnTy argsGuillaume Gomez-0/+15
2017-10-07rustc: Implement ThinLTOAlex Crichton-37/+131
2017-10-07Auto merge of #44860 - kennytm:fix-44731, r=alexcrichtonbors-0/+51
2017-10-07Auto merge of #44614 - tschottdorf:pat_adjustments, r=nikomatsakisbors-23/+1045
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-23/+1045
2017-10-06Auto merge of #43604 - abonander:proc_macro_span_api, r=jseyfriedbors-0/+107
2017-10-06Auto merge of #44818 - petrochenkov:astymac2, r=jseyfriedbors-0/+135
2017-10-06Auto merge of #44951 - vitiral:incr_struct_defs, r=michaelwoeristerbors-4/+177
2017-10-05`proc_macro::Span` API improvementsAustin Bonander-0/+107
2017-10-06Improve resolution of associated types in macros 2.0Vadim Petrochenkov-0/+135
2017-10-05Fix infinite recursion in <DepNode as Debug>.Michael Woerister-10/+10
2017-10-05Auto merge of #44940 - philipc:remap-path, r=michaelwoeristerbors-0/+23
2017-10-04Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakisbors-19/+14
2017-10-04Fix some E-needstest issues.Malo Jaffré-0/+119
2017-10-04Unit tests for gathering and reporting move-errors from mir-borrowck.Felix S. Klock II-13/+60
2017-10-03Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakisbors-0/+3
2017-10-03related to #44924: update incr compilation for struct_defs.rsGarrett Berg-4/+177
2017-10-03Auto merge of #44922 - zilbuz:issue-44596/E0594, r=pnkfelixbors-5/+44
2017-10-03Auto merge of #44920 - vi:rustdoc_implementors_src_link, r=GuillaumeGomezbors-0/+24
2017-10-03Auto merge of #44966 - zackmdavis:no_mangle_no_snake, r=aturonbors-0/+18
2017-10-02rustdoc: Remove cruft from the testVitaly _Vi Shukela-14/+4
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-19/+14
2017-10-02Auto merge of #44959 - arielb1:generic-errors, r=eddybbors-1/+75
2017-10-02fix handling of `Self`Ariel Ben-Yehuda-15/+46
2017-10-02Auto merge of #44942 - zackmdavis:lint_suggestions, r=estebankbors-3/+94
2017-10-01correct unused-parens lint suggestion to strip exact pairZack M. Davis-0/+26
2017-10-01make non_snake_case lint allow extern no-mangle functionsZack M. Davis-0/+18
2017-10-01handle nested generics in Generics::type_param/region_paramAriel Ben-Yehuda-1/+44
2017-10-01Auto merge of #44945 - petrochenkov:fixtyrec, r=arielb1bors-3/+22
2017-10-01Auto merge of #44906 - dkl:main-signature, r=nagisabors-0/+55
2017-09-30test: Update target specs test for new target-c-int-width fieldDaniel Klauer-0/+3
2017-09-30code suggestions for unused-mut, while-true lints; UI testZack M. Davis-2/+67
2017-09-30code suggestion for deprecated-attribute lintZack M. Davis-1/+1