about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-11-10Auto merge of #37645 - jseyfried:fix_crate_var_in_custom_derives, r=nrcbors-0/+51
2016-11-10Auto merge of #37687 - nox:patch-1, r=eddybbors-0/+16
2016-11-10Work around a borrow surviving too long (fixes #37686)Anthony Ramine-0/+16
2016-11-10Add regression test.Jeffrey Seyfried-0/+51
2016-11-10Test `#[macro_reexport]`ing custom derives.Jeffrey Seyfried-0/+38
2016-11-10Support `#[macro_reexport]`ing custom derives.Jeffrey Seyfried-5/+11
2016-11-10Register and stability check `#[no_link]` crates.Jeffrey Seyfried-4/+4
2016-11-09Auto merge of #37678 - eddyb:rollup, r=eddybbors-128/+190
2016-11-10tests: fix fallout in pretty-printing output exact-match tests.Eduard Burtescu-66/+80
2016-11-10tests: fix fallout in flowgraph graphviz comparison dot files.Eduard Burtescu-26/+78
2016-11-10rustc_typeck: correctly track "always-diverges" and "has-type-errors".Eduard Burtescu-35/+30
2016-11-10syntax: don't fake a block around closures' bodies during parsing.Eduard Burtescu-1/+2
2016-11-09Auto merge of #37603 - arielb1:max-slice-length, r=nikomatsakisbors-0/+45
2016-11-09Auto merge of #37670 - eddyb:rollup, r=eddybbors-88/+915
2016-11-09Rollup merge of #37654 - michaelwoerister:test-let-ich, r=nikomatsakisEduard-Mihai Burtescu-0/+570
2016-11-09Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfriedEduard-Mihai Burtescu-19/+169
2016-11-09Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiynEduard-Mihai Burtescu-3/+36
2016-11-09Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats...Eduard-Mihai Burtescu-3/+161
2016-11-09Rollup merge of #36868 - petrochenkov:adtstab, r=nikomatsakisEduard-Mihai Burtescu-90/+6
2016-11-09Auto merge of #36520 - estebank:dataless-enum, r=brsonbors-2/+6
2016-11-08Point to type argument span when used as traitEsteban Küber-3/+36
2016-11-08Rollup merge of #37610 - oldmanmike:unary-and-binary-tests, r=michaelwoeristerSteve Klabnik-0/+514
2016-11-08ICH: Add test case for match-expressionsMichael Woerister-0/+342
2016-11-08ICH: Add test case for let-expressions.Michael Woerister-0/+228
2016-11-08Partially stabilize RFC 1506 "Clarify relationships between ADTs"Vadim Petrochenkov-90/+6
2016-11-08Revert "Point macros 1.1 errors to the input item"Josh Driver-2/+2
2016-11-08Allow proc_macro functions to whitelist specific attributesJosh Driver-17/+167
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-37/+0
2016-11-07Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddybbors-0/+50
2016-11-07Fix typos and redundant codeoldmanmike-5/+3
2016-11-07Apply changes recommended in code reviewoldmanmike-21/+40
2016-11-06Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrcbors-0/+37
2016-11-06Add test for issue 18060.Joe Neeman-0/+17
2016-11-05Add unary and binary tests for incr-compoldmanmike-0/+497
2016-11-05Include type of missing trait methods in errorEsteban Küber-3/+161
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-494/+983
2016-11-05Fix tests from the rollupAlex Crichton-1/+2
2016-11-05Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollupAlex Crichton-0/+39
2016-11-05Rollup merge of #37596 - est31:master, r=alexcrichtonAlex Crichton-0/+6
2016-11-05Rollup merge of #37569 - jseyfried:improve_expansion_perf, r=eddybAlex Crichton-28/+33
2016-11-05Rollup merge of #37564 - Mark-Simulacrum:sized-ice, r=eddybAlex Crichton-0/+16
2016-11-05Rollup merge of #37557 - TimNN:fix-36954, r=eddybAlex Crichton-0/+35
2016-11-05Rollup merge of #37501 - alexcrichton:windows-subsystem, r=brsonAlex Crichton-0/+63
2016-11-05_match: correct max_slice_length logicAriel Ben-Yehuda-0/+45
2016-11-04Add error when proc_macro_derive is used not on functionsest31-0/+6
2016-11-04Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelixbors-30/+419
2016-11-04Fix fallout in tests.Jeffrey Seyfried-28/+33
2016-11-03Fix ICE when querying DefId on Def::Err.Mark-Simulacrum-0/+16
2016-11-03use DefId's in const eval for cross-crate const fn'sTim Neumann-0/+35
2016-11-02Auto merge of #37541 - nikomatsakis:issue-37291, r=brsonbors-0/+81