about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-12-09compiletest: add aux-crate directiveEric Huss-23/+34
2019-12-09Add options to --extern flag.Eric Huss-0/+83
2019-12-05Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddybbors-0/+2
2019-12-04Disable gdb pretty printer global section on wasm targetsAlex Crichton-0/+2
2019-12-04Auto merge of #66408 - nnethercote:greedy-process_obligations, r=nmatsakisbors-1/+3
2019-12-04Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJungbors-8/+25
2019-12-03Rollup merge of #66973 - cuviper:min-llvm7, r=alexcrichtonMazdak Farrokhzad-12/+1
2019-12-03Rollup merge of #66960 - wesleywiser:fix_66787_take2, r=oli-obk,RalfJungMazdak Farrokhzad-0/+39
2019-12-03Fix UI tests for new locationsMark Rousskov-12/+15
2019-12-03[const-prop] Fix ICE calculating enum discriminantWesley Wiser-0/+39
2019-12-03Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkorMazdak Farrokhzad-10/+197
2019-12-03Rollup merge of #66935 - petrochenkov:attrtok2, r=CentrilMazdak Farrokhzad-11/+11
2019-12-03Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwcoMazdak Farrokhzad-20/+181
2019-12-03Move all intrinsic whitelists into the constness check fileOliver Scherer-4/+4
2019-12-03Check intrinsics for callability in const fnsMahmut Bulut-4/+21
2019-12-02Update the minimum external LLVM to 7Josh Stone-12/+1
2019-12-02syntax: Use `ast::MacArgs` for attributesVadim Petrochenkov-2/+2
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-9/+9
2019-12-02Remove top-level or-pattern hackNadrieril-12/+5
2019-12-02Move recently changed tests to the correct fileNadrieril-66/+60
2019-12-02Correct error on partially unreachable or-pat in `if let`Nadrieril-15/+12
2019-12-02Lint for redundant branches in or-patternsNadrieril-6/+47
2019-12-02Add some testsNadrieril-9/+171
2019-12-02Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasperRalf Jung-52/+44
2019-12-02Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obkRalf Jung-0/+41
2019-12-02Rollup merge of #66907 - eddyb:br-nicer-named, r=oli-obkMazdak Farrokhzad-20/+20
2019-12-02Rollup merge of #66905 - petrochenkov:rmplugin2, r=CentrilMazdak Farrokhzad-122/+53
2019-12-02Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obkMazdak Farrokhzad-10/+10
2019-12-01rustc_plugin: Some further cleanupVadim Petrochenkov-18/+2
2019-12-01rustc_plugin: Remove support for plugins adding LLVM passesVadim Petrochenkov-35/+0
2019-12-01rustc_lint: Remove lint `plugin_as_library`Vadim Petrochenkov-24/+4
2019-12-01rustc_plugin: Remove support for adding plugins from command lineVadim Petrochenkov-3/+11
2019-12-01rustc_plugin: Remove support for plugin argumentsVadim Petrochenkov-33/+27
2019-12-01Conditional compilation for sanitizersTomasz Miąsko-0/+41
2019-12-01Rollup merge of #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomezMazdak Farrokhzad-0/+1
2019-12-01Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasperMazdak Farrokhzad-103/+82
2019-11-30Rollup merge of #66870 - tmiasko:simplify-ty, r=oli-obkMazdak Farrokhzad-0/+95
2019-11-30Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkorMazdak Farrokhzad-0/+238
2019-11-30rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl.Eduard-Mihai Burtescu-20/+20
2019-11-30Apply suggestions from code reviewNadrieril Feneanar-1/+1
2019-11-29Rollup merge of #66847 - dtolnay:_fmt, r=joshtriplettDavid Tolnay-20/+32
2019-11-29Bless ui test for libstd reformatDavid Tolnay-2/+2
2019-11-29Add explanation message for E0203Nixon-0/+1
2019-11-29Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertjRalf Jung-0/+40
2019-11-29Rollup merge of #66791 - cjgillot:arena, r=Mark-SimulacrumRalf Jung-1/+6
2019-11-29Rollup merge of #66589 - TheSamsa:master, r=Dylan-DPCRalf Jung-1/+25
2019-11-29SimplifyArmIdentity only for locals with the same typeTomasz Miąsko-0/+95
2019-11-29Auto merge of #66321 - ninjasource:async-fn-resume-after-completion, r=oli-obkbors-0/+123
2019-11-29remove get_named_spanMark Mansi-50/+28
2019-11-29improve lifetime errors with implicit trait object lifetimesMark Mansi-79/+80