about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-09-16Improve PartialOrd for slicesAndrea Canciani-18/+21
2015-09-16Specialize `PartialOrd` for totally ordered primitive typesAndrea Canciani-4/+22
2015-09-16Auto merge of #28417 - apasel422:issue-23036, r=arielb1bors-0/+18
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-2563/+1072
2015-09-15Auto merge of #28263 - christopherdumas:add_help_E0118, r=nikomatsakisbors-1/+20
2015-09-15Auto merge of #28413 - arielb1:deduplication, r=eddybbors-286/+140
2015-09-15Add test for #23036Andrew Paseltiner-0/+18
2015-09-15Auto merge of #28407 - mmcco:master, r=alexcrichtonbors-1/+0
2015-09-15Auto merge of #28406 - petrochenkov:primitive, r=eddybbors-2/+18
2015-09-15Auto merge of #28393 - arielb1:required-because-it-appears, r=nikomatsakisbors-41/+46
2015-09-15Auto merge of #28268 - petrochenkov:fnptr, r=alexcrichtonbors-69/+71
2015-09-15Auto merge of #28395 - ebfull:fix-associated-item-resolution, r=arielb1bors-12/+94
2015-09-15Auto merge of #28351 - jonas-schievink:macro-bt, r=nrcbors-38/+56
2015-09-15Auto merge of #28274 - arielb1:split-ty, r=nikomatsakisbors-8432/+8697
2015-09-14Auto merge of #28256 - petrochenkov:conv, r=alexcrichtonbors-28/+101
2015-09-14Remove a needless memset(). It's okay that we don't append NUL because len is...Michael McConville-1/+0
2015-09-15Prohibit renaming to primitive types' names in import listsVadim Petrochenkov-2/+18
2015-09-15deduplicate erase_regionsAriel Ben-Yehuda-269/+133
2015-09-14Auto merge of #28247 - christopherdumas:fix_28243, r=eddybbors-1/+17
2015-09-14Auto merge of #28403 - sfackler:timeout-cap-removal, r=alexcrichtonbors-4/+0
2015-09-14Drop upper bounds on net timeout testsSteven Fackler-4/+0
2015-09-14Auto merge of #28248 - PeterReid:master, r=alexcrichtonbors-15/+27
2015-09-14Fix tuple float bug.christopherdumas-1/+17
2015-09-14Print the file in which a macro was definedJonas Schievink-5/+14
2015-09-14use RegionEscape instead of inherent has_escaping_regions fnsAriel Ben-Yehuda-17/+7
2015-09-14split ty::util and ty::adjustmentAriel Ben-Yehuda-1320/+1387
2015-09-14Auto merge of #28358 - dotdash:nounwind, r=alexcrichtonbors-11/+45
2015-09-14move traits structural impls to traits::structural_implsAriel Ben-Yehuda-226/+238
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+33
2015-09-14split ty.rs into smaller partsAriel Ben-Yehuda-4071/+4271
2015-09-14Auto merge of #28389 - aidanhs:aphs-update-musl-linking, r=steveklabnikbors-17/+14
2015-09-14Cleaner abstraction for type_substsSean Bowe-28/+43
2015-09-14move middle::ty and related modules to middle/ty/Ariel Ben-Yehuda-154/+140
2015-09-14Auto merge of #28396 - arielb1:misplaced-binding, r=eddybbors-33/+66
2015-09-14Auto merge of #28392 - arielb1:sort-bounds-list, r=eddybbors-11/+59
2015-09-13Added test for partially supplied type params in which remaining reference no...Sean Bowe-0/+2
2015-09-14Auto merge of #28383 - semarie:openbsd-jemalloc, r=alexcrichtonbors-3/+6
2015-09-13Refactor ty_infer invocationSean Bowe-11/+16
2015-09-13Add test for overflowing powPeter Reid-0/+16
2015-09-14Auto merge of #28368 - lfairy:write-impl, r=alexcrichtonbors-0/+15
2015-09-13Auto merge of #28357 - semmaz:libfmt-macros, r=alexcrichtonbors-112/+79
2015-09-13Add an attribute to mark function as unwindingBjörn Steinbrink-1/+6
2015-09-13Centralise the handling of attributes on extern functionsBjörn Steinbrink-10/+6
2015-09-13Auto merge of #28178 - christopherdumas:fix_ice, r=nikomatsakisbors-2/+20
2015-09-13ensure projections are prohibited when type parameters areAriel Ben-Yehuda-33/+66
2015-09-13Fixed regression in associated item resolution with default type parameters t...Sean Bowe-1/+61
2015-09-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-140/+121
2015-09-13don't duplicate the code snippet in the "trait unimplemented" errorAriel Ben-Yehuda-41/+46
2015-09-13sort the existential bounds list in tydecodeAriel Ben-Yehuda-11/+59
2015-09-13Implement more traits for function pointersVadim Petrochenkov-69/+71