about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2014-11-01Rebasing and review changesNick Cameron-26/+44
2014-11-01testNick Cameron-0/+87
2014-10-30rustc: Implement -l and include! tweaksAlex Crichton-0/+26
2014-10-30auto merge of #18279 : bgamari/rust/check-static-recursion, r=alexcrichtonbors-0/+19
2014-10-29check_static_recursion: Handle foreign itemsBen Gamari-0/+19
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-8/+8
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-2/+2
2014-10-26Use standard capitalisation for TokenTree variantsBrendan Zabarauskas-2/+2
2014-10-26Rename TokenTree variants for clarityBrendan Zabarauskas-2/+2
2014-10-21Adjust orphan rules to consider all input types, not just self type.Niko Matsakis-0/+14
2014-10-21The new method lookup mechanism typechecks calls against the method type decl...Niko Matsakis-1/+10
2014-10-20auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturonbors-61/+59
2014-10-19Ensure that the return type of a function is SizedAriel Ben-Yehuda-0/+3
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-61/+59
2014-10-16Remove libdebug and update tests.Luqman Aden-6/+3
2014-10-12Continue cfg syntax transitionSteven Fackler-2/+1
2014-10-10auto merge of #17669 : nikomatsakis/rust/multidispatch, r=pcwaltonbors-0/+51
2014-10-09Convert tests to cross-crate, fix a RefCell bug I found in the process.Niko Matsakis-0/+51
2014-10-09test: Convert statics to constantsAlex Crichton-6/+46
2014-10-03auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichtonbors-0/+70
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-13/+8
2014-10-02rollup merge of #17722 : jakub-/issue-17169Alex Crichton-0/+2
2014-10-02Fix cross-crate tuple structs in staticsJakub Wieczorek-0/+2
2014-10-02tests: remove uses of Gc.Eduard Burtescu-12/+7
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakisbors-0/+22
2014-10-01Add a guide to compiler pluginsKeegan McAllister-0/+70
2014-09-30Fold `MethodOrigin`s to resolve inference variables they may contain.Eduard Burtescu-0/+22
2014-09-30Fixes ICE when using reexported unit-like structsMichael Kainer-0/+21
2014-09-25Rename `fail_` lang item to `fail`, closes #16114Florian Hahn-1/+1
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-4/+4
2014-09-22auto merge of #17286 : vberger/rust/deprecated_in_macros, r=aturonbors-0/+10
2014-09-22Lint stability now checks macro arguments.Victor Berger-0/+10
2014-09-22Fix snapshot buildersAlex Crichton-1/+3
2014-09-19rollup merge of #17338 : nick29581/variants-namespaceAlex Crichton-2/+2
2014-09-19Allow syntax extensions to return multiple items, closes #16723.Florian Hahn-0/+33
2014-09-19Add enum variants to the type namespaceNick Cameron-2/+2
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-4/+9
2014-09-14auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichtonbors-12/+12
2014-09-14Fix fallout in macro_crate/quote tests.Eduard Burtescu-6/+5
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-12/+12
2014-09-10Change ItemModifier and ItemDecorator to traitsSteven Fackler-1/+1
2014-09-05add tests for separate compilationStuart Pernsteiner-0/+62
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-0/+53
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-7/+40
2014-08-27auto merge of #16751 : luqmana/rust/tr, r=alexcrichtonbors-0/+15
2014-08-27auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwaltonbors-11/+11
2014-08-25Add test.Luqman Aden-0/+27
2014-08-25Add tests to make sure intrinsicck doesn't apply to non-intrinsic fn's.Luqman Aden-0/+15