]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-05-03 Luqman Adenlibrustc: Add argument to allow choosing "linker"
2013-05-03 borsauto merge of #6213 : kud1ing/rust/patch-1, r=graydon
2013-05-03 borsauto merge of #6046 : brson/rust/io, r=graydon
2013-05-03 borsauto merge of #6185 : gifnksm/rust/prelude-from_str...
2013-05-03 borsauto merge of #6207 : sanxiyn/rust/tc-big, r=thestinger
2013-05-03 borsauto merge of #6204 : pcwalton/rust/uninhabited-enum...
2013-05-03 gifnksmRemove extra `#[cfg(stage0)]`
2013-05-03 kud1ingAdd a brief description to show up in http://static...
2013-05-03 borsauto merge of #6212 : brson/rust/xfail-flatpipes, r...
2013-05-03 Brian Andersonstd: xfail test_serializing_pipes
2013-05-03 borsauto merge of #6206 : sanxiyn/rust/mach-sty, r=thestinger
2013-05-03 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-03 borsauto merge of #6201 : pcwalton/rust/inhtwama-serializer...
2013-05-03 borsauto merge of #6140 : Dretch/rust/run-with-rust, r...
2013-05-03 Brian Andersoncore: Wire up the unwinder to newsched again
2013-05-03 Brian Andersonrustc: Drop the visitor object from the visitor glue
2013-05-03 Patrick Waltonlibrustc: Make uninhabited enums not castable to int
2013-05-03 borsauto merge of #6195 : luqmana/rust/newtype-drop, r...
2013-05-03 Patrick Waltonlibrustc: Update the serializer to work properly with...
2013-05-02 borsauto merge of #6192 : thestinger/rust/link_args, r...
2013-05-02 borsauto merge of #6172 : Sodel-the-Vociferous/rust/rm_trt_...
2013-05-02 Patrick Waltonlibstd: De-mut arena
2013-05-02 borsauto merge of #6197 : graydon/rust/re-xfail, r=graydon
2013-05-02 Graydon Hoarere-xfail some tests that fail on x86
2013-05-02 garethFix some issues with test_destroy_actually_kills:
2013-05-02 borsauto merge of #6193 : youknowone/rust/static-string...
2013-05-02 Luqman AdenAdd test for drop for newtype structs.
2013-05-02 borsauto merge of #6184 : kud1ing/rust/master, r=sanxiyn
2013-05-02 garethRemove errant trailing whitespace.
2013-05-02 garethConvert most of rust_run_program.cpp to rust (issue...
2013-05-02 borsauto merge of #6125 : luqmana/rust/newtype-drop, r...
2013-05-02 Daniel Micaymake link_args use spaces as separators
2013-05-02 Jeong YunWonUse static strings
2013-05-02 borsauto merge of #6182 : huonw/rust/core-str-opts, r=nikom...
2013-05-02 borsauto merge of #6178 : erickt/rust/remove-drop, r=graydon
2013-05-02 borsauto merge of #6176 : thestinger/rust/libuv_optimize...
2013-05-02 borsauto merge of #6177 : gifnksm/rust/iter-chain, r=thestinger
2013-05-02 Seo SanghyeonRemove codes related to modes
2013-05-02 gifnksmlibcore: Export core::from_str::FromStr from core:...
2013-05-02 kud1ingThe following code was generated by "src/etc/unicode.py"
2013-05-02 kud1ingExplain that the source code was generated by this...
2013-05-02 Huon Wilsonlibcore: optimize string joining routines.
2013-05-02 Huon Wilsoncore: inlining on common functions
2013-05-02 borsauto merge of #6111 : pnkfelix/rust/issue4391-rustc...
2013-05-02 Felix S. Klock IIMore cases of [cfg(test)] instead of [test].
2013-05-02 Felix S. Klock IIMore cases of [cfg(test)] instead of [test].
2013-05-02 Felix S. Klock IILets see if changing `span_fatal` to `span_err` gets...
2013-05-02 Felix S. Klock IImod items need to be marked with `cfg(test)` not `test`.
2013-05-02 Felix S. Klock IImod items need to be marked with `cfg(test)` not `test`.
2013-05-02 Felix S. Klock IIIssue 4391: rustc should not silently skip tests with...
2013-05-02 borsauto merge of #6175 : Aatch/rust/red-zone-warn, r=sanxiyn
2013-05-02 borsauto merge of #6174 : sanxiyn/rust/static-string, r...
2013-05-02 borsauto merge of #6151 : bjz/rust/local-variable-cleanup...
2013-05-02 Erick Tryzelaarrustc: remove ty::LegacyDtor
2013-05-02 Brendan ZabarauskasRemove 'Local Variable' comments
2013-05-02 borsauto merge of #6173 : sammykim/rust/doc-vec, r=yichoi
2013-05-02 Daniel Micaypass along CFLAGS/LINK_FLAGS to libuv
2013-05-02 gifnksmlibcore: Make `ChainIterator` take two different-typed...
2013-05-02 James MillerAdd error if RED_ZONE_SIZE doesn't get defined
2013-05-02 borsauto merge of #6127 : gifnksm/rust/impl-clone-for-bigin...
2013-05-02 Seo SanghyeonUse static strings
2013-05-02 Seo SanghyeonTake string slices
2013-05-02 borsauto merge of #6162 : graydon/rust/random-retry, r...
2013-05-01 borsauto merge of #6161 : graydon/rust/glob-retry, r=graydon
2013-05-01 Huon Wilsonlibcore: add N(0,1) and Exp(1) distributions to core...
2013-05-01 Jesse Luehrsglob_t should be public on all platforms
2013-05-01 Jesse Luehrsadd a higher level glob() function to os
2013-05-01 Jesse Luehrslibc bindings for glob.h
2013-05-01 Daniel RalstonAdd trait object field types to back/abi.rs, and use...
2013-05-01 gifnksmlibstd: impl Clone for BigUint/BigInt and replace ...
2013-05-01 Graydon Hoarecompiletest: stop ignoring all tests.
2013-05-01 borsauto merge of #6148 : erickt/rust/remove-drop, r=pcwalton
2013-05-01 Erick Tryzelaarpipes: use finally to fix pipes::try_recv
2013-05-01 Erick Tryzelaarrustdoc: Remove a now invalid test
2013-05-01 Erick Tryzelaarremove some warnings
2013-05-01 Erick Tryzelaarsyntax: remove parse::token::{dtor,literally_dtor}
2013-05-01 Erick Tryzelaarallow parsing attributes on struct fields
2013-05-01 Erick Tryzelaarrustc: remove the rest of drop
2013-05-01 Erick Tryzelaarsyntax: remove parsing destructors
2013-05-01 Erick Tryzelaarcore: Remove use of deprecated `drop`
2013-05-01 borsauto merge of #6147 : bjz/rust/numeric-traits, r=brson
2013-05-01 borsauto merge of #6144 : catamorphism/rust/mkdir_recursive...
2013-05-01 borsauto merge of #6139 : thestinger/rust/tmp, r=graydon
2013-05-01 Brendan ZabarauskasRevert rename of Div to Quot
2013-05-01 borsauto merge of #6131 : thestinger/rust/new_iter, r=graydon
2013-05-01 borsauto merge of #6115 : jbclements/rust/test-case-fixes...
2013-05-01 borsauto merge of #6113 : brson/rust/task-drop, r=graydon
2013-05-01 borsauto merge of #6105 : Aatch/rust/linker-improv, r=pcwalton
2013-05-01 Tim Chevaliercore/std: Fix race condition in os::mkdir_recursive...
2013-05-01 Brian Andersonmk: Fix pdf build
2013-05-01 borsauto merge of #6103 : catamorphism/rust/nonfatal-errors...
2013-05-01 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-04-30 John Clementsfixed pattern, moved test to compile-fail
2013-04-30 John Clementsfixed up syntax
2013-04-30 John Clementsrenamed issue-2185 to issue-3429
2013-04-30 John Clementstypestate is not planned for upcoming versions of rust....
2013-04-30 John Clementsfixed this test case too
2013-04-30 John Clementsfixed the test case, hope it's still testing something
2013-04-30 John Clementsafter syntax fixes, these tests appear to pass
2013-04-30 John Clementsmore commits on issue 2185
next