]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-07-27 borsAuto merge of #27311 - kballard:thread-mod-desc-remove...
2015-07-26 borsAuto merge of #27294 - eddyb:deep-unsize-hinting, r=nrc
2015-07-26 Kevin BallardRemove the module-level documentation for thread::scoped
2015-07-26 borsAuto merge of #27267 - tamird:fix-ios-improper-ctypes...
2015-07-26 Eduard Burtescutypeck: handle unsized structs in type hints by recursi...
2015-07-26 borsAuto merge of #27012 - pornel:master, r=Gankro
2015-07-26 borsAuto merge of #27272 - eefriedman:closure-const-crash...
2015-07-26 borsAuto merge of #27297 - mitaa:cleanup_E0005, r=alexcrichton
2015-07-26 borsAuto merge of #26870 - jroesch:default-typaram-fallback...
2015-07-26 borsAuto merge of #27283 - arielb1:free-self-2, r=eddyb
2015-07-26 mitaaSidestep warning about repeated E0005 `span_err!` invoc...
2015-07-26 mitaaRemove `ast::LocalSource` with only one used variant
2015-07-26 Jared RoeschAdd omitted trailing comma
2015-07-26 Jared RoeschAddress nit
2015-07-26 Jared RoeschAdd feature gate
2015-07-26 Jared RoeschMake default error reporting deterministic
2015-07-26 Jared RoeschAdd cross-crate error message tests
2015-07-26 Jared RoeschAddress tidy
2015-07-26 Jared RoeschRework cross crate error messages
2015-07-26 Jared RoeschFix error message spans
2015-07-26 Jared RoeschCorrectly subst defaults with the in-scope substs
2015-07-26 Jared RoeschRemove second transaction
2015-07-26 Jared RoeschRebase fixes
2015-07-26 Jared RoeschClean up test cases
2015-07-26 Jared RoeschRefactor the default type parameter algorithm
2015-07-26 Jared RoeschFix bug with defaults not being restored
2015-07-26 Jared RoeschRemove defaults table and attach defaults directly...
2015-07-26 Jared RoeschCorrectly collect defaults from type alises in astconv
2015-07-26 Jared RoeschFix tidy
2015-07-26 Jared RoeschImplement Default TyParam fallback
2015-07-25 Ariel Ben-YehudaSubstitute free lifetimes in `Self::T`
2015-07-25 borsAuto merge of #27258 - nikomatsakis:issue-26952, r...
2015-07-25 Kornel LesińskiDocument Unicode complications in chars iterator
2015-07-25 borsAuto merge of #26630 - eefriedman:recursive-static...
2015-07-25 borsAuto merge of #27253 - bossmc:unbalanced-delimiters...
2015-07-25 borsAuto merge of #26960 - Manishearth:wrapper-types, r...
2015-07-25 Manish GoregaokarMove wrapper types blog post into trpl
2015-07-25 borsAuto merge of #27233 - tbu-:pr_wtf8, r=alexcrichton
2015-07-25 Eli FriedmanAllow writing types which "can't" be instantiated.
2015-07-25 Eli FriedmanAdd static_recursion feature gate.
2015-07-25 Eli FriedmanAllow recursive static variables.
2015-07-25 borsAuto merge of #26963 - Manishearth:improve-diag, r...
2015-07-25 Eli FriedmanFix an ICE with a closure in a constant.
2015-07-24 Tamir DubersteinFix `improper_ctypes` fallout
2015-07-24 borsAuto merge of #27265 - steveklabnik:rollup, r=steveklabnik
2015-07-24 Steve KlabnikRollup merge of #27251 - dhuseby:adding_snapshots,...
2015-07-24 Steve KlabnikRollup merge of #27244 - Detegr:master, r=eddyb
2015-07-24 Steve KlabnikRollup merge of #27238 - steveklabnik:gh26927, r=huonw
2015-07-24 Steve KlabnikRollup merge of #27235 - tbu-:pr_catch_panic_doc, r...
2015-07-24 Steve KlabnikRollup merge of #27229 - AlisdairO:diagnostics371,...
2015-07-24 Steve KlabnikRollup merge of #27220 - AlisdairO:diagnostics120,...
2015-07-24 Steve KlabnikRollup merge of #27212 - AlisdairO:diagnostics225,...
2015-07-24 Steve KlabnikRollup merge of #27193 - aidanhs:aphs-advanced-linking...
2015-07-24 Steve KlabnikRollup merge of #27177 - echochamber:master, r=steveklabnik
2015-07-24 Steve KlabnikRollup merge of #27145 - apasel422:diagnostic-407-437...
2015-07-24 Steve KlabnikRollup merge of #27137 - dhuseby:fixing_bitrig_linking...
2015-07-24 Manish GoregaokarAddress comments
2015-07-24 Manish GoregaokarAdd long diagnostic for E0276
2015-07-24 Manish GoregaokarAdd long diagnostic explanation for E0275
2015-07-24 Manish GoregaokarAdd long diagnostics for E0272-274 (on_unimplemented)
2015-07-24 Manish GoregaokarAdd E0270
2015-07-24 borsAuto merge of #27087 - nikomatsakis:closure-exploration...
2015-07-24 Niko MatsakisCorrect regression in type-inference caused by failing...
2015-07-24 borsAuto merge of #27136 - dhuseby:fixing_freebsd_linking...
2015-07-24 Niko Matsakisminor rebase fixes
2015-07-24 borsAuto merge of #27215 - pnkfelix:fsk-placer-take-5-just...
2015-07-24 Niko Matsakisnits
2015-07-24 Niko MatsakisAdd regression test for #25368. Fixes #25368.
2015-07-24 Niko MatsakisAdd regression test for #25954 (cyclic closure type...
2015-07-24 Niko MatsakisUnify the upvar variables found in closures with the...
2015-07-24 Niko MatsakisDon't be so eager to call unresolved inference variable...
2015-07-24 Niko MatsakisAdd some debugging to help identify when errors get...
2015-07-24 Niko MatsakisRun the analysis process only once per closure, on...
2015-07-24 Niko MatsakisIntroduce ClosureSubsts rather than just having random...
2015-07-24 Niko Matsakisintroduce a Vec<Ty> to TyClosure for storing upvar...
2015-07-24 borsAuto merge of #27227 - eternaleye:patch-1, r=alexcrichton
2015-07-24 borsAuto merge of #27208 - alexcrichton:msvc-less-dllimport...
2015-07-24 borsAuto merge of #26583 - eefriedman:lint-ffi, r=nrc
2015-07-24 Andy CaldwellFix license statement
2015-07-24 Dave Husebyswitching to gnu archive format
2015-07-24 Dave Husebyfixes #27124 for freebsd
2015-07-24 Andy CaldwellMake ICE an error and use a sensible error message
2015-07-24 Andy CaldwellAdd test for issue #23389
2015-07-24 Eli FriedmanRewrite the improper_ctypes lint.
2015-07-23 Tobias BucherAdd unstable attribute to `char::from_u32_unchecked`
2015-07-23 borsAuto merge of #27224 - alexcrichton:configure-lto-right...
2015-07-23 Felix S. Klock IIupdate compile-fail/pushpop-unsafe-rejects.rs to reflec...
2015-07-23 Felix S. Klock IIreview feedback: common-subexpression-elim across funct...
2015-07-23 Felix S. Klock IIreview feedback: Use checked-arith instead of saturated...
2015-07-23 Antti Keräneneval_const_expr_partial now returns ConstVal::Struct...
2015-07-23 borsAuto merge of #27226 - eefriedman:leftover-negation...
2015-07-23 Dave Husebyadds snapshots for bitrig and freebsd
2015-07-23 Dave Husebyswitching to gnu archive format per review request
2015-07-23 Dave Husebyreview feedback fixes
2015-07-23 Dave Husebyfixes #27124 for bitrig
2015-07-23 Steve KlabnikLink Deref{,Mut} to TRPL on coercions.
2015-07-23 Alisdair OwensAdd diagnostics for E0120
2015-07-23 borsAuto merge of #27221 - dotdash:no_empty_clean, r=luqmana
2015-07-23 Alisdair OwensAdd long diagnostics for E0373
2015-07-23 Felix S. Klock IIUpdate suggestion from parenthesized-box-expr-message...
next