summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.4 release notes1.4.0Brian Anderson2015-10-271-1/+376
* Merge pull request #29262 from brson/beta-nextBrian Anderson2015-10-235-15/+115
|\
| * Bump to beta.4Brian Anderson2015-10-231-1/+1
| * add main fn to testNiko Matsakis2015-10-231-0/+2
| * fix bug in hir,identifiedNiko Matsakis2015-10-231-1/+1
| * improve Scope to print node-ids etcNiko Matsakis2015-10-231-1/+18
| * distinguish projections from the env/obj-types vs those fromNiko Matsakis2015-10-232-12/+93
|/
* Merge pull request #29112 from brson/beta-nextAlex Crichton2015-10-1649-108/+344
|\
| * check upvars in closures that are in staticsAriel Ben-Yehuda2015-10-165-1/+73
| * Warn on `pub extern crate`.Nick Cameron2015-10-162-5/+30
| * Make function pointers implement traits for up to 12 parametersManish Goregaokar2015-10-161-0/+7
| * use the infcx tables to check if a closure is CopyAriel Ben-Yehuda2015-10-162-1/+33
| * don't crash when there are multiple conflicting implementations of DropAriel Ben-Yehuda2015-10-162-1/+23
| * remove the destructors tableAriel Ben-Yehuda2015-10-167-40/+28
| * show each object-safety violation onceAriel Ben-Yehuda2015-10-164-3/+45
| * deduplicate trait errors before they are displayedAriel Ben-Yehuda2015-10-1626-40/+77
| * rustc: Don't lint about isize/usize in FFIAlex Crichton2015-10-164-16/+10
| * Reject "+" and "-" when parsing floats.Robin Kruppe2015-10-162-1/+18
* | Bump to .3Brian Anderson2015-10-161-1/+1
|/
* Bump prerelease to .2Brian Anderson2015-10-011-1/+1
* Merge pull request #28802 from alexcrichton/beta-backportBrian Anderson2015-10-014-32/+149
|\
| * trans: Fix __imp_ creation for i686 MSVCAlex Crichton2015-10-011-3/+13
| * Removed unused parameter.Vadim Chugunov2015-10-011-5/+3
| * Converted test to rpass.Vadim Chugunov2015-10-013-10/+6
| * Fix dllimports of static data from rlibsVadim Chugunov2015-10-014-31/+105
| * VecDeque: Use power of two capacity even for zero sized typesUlrik Sverdrup2015-10-011-1/+40
|/
* Auto merge of #28263 - christopherdumas:add_help_E0118, r=nikomatsakisbors2015-09-151-1/+20
|\
| * Fixed incorrect error explanationchristopherdumas2015-09-091-3/+3
| * Line longer that 80 chars.christopherdumas2015-09-051-2/+2
| * This time, I found the error'christopherdumas2015-09-051-1/+0
| * I think I found the bug! I was missing a comma.christopherdumas2015-09-051-2/+2
| * De-registered the duplicate E0118christopherdumas2015-09-051-1/+1
| * Removed comment. Apparently that shouldnt be there.christopherdumas2015-09-051-1/+1
| * E0118, not EO118!christopherdumas2015-09-051-1/+1
| * Added commet toochristopherdumas2015-09-051-1/+1
| * Added --explain for E0118.christopherdumas2015-09-051-0/+20
* | Auto merge of #28413 - arielb1:deduplication, r=eddybbors2015-09-1513-286/+140
|\ \
| * | deduplicate erase_regionsAriel Ben-Yehuda2015-09-1511-269/+133
| * | use RegionEscape instead of inherent has_escaping_regions fnsAriel Ben-Yehuda2015-09-143-17/+7
* | | Auto merge of #28407 - mmcco:master, r=alexcrichtonbors2015-09-151-1/+0
|\ \ \
| * | | Remove a needless memset(). It's okay that we don't append NUL because len is...Michael McConville2015-09-141-1/+0
* | | | Auto merge of #28406 - petrochenkov:primitive, r=eddybbors2015-09-152-2/+18
|\ \ \ \
| * | | | Prohibit renaming to primitive types' names in import listsVadim Petrochenkov2015-09-152-2/+18
* | | | | Auto merge of #28393 - arielb1:required-because-it-appears, r=nikomatsakisbors2015-09-152-41/+46
|\ \ \ \ \
| * | | | | don't duplicate the code snippet in the "trait unimplemented" errorAriel Ben-Yehuda2015-09-132-41/+46
* | | | | | Auto merge of #28268 - petrochenkov:fnptr, r=alexcrichtonbors2015-09-152-69/+71
|\ \ \ \ \ \
| * | | | | | Implement more traits for function pointersVadim Petrochenkov2015-09-132-69/+71
* | | | | | | Auto merge of #28395 - ebfull:fix-associated-item-resolution, r=arielb1bors2015-09-153-12/+94
|\ \ \ \ \ \ \
| * | | | | | | Cleaner abstraction for type_substsSean Bowe2015-09-141-28/+43
| * | | | | | | Added test for partially supplied type params in which remaining reference no...Sean Bowe2015-09-131-0/+2