]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-12-19 Chris MorganFix two regressions introduced by #11072.
2013-12-19 borsauto merge of #11072 : chris-morgan/rust/ctags-tweaks...
2013-12-19 borsauto merge of #11070 : ezyang/rust/better-errors, r...
2013-12-19 borsauto merge of #11041 : cmr/rust/pkgid_changes, r=cmr...
2013-12-19 Corey RichardsonAdd some things to inspect crate-id's
2013-12-19 Corey RichardsonRename pkgid to crate_id
2013-12-19 Chris MorganRemove many false positives from the ctags results
2013-12-19 borsauto merge of #11061 : huonw/rust/opt-unsafe-vec, r...
2013-12-19 Huon Wilsonstd::vec: use some unsafe code to optimise `remove`.
2013-12-19 Edward Z. YangGeneralize item_span into node_span, which works on...
2013-12-19 borsauto merge of #11065 : huonw/rust/slice-chars-example...
2013-12-19 borsauto merge of #11038 : alexcrichton/rust/fix-osx-leak...
2013-12-19 Alex CrichtonUpgrade libuv to fix a leak on OSX
2013-12-19 borsauto merge of #11050 : alexcrichton/rust/snapshots...
2013-12-19 Huon Wilsonstd::str: fix .slice_chars example. Fixes #11014.
2013-12-19 borsauto merge of #10977 : brson/rust/androidtest, r=brson
2013-12-19 Huon Wilsonstd::vec: replace .insert with a small amount of unsafe...
2013-12-19 borsauto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonw
2013-12-19 Brian AndersonMake Android tests fail if no device is available
2013-12-19 borsauto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr
2013-12-19 g3xzhFix `sum()` accuracy
2013-12-18 Huon Wilsonstd::str: remove .as_mut_buf & rewrite/simplify `.push_...
2013-12-18 Huon Wilsonstd::str: replace .as_imm_buf with .as_ptr.
2013-12-18 Huon Wilsonstd::vec: remove .as_muf_buf, replaced by .as_mut_ptr...
2013-12-18 borsauto merge of #11032 : cmr/rust/rustdoc_test, r=alexcri...
2013-12-18 Huon Wilsonstd::vec: remove .as_imm_buf, replaced by .as_ptr ...
2013-12-18 Corey Richardsonrustdoc: thread through the context for rendering
2013-12-18 Corey RichardsonAdd a rustdoc test
2013-12-18 borsauto merge of #11013 : klutzy/rust/win-no-pthread,...
2013-12-18 borsauto merge of #11012 : alexcrichton/rust/needstest...
2013-12-18 Alex CrichtonRegister new snapshots
2013-12-18 Alex CrichtonAdding tests for closed issues
2013-12-18 borsauto merge of #11033 : michaelwoerister/rust/byvalself...
2013-12-18 borsauto merge of #11024 : huonw/rust/return-from-closures...
2013-12-18 borsauto merge of #10915 : alexcrichton/rust/fixes, r=ILyoan
2013-12-18 Huon Wilsonrustc: Allow `return` to return from a closure.
2013-12-18 borsauto merge of #11025 : ezyang/rust/reword-second-borrow...
2013-12-18 borsauto merge of #11018 : sfackler/rust/variant-strip...
2013-12-18 borsauto merge of #11019 : alexcrichton/rust/issue-10545...
2013-12-18 klutzymklldeps.py: Write to file instead of print
2013-12-18 klutzyllvm: Disable pthread on mingw
2013-12-17 borsauto merge of #11009 : ktt3ja/rust/issue-11006, r=alexc...
2013-12-17 borsauto merge of #10967 : chris-morgan/rust/clean-and...
2013-12-17 borsauto merge of #10979 : alexcrichton/rust/less-bc, r=cmr
2013-12-17 borsauto merge of #10863 : cadencemarseille/rust/patch...
2013-12-17 Alex CrichtonDon't allow impls to force public types
2013-12-17 Michael Woeristerdebuginfo: Updated test cases to also test by-value...
2013-12-17 Michael Woeristerdebuginfo: Properly support by-value self arguments
2013-12-17 borsauto merge of #11030 : cmr/rust/rustdoc_on_fire, r...
2013-12-17 Corey RichardsonFix rustdoc HTML rendering
2013-12-17 borsauto merge of #10972 : metajack/rust/pkgid-with-name...
2013-12-17 Jack MoffittUpdate docs to new syntax.
2013-12-17 Jack MoffittChange pkgid parser to allow overriding the inferred...
2013-12-17 borsauto merge of #11005 : sanxiyn/rust/mut, r=alexcrichton
2013-12-17 borsauto merge of #10998 : thestinger/rust/iter, r=alexcrichton
2013-12-17 Edward Z. Yangs/Second borrow/Previous borrow/ in error messages.
2013-12-17 Cadence MarseilleHandle ENOENT
2013-12-17 borsauto merge of #10996 : huonw/rust/more-vec-raw, r=cmr
2013-12-17 borsauto merge of #10990 : ktt3ja/rust/method-stability...
2013-12-17 borsauto merge of #10830 : alexcrichton/rust/spsc-queue...
2013-12-17 borsauto merge of #10924 : pcwalton/rust/pod, r=pcwalton
2013-12-17 Alex CrichtonTest fallout from std::comm rewrite
2013-12-17 Patrick Waltondoc: Update the documentation to describe the `Pod...
2013-12-17 Patrick Waltontest: Add a test that POD types can be implicitly copied.
2013-12-17 Patrick Waltonlibstd: Implement the new `Cell`.
2013-12-17 Patrick Waltonlibrustc: Implement a `Pod` kind for types that can...
2013-12-17 Steven FacklerFix rustdoc output of enums with private variants
2013-12-17 borsauto merge of #10964 : cartazio/rust/gcc-detector,...
2013-12-17 Alex CrichtonFallout of rewriting std::comm
2013-12-17 Alex CrichtonRewrite std::comm
2013-12-17 Carter Tazio... provide an error at at configure time if gcc, and...
2013-12-16 Kiet TranCheck even more live Path nodes in dead-code pass
2013-12-16 Huon Wilsonstd::vec: make init_elem nicer by doing fewer moves.
2013-12-16 Huon Wilsonstd::vec: convert .copy_memory to use copy_nonoverlappi...
2013-12-16 Huon Wilsonstd::vec::bytes: remove the reference to overlapping...
2013-12-16 Huon Wilsonstd::vec::raw: convert copy_memory to a method.
2013-12-16 Huon Wilsonstd::vec::raw: convert init_elem to a method.
2013-12-16 Kiet TranDetect stability attributes on methods.
2013-12-16 borsauto merge of #11002 : pnkfelix/rust/fsk-improve-doc...
2013-12-16 Seo SanghyeonRemove obsolete mutability from ast::Ty
2013-12-16 borsauto merge of #11000 : cmr/rust/auto_encode, r=alexcrichton
2013-12-16 Felix S. Klock IISpell out the units used for the `offset` argument...
2013-12-16 Corey RichardsonUpdate and un-xfail auto-encode test
2013-12-16 Daniel Micayvec: avoid some unsafe code in MoveIterator's dtor
2013-12-16 borsauto merge of #10966 : michaelwoerister/rust/prelude2...
2013-12-16 Huon Wilsonstd::vec: remove aliasing &mut [] and &[] from shift_opt.
2013-12-16 borsauto merge of #10995 : thestinger/rust/fast_move_iter...
2013-12-16 Daniel Micayvec: make the move iterator fast for all types
2013-12-16 Michael Woeristerdebuginfo: Add comment on is_local_to_unit parameter.
2013-12-16 Michael Woeristerdebuginfo: Added some documentation of source location...
2013-12-16 Michael Woeristerdebuginfo: Add test cases for function prologue handling.
2013-12-16 Michael Woeristerdebuginfo: Set correct source position for function...
2013-12-16 Michael Woeristerdebuginfo: Set the is_local_to_unit attribute of functi...
2013-12-16 Michael Woeristerdebuginfo: Use same behavior as Clang for calculating...
2013-12-16 Michael Woeristerdebuginfo: Get rid of redundant argument copying with...
2013-12-16 Michael Woeristerdebuginfo: Create separate lexical block for function...
2013-12-16 Michael Woeristerdebuginfo: Clear source positions where they'd confuse...
2013-12-16 Michael Woeristerdebuginfo: Clear debug source locations at beginning...
2013-12-16 Michael Woeristerdebuginfo: Always set column information to zero for...
2013-12-16 borsauto merge of #10994 : ktt3ja/rust/issue-10956, r=alexc...
next