about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-03-06rollup merge of #23091: japaric/phantomAlex Crichton-0/+41
2015-03-06Rollup merge of #23025 - huonw:better-iter-infer, r=GankroManish Goregaokar-0/+25
2015-03-06Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichtonManish Goregaokar-0/+0
2015-03-06Rollup merge of #23099 - brson:lint-cstack, r=alexcrichtonManish Goregaokar-26/+0
2015-03-06Rollup merge of #23098 - brson:ignore-fast, r=alexcrichtonManish Goregaokar-8/+0
2015-03-06Rollup merge of #23074 - michaelwoerister:constants-debug-locs, r=alexcrichtonManish Goregaokar-0/+135
2015-03-06Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelixManish Goregaokar-2/+69
2015-03-06Rollup merge of #22899 - huonw:macro-stability, r=alexcrichtonManish Goregaokar-1/+224
2015-03-06file permission: remove executable bit from *.rsLai Jiangshan-0/+0
2015-03-05Remove run-pass/lint-cstack.rs. No longer testing anything.Brian Anderson-26/+0
2015-03-05'ignore-fast' directives do nothingBrian Anderson-8/+0
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-2/+69
2015-03-05OIBIT: for `PhantomData<T>` check `T` rather than the struct itselfJorge Aparicio-0/+41
2015-03-05Auto merge of #23031 - Manishearth:rollup, r=Manishearthbors-783/+853
2015-03-05Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakisbors-55/+171
2015-03-05debuginfo: Add test case for `extern "C"` functions.Michael Woerister-0/+68
2015-03-05debuginfo: Add `debuginfo::with_source_location_override()` function...Michael Woerister-0/+67
2015-03-06Run feature-gating on the final AST passed to the compiler.Huon Wilson-0/+20
2015-03-06Use `#[allow_internal_unstable]` for `thread_local!`Huon Wilson-0/+23
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-1/+181
2015-03-05Use more associated types in core::iter.Huon Wilson-0/+25
2015-03-05Fix tag align tests for 32bit linux (fixes #7340)Manish Goregaokar-33/+27
2015-03-05Move span in error (fixup #22764)Manish Goregaokar-3/+2
2015-03-05Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichtonManish Goregaokar-770/+768
2015-03-05Fix compile-fail error messages after integer suffix removal.Eduard Burtescu-26/+26
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-746/+744
2015-03-05Rollup merge of #23018 - sanxiyn:quote-question, r=huonwManish Goregaokar-1/+3
2015-03-05Fix quoting of ?SizedSeo Sanghyeon-1/+3
2015-03-05Rollup merge of #23013 - nikomatsakis:syncbox, r=pnkfelixManish Goregaokar-0/+77
2015-03-05Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallisterbors-2/+102
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-22/+19
2015-03-04Add tests related to #20220. Fixes #20220.Niko Matsakis-0/+57
2015-03-04Generalize the code so we can handle multiple supertraits.Niko Matsakis-52/+109
2015-03-04Separate supertrait collection from processing a `TraitDef`. This allowsNiko Matsakis-17/+19
2015-03-04Add quasiquote for matchers and attributesPiotr Czarnecki-2/+102
2015-03-04Encode codemap and span information in crate metadata.Michael Woerister-0/+100
2015-03-03When generating WF criteria, do not visit the same type more thanNiko Matsakis-0/+77
2015-03-03Switched to Box::new in many places.Felix S. Klock II-299/+266
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-224/+229
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-10/+113
2015-03-03Rollup merge of #22977 - kmcallister:issue-15778, r=sfacklerManish Goregaokar-0/+80
2015-03-03Rollup merge of #22970 - pnkfelix:fsk-robust-backtrace-test-against-env, r=al...Manish Goregaokar-1/+3
2015-03-03Rollup merge of #22990 - japaric:privATe, r=alexcrichtonManish Goregaokar-3/+44
2015-03-03Rollup merge of #22960 - huonw:static-assert, r=huonwManish Goregaokar-11/+25
2015-03-03Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichtonManish Goregaokar-0/+1
2015-03-03Fix backtrace tests for LinuxManish Goregaokar-4/+4
2015-03-03Fix span typo in the arithmetic overflow for array length reporting.Felix S. Klock II-0/+43
2015-03-03Update tests for const-eval error handling changes.Felix S. Klock II-3/+9
2015-03-03Address arith-overflow and error-handling in `const_eval.rs`.Felix S. Klock II-2/+2
2015-03-03Fix the overflowing tests in run-fail.Felix S. Klock II-6/+15