]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-11-26 Daniel Micayadd `#[thread_local]` attribute
2013-11-26 borsauto merge of #10664 : alexcrichton/rust/issue-10663...
2013-11-26 Alex CrichtonCorrectly handle libuv errors in addrinfo calls
2013-11-26 borsauto merge of #10668 : vky/rust/closure-doc-update...
2013-11-26 borsauto merge of #10660 : alexcrichton/rust/little-scope...
2013-11-26 borsauto merge of #10622 : Kimundi/rust/str_de_iter, r...
2013-11-26 Marvin LöbelRemoved unneccessary `_iter` suffixes from various...
2013-11-26 Vijay KorapatyUpdating docs with updated closure syntax, `&fn` -...
2013-11-26 borsauto merge of #10631 : klutzy/rust/win-fixes, r=alexcri...
2013-11-26 borsauto merge of #10316 : klutzy/rust/attr-lint, r=cmr
2013-11-26 klutzyrustc: Add crate-level attribute lint
2013-11-26 klutzyrustc: Update obsolete attribute list
2013-11-26 klutzyAdd test for unknown attribute lint
2013-11-26 klutzyrustc: Add lint for unknown attributes
2013-11-26 borsauto merge of #10652 : jld/rust/enum-unstruct, r=thestinger
2013-11-26 klutzyAdd tests for attribute lint
2013-11-26 klutzystd: Remove unused attributes
2013-11-26 klutzyrustc: Add lint for obsolete attributes
2013-11-26 klutzyrustc: Add lint for misplaced crate attributes
2013-11-26 Jed DavisFix the usual check-fast scoping mistake.
2013-11-26 Alex CrichtonMove LittleLock to using RAII
2013-11-26 borsauto merge of #10650 : andreasots/rust/ipv6-is-in-hex...
2013-11-25 borsauto merge of #10658 : LeoTestard/rust/serialize-rc...
2013-11-25 borsauto merge of #10657 : sanxiyn/rust/pat, r=cmr
2013-11-25 Léo TestardImplement IterBytes for Rc<T>.
2013-11-25 Léo TestardAdd an implementation of Encodable and Decodable for...
2013-11-25 Seo SanghyeonTake &Pat in visit_pat
2013-11-25 borsauto merge of #10653 : thestinger/rust/meaningless...
2013-11-25 borsauto merge of #10648 : sfackler/rust/base64-test, r...
2013-11-25 Seo SanghyeonTake &Pat
2013-11-25 Seo SanghyeonRemove arms_have_move_bindings
2013-11-25 borsauto merge of #10646 : alexcrichton/rust/issue-10645...
2013-11-25 Daniel Micayrm #[mutable_doc]
2013-11-25 borsauto merge of #10644 : cmr/rust/rustdoc_cfg, r=alexcrichton
2013-11-25 borsauto merge of #10643 : jorendorff/rust/master, r=alexcr...
2013-11-25 borsauto merge of #10628 : huonw/rust/3614, r=alexcrichton
2013-11-25 Huon Wilsonsyntax: parse inner attributes on impls.
2013-11-25 Steven FacklerFix typo in base64 test
2013-11-25 borsauto merge of #10641 : cmr/rust/close_delims, r=alexcri...
2013-11-25 borsauto merge of #10635 : alexcrichton/rust/issue-10626...
2013-11-25 Jed DavisRepresent C-like enums with a plain LLVM integer, not...
2013-11-25 Andreas Otsstd: IPv6 addresses are represented as eight groups...
2013-11-25 Alex CrichtonSet uv's custom data before uv_read_start
2013-11-25 borsauto merge of #10603 : alexcrichton/rust/no-linked...
2013-11-25 Alex CrichtonCache a task's stderr logger
2013-11-25 Alex CrichtonRemove linked failure from the runtime
2013-11-25 Corey Richardsonrustdoc: pass through --cfg to rustc
2013-11-25 Jason OrendorffFix spelling of "vacuum" in one of the abort quotes.
2013-11-25 borsauto merge of #10639 : jix/rust/fix_find_mut_in_trie...
2013-11-25 borsauto merge of #10637 : luqmana/rust/nmt, r=cmr
2013-11-25 Corey RichardsonAdd a note for unclosed delimiters
2013-11-25 borsauto merge of #10600 : ktt3ja/rust/add-doc, r=huonw
2013-11-24 Kiet TranAdd comments to ast, ast_map, ty, and pat_util
2013-11-24 Luqman Adenlibextra: Remove @mut from term.
2013-11-24 Jannis Harderstd::trie: Fix find_mut for non-present keys
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-24 Leah HansonFix issue #8763
2013-11-24 borsauto merge of #10634 : LeoTestard/rust/rc-eq, r=cmr
2013-11-24 Léo TestardImplement cmp traits for Rc<T> and add a ptr_eq method.
2013-11-24 borsauto merge of #10633 : cmr/rust/linker_opts, r=thestinger
2013-11-24 Corey RichardsonUse -O1 for non-GNU linkers
2013-11-24 klutzystd::rt: Fix crate_map on Win64
2013-11-24 klutzystd::rt: Fix record_stack_bounds on win64
2013-11-24 klutzyllvm: Disable pthreads on mingw-w64 platforms
2013-11-24 klutzystd: Fix transmute error on win64
2013-11-24 klutzystd::libc: Simplify win32/win64 type definitions
2013-11-24 klutzystd::libc: Remove TCHAR types
2013-11-24 borsauto merge of #10625 : huonw/rust/json-errors, r=alexcr...
2013-11-24 borsauto merge of #10620 : cmr/rust/linker_opts, r=thestinger
2013-11-24 borsauto merge of #10578 : luqmana/rust/mingw64, r=alexcrichton
2013-11-24 borsauto merge of #10514 : sfackler/rust/mut, r=cmr
2013-11-23 Huon Wilsonextra: improve the errors for the JSON Decoder.
2013-11-23 Steven FacklerMove mutable::Mut to cell::RefCell
2013-11-23 Corey RichardsonUse linker optimizations on Linux
2013-11-23 Luqman AdenUse CXX not CC for linking.
2013-11-23 borsauto merge of #10611 : cmr/rust/ascii_flesh, r=pcwalton
2013-11-23 Corey RichardsonAdd ctype-likes to Ascii
2013-11-23 Luqman AdenRemove sjlj stuff from rust_upcall and don't pass ...
2013-11-23 Steven FacklerAdd Rc::from_mut
2013-11-23 Steven FacklerMore Mut tests
2013-11-23 Steven FacklerStrip down Cell functionality
2013-11-23 Steven FacklerChange Mut::map to Mut::with
2013-11-23 Steven FacklerMake MutRef more consistent with &mut
2013-11-23 Steven FacklerCell -> Mut switch in comm
2013-11-23 Steven FacklerMove Rc tests away from Cell
2013-11-23 Steven FacklerRemove RcMut
2013-11-23 Steven FacklerIntroduce Mut<T> to libstd
2013-11-23 Luqman Adenmk: Get rid of redundant LIBUV_FLAGS.
2013-11-23 Luqman AdenFix up mingw64 target.
2013-11-22 borsauto merge of #10605 : huonw/rust/ascii-ident-gate...
2013-11-22 Huon WilsonPut non-ascii identifiers behind a feature gate.
2013-11-22 borsauto merge of #10612 : pnkfelix/rust/remove-cut-and...
2013-11-22 borsauto merge of #10583 : alexcrichton/rust/privacy-reexpo...
2013-11-22 Alex CrichtonMove more of the exportation burden into privacy
2013-11-22 Felix S. Klock IIThe original fixme #2699 was removed back in PR #6053.
2013-11-22 borsauto merge of #10610 : thestinger/rust/breakpoint,...
2013-11-22 Daniel Micayadd a breakpoint intrinsic for debugging
2013-11-22 borsauto merge of #10608 : thestinger/rust/managed, r=huonw
2013-11-22 borsauto merge of #10606 : huonw/rust/lint-unsafe-in-macro...
2013-11-22 Huon Wilsonsyntax: add a visit_ident method to the Visitor.
next