about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-09-16fix dynamic drop for unionsAriel Ben-Yehuda-1/+24
2016-09-16forbid moves out of slicesAriel Ben-Yehuda-0/+21
2016-09-16Auto merge of #36338 - estebank:primitive-shadow, r=jseyfriedbors-0/+36
2016-09-15Specify when type parameter shadows primitive typeEsteban Küber-0/+36
2016-09-15Auto merge of #36393 - petrochenkov:ancient, r=eddybbors-18/+0
2016-09-15Auto merge of #36491 - Manishearth:rollup, r=Manishearthbors-32/+252
2016-09-15Rollup merge of #36461 - nikomatsakis:issue-36053, r=arielb1Manish Goregaokar-0/+53
2016-09-15Rollup merge of #36459 - nikomatsakis:issue-35546, r=eddybManish Goregaokar-0/+28
2016-09-15Rollup merge of #36454 - bluss:slice-primitive-index, r=alexcrichtonManish Goregaokar-1/+1
2016-09-15Rollup merge of #36438 - jseyfried:node_ids_in_expansion, r=nrcManish Goregaokar-6/+52
2016-09-15Rollup merge of #36429 - durka:patch-30, r=nagisaManish Goregaokar-4/+4
2016-09-15Rollup merge of #36425 - michaelwoerister:stable-projection-bounds, r=eddybManish Goregaokar-0/+19
2016-09-15Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichtonManish Goregaokar-21/+95
2016-09-15Auto merge of #36372 - sfackler:sum-prod-overflow, r=alexcrichtonbors-0/+58
2016-09-14Auto merge of #36293 - liigo:docblock-short, r=steveklabnikbors-1/+1
2016-09-14Auto merge of #36270 - petrochenkov:pipwarnagain, r=nikomatsakisbors-2/+6
2016-09-14core: Use primitive indexing in slice's Index/IndexMutUlrik Sverdrup-1/+1
2016-09-14clear obligations-added flag with nested fulfillcxNiko Matsakis-0/+53
2016-09-14Auto merge of #35667 - ollie27:rustdoc_opaque_structs, r=steveklabnikbors-0/+10
2016-09-13add missing testNiko Matsakis-0/+28
2016-09-13Auto merge of #35021 - japaric:rustc-builtins, r=alexcrichtonbors-2/+18
2016-09-13Remove parsing of obsolete pre-1.0 syntaxesVadim Petrochenkov-18/+0
2016-09-13Link test to compiler builtins and make unstableAlex Crichton-2/+4
2016-09-13TypeIdHasher: Let projections be hashed implicitly by the visitor.Michael Woerister-0/+19
2016-09-13Auto merge of #36181 - seanmonstar:likely, r=nikomatsakisbors-0/+41
2016-09-13Auto merge of #36264 - matklad:zeroing-cstring, r=alexcrichtonbors-0/+49
2016-09-13Rollup merge of #36389 - jfirebaugh:E0297, r=GuillaumeGomezGuillaume Gomez-1/+3
2016-09-13Rewrite the unit tests in `ext/expand.rs` as a `compile-fail` test.Jeffrey Seyfried-0/+46
2016-09-13Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`.Jeffrey Seyfried-6/+6
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-0/+14
2016-09-13fix "X is not a member of trait Y" span labelsAlex Burka-4/+4
2016-09-12Auto merge of #35960 - nikomatsakis:incr-comp-krate-edges, r=michaelwoeristerbors-0/+111
2016-09-12Auto merge of #36354 - mikhail-m1:master, r=jonathandturnerbors-0/+24
2016-09-12Auto merge of #36406 - arielb1:constant-padding, r=eddybbors-0/+25
2016-09-11Auto merge of #36344 - sanxiyn:llvm-components, r=alexcrichtonbors-0/+10
2016-09-12use `adt::trans_const` when translating constant closures and tuplesAriel Ben-Yehuda-0/+25
2016-09-11Auto merge of #36308 - dtolnay:inputitem, r=alexcrichtonbors-3/+3
2016-09-11Auto merge of #36369 - uweigand:s390x, r=alexcrichtonbors-0/+23
2016-09-10Update E0297 to new error formatJohn Firebaugh-1/+3
2016-09-10Auto merge of #36351 - pnkfelix:fix-36278-size-miscalc, r=eddybbors-0/+28
2016-09-10Improve `Eq` derivingVadim Petrochenkov-2/+42
2016-09-10Inherit overflow checks for sum and productSteven Fackler-0/+58
2016-09-10Improve shallow `Clone` derivingVadim Petrochenkov-20/+54
2016-09-10Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnikGuillaume Gomez-0/+59
2016-09-10Rollup merge of #35691 - jaredwy:update-error-63, r=jonathandturnerGuillaume Gomez-3/+39
2016-09-10Auto merge of #36333 - apasel422:issue-35668, r=eddybbors-0/+24
2016-09-10fix span for errors E0537, E0535 & E0536Mikhail Modin-0/+24
2016-09-09Auto merge of #36332 - llogiq:static_consts_feature, r=nikomatsakisbors-181/+16
2016-09-09Add s390x supportUlrich Weigand-0/+23
2016-09-09Auto merge of #36331 - petrochenkov:tyadt, r=eddybbors-2/+2