]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-05-28 borsauto merge of #14454 : omasanori/rust/cfg_cxx, r=alexcr...
2014-05-28 borsauto merge of #14452 : alexcrichton/rust/issue-14438...
2014-05-28 borsauto merge of #14364 : alexcrichton/rust/libdebug,...
2014-05-28 Alex CrichtonMove std::{reflect,repr,Poly} to a libdebug crate
2014-05-28 Alex Crichtonrustdoc: Only link to local inlined foreign items
2014-05-28 borsauto merge of #14387 : alan-andrade/rust/remove_managed...
2014-05-28 borsauto merge of #14414 : richo/rust/features/nerf_unused_...
2014-05-27 borsauto merge of #14447 : erickt/rust/show-treemap, r...
2014-05-27 borsauto merge of #14444 : huonw/rust/nice-for-errors,...
2014-05-27 borsauto merge of #14435 : P1start/rust/str-docs-fix, r...
2014-05-27 Richo Healeydoc: Fix link to string
2014-05-27 Richo Healeystd: Rename strbuf operations to string
2014-05-27 borsauto merge of #14428 : alexcrichton/rust/issue-14422...
2014-05-27 Richo Healeystd: Remove String's to_owned
2014-05-27 Erick Tryzelaarcollections: implement Show for Tree{Map,Set}
2014-05-27 Erick Tryzelaarcollections: add Show impl test for HashMap
2014-05-27 Erick Tryzelaarserialize: Remove old commented out code
2014-05-27 Alex Crichtonrustc: Account for typedefs in privacy
2014-05-27 OGINO MasanoriUse clang++ for CXX when --enable-clang.
2014-05-27 borsauto merge of #14429 : sanrodari/rust/patch-1, r=sfackler
2014-05-27 Richo Healeystd: Remove String::from_owned_str as it's redundant
2014-05-26 Huon Wilsonrustc: provide more precise information about refutable...
2014-05-26 Huon Wilsonsyntax: desugar a `for` loop to a let binding to get...
2014-05-26 borsauto merge of #14440 : Sawyer47/rust/tuple-doc, r=alexc...
2014-05-26 Piotr JawniakImprove docs for core::tuple
2014-05-26 borsauto merge of #14374 : swgillespie/rust/swgillespie...
2014-05-26 Huon Wilsonsyntax: Add a source field to `Local` for tracking...
2014-05-26 borsauto merge of #14439 : thestinger/rust/nonnull, r=luqmana
2014-05-26 Daniel Micayhandle attributes for non-immediate types first
2014-05-26 borsauto merge of #14300 : cmr/rust/enum-size-lint, r=kballard
2014-05-26 Daniel Micaymark non-immediate by-value parameters as non-null
2014-05-26 borsauto merge of #14432 : kballard/rust/nt_block, r=huonw
2014-05-26 Kevin BallardAllow $foo:block nonterminals in expression position
2014-05-26 Sean GillespieUpdate tutorial, see issue #13578
2014-05-26 P1startMinor fixes to `std::str` docs
2014-05-26 borsauto merge of #14430 : kballard/rust/squelch_os_warning...
2014-05-26 Santiago RodriguezFix to tutorial
2014-05-25 borsauto merge of #14423 : Kimundi/rust/static_regex, r...
2014-05-25 Kevin BallardDe-realstd os::args
2014-05-25 Kevin Ballardlibstd: Remove unnecessary re-exports under std::std
2014-05-25 borsauto merge of #14391 : alexcrichton/rust/more-rustdoc...
2014-05-25 Marvin LöbelChange regex! macro to expand to a constexpr, allowing...
2014-05-25 Alex Crichtonrustdoc: Move inlining to its own module
2014-05-25 borsauto merge of #14426 : catharsis/rust/master, r=alexcri...
2014-05-25 Anton Löfgrenguide-runtime.md: Fix a typo
2014-05-25 borsauto merge of #14417 : Sawyer47/rust/dlist-fixme, r...
2014-05-25 borsauto merge of #14370 : cmr/rust/design-faq, r=brson
2014-05-25 Corey Richardsondoc: add a new language design faq
2014-05-25 Piotr JawniakFix FIXME #3511 in Dlist code
2014-05-25 Alex Crichtondoc: Document the new #[doc(no_inline)] attribute
2014-05-25 Alex Crichtonrustdoc: Get [src] links working for inlined dox
2014-05-25 Alex Crichtonrustdoc: Fix rendering of the 'static bound
2014-05-25 Alex Crichtonrustdoc: Link to local reexportations of items
2014-05-25 Alex Crichtonrustdoc: Prevent a segfault when using markdown
2014-05-25 Alex Crichtonrustc: Encode module attributes
2014-05-25 Alex Crichtonrustdoc: Use csearch for impl loading
2014-05-25 Alex Crichtonrustdoc: Inline reexported modules
2014-05-25 Alex Crichtonrustdoc: Inline names of function arguments
2014-05-25 Alex Crichtonrustdoc: Inline argument names of foreign methods
2014-05-25 Alex Crichtonrustdoc: Don't show reexported enum variants
2014-05-25 Alex Crichtonrustdoc: Inline enums across crates
2014-05-25 Alex Crichtonrustdoc: Start inlining structs across crates
2014-05-25 Alex Crichtonstd: Add doc(noinline) to the prelude reexports
2014-05-25 Alex Crichtonrustdoc: Inline documentation of `pub use`
2014-05-25 borsauto merge of #14415 : Sawyer47/rust/ascii-fixme, r...
2014-05-25 Piotr JawniakFix FIXME #5475 in std::ascii
2014-05-25 borsauto merge of #14323 : richo/rust/features/strbuf_to_st...
2014-05-25 Richo Healeycore: rename strbuf::StrBuf to string::String
2014-05-25 borsauto merge of #14402 : huonw/rust/arc-field-rename...
2014-05-25 Huon WilsonPaper over privacy issues with Deref by changing field...
2014-05-25 borsauto merge of #14373 : sfackler/rust/unused-attr, r...
2014-05-25 Alan Andradefix mostly grammar per PR comments
2014-05-24 Steven FacklerChanges from feedback
2014-05-24 Steven FacklerGet "make check" to work with unused-attribute
2014-05-24 Steven FacklerWhitelist doc attributes
2014-05-24 Steven FacklerPort more stuff to mark used attributes
2014-05-24 Steven FacklerFirst sketch of lint pass
2014-05-24 Steven FacklerAdd AttrId to Attribute_
2014-05-24 borsauto merge of #14401 : aochagavia/rust/pr4, r=alexcrichton
2014-05-24 Alan Andradeget over bold text madness, changes per PR, brought...
2014-05-24 Adolfo OchagavíaUpdate ascii functions used elsewhere
2014-05-24 borsauto merge of #14378 : huonw/rust/deque-adjustments...
2014-05-24 borsauto merge of #14405 : aochagavia/rust/pr5, r=cmr
2014-05-24 Adolfo OchagavíaRemoved unnecessary macro declaration
2014-05-24 borsauto merge of #14396 : vhbit/rust/opaque-mutex, r=alexc...
2014-05-24 Huon Wilsonstd: minor simplification to sync::deque.
2014-05-24 Adolfo OchagavíaRename functions in Ascii
2014-05-24 borsauto merge of #14392 : alexcrichton/rust/mem-updates...
2014-05-24 borsauto merge of #14389 : Ryman/rust/14303, r=alexcrichton
2014-05-24 borsauto merge of #14388 : kballard/rust/nonfatal_lexer_err...
2014-05-24 borsauto merge of #14384 : luqmana/rust/mca, r=alexcrichton
2014-05-24 Valerii HioraFixes problems on systems with opaque mutex
2014-05-24 Alex Crichtoncore: Finish stabilizing the `mem` module.
2014-05-24 borsauto merge of #14306 : luqmana/rust/up-llvm, r=alexcrichton
2014-05-24 Kevin BallardMake most lexer errors non-fatal
2014-05-24 Luqman Adenlibrustc: Consolidate the attribute handling for taggin...
2014-05-24 Alan AndradeCleanup lifetime guide
2014-05-24 borsauto merge of #14379 : brson/rust/simd, r=alexcrichton
2014-05-24 Luqman AdenAdd clang specific flag more selectively.
2014-05-23 borsauto merge of #14317 : P1start/rust/lifetime-formatting...
next