]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-10-16 Daniel Micayintroduce `base_and_len` fns for element length
2013-10-16 Daniel Micayrename `base_and_len` -> `base_and_byte_len`
2013-10-15 Daniel Micayremove executable flag from source file
2013-10-15 Daniel Micayuse element count in slices, not size in bytes
2013-10-15 Daniel Micayfix overflow on bounds checks
2013-10-15 Daniel Micayfix bounds checking failure message
2013-10-14 borsauto merge of #9823 : pnkfelix/rust/issue7655-bench...
2013-10-14 Felix S. Klock IIOnly use padded test names to calculate the target...
2013-10-14 Felix S. Klock IIIssue 7655: align the bench printouts so that the numbe...
2013-10-14 borsauto merge of #9606 : steveklabnik/rust/abi_removal...
2013-10-14 borsauto merge of #9848 : huonw/rust/move-trait-doc, r...
2013-10-14 Steve KlabnikRemoving ccdecl
2013-10-14 Huon Wilsonstd::vec: move documentation from impls to traits.
2013-10-14 Steve KlabnikRemove unused abi attributes.
2013-10-14 borsauto merge of #9844 : bytbox/rust/master, r=alexcrichton
2013-10-14 borsauto merge of #9843 : sfackler/rust/rustdoc-strip-priva...
2013-10-14 Steven FacklerMake Rustdoc strip private fields
2013-10-14 Scott Lawrencestd::libc: rustdoc indicates reexports now
2013-10-13 borsauto merge of #9836 : eriklyon/rust/doc-typos, r=alexcr...
2013-10-13 Erik Lyonfix typos in doc/tutorial.md
2013-10-13 borsauto merge of #9832 : luqmana/rust/sps, r=alexcrichton
2013-10-13 Luqman Adenlibrustc: Combine C_struct and C_packed_struct.
2013-10-13 borsauto merge of #9608 : hmarr/rust/vec-get-opt, r=huonw
2013-10-13 Luqman AdenUpdate test for packed structs to also test being place...
2013-10-13 Luqman Adenlibrustc: Don't ICE on packed structs in statics.
2013-10-12 borsauto merge of #9825 : thestinger/rust/rc, r=thestinger
2013-10-12 Daniel Micayrc: fix docstring
2013-10-12 borsauto merge of #9815 : thestinger/rust/type, r=huonw
2013-10-12 borsauto merge of #9799 : catamorphism/rust/rustpkg-exitcod...
2013-10-12 Daniel Micayhave LLVM print type strings for us
2013-10-12 Tim Chevalierrustpkg: Set exit codes properly and make tests take...
2013-10-11 borsauto merge of #9809 : fhahn/rust/remove-old-cratemap...
2013-10-11 borsauto merge of #9794 : thestinger/rust/rc, r=alexcrichton
2013-10-11 Daniel Micayclean up the `Rc`/`RcMut` types and move to libstd
2013-10-11 Florian HahnRemove support for older CrateMap versions
2013-10-11 Daniel Micaycorrect names for `#[no_send]`/`#[no_freeze]` tests
2013-10-11 borsauto merge of #9803 : alexcrichton/rust/less-pub2,...
2013-10-11 borsauto merge of #9802 : ben0x539/rust/mkdtemp-raii, r...
2013-10-11 Benjamin Herrextra::tempfile: replace mkdtemp with an RAII wrapper
2013-10-11 Alex CrichtonDe-pub some private runtime components
2013-10-11 borsauto merge of #9805 : alexcrichton/rust/needstest,...
2013-10-11 borsauto merge of #9804 : alexcrichton/rust/always-anon...
2013-10-11 borsauto merge of #9517 : crabtw/rust/cabi, r=nikomatsakis
2013-10-11 Alex CrichtonAdd tests and un-xfail a few issues
2013-10-11 borsauto merge of #9785 : catamorphism/rust/remove-convenie...
2013-10-11 Alex CrichtonRemove named extern blocks from the AST
2013-10-11 borsauto merge of #9732 : catamorphism/rust/rustpkg-read...
2013-10-11 Jyun-Yan Youimprove C ABI
2013-10-10 borsauto merge of #9800 : vmx/rust/fix-random-doc, r=thestinger
2013-10-10 Tim Chevalierrustpkg: Make checked-out source files read-only, and...
2013-10-10 borsauto merge of #9798 : mtwilliams/rust/master, r=brson
2013-10-10 Tim Chevalierrust / build: Remove the `rust` tool
2013-10-10 Michael 'devbug... Fixed typo under 'Segmented stacks and the linter'...
2013-10-10 borsauto merge of #9797 : alexcrichton/rust/snapshots,...
2013-10-10 Alex CrichtonRegister new snapshots
2013-10-10 Volker MischeFix usage of <float> in docs
2013-10-10 borsauto merge of #9791 : alexcrichton/rust/reachable,...
2013-10-10 Alex CrichtonAdd `pub` to all the codegen tests
2013-10-10 borsauto merge of #9749 : alexcrichton/rust/less-io, r...
2013-10-10 Alex CrichtonMake the file::DirectoryInfo trait public
2013-10-10 Alex CrichtonRemove some users of io::file_reader
2013-10-10 Alex CrichtonRemove usage of io::FILE_writer
2013-10-10 Alex CrichtonMigrate users of io::fd_t to io::native::file::fd_t
2013-10-10 Alex CrichtonMove std::run off of std::io
2013-10-10 Alex CrichtonImplement BufferedReader.{read_until, read_line}
2013-10-10 Alex CrichtonImplement rt::io::stdio
2013-10-10 Alex CrichtonUse the result of privacy for reachability
2013-10-10 borsauto merge of #9783 : huonw/rust/macro-items, r=bstrie
2013-10-10 borsauto merge of #9780 : sfackler/rust/extensions2, r...
2013-10-10 borsauto merge of #9774 : sebcrozet/rust/master, r=huonw
2013-10-09 Huon Wilsonsyntax: allow macros to expand to items with attributes.
2013-10-09 borsauto merge of #9750 : alexcrichton/rust/safer-strings...
2013-10-09 borsauto merge of #9742 : alexcrichton/rust/issue-9739...
2013-10-09 Alex CrichtonDon't abort if the runtime is run twice.
2013-10-09 Alex CrichtonImplement io::native::process
2013-10-09 Alex CrichtonImplement io::native::stdio
2013-10-09 Alex CrichtonImplement io::native::file
2013-10-09 borsauto merge of #9386 : Geal/rust/base64-doc, r=alexcrichton
2013-10-09 Alex CrichtonForbid modifications of strings in the compiler
2013-10-09 Geoffroy CouprieCorrect code examples for base64 documentation
2013-10-09 borsauto merge of #9748 : klutzy/rust/print-git-revision...
2013-10-09 borsauto merge of #9664 : alexcrichton/rust/logging, r...
2013-10-09 borsauto merge of #9359 : thestinger/rust/option, r=huonw
2013-10-09 Daniel Micayoption: rewrite the API to use composition
2013-10-09 borsauto merge of #9695 : huonw/rust/rand2, r=alexcrichton
2013-10-09 Huon Wilsonstd::rand: Minor clean-up of comments & add a missing...
2013-10-09 Huon Wilsonstd::rand: remove seed_task_rng and RUST_SEED.
2013-10-09 Huon Wilsonstd::rand: Make Rng.next_u32 non-default, waiting for...
2013-10-09 Huon Wilsonstd::rand::os: use the externfn! macro for the Windows...
2013-10-09 Huon Wilsonstd::rand::reseeding: seed the reseeder in the Seedable...
2013-10-09 Huon Wilsonstd::rand::reader: describe cfg!(endianness).
2013-10-09 Huon Wilsonstd::rand: Correct the implementation of Rand for f32...
2013-10-09 Huon WilsonDocumentation & address minor point.
2013-10-09 Huon Wilsonstd::rand: remove `seed`.
2013-10-09 Huon WilsonConvert rt::sched::new_sched_rng to use open/read/close...
2013-10-09 Huon Wilsonstd::rand: adjust the f32 & f64 Rand instances.
2013-10-09 Huon Wilsonstd::rand: documentation additions & fixes.
2013-10-09 Huon Wilsonstd::rand: move the Rand impls into a separate file...
2013-10-09 Huon Wilsonstd::rand: add & split some tests.
2013-10-09 Huon Wilsonstd::rand: make the windows OSRng more correct, remove...
next