]> git.lizzy.rs Git - rust.git/history - src
librustc: Schedule cleanups properly when coercing to a &Trait.
[rust.git] / src /
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-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 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
2014-06-25 borsauto merge of #15164 : pcwalton/rust/vector-cast-weirdn...
2014-06-25 Patrick Waltonlibrustc: Don't try to perform the magical
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-06-25 Patrick Waltonlibrustc: Remove cross borrowing from mutable `Box...
2014-06-25 Piotr Jawniakcompiletest: Remove superfluous to_string calls
2014-06-25 borsauto merge of #15160 : alexcrichton/rust/remove-f128...
2014-06-25 borsauto merge of #15163 : alexcrichton/rust/rollup, r...
2014-06-25 Alex CrichtonTest fixes from the rollup
2014-06-25 Zooko Wilcox-O'Hearnreflow with emacs fill-paragraph (fill-column 71)
2014-06-25 Zooko Wilcox-O'Hearnadd "(see below)" to a reference to a new concept
2014-06-25 Zooko Wilcox-O'HearnOptimize out exhortations about being careful.
2014-06-25 Robert BuonpastoreStabilize version output for rustc and rustdoc
2014-06-25 Alex Crichtonrustc: Don't register syntax crates twice
2014-06-25 Patrick Waltontest: Add a test for regions, traits, and variance.
2014-06-25 Patrick Waltonlibrustc: Check function argument patterns for legality...
2014-06-25 Keegan McAllisterMake parse_expr_res public
2014-06-25 Keegan McAllisterAllow splicing more things in quotes
2014-06-25 Keegan McAllisterUse macros to implement syntax::ext::quote::ToSource
2014-06-25 Björn SteinbrinkAvoid unnecessary temporary on assignments
2014-06-25 Piotr JawniakRemove few FIXMEs
2014-06-25 Michael ZhouFix grammar in tutorial
2014-06-25 Brian Andersonstd: Add stability attributes to primitive numeric...
2014-06-25 Brian AndersonMove core::bool tests to run-pass
2014-06-25 Brian Andersoncore: Remove bool::to_bit
2014-06-25 Brian Andersoncore: Add stability attributes to Clone
2014-06-25 John Clementsadded xfailed test for issue 9737
2014-06-25 John Clementsadded xfailed tests for two other flavors of var hygiene
2014-06-25 Steve KlabnikAdd the Guide, add warning to tutorial.
2014-06-25 Jakub WieczorekFix #15129
2014-06-25 Steve KlabnikImprove ambiguous pronoun.
2014-06-25 Alex Crichtonrustc: Always include the morestack library
2014-06-25 Steve KlabnikRemove the cheat sheet.
2014-06-25 Edward WangAdd tests for #12470 and #14285
2014-06-25 Steve KlabnikAdd more description to c_str::unwrap().
next