| Age | Commit message (Expand) | Author | Lines |
| 2015-08-06 | doc: add info about the u64 wrapped in Result | Tshepang Lekhonkhobe | -0/+2 |
| 2015-07-27 | Auto merge of #27315 - eefriedman:improper-ctypes-void-ret, r=alexcrichton | bors | -6/+18 |
| 2015-07-27 | Auto merge of #27310 - akiss77:fix-aarch64-getrandom, r=alexcrichton | bors | -1/+3 |
| 2015-07-27 | Auto merge of #26876 - liigo:patch-3, r=Gankro | bors | -0/+3 |
| 2015-07-27 | Auto merge of #27274 - tshepang:not-needed-word, r=steveklabnik | bors | -2/+3 |
| 2015-07-26 | In improper-ctypes lint, handle functions which explicitly return `()`. | Eli Friedman | -6/+18 |
| 2015-07-27 | Auto merge of #27311 - kballard:thread-mod-desc-remove-scoped, r=huonw | bors | -34/+25 |
| 2015-07-26 | Auto merge of #27294 - eddyb:deep-unsize-hinting, r=nrc | bors | -5/+10 |
| 2015-07-26 | Remove the module-level documentation for thread::scoped | Kevin Ballard | -34/+25 |
| 2015-07-26 | Auto merge of #27267 - tamird:fix-ios-improper-ctypes, r=alexcrichton | bors | -3/+4 |
| 2015-07-26 | Fix getrandom syscall number for aarch64-unknown-linux-gnu | Akos Kiss | -1/+3 |
| 2015-07-27 | typeck: handle unsized structs in type hints by recursing into their last field. | Eduard Burtescu | -5/+10 |
| 2015-07-26 | Auto merge of #27012 - pornel:master, r=Gankro | bors | -47/+71 |
| 2015-07-26 | Auto merge of #27272 - eefriedman:closure-const-crash, r=nikomatsakis | bors | -25/+20 |
| 2015-07-26 | Auto merge of #27297 - mitaa:cleanup_E0005, r=alexcrichton | bors | -36/+22 |
| 2015-07-26 | Auto merge of #26870 - jroesch:default-typaram-fallback, r=nikomatsakis | bors | -117/+949 |
| 2015-07-26 | Auto merge of #27283 - arielb1:free-self-2, r=eddyb | bors | -44/+63 |
| 2015-07-26 | Sidestep warning about repeated E0005 `span_err!` invocation. | mitaa | -12/+19 |
| 2015-07-26 | Remove `ast::LocalSource` with only one used variant | mitaa | -25/+4 |
| 2015-07-25 | Add omitted trailing comma | Jared Roesch | -1/+1 |
| 2015-07-25 | Address nit | Jared Roesch | -1/+1 |
| 2015-07-25 | Add feature gate | Jared Roesch | -10/+74 |
| 2015-07-25 | Make default error reporting deterministic | Jared Roesch | -10/+35 |
| 2015-07-25 | Add cross-crate error message tests | Jared Roesch | -0/+39 |
| 2015-07-25 | Address tidy | Jared Roesch | -9/+15 |
| 2015-07-25 | Rework cross crate error messages | Jared Roesch | -20/+52 |
| 2015-07-25 | Fix error message spans | Jared Roesch | -76/+109 |
| 2015-07-25 | Correctly subst defaults with the in-scope substs | Jared Roesch | -61/+98 |
| 2015-07-25 | Remove second transaction | Jared Roesch | -57/+67 |
| 2015-07-25 | Rebase fixes | Jared Roesch | -14/+16 |
| 2015-07-25 | Clean up test cases | Jared Roesch | -34/+67 |
| 2015-07-25 | Refactor the default type parameter algorithm | Jared Roesch | -52/+197 |
| 2015-07-25 | Fix bug with defaults not being restored | Jared Roesch | -10/+13 |
| 2015-07-25 | Remove defaults table and attach defaults directly to tyvars | Jared Roesch | -41/+143 |
| 2015-07-25 | Correctly collect defaults from type alises in astconv | Jared Roesch | -9/+14 |
| 2015-07-25 | Fix tidy | Jared Roesch | -3/+4 |
| 2015-07-25 | Implement Default TyParam fallback | Jared Roesch | -45/+340 |
| 2015-07-25 | Substitute free lifetimes in `Self::T` | Ariel Ben-Yehuda | -44/+63 |
| 2015-07-25 | Auto merge of #27258 - nikomatsakis:issue-26952, r=eddyb | bors | -31/+80 |
| 2015-07-25 | Document Unicode complications in chars iterator | Kornel LesinĚski | -47/+71 |
| 2015-07-25 | Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelix | bors | -105/+214 |
| 2015-07-25 | Auto merge of #27253 - bossmc:unbalanced-delimiters-cause-ice, r=nikomatsakis | bors | -2/+18 |
| 2015-07-25 | Auto merge of #26960 - Manishearth:wrapper-types, r=steveklabnik | bors | -0/+361 |
| 2015-07-25 | Move wrapper types blog post into trpl | Manish Goregaokar | -0/+361 |
| 2015-07-25 | reference: "those" feels misplaced there | Tshepang Lekhonkhobe | -2/+3 |
| 2015-07-25 | Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichton | bors | -25/+37 |
| 2015-07-24 | Allow writing types which "can't" be instantiated. | Eli Friedman | -46/+72 |
| 2015-07-24 | Add static_recursion feature gate. | Eli Friedman | -4/+50 |
| 2015-07-24 | Allow recursive static variables. | Eli Friedman | -59/+96 |
| 2015-07-25 | Auto merge of #26963 - Manishearth:improve-diag, r=steveklabnik | bors | -31/+712 |