| Age | Commit message (Expand) | Author | Lines |
| 2015-09-16 | Improve PartialOrd for slices | Andrea Canciani | -18/+21 |
| 2015-09-16 | Specialize `PartialOrd` for totally ordered primitive types | Andrea Canciani | -4/+22 |
| 2015-09-16 | Auto merge of #28417 - apasel422:issue-23036, r=arielb1 | bors | -0/+18 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -2563/+1072 |
| 2015-09-15 | Auto merge of #28263 - christopherdumas:add_help_E0118, r=nikomatsakis | bors | -1/+20 |
| 2015-09-15 | Auto merge of #28413 - arielb1:deduplication, r=eddyb | bors | -286/+140 |
| 2015-09-15 | Add test for #23036 | Andrew Paseltiner | -0/+18 |
| 2015-09-15 | Auto merge of #28407 - mmcco:master, r=alexcrichton | bors | -1/+0 |
| 2015-09-15 | Auto merge of #28406 - petrochenkov:primitive, r=eddyb | bors | -2/+18 |
| 2015-09-15 | Auto merge of #28393 - arielb1:required-because-it-appears, r=nikomatsakis | bors | -41/+46 |
| 2015-09-15 | Auto merge of #28268 - petrochenkov:fnptr, r=alexcrichton | bors | -69/+71 |
| 2015-09-15 | Auto merge of #28395 - ebfull:fix-associated-item-resolution, r=arielb1 | bors | -12/+94 |
| 2015-09-15 | Auto merge of #28351 - jonas-schievink:macro-bt, r=nrc | bors | -38/+56 |
| 2015-09-15 | Auto merge of #28274 - arielb1:split-ty, r=nikomatsakis | bors | -8432/+8697 |
| 2015-09-14 | Auto merge of #28256 - petrochenkov:conv, r=alexcrichton | bors | -28/+101 |
| 2015-09-14 | Remove a needless memset(). It's okay that we don't append NUL because len is... | Michael McConville | -1/+0 |
| 2015-09-15 | Prohibit renaming to primitive types' names in import lists | Vadim Petrochenkov | -2/+18 |
| 2015-09-15 | deduplicate erase_regions | Ariel Ben-Yehuda | -269/+133 |
| 2015-09-14 | Auto merge of #28247 - christopherdumas:fix_28243, r=eddyb | bors | -1/+17 |
| 2015-09-14 | Auto merge of #28403 - sfackler:timeout-cap-removal, r=alexcrichton | bors | -4/+0 |
| 2015-09-14 | Drop upper bounds on net timeout tests | Steven Fackler | -4/+0 |
| 2015-09-14 | Auto merge of #28248 - PeterReid:master, r=alexcrichton | bors | -15/+27 |
| 2015-09-14 | Fix tuple float bug. | christopherdumas | -1/+17 |
| 2015-09-14 | Print the file in which a macro was defined | Jonas Schievink | -5/+14 |
| 2015-09-14 | use RegionEscape instead of inherent has_escaping_regions fns | Ariel Ben-Yehuda | -17/+7 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -1320/+1387 |
| 2015-09-14 | Auto merge of #28358 - dotdash:nounwind, r=alexcrichton | bors | -11/+45 |
| 2015-09-14 | move traits structural impls to traits::structural_impls | Ariel Ben-Yehuda | -226/+238 |
| 2015-09-14 | Mark all extern functions as nounwind | Björn Steinbrink | -0/+33 |
| 2015-09-14 | split ty.rs into smaller parts | Ariel Ben-Yehuda | -4071/+4271 |
| 2015-09-14 | Auto merge of #28389 - aidanhs:aphs-update-musl-linking, r=steveklabnik | bors | -17/+14 |
| 2015-09-14 | Cleaner abstraction for type_substs | Sean Bowe | -28/+43 |
| 2015-09-14 | move middle::ty and related modules to middle/ty/ | Ariel Ben-Yehuda | -154/+140 |
| 2015-09-14 | Auto merge of #28396 - arielb1:misplaced-binding, r=eddyb | bors | -33/+66 |
| 2015-09-14 | Auto merge of #28392 - arielb1:sort-bounds-list, r=eddyb | bors | -11/+59 |
| 2015-09-13 | Added test for partially supplied type params in which remaining reference no... | Sean Bowe | -0/+2 |
| 2015-09-14 | Auto merge of #28383 - semarie:openbsd-jemalloc, r=alexcrichton | bors | -3/+6 |
| 2015-09-13 | Refactor ty_infer invocation | Sean Bowe | -11/+16 |
| 2015-09-13 | Add test for overflowing pow | Peter Reid | -0/+16 |
| 2015-09-14 | Auto merge of #28368 - lfairy:write-impl, r=alexcrichton | bors | -0/+15 |
| 2015-09-13 | Auto merge of #28357 - semmaz:libfmt-macros, r=alexcrichton | bors | -112/+79 |
| 2015-09-13 | Add an attribute to mark function as unwinding | Björn Steinbrink | -1/+6 |
| 2015-09-13 | Centralise the handling of attributes on extern functions | Björn Steinbrink | -10/+6 |
| 2015-09-13 | Auto merge of #28178 - christopherdumas:fix_ice, r=nikomatsakis | bors | -2/+20 |
| 2015-09-13 | ensure projections are prohibited when type parameters are | Ariel Ben-Yehuda | -33/+66 |
| 2015-09-13 | Fixed regression in associated item resolution with default type parameters t... | Sean Bowe | -1/+61 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -140/+121 |
| 2015-09-13 | don't duplicate the code snippet in the "trait unimplemented" error | Ariel Ben-Yehuda | -41/+46 |
| 2015-09-13 | sort the existential bounds list in tydecode | Ariel Ben-Yehuda | -11/+59 |
| 2015-09-13 | Implement more traits for function pointers | Vadim Petrochenkov | -69/+71 |