]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-06-29 Luqman Adenlibrustc: Allow coercions through arrays.
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
2014-06-26 Steve Klabnikall/some
2014-06-26 Steve Klabniktha -> than
2014-06-26 Steve KlabnikFix capitalization of Issue.
2014-06-26 Steve KlabnikAdd a note that this requires `git`.
2014-06-26 Steve KlabnikGuide: Hello, cargo
2014-06-26 borsauto merge of #15197 : omasanori/rust/doc-fix, r=alexcr...
2014-06-26 borsauto merge of #15192 : mrec/rust/json-nan, r=alexcrichton
2014-06-26 borsauto merge of #15194 : Sawyer47/rust/to-string-cleanup...
2014-06-26 OGINO MasanoriFix a typo and a small syntactic error.
2014-06-26 borsauto merge of #15181 : steveklabnik/rust/hello_world...
2014-06-26 Piotr JawniakRemove unnecessary to_string calls
2014-06-26 borsauto merge of #15162 : steveklabnik/rust/install_instru...
2014-06-26 borsauto merge of #15184 : jbclements/rust/for-loop-hygiene...
2014-06-26 John Clementsmore loops to be ignored by pretty-rpass
2014-06-26 mrecjson: Fix handling of NaN/Infinity
2014-06-26 John Clementswork around 15189 in test cases
2014-06-25 John Clementsmake macros hygienic
2014-06-25 John Clementsadded compile-fail test for 15167
2014-06-25 John Clementsdon't expand subexprs of for loop, just re-expand whole...
2014-06-25 John Clementsremove misleading and unnecessary underscores
2014-06-25 John Clementsremove unneccessary pubs, shorten names
2014-06-25 John Clementsremove unneeded visit_ty methods
2014-06-25 John Clementsadd unit test for match var hygiene
2014-06-25 John Clementsenrich and rename crate_idents test case
2014-06-25 John Clementscomments only
2014-06-25 John Clementsrevive old commented-out test cases as ignored test...
2014-06-25 John Clementstidy macro just a bit
2014-06-25 Steve KlabnikAdd extra ignore directives.
2014-06-25 Alex CrichtonRegister new snapshots
2014-06-25 borsauto merge of #15171 : pcwalton/rust/remove-cross-borro...
2014-06-25 Steve KlabnikGuide: Hello, world!
2014-06-25 borsauto merge of #15173 : Sawyer47/rust/de-to-string,...
2014-06-25 borsauto merge of #15121 : steveklabnik/rust/matching_docs...
2014-06-25 Steve Klabnikthanks @sfackler
2014-06-25 Steve Klabnikfix feedback from @huonw
2014-06-25 Steve KlabnikGuide: install instructions
2014-06-25 Steve KlabnikMake an example more clear with sample code.
2014-06-25 borsauto merge of #15174 : alco/rust/patch-1, r=alexcrichton
2014-06-25 Alexei SholikFix wrong type name: IoError<()> -> IoResult<()>
2014-06-25 Alexei SholikFix a typo in fmt.rs
next