summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-06-02Extend dead code lint to detect more unused enum variantsSeo Sanghyeon-0/+22
2015-06-02added test to ensure move_val_init still handles cleanups properly.Felix S. Klock II-0/+194
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-2/+28
2015-05-29Rollup merge of #25876 - tshepang:patch-3, r=steveklabnikSteve Klabnik-4/+2
2015-05-29Rollup merge of #25873 - nham:update_E0015, r=AatchSteve Klabnik-1/+1
2015-05-29New tests for cross-crate usages of const fn and so forthNiko Matsakis-0/+131
2015-05-29add const_fn featuresNiko Matsakis-1/+33
2015-05-29add a test for const fn methods, as suggested by @pnkfelixNiko Matsakis-0/+25
2015-05-29Add feature-gate to calling const fnNiko Matsakis-1/+6
2015-05-29remove the last mention of IoResultTshepang Lekhonkhobe-4/+2
2015-05-28Convert mutable statics error to have error code and add explanation.Nick Hamann-1/+1
2015-05-28Auto merge of #25856 - bluss:binary-heap-hole, r=Gankrobors-0/+108
2015-05-28collections: Make BinaryHeap panic safe in sift_up / sift_downUlrik Sverdrup-0/+108
2015-05-28Auto merge of #25840 - arielb1:ptr-compare-fixes, r=nrcbors-1/+33
2015-05-28Auto merge of #25824 - alexcrichton:fix-deadlocking-test-on-windows, r=nikoma...bors-3/+1
2015-05-28Prevent comparison and dereferencing of raw pointers in constexprsAriel Ben-Yehuda-1/+33
2015-05-27Auto merge of #25796 - arielb1:default-assoc, r=eddybbors-1/+84
2015-05-28Rollup merge of #25806 - nrc:20184-msg, r=alexcrichtonManish Goregaokar-1/+2
2015-05-27test fixesAriel Ben-Yehuda-2/+2
2015-05-27test: Join child threads on windows in testsAlex Crichton-3/+1
2015-05-27Auto merge of #25797 - eddyb:const-trait-to-trait, r=luqmanabors-0/+31
2015-05-27Auto merge of #25762 - dotdash:codegen_test, r=alexcrichtonbors-377/+192
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-377/+192
2015-05-27Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichtonbors-56/+55
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-56/+55
2015-05-27Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichtonbors-0/+19
2015-05-27Auto merge of #25713 - Stebalien:pattern, r=alexcrichtonbors-0/+30
2015-05-26Auto merge of #25688 - nham:E0055_E0192, r=alexcrichtonbors-2/+2
2015-05-27Add a WONTFIX message to a failing test.Nick Cameron-1/+2
2015-05-26Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichtonbors-0/+36
2015-05-26Pluralize E0087-E0090 messages based on number of parameters.Nick Hamann-1/+1
2015-05-26Fix typo.Nick Hamann-1/+1
2015-05-26Auto merge of #24657 - aochagavia:rustdoc, r=alexcrichtonbors-1/+7
2015-05-26Auto merge of #25593 - nham:E0210_E0326, r=alexcrichtonbors-1/+1
2015-05-26Add tests for fixed issuesAriel Ben-Yehuda-0/+53
2015-05-26Auto merge of #25091 - quantheory:trait_associated_const_fixes, r=nikomatsakisbors-0/+61
2015-05-26Do not trip an assert when coercing &Trait to &Trait in constants.Eduard Burtescu-0/+31
2015-05-26Implement defaults for associated typesAriel Ben-Yehuda-0/+30
2015-05-26rustc_back: Don't pass 'u' to ar invocationsAlex Crichton-0/+50
2015-05-26Auto merge of #25778 - econoplas:master, r=pnkfelixbors-0/+2
2015-05-26Associate each path in a `use` declaration with the item in the AST mapBarosl Lee-0/+19
2015-05-25rustdoc: Show where clauses in type aliasesUlrik Sverdrup-0/+4
2015-05-25rustdoc: Fix associated types in signaturesUlrik Sverdrup-0/+22
2015-05-25Auto merge of #25773 - dotdash:deref_dst, r=eddybbors-0/+26
2015-05-25Fix auto_ref for fat pointersBjörn Steinbrink-0/+26
2015-05-25- Fix regression of literal out of range check for negative i64 values which ...econoplas-0/+2
2015-05-25Rustdoc: ignore deref-inherited static methodsAdolfo Ochagavía-1/+7
2015-05-25Fix transmutes with boolean source valuesBjörn Steinbrink-0/+20
2015-05-24Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelixbors-4/+181
2015-05-24Auto merge of #25168 - Manishearth:register_attr, r=eddybbors-0/+60