]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-06-30 Adolfo OchagavíaImplement ToJson for all tuples
2014-06-30 Adolfo OchagavíaFix issues in librustdoc
2014-06-30 Adolfo OchagavíaFix issue with tests
2014-06-30 Adolfo OchagavíaFix issues in libtest
2014-06-30 Adolfo OchagavíaFix JSON documentation
2014-06-30 Adolfo OchagavíaImplement FromStr for Json
2014-06-30 Adolfo OchagavíaAdd `encode` and `decode` shortcut functions
2014-06-30 Adolfo OchagavíaRemoved unnecessary Box
2014-06-30 Adolfo OchagavíaJSON cleanup
2014-06-30 borsauto merge of #15275 : sfackler/rust/distcheck, r=alexc...
2014-06-30 Steven FacklerFix distcheck
2014-06-30 borsauto merge of #15267 : ruud-v-a/rust/patch-1, r=huonw
2014-06-30 borsauto merge of #15259 : steveklabnik/rust/patch-3, r...
2014-06-30 borsauto merge of #15262 : zecozephyr/rust/15620, r=luqmana
2014-06-30 Ruud van Asseldonkfix typo in readme
2014-06-30 borsauto merge of #15237 : zzmp/rust/feat/markdown-in-crate...
2014-06-30 zzmpAllow external html in rustdoc for crates.
2014-06-30 Jonathan Baileylibrustc: Don't ICE on binding same field multiple...
2014-06-30 borsauto merge of #15030 : sfackler/rust/partial-cmp, r...
2014-06-30 Steven FacklerImplement RFC#28: Add PartialOrd::partial_cmp
2014-06-30 borsauto merge of #15256 : erickt/rust/optimizations, r...
2014-06-30 borsauto merge of #15254 : alex/rust/patch-1, r=alexcrichton
2014-06-30 Steve Klabnikit -> Cargo
2014-06-29 borsauto merge of #15245 : sfackler/rust/coretest, r=alexcr...
2014-06-29 Steven FacklerExtract tests from libcore to a separate crate
2014-06-29 borsauto merge of #15252 : alexcrichton/rust/issue-15231...
2014-06-29 borsauto merge of #15234 : pcwalton/rust/integer-fallback...
2014-06-29 Erick Tryzelaarcore: optimize {option,result}::collect
2014-06-29 Erick Tryzelaaralloc: impl Default for Rc
2014-06-29 Erick Tryzelaarcollections: minor cleanup
2014-06-29 Patrick Waltonlibrustc: Remove the fallback to `int` for integers...
2014-06-29 Alex GaynorWrap two code examples in backticks
2014-06-29 borsauto merge of #15246 : Sawyer47/rust/rand-doc-fix,...
2014-06-29 Alex Crichtonrustuv: Don't zero-out data on clones
2014-06-29 borsauto merge of #15249 : aochagavia/rust/rand, r=huonw
2014-06-29 borsauto merge of #14904 : huonw/rust/cstr-remove-withref...
2014-06-29 Huon Wilsonc_str: move `.unwrap` & document it more clearly.
2014-06-29 Huon Wilsonc_str: replace .with_ref with .as_ptr throughout the...
2014-06-29 Huon Wilsonc_str: add `.as_ptr` & `.as_mut_ptr` to replace `.with_...
2014-06-29 Piotr Jawniakrand: Small fix in parameter name
2014-06-29 Adolfo OchagavíaImpl Rand for tuples of arity 11 and 12
2014-06-29 borsauto merge of #15241 : arjantop/rust/maybeownedvector...
2014-06-28 borsauto merge of #15210 : luqmana/rust/windoc, r=alexcrichton
2014-06-28 borsauto merge of #15208 : alexcrichton/rust/snapshots...
2014-06-28 Alex CrichtonRename all raw pointers as necessary
2014-06-28 Arjan TopolovecImplementation of common traits for MaybeOwnedVector
2014-06-28 borsauto merge of #15191 : pcwalton/rust/variance-in-trait...
2014-06-28 Patrick Waltonlibrustc: Match trait self types exactly.
2014-06-28 borsauto merge of #15214 : tbu-/rust/pr_doc_vecinsert,...
2014-06-28 Tobias BucherAdd remark and an example about the bounds of `Vec...
2014-06-28 borsauto merge of #15235 : Sawyer47/rust/issue-12552, r...
2014-06-28 Piotr JawniakAdd test for issue #12552
2014-06-28 borsauto merge of #15233 : jbclements/rust/match-var-hygien...
2014-06-28 John Clementscomments only
2014-06-28 John Clementsadjust fold to fold over interpolated items/exprs/etc.
2014-06-28 John Clementslooks like a cut-n-paste error in unused code
2014-06-28 John Clementssimplified test case
2014-06-28 John Clementsremoved incomplete comment
2014-06-28 John Clementsadded unit and standalone test for 15221, extra debuggi...
2014-06-28 John Clementsundo helpful attempt to spell-check
2014-06-28 John Clementsmake tests hygienic...
2014-06-28 John Clementsremove trailing whitespace
2014-06-28 John Clementshygiene for match-bound vars now implemented
2014-06-28 John Clementsimprove match test case to include guard
2014-06-28 John Clementsremove unnecessary abstraction
2014-06-28 John Clementscleanup and shiny new more-functional interface
2014-06-28 John ClementsWIP match hygiene, compiles
2014-06-28 John Clementsget rid of needless wrapper function
2014-06-28 John Clementsreplaced ignore-pretty with no-pretty-expanded
2014-06-28 John Clementsmake fold_attribute part of Folder trait
2014-06-28 John Clementsworking on hygiene
2014-06-27 borsauto merge of #15226 : luqmana/rust/abol, r=pcwalton
2014-06-27 Luqman Adenlibrustc: Schedule cleanups properly when coercing...
2014-06-27 borsauto merge of #15212 : huonw/rust/struct-paren-lint...
2014-06-27 borsauto merge of #15213 : Sawyer47/rust/issue-11677, r...
2014-06-27 borsauto merge of #15211 : steveklabnik/rust/guide_skeleton...
2014-06-27 borsauto merge of #15166 : zookoatleastauthoritycom/rust...
2014-06-27 Piotr JawniakAdd test for #11677
2014-06-27 Steve KlabnikSkeleton outline of the guide.
2014-06-27 Huon Wilsonrustc: update the unnecessary parens lint for struct...
2014-06-27 borsauto merge of #15183 : steveklabnik/rust/hello_cargo...
2014-06-27 Steve KlabnikAdd one more ignore.
2014-06-27 Steve KlabnikFix windows run instructions
2014-06-27 borsauto merge of #15206 : omasanori/rust/use-reexported...
2014-06-27 Luqman AdenREADME: Add instructions for building on windows.
2014-06-26 borsauto merge of #15190 : pcwalton/rust/proc-upvars, r...
2014-06-26 Patrick Waltonlibrustc: Ensure that proc upvars have static lifetime.
2014-06-26 OGINO Masanoristd::io: Use re-exported pathes in examples.
2014-06-26 Steve KlabnikC macros, not C++ templates.
2014-06-26 Steve KlabnikFix missing word and some grammar
2014-06-26 borsauto merge of #14886 : alexcrichton/rust/rt-improvement...
2014-06-26 Steve KlabnikNote that macros != templates
2014-06-26 Steve KlabnikClarify which curly is being referred to
2014-06-26 Steve KlabnikTIL PATHEXT
2014-06-26 Alex Crichtonrustrt: Reorganize task usage
2014-06-26 Steve KlabnikMove note about $ up
2014-06-26 Steve KlabnikFixing link to subreddit.
2014-06-26 Steve KlabnikStackOverflow -> Stack Overflow
2014-06-26 Steve KlabnikFix IRC linkage.
2014-06-26 Steve Klabnikstaticly -> statically
next