]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-08-06 Alex CrichtonMerge commit '74ae05ad90d1e809663702f374bba6e62671692c...
2014-08-06 Alex CrichtonMerge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1...
2014-08-06 borsauto merge of #15865 : jamesrhurst/rust/ctags-regex...
2014-08-06 borsauto merge of #16276 : nham/rust/fix_marker_docs, r...
2014-08-06 borsauto merge of #16263 : brson/rust/morestack, r=alexcrichton
2014-08-06 borsauto merge of #16258 : aturon/rust/stabilize-atomics...
2014-08-06 borsauto merge of #16254 : brson/rust/rustdocmeta, r=aturon
2014-08-06 Vadim ChugunovRenamed `record_stack_bounds` for clarity.
2014-08-06 borsauto merge of #16252 : conradkleinespel/rust/master...
2014-08-06 Vadim ChugunovAdded clarification regarding rust_try_inner.
2014-08-06 Alex Crichtonsyntax: Handle \r\n in byte string literals
2014-08-05 nhamRemove references to `~[]` in core::kinds::marker docs.
2014-08-05 borsauto merge of #16247 : TimDumol/rust/patch-1, r=alexcri...
2014-08-05 borsauto merge of #15709 : hirschenberger/rust/issue-14269...
2014-08-05 borsauto merge of #16246 : ruud-v-a/rust/patch-1, r=brson
2014-08-05 borsauto merge of #16243 : alexcrichton/rust/fix-utime...
2014-08-05 borsauto merge of #16234 : cakebaker/rust/rename_guessing_g...
2014-08-05 borsauto merge of #16231 : michaelsproul/rust/gedit-macro...
2014-08-05 borsauto merge of #16216 : omasanori/rust/nfkc, r=brson
2014-08-05 Falco HirschenbergerFixes missing overflow lint for i64 #14269
2014-08-05 Brian AndersonRemove obsolete stack growth tests
2014-08-05 borsauto merge of #16188 : nham/rust/immut_slice_split_at...
2014-08-05 borsauto merge of #16187 : steveklabnik/rust/gh15830, r...
2014-08-05 Vadim ChugunovFix tests.
2014-08-05 Vadim ChugunovImplement unwinding for Win64.
2014-08-05 Vadim ChugunovUpdate LLVM
2014-08-05 Vadim ChugunovFix crash in OsRng when compiling with -O.
2014-08-05 Vadim ChugunovUse gcc for cross-build linking, not g++.
2014-08-05 Vadim ChugunovUse mingw64 target spelling.
2014-08-05 Vadim Chugunovlibnative should not mess with stack limits in the...
2014-08-05 Vadim ChugunovEnsure that Registers struct is 16-byte aligned on...
2014-08-05 Vadim ChugunovFix valgrind.h for Win64.
2014-08-05 borsauto merge of #16179 : SimonPersson/rust/master, r...
2014-08-04 Aaron Turonstabilize atomics (now atomic)
2014-08-04 borsauto merge of #16110 : alexcrichton/rust/issue-15460...
2014-08-04 Steve KlabnikClarify Argument docs.
2014-08-04 Brian Andersonrustdoc: Just "stability" instead of "stability dashboard"
2014-08-04 Brian Andersonrustdoc: Emit keywords for all crate pages
2014-08-04 Brian Andersonrustdoc: Put field instantiation in declaration order.
2014-08-04 Brian Andersonrustdoc: Use more descriptive description metadata.
2014-08-04 Conrad Kleinespellibgetopts: tweak HasHarg/Occur docs.
2014-08-04 borsauto merge of #16251 : apoelstra/rust/tcp-fix, r=alexcr...
2014-08-04 Andrew PoelstraChange everything returning `libc::sockaddr_storage...
2014-08-04 Tim Joseph... doc: Fix the 30-minute intro to use += operator.
2014-08-04 Alex Crichtonrustc: Link entire archives of native libraries
2014-08-04 borsauto merge of #15986 : Florob/rust/nfKc-new, r=alexcrichton
2014-08-04 Ruud van Asseldonkdocs: Fix typo in tutorial.
2014-08-04 Daniel HofstetterRename guessing_game.rs to main.rs in guide
2014-08-04 borsauto merge of #16235 : cakebaker/rust/rename_modules_rs...
2014-08-04 Daniel HofstetterRename modules.rs to main.rs in guide
2014-08-04 borsauto merge of #16213 : huonw/rust/more-token-numbers...
2014-08-04 Huon Wilsonrustc: use Name numbers rather than the Show impl for...
2014-08-04 borsauto merge of #16233 : omasanori/rust/abs_sub, r=stevek...
2014-08-04 OGINO Masanorinum: Fix the documentation of abs_sub.
2014-08-04 borsauto merge of #16139 : michaelwoerister/rust/rlib-bc...
2014-08-04 Michael SproulGedit/GTKSourceView: Add macro syntax highlighting.
2014-08-03 borsauto merge of #16215 : cakebaker/rust/remove_bin_sectio...
2014-08-03 Michael WoeristerUse a versioning scheme for bytecode objects in rlibs.
2014-08-03 borsauto merge of #16209 : tomjakubowski/rust/rustdoc-html...
2014-08-03 OGINO MasanoriRemove the "NFKC clause" in the reference manual.
2014-08-03 borsauto merge of #16212 : huonw/rust/unicode-gitignore...
2014-08-03 Daniel HofstetterRemove "bin" section from Cargo.toml
2014-08-03 borsauto merge of #16203 : Gankro/rust/vec_flow, r=alexcrichton
2014-08-03 borsauto merge of #16202 : db48x/rust/eq-for-time-tm, r...
2014-08-03 borsauto merge of #16198 : cakebaker/rust/remove_unused_tup...
2014-08-03 Huon Wilsongitignore: Add the autogenerated/downloaded unicode...
2014-08-03 borsauto merge of #16155 : huonw/rust/Ordering-reverse...
2014-08-03 borsauto merge of #16194 : omasanori/rust/gitignore, r...
2014-08-03 borsauto merge of #16191 : DaGenix/rust/fix-aligned-access...
2014-08-03 Tom Jakubowskirustdoc: Add rustdoc class to <body> tag
2014-08-03 Huon Wilsoncore: add a reverse method to Ordering.
2014-08-03 Tom Jakubowskirustdoc: Add generator meta tag to API docs
2014-08-03 borsauto merge of #16189 : steveklabnik/rust/gh15494, r...
2014-08-02 borsauto merge of #16186 : steveklabnik/rust/guide_cargo_ne...
2014-08-02 borsauto merge of #16180 : jbcrail/rust/fix-comments, r...
2014-08-02 borsauto merge of #16169 : Gankro/rust/simple-docs, r=cmr
2014-08-02 Alexis Beingessnerfix underflow in vec swap_remove
2014-08-02 Alex Crichtonnative: Fix utime() for windows
2014-08-02 Daniel Brookstime::Tm should impl Eq in addition to PartialEq
2014-08-02 borsauto merge of #16183 : brson/rust/doctitles, r=alexcrichton
2014-08-02 OGINO MasanoriUse globs to ignore target directories.
2014-08-02 OGINO MasanoriSort .gitignore.
2014-08-02 Alexis BeingessnerAdd hide/show detail toggles to rustdoc
2014-08-02 borsauto merge of #16181 : brson/rust/colon, r=kballard
2014-08-02 Daniel HofstetterRemove unused tuple struct
2014-08-02 borsauto merge of #16177 : nham/rust/collections_15294_eq_o...
2014-08-02 borsauto merge of #16175 : EduardoBautista/rust/fix-guessin...
2014-08-02 borsauto merge of #16165 : tinaun/rust/newcss, r=alexcrichton
2014-08-02 borsauto merge of #16164 : anguslees/rust/rfc3999, r=alexcr...
2014-08-02 borsauto merge of #16163 : anguslees/rust/strptime-str...
2014-08-02 Palmer CoxRewrite read_u32v_be() and write_u32_be() to make sure...
2014-08-02 borsauto merge of #16160 : EduardoBautista/rust/use-bang...
2014-08-02 Steve KlabnikFix manual regarding attribute placement.
2014-08-02 nhamAdd a split_at method to slice::ImmutableVector
2014-08-02 Steve KlabnikAdd note about Cargo.lock
2014-08-02 Steve KlabnikUse cargo new.
2014-08-02 borsauto merge of #16128 : steveklabnik/rust/speed_faq...
2014-08-02 Simon PerssonFix alignment tests for ARM on Linux. #14848
2014-08-02 Brian Andersondoc: Make sure all doc titles say 'Rust'. #12466
2014-08-02 borsauto merge of #16119 : steveklabnik/rust/guide_pointers...
next