summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-09-22librustc: Parse and resolve higher-rank lifetimes in traits.Patrick Walton-0/+2
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-36/+99
2014-09-22auto merge of #17286 : vberger/rust/deprecated_in_macros, r=aturonbors-3/+15
2014-09-22auto merge of #17408 : bkoropoff/rust/bot-ice, r=alexcrichtonbors-0/+26
2014-09-22Lint stability now checks macro arguments.Victor Berger-3/+15
2014-09-22Fix snapshot buildersAlex Crichton-1/+3
2014-09-22auto merge of #17029 : alexcrichton/rust/vec-stable, r=aturonbors-1/+1
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-1/+1
2014-09-21auto merge of #17419 : anchovieshat/rust/remove_no_opt, r=cmrbors-39/+0
2014-09-21Move -Z lto to -C lto.Colin Davidson-8/+8
2014-09-21Remove -Z no-opt flag.Colin Davidson-39/+0
2014-09-21auto merge of #17415 : jakub-/rust/issue-17383, r=huonwbors-0/+18
2014-09-21Fix the span for discriminators in non-C-like enumsJakub Wieczorek-0/+18
2014-09-20auto merge of #17218 : iliekturtles/rust/2789-invalid-doc-comment, r=huonwbors-0/+92
2014-09-20auto merge of #17382 : brson/rust/gdbwin, r=sfacklerbors-0/+2
2014-09-20Induce an empty loan for the value being matched in match expressionsJakub Wieczorek-0/+39
2014-09-20libsyntax: Explicit error message for sugared doc comments.Mike Boutin-0/+92
2014-09-20Add test that `!` cannot be indexedBrian Koropoff-0/+13
2014-09-20Add regression test for issue #17373Brian Koropoff-0/+13
2014-09-20auto merge of #17319 : kmcallister/rust/method-macro-bt, r=pcwaltonbors-0/+37
2014-09-19Test fixes from the rollupAlex Crichton-4/+5
2014-09-19rollup merge of #17379 : pcwalton/keywords-followed-by-double-colonAlex Crichton-0/+15
2014-09-19rollup merge of #17358 : epdtry/pcg-ltoAlex Crichton-3/+2
2014-09-19rollup merge of #17338 : nick29581/variants-namespaceAlex Crichton-34/+61
2014-09-19rollup merge of #17318 : nick29581/sliceAlex Crichton-1/+308
2014-09-19rollup merge of #17314 : eddyb/span-no-gcAlex Crichton-3/+3
2014-09-19rollup merge of #17236 : fhahn/issue-16723-multiple-itemsAlex Crichton-0/+63
2014-09-19Allow syntax extensions to return multiple items, closes #16723.Florian Hahn-0/+63
2014-09-19Add enum variants to the type namespaceNick Cameron-34/+61
2014-09-19reviewer changesNick Cameron-3/+69
2014-09-18Ignore two gdb tests on windows that are failing on the botsBrian Anderson-0/+2
2014-09-18librustc: Implement the syntax in the RFC for unboxed closure sugar.Patrick Walton-17/+51
2014-09-18libsyntax: Disallow keywords followed by `::`.Patrick Walton-0/+15
2014-09-19Implement slicing syntax.Nick Cameron-1/+242
2014-09-18Fix fallout in tests from removing the use of Gc in ExpnInfo.Eduard Burtescu-3/+3
2014-09-18auto merge of #17341 : alexcrichton/rust/unignore, r=brsonbors-2/+0
2014-09-18auto merge of #17335 : TeXitoi/rust/relicense-shootout, r=brsonbors-22/+77
2014-09-17support LTO against libraries built with codegen-units > 1Stuart Pernsteiner-3/+2
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-4/+309
2014-09-17auto merge of #17331 : kballard/rust/rust_log_pattern_inverted, r=alexcrichtonbors-0/+54
2014-09-17Fix the inverted RUST_LOG filterKevin Ballard-0/+54
2014-09-17auto merge of #17343 : alexcrichton/rust/rollup, r=alexcrichtonbors-141/+212
2014-09-17Pop the expansion context after expanding a method macroKeegan McAllister-0/+37
2014-09-17auto merge of #16836 : P1start/rust/closure_ret_bang, r=alexcrichtonbors-0/+44
2014-09-17rollup merge of #17311 : jakub-/issue-17302Alex Crichton-0/+34
2014-09-17rollup merge of #17310 : nikomatsakis/type-bounds-generalize-to-multiple-obje...Alex Crichton-2/+64
2014-09-17rollup merge of #17309 : aturon/deprecate-libnumAlex Crichton-128/+0
2014-09-17rollup merge of #17290 : bkoropoff/issue-17283Alex Crichton-0/+37
2014-09-17rollup merge of #17279 : jakub-/for-loop-unused-variableAlex Crichton-0/+18
2014-09-17rollup merge of #17226 : P1start/rustdoc-colourAlex Crichton-11/+22