]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-05-27 OGINO MasanoriUse clang++ for CXX when --enable-clang.
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 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 borsauto merge of #14430 : kballard/rust/squelch_os_warning...
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-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 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 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...
2014-05-23 Brian Andersoncore: Derive Show on SIMD types
2014-05-23 Brian Andersoncore: Document simd mod
2014-05-23 Brian Andersonstd: Move unstable::finally to std::finally. #1457
2014-05-23 Brian Andersonstd: Move simd to core::simd and reexport. #1457
2014-05-23 Brian Andersonstd: Move running_on_valgrind to rt::util. #1457
2014-05-23 borsauto merge of #14368 : tedhorst/rust/master, r=alexcrichton
2014-05-23 borsauto merge of #14359 : brson/rust/minordoc, r=alexcrichton
2014-05-23 Kevin ButlerImprove error message for lifetimes after type params.
2014-05-23 borsauto merge of #14313 : kballard/rust/tuple_dotdot_match...
2014-05-23 Brian AndersonMinor library doc copyediting
2014-05-23 borsauto merge of #14360 : alexcrichton/rust/remove-depreca...
2014-05-23 Alex Crichtonsyntax: Clean out obsolete syntax parsing
2014-05-23 borsauto merge of #14372 : neeee/rust/intrinsic-docs, r...
2014-05-23 borsauto merge of #14362 : zecozephyr/rust/docfixes, r=cmr
2014-05-23 P1startFix lifetime error to print `'a` instead of `&'a`
2014-05-23 Corey Richardsonrustc: abstract lint level exporting from EnumSizeVariance
2014-05-23 Corey Richardsonrustc: add a lint for large enum variants
2014-05-23 lucylibcore: Document math intrinsics.
2014-05-23 Corey Richardsonrustc: middle: ty: use doc comments for the tcx
2014-05-23 Corey Richardsonrustc: middle: lint: use more doc comments
2014-05-23 Ted Horstupdated hash value in reduced benchmark
2014-05-23 borsauto merge of #14357 : huonw/rust/spelling, r=pnkfelix
2014-05-23 borsauto merge of #14314 : alexcrichton/rust/deriving-hash...
2014-05-23 Luqman AdenUpdate to LLVM head and mark various ptrs as nonnull.
2014-05-22 borsauto merge of #14348 : alexcrichton/rust/doc.rust-lang...
2014-05-22 borsauto merge of #14310 : pcwalton/rust/detildestr-alllibs...
2014-05-22 Alex Crichtondoc: Touch up the unsafe guide
2014-05-22 Patrick Waltonlibcore: Remove all uses of `~str` from `libcore`.
next