]> git.lizzy.rs Git - rust.git/history - src
add lint for `unsafe` blocks
[rust.git] / src /
2013-11-21 Daniel Micayadd lint for `unsafe` blocks
2013-11-21 borsauto merge of #10595 : hatahet/rust/master, r=thestinger
2013-11-21 Ziad Hatahet`std::ptr::read_ptr` now takes `*T` instead of `*mut T`
2013-11-21 borsauto merge of #10587 : thestinger/rust/stack, r=pcwalton
2013-11-21 borsauto merge of #10584 : klutzy/rust/local-rust-root...
2013-11-21 borsauto merge of #10590 : sanxiyn/rust/ty-mac, r=thestinger
2013-11-21 Seo SanghyeonRemove ty_mac
2013-11-21 borsauto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton
2013-11-21 klutzyFix --local-rust-root option on Windows
2013-11-20 borsauto merge of #10576 : thestinger/rust/gc, r=pcwalton
2013-11-20 borsauto merge of #10527 : eholk/rust/win64, r=alexcrichton
2013-11-20 Seo SanghyeonFix parsing tests
2013-11-20 Seo SanghyeonMake BytePos 32-bit
2013-11-20 Daniel Micayadd an initial `Gc<T>` stub with the API
2013-11-20 borsauto merge of #10575 : sfackler/rust/non-copyable,...
2013-11-20 Steven FacklerRemove NonCopyable::new
2013-11-19 borsauto merge of #10568 : pcwalton/rust/more-bars, r=alexc...
2013-11-19 Patrick Waltonlibrustc: Change most uses of `&fn()` to `||`.
2013-11-19 Patrick Waltonlibsyntax: Change all uses of `&fn` to `||`.
2013-11-19 Patrick Waltonlibextra: Convert uses of `&fn(A)->B` to `|A|->B`.
2013-11-19 Patrick Waltonlibstd: Change all uses of `&fn(A)->B` over to `|A...
2013-11-19 borsauto merge of #10495 : alexcrichton/rust/more-native...
2013-11-19 Alex CrichtonImplement more native file I/O
2013-11-19 Eric HolkDon't use win64 calling convention on 32-bit machines.
2013-11-19 borsauto merge of #10558 : alexcrichton/rust/faster-stdout...
2013-11-19 borsauto merge of #10557 : huonw/rust/inline-deriving,...
2013-11-19 borsauto merge of #10542 : huonw/rust/open01, r=alexcrichton
2013-11-19 borsauto merge of #10561 : pcwalton/rust/procify, r=alexcri...
2013-11-19 borsauto merge of #10479 : alexcrichton/rust/native-mutex...
2013-11-19 Alex CrichtonMove runtime files to C instead of C++
2013-11-19 Alex CrichtonRemove the C++ lock_and_signal type
2013-11-19 Alex CrichtonImplement a native mutex type
2013-11-19 borsauto merge of #10458 : yichoi/rust/make_check_pass_andr...
2013-11-19 Patrick Waltonlibsyntax: Remove `~fn()` from the language
2013-11-19 Patrick Waltonlibrustc: Convert `~fn()` to `proc()` everywhere.
2013-11-19 Patrick Waltonlibrustc: Remove the one use of `~fn()`
2013-11-19 Patrick Waltonlibextra: Remove `~fn()` from libextra.
2013-11-19 Patrick Waltonlibstd: Change all `~fn()`s to `proc`s in the standard...
2013-11-19 borsauto merge of #10440 : brson/rust/cnamespace, r=bstrie
2013-11-19 borsauto merge of #10366 : brson/rust/ignore-patterns,...
2013-11-19 Alex CrichtonAllow piped stdout/stderr use uv_tty_t
2013-11-19 Eric HolkUse the correct calling convention for extern rust...
2013-11-19 Eric HolkAdd Win64 calling convention.
2013-11-19 Brian AndersonUse '..' as slice wildcard in vectors
2013-11-19 Brian AndersonUse '..' as multi-field wildcard in enums and structs.
2013-11-19 Huon WilsonMark some derived methods as #[inline].
2013-11-19 Brian Andersonrt: Namespace all C functions under rust_
2013-11-19 Young-il Choiandroid support added to test case
2013-11-19 Young-il Choiadd path environments
2013-11-19 Young-il Choifix #10450
2013-11-19 Young-il Choitemporarily disable tests on android and tagging issue...
2013-11-18 borsauto merge of #10552 : michaelwoerister/rust/ifstepping...
2013-11-18 borsauto merge of #10555 : TeXitoi/rust/pidigits-resurected...
2013-11-18 Guillaume Pinotpidigits resurected
2013-11-18 borsauto merge of #10539 : alexcrichton/rust/external-linka...
2013-11-18 Alex CrichtonDon't mark reachable extern fns as internal
2013-11-18 Michael Woeristerdebuginfo: Improved stepping for if-expressions
2013-11-18 Huon Wilsonstd::rand: wrappers for floats from [0,1] and (0,1).
2013-11-18 borsauto merge of #10508 : chris-morgan/rust/tags-improveme...
2013-11-18 borsauto merge of #10443 : alexcrichton/rust/meaninless...
2013-11-18 Alex CrichtonForbid privacy in inner functions
2013-11-18 borsauto merge of #10526 : itdaniher/rust/master, r=pcwalton
2013-11-18 borsauto merge of #10363 : astrieanna/rust/fix-x86stdcall...
2013-11-18 Leah HansonFix XFailed test x86stdcall
2013-11-18 borsauto merge of #10533 : tautologico/rust/fixdocs, r...
2013-11-18 Andrei FormigaFixed docs for advance() in Iterator trait
2013-11-18 Andrei FormigaFixed uses of get() to unwrap() in doc examples in...
2013-11-18 borsauto merge of #10511 : cmr/rust/addtests, r=huonw
2013-11-17 Corey RichardsonBetter error message when using vectors in statics
2013-11-17 Corey RichardsonAdd a test for #6976
2013-11-17 borsauto merge of #10532 : dhodder/rust/master, r=alexcrichton
2013-11-17 borsauto merge of #10531 : TeXitoi/rust/mandelbrot-resurect...
2013-11-17 Dave HodderAdd doc comment for extra::url::query_to_str
2013-11-17 borsauto merge of #10523 : huonw/rust/10522, r=cmr
2013-11-17 borsauto merge of #10518 : huonw/rust/6911, r=alexcrichton
2013-11-17 borsauto merge of #10510 : chris-morgan/rust/fix-num_lit...
2013-11-17 Guillaume PinotPrettier long string breaking.
2013-11-17 Guillaume PinotClarrify the message for test mode and use u8 instead...
2013-11-17 borsauto merge of #10509 : cmr/rust/trait_name, r=alexcrichton
2013-11-17 Guillaume Pinotresurect shootout-mandelbrot.rs
2013-11-17 borsauto merge of #10466 : alexcrichton/rust/issue-10334...
2013-11-17 borsauto merge of #10454 : z0w0/rust/issue-9944, r=cmr
2013-11-17 Huon Wilsonextra: handle an edge case in BigUint.to_str().
2013-11-17 Ian Daniherfix 10468, propagate optimization level as rustc::drive...
2013-11-16 borsauto merge of #10420 : sanxiyn/rust/path, r=cmr
2013-11-16 Huon Wilsonlint: _-prefixed variables don't get an unused-mut...
2013-11-16 Alex CrichtonImplement read_char on the Buffer trait
2013-11-16 Corey RichardsonAdjust error message for method type mismatch
2013-11-16 Jaemin MoonShow the name of the trait in the error message
2013-11-15 borsauto merge of #10478 : TeXitoi/rust/shootout-meteor...
2013-11-15 borsauto merge of #10497 : thestinger/rust/cleanup, r=cmr
2013-11-15 Daniel Micayremove `cast::unsafe_copy`
2013-11-14 Guillaume PinotImprove variable naming.
2013-11-14 Guillaume Pinotremove useless Iterate impl, and permute the order...
2013-11-14 borsauto merge of #10018 : fhahn/rust/check-inferred-ints...
2013-11-14 borsauto merge of #10428 : toffaletti/rust/try_lock, r...
2013-11-14 borsauto merge of #10484 : nibrahim/rust/docfix, r=cmr
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-14 borsauto merge of #10476 : catamorphism/rust/rustpkg-doc...
2013-11-14 Guillaume PinotAdd shootout meteor contest benchmark.
next