]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-09-25 borsauto merge of #9335 : alexcrichton/rust/issue-7945...
2013-09-25 Alex CrichtonDisallow char literals which should be escaped
2013-09-25 borsauto merge of #9474 : thestinger/rust/internal, r=alexc...
2013-09-24 Daniel Micaymark functions internal if not building a library
2013-09-24 borsauto merge of #9336 : alexcrichton/rust/issue-7981...
2013-09-24 Alex CrichtonStop accepting 'impl ...;', require {} instead
2013-09-24 borsauto merge of #9471 : brson/rust/rustexit, r=thestinger
2013-09-24 Brian Andersonrust: Don't call libc::exit
2013-09-24 borsauto merge of #9463 : pnkfelix/rust/fsk-syntax-visit...
2013-09-24 borsauto merge of #9462 : SimonSapin/rust/patch-3, r=huonw
2013-09-24 Felix S. Klock IIPart of #7081: Fold remainder of typeck's visit env...
2013-09-24 Simon SapinDo not imply that str is sometimes null-terminated.
2013-09-24 borsauto merge of #9457 : klutzy/rust/doc-fix, r=alexcrichton
2013-09-24 borsauto merge of #9453 : pnkfelix/rust/fsk-further-syntax...
2013-09-24 borsauto merge of #9450 : jzelinskie/rust/tutorial-tasks...
2013-09-24 borsauto merge of #9449 : dckc/rust/patch-1, r=alexcrichton
2013-09-24 borsauto merge of #9439 : steveklabnik/rust/build_rustpkg_t...
2013-09-24 klutzystd::local_data: Fix document code
2013-09-24 borsauto merge of #9454 : alexcrichton/rust/snapshot, r...
2013-09-24 Alex CrichtonRegister new snapshots
2013-09-24 Jimmy ZelinskieFix signature of Result in tasks tutorial. Closes ...
2013-09-24 Dan Connollyremove apostrophe where it's is not used as a contraction
2013-09-24 borsauto merge of #9310 : pcwalton/rust/at-fn, r=pcwalton
2013-09-24 Felix S. Klock IIvisit::Visitor refactor: fold moves.rs VisitContext...
2013-09-24 Patrick Waltonlibrustc: Fix merge fallout.
2013-09-24 Patrick Waltontest: Fix rustdoc and tests.
2013-09-24 Patrick Waltonlibrusti: Eliminate `@fn`.
2013-09-24 Patrick Waltonlibrustc: Remove `@fn` managed closures from the language.
2013-09-24 Patrick Waltonlibsyntax: Introduce routines and remove all `@fn`s...
2013-09-24 Patrick Waltonlibsyntax: Remove some more `@fn`s from the macro expander
2013-09-24 Patrick Waltonlibsyntax: Remove some more `@fn` uses
2013-09-24 Patrick Waltonlibrustpkg: Fix diagnostic invocation syntax in librust...
2013-09-24 Patrick Waltonlibrustc: Change the ID visitor to use traits instead...
2013-09-24 Patrick Waltonlibrustc: Remove the remaining direct uses of `@fn...
2013-09-24 Patrick Waltonlibrustc: Remove garbage-collected functions from util...
2013-09-24 Patrick Waltonlibrustc: Don't use garbage-collected closures to store...
2013-09-24 Patrick Waltonlibrustc: Make the fall-through case in match not use...
2013-09-24 Patrick Waltonlibrustc: Port the pretty printer annotation infrastruc...
2013-09-24 Patrick Waltonlibrustc: Remove garbage collected functions from front...
2013-09-24 Patrick Waltonlibrustc: Change fold to use traits instead of `@fn`.
2013-09-24 borsauto merge of #9444 : alexcrichton/rust/ignore-some...
2013-09-24 Alex CrichtonIgnore some rustpkg tests for now
2013-09-23 Felix S. Klock IIvisit::Visitor refactor: replace (&mut BorrowckVisitor...
2013-09-23 borsauto merge of #9301 : luqmana/rust/ncm, r=brson
2013-09-23 Luqman AdenFind the cratemap at runtime on windows.
2013-09-23 Steve KlabnikAdd rustpkg tutorial to the official tutorials.
2013-09-23 borsauto merge of #9438 : brson/rust/relnotes, r=thestinger
2013-09-23 Brian AndersonMore 0.8 release notes
2013-09-23 borsauto merge of #9423 : madjar/rust/patch-1, r=alexcrichton
2013-09-23 borsauto merge of #9398 : Kimundi/rust/work1, r=huonw
2013-09-23 Marvin LöbelExtended the module tutorial section about files a bit
2013-09-23 Georges DubusFixed a small typo in the tutorial
2013-09-23 borsauto merge of #9422 : alexcrichton/rust/fix-link, r...
2013-09-23 borsauto merge of #9385 : alexcrichton/rust/actually-ndebug...
2013-09-23 borsauto merge of #9413 : bytbox/rust/master, r=alexcrichton
2013-09-23 Alex CrichtonPlace *all* rustdoc output in doc/{crate}
2013-09-23 Daniel Micaytouch LLVM clean trigger
2013-09-23 Scott LawrenceAdd docs for extra::semver
2013-09-22 borsauto merge of #9412 : thestinger/rust/no_starve_xfail...
2013-09-22 Daniel Micaydisable starvation test completely for now
2013-09-22 borsauto merge of #9389 : poiru/rust/issue-9333, r=alexcrichton
2013-09-22 borsauto merge of #9408 : thestinger/rust/valgrind, r=alexc...
2013-09-22 Daniel Micaydisable scheduler starvation test on valgrind
2013-09-22 Alex CrichtonActually default rustc to have debug! output
2013-09-22 borsauto merge of #9402 : alexcrichton/rust/no-ng, r=thestinger
2013-09-22 Alex Crichtonrustdoc: Out with the old, in with the new
2013-09-22 borsauto merge of #9362 : huonw/rust/rand, r=alexcrichton
2013-09-22 Huon WilsonRemove the C(++) ISAAC Rng from the old rt.
2013-09-22 Huon Wilsonstd: merge rand::{Rng,RngUtil} with default methods.
2013-09-22 Huon Wilsonstd: move rand.rs to rand/mod.rs.
2013-09-22 Birunthan MohanathasReserve the `alignof`, `offsetof`, and `sizeof` keywords
2013-09-22 borsauto merge of #9395 : brson/rust/0.8, r=alexcrichton
2013-09-22 borsauto merge of #9401 : bytbox/rust/master, r=thestinger
2013-09-22 Scott LawrenceRemove 'copy' from syntax files, as it's no longer...
2013-09-22 borsauto merge of #9399 : brson/rust/tinfo, r=thestinger
2013-09-22 borsauto merge of #9353 : brson/rust/sched, r=alexcrichton,cmr
2013-09-22 Brian AndersonPass --disable-terminfo to LLVM's configure script...
2013-09-22 borsauto merge of #9366 : olsonjeffery/rust/file_io_doc_cle...
2013-09-21 Brian AndersonUpdate version numbers to 0.8
2013-09-21 Jeff Olsonstd: add file::io::test module and ensure correct build
2013-09-21 Jeff Olsonstd: cleanup file::io rustdoc_ng output
2013-09-21 borsauto merge of #9393 : alexcrichton/rust/fix-docs, r...
2013-09-21 Alex CrichtonFix the dependencies of rustdoc_ng doc generation
2013-09-21 borsauto merge of #9380 : thestinger/rust/par, r=alexcrichton
2013-09-21 borsauto merge of #9381 : luisbg/rust/master, r=cmr
2013-09-21 borsauto merge of #9369 : sebcrozet/rust/f64_inline, r...
2013-09-21 borsauto merge of #9368 : StrLght/rust/master, r=thestinger
2013-09-21 borsauto merge of #9360 : huonw/rust/4449, r=pnkfelix
2013-09-21 borsauto merge of #9354 : thestinger/rust/cleanup, r=alexcr...
2013-09-21 borsauto merge of #9374 : alexcrichton/rust/rustdoc-web...
2013-09-21 Alex CrichtonImplement a web backend for rustdoc_ng
2013-09-21 Luis de BethencourtDocument a few undocumented methos in Vector
2013-09-21 Daniel Micaydrop `extra::par`
2013-09-21 borsauto merge of #9350 : pnkfelix/rust/fsk-issue-4691...
2013-09-21 borsauto merge of #9349 : brson/rust/relnotes, r=thestinger
2013-09-20 borsauto merge of #9371 : thestinger/rust/text, r=pnkfelix
2013-09-20 Sébastien Crozetstd: add missing #[inline] annotation to the f64 neg...
2013-09-20 GrigoriyFix example in std::Option
2013-09-20 borsauto merge of #9276 : alexcrichton/rust/dox, r=brson
2013-09-20 borsauto merge of #9278 : alexcrichton/rust/ndebug, r=brson
next