about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-06doc: add info about the u64 wrapped in ResultTshepang Lekhonkhobe-0/+2
2015-07-27Auto merge of #27315 - eefriedman:improper-ctypes-void-ret, r=alexcrichtonbors-6/+18
2015-07-27Auto merge of #27310 - akiss77:fix-aarch64-getrandom, r=alexcrichtonbors-1/+3
2015-07-27Auto merge of #26876 - liigo:patch-3, r=Gankrobors-0/+3
2015-07-27Auto merge of #27274 - tshepang:not-needed-word, r=steveklabnikbors-2/+3
2015-07-26In improper-ctypes lint, handle functions which explicitly return `()`.Eli Friedman-6/+18
2015-07-27Auto merge of #27311 - kballard:thread-mod-desc-remove-scoped, r=huonwbors-34/+25
2015-07-26Auto merge of #27294 - eddyb:deep-unsize-hinting, r=nrcbors-5/+10
2015-07-26Remove the module-level documentation for thread::scopedKevin Ballard-34/+25
2015-07-26Auto merge of #27267 - tamird:fix-ios-improper-ctypes, r=alexcrichtonbors-3/+4
2015-07-26Fix getrandom syscall number for aarch64-unknown-linux-gnuAkos Kiss-1/+3
2015-07-27typeck: handle unsized structs in type hints by recursing into their last field.Eduard Burtescu-5/+10
2015-07-26Auto merge of #27012 - pornel:master, r=Gankrobors-47/+71
2015-07-26Auto merge of #27272 - eefriedman:closure-const-crash, r=nikomatsakisbors-25/+20
2015-07-26Auto merge of #27297 - mitaa:cleanup_E0005, r=alexcrichtonbors-36/+22
2015-07-26Auto merge of #26870 - jroesch:default-typaram-fallback, r=nikomatsakisbors-117/+949
2015-07-26Auto merge of #27283 - arielb1:free-self-2, r=eddybbors-44/+63
2015-07-26Sidestep warning about repeated E0005 `span_err!` invocation.mitaa-12/+19
2015-07-26Remove `ast::LocalSource` with only one used variantmitaa-25/+4
2015-07-25Add omitted trailing commaJared Roesch-1/+1
2015-07-25Address nitJared Roesch-1/+1
2015-07-25Add feature gateJared Roesch-10/+74
2015-07-25Make default error reporting deterministicJared Roesch-10/+35
2015-07-25Add cross-crate error message testsJared Roesch-0/+39
2015-07-25Address tidyJared Roesch-9/+15
2015-07-25Rework cross crate error messagesJared Roesch-20/+52
2015-07-25Fix error message spansJared Roesch-76/+109
2015-07-25Correctly subst defaults with the in-scope substsJared Roesch-61/+98
2015-07-25Remove second transactionJared Roesch-57/+67
2015-07-25Rebase fixesJared Roesch-14/+16
2015-07-25Clean up test casesJared Roesch-34/+67
2015-07-25Refactor the default type parameter algorithmJared Roesch-52/+197
2015-07-25Fix bug with defaults not being restoredJared Roesch-10/+13
2015-07-25Remove defaults table and attach defaults directly to tyvarsJared Roesch-41/+143
2015-07-25Correctly collect defaults from type alises in astconvJared Roesch-9/+14
2015-07-25Fix tidyJared Roesch-3/+4
2015-07-25Implement Default TyParam fallbackJared Roesch-45/+340
2015-07-25Substitute free lifetimes in `Self::T`Ariel Ben-Yehuda-44/+63
2015-07-25Auto merge of #27258 - nikomatsakis:issue-26952, r=eddybbors-31/+80
2015-07-25Document Unicode complications in chars iteratorKornel Lesiński-47/+71
2015-07-25Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelixbors-105/+214
2015-07-25Auto merge of #27253 - bossmc:unbalanced-delimiters-cause-ice, r=nikomatsakisbors-2/+18
2015-07-25Auto merge of #26960 - Manishearth:wrapper-types, r=steveklabnikbors-0/+361
2015-07-25Move wrapper types blog post into trplManish Goregaokar-0/+361
2015-07-25reference: "those" feels misplaced thereTshepang Lekhonkhobe-2/+3
2015-07-25Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichtonbors-25/+37
2015-07-24Allow writing types which "can't" be instantiated.Eli Friedman-46/+72
2015-07-24Add static_recursion feature gate.Eli Friedman-4/+50
2015-07-24Allow recursive static variables.Eli Friedman-59/+96
2015-07-25Auto merge of #26963 - Manishearth:improve-diag, r=steveklabnikbors-31/+712