]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-04 borsauto merge of #15378 : mdinger/rust/Issue_15333, r...
2014-07-04 borsauto merge of #15369 : omasanori/rust/asctime, r=alexcr...
2014-07-04 borsauto merge of #15356 : pcwalton/rust/wrong-implementor...
2014-07-04 borsauto merge of #15321 : huonw/rust/nil-prim, r=alexcrichton
2014-07-04 borsauto merge of #15343 : alexcrichton/rust/0.11.0-release...
2014-07-04 Huon Wilsoncore: add a primitive page for `()`.
2014-07-03 borsauto merge of #15377 : alexcrichton/rust/rollup, r...
2014-07-03 borsauto merge of #15076 : luqmana/rust/naim, r=pcwalton
2014-07-03 Alex CrichtonTest fixes from the rollup
2014-07-03 OGINO MasanoriFix minor issues in the documentation of libtime.
2014-07-03 Erick Tryzelaarcollections: Fix conditional when reserving extra vec...
2014-07-03 Erick Tryzelaarcollections: grow should use the overflow-checked reser...
2014-07-03 Jason ThompsonAdd examples for StrVector methods
2014-07-03 Piotr JawniakSimplify creating a parser from a token tree
2014-07-03 Joseph CrailRename set_broadast() to set_broadcast().
2014-07-03 Joseph CrailFix spelling errors.
2014-07-03 Patrick Waltonlibrustc: Have the kind checker check sub-bounds in...
2014-07-03 Nathan Froydcorrect a few spelling mistakes in the tutorial
2014-07-03 Ruud van Asseldonkremove duplicated slash in install script path
2014-07-03 Kevin BallardFix ICE with nested macro_rules!-style macros
2014-07-03 Steve KlabnikGuide: add mutable binding section
2014-07-03 John ClementsSimplify PatIdent to contain an Ident rather than a...
2014-07-03 Paolo FalabellaRationals that have a 1 denom should print like ints
2014-07-03 Steve KlabnikGuide: functions
2014-07-03 Aaron TuronAdd os::join_paths, make setenv non-utf8 capable
2014-07-03 Steve KlabnikGuide: if
2014-07-03 borsauto merge of #15370 : alexcrichton/rust/fix-cargo...
2014-07-03 Alex Crichtonrustc: Fix a call to with_path in trans_unboxing_shim
2014-07-03 OGINO MasanoriRename ctime to asctime and add *proper* ctime.
2014-07-03 borsauto merge of #15338 : pfalabella/rust/rational-impl...
2014-07-03 borsauto merge of #15331 : Derecho/rust/master, r=alexcrichton
2014-07-03 borsauto merge of #15199 : michaelwoerister/rust/cross...
2014-07-03 borsauto merge of #15078 : jakub-/rust/pattern-matching...
2014-07-03 Jakub WieczorekImprove code reuse between trans/_match.rs and check_ma...
2014-07-03 borsauto merge of #15324 : sneves/rust/master, r=alexcrichton
2014-07-03 borsauto merge of #15087 : iliekturtles/rust/13810-make...
2014-07-03 Luqman AdenBuild rustc with /LARGEADDRESSAWARE on windows.
2014-07-03 Luqman Adenlibrustc: Don't schedule redundant cleanups.
2014-07-03 Luqman Adenlibrustc: Use different alloca slot for non-move bindings.
2014-07-03 Luqman Adenlibrustc: Don't create extra alloca slot for by value...
2014-07-03 Alex CrichtonMerge remote-tracking branch 'origin/master' into 0...
2014-07-03 borsauto merge of #15325 : pcwalton/rust/trait-impl-bound...
2014-07-03 Mike Boutininstall: Correct libdir for Windows installs.
2014-07-02 borsauto merge of #15323 : alexcrichton/rust/no-travis...
2014-07-02 Samuel NevesFix rotate_{left, right} for multiple of bitsize rotati...
2014-07-02 Patrick Waltonlibrustc: Take the parameter space into account when...
2014-07-02 mdingerFix broken link by adding comma
2014-07-02 borsauto merge of #15313 : pcwalton/rust/overloaded-call...
2014-07-02 borsauto merge of #15222 : alexcrichton/rust/relnotes,...
2014-07-02 Alex CrichtonMerge remote-tracking branch 'origin/master' into 0...
2014-07-02 borsauto merge of #15186 : jakub-/rust/issue-15104, r=pnkfelix
2014-07-02 Jakub WieczorekChange exhaustiveness analysis to permit multiple const...
2014-07-02 Paolo FalabellaRationals that have a 1 denom should print like ints
2014-07-02 borsauto merge of #15286 : alexcrichton/rust/channel-stabil...
2014-07-02 Alex CrichtonApply stability attributes to std::comm
2014-07-02 borsauto merge of #15310 : pcwalton/rust/tests-for-12223...
2014-07-02 Michael Woeristerdebuginfo: Make names of types in debuginfo reliable...
2014-07-02 borsauto merge of #15265 : omasanori/rust/udp, r=alexcrichton
2014-07-02 DerechoFix example in docs on documentation
2014-07-02 borsauto merge of #15257 : erickt/rust/hashmap, r=alexcrichton
2014-07-02 borsauto merge of #15085 : brson/rust/stridx, r=alexcrichton
2014-07-02 Patrick Waltonlibrustc: Properly compare implementation method type...
2014-07-02 borsauto merge of #15069 : luqmana/rust/cia, r=pcwalton
2014-07-02 Alex Crichtontravis: Move from travis_wait to time-passes
2014-07-02 Brian Andersonrustc: Remove `&str` indexing from the language.
2014-07-02 borsauto merge of #15229 : steveklabnik/rust/if, r=cmr
2014-07-02 Huon Wilsonrustdoc: s/nil/unit/ internally.
2014-07-02 Steve KlabnikGuide: variable bindings.
2014-07-02 borsauto merge of #15295 : TeXitoi/rust/relicense-shootout...
2014-07-01 OGINO MasanoriAdd `recvfrom` and `sendto`.
2014-07-01 OGINO MasanoriRename recvfrom -> recv_from, sendto -> send_to.
2014-07-01 Patrick Waltonlibrustc: Fix `expr_use_visitor` (and, transitively...
2014-07-01 borsauto merge of #15292 : alxgnon/rust/vim_syntax_cleanup...
2014-07-01 borsauto merge of #15251 : AlisdairO/rust/master, r=alexcri...
2014-07-01 Patrick Waltontest: Add tests for issue #12223, "drop allowed while...
2014-07-01 borsauto merge of #15308 : brson/rust/intro, r=alexcrichton
2014-07-01 Brian Andersondoc: Clarify that an error is a compiler error
2014-07-01 Alisdair OwensImprove rustdocs for Rc, add examples
2014-07-01 Steve KlabnikRe-arrange TOC.
2014-07-01 borsauto merge of #15301 : jasonthompson/rust/docs/str2...
2014-07-01 Jason ThompsonAdd examples for from_utf8_owned, from_char, from_chars...
2014-07-01 Erick Tryzelaarstd: move the hash docstring over to std::hash.
2014-07-01 borsauto merge of #15289 : aturon/rust/libstd-stability...
2014-07-01 borsauto merge of #15288 : brson/rust/cleanslice, r=alexcri...
2014-07-01 Guillaume Pinotrelicense shootout-mandelbrot.rs
2014-07-01 borsauto merge of #15263 : aturon/rust/rustdoc-stability...
2014-07-01 Aaron Turonlibstd: set baseline stability levels.
2014-07-01 Aaron Turonrustdoc: incorporate stability index throughout
2014-07-01 Alexandre GagnonVim syntax file types and traits cleanup
2014-07-01 borsauto merge of #15281 : alexcrichton/rust/show-for-show...
2014-07-01 borsauto merge of #15242 : pcwalton/rust/self-in-trait...
2014-07-01 Patrick Waltonlibrustc: Permit by-value-self methods to be invoked...
2014-07-01 borsauto merge of #15271 : jasonthompson/rust/docs/str...
2014-06-30 borsauto merge of #15247 : smenardpw/rust/patch-1, r=alexcr...
2014-06-30 Brian Andersoncore: Remove the unnecessary 'traits' module from ...
2014-06-30 Brian Andersoncore: Reorganize slice module.
2014-06-30 borsauto merge of #15238 : aochagavia/rust/json, r=alexcrichton
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
next