]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-05-25 Alex Crichtonrustdoc: Move inlining to its own module
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 #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 lucylibcore: Document math intrinsics.
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`.
2014-05-22 Patrick Waltonlibstd: Remove all uses of `~str` from `libstd`
2014-05-22 Patrick Waltonlibtime: Remove the `tz_zone` field from times.
2014-05-22 Patrick Waltonlibstd: Remove `~str` from all `libstd` modules except...
2014-05-22 Jonathan BaileyFixed incorrect module path
2014-05-22 borsauto merge of #14350 : zwarich/rust/let-suggestion...
2014-05-22 Alex CrichtonRemove a slew of old deprecated functions
2014-05-22 borsauto merge of #14346 : alexcrichton/rust/rustdoc-extern...
2014-05-22 Alex Crichtonrustdoc: Fill in external trait methods
2014-05-22 borsauto merge of #14354 : EdorianDark/rust/master, r=huonw
2014-05-22 borsauto merge of #14349 : richo/rust/docs/win64_calling_co...
2014-05-22 Huon Wilsonsyntax: put the correct span on doc-comments inside...
2014-05-22 Huon WilsonSpelling/doc formatting fixes.
2014-05-22 borsauto merge of #14335 : tbu-/rust/pr_doc_strsplit, r...
2014-05-22 Dirk LeifeldRemove allow(deprecated_owned_vector) lint
2014-05-22 borsauto merge of #14345 : alexcrichton/rust/rustdoc-many...
2014-05-22 borsauto merge of #14322 : thestinger/rust/secret_santa_hea...
2014-05-22 Richo Healeydocs: Add win64 calling convention
2014-05-22 borsauto merge of #14321 : alexcrichton/rust/ices, r=pcwalton
2014-05-22 Cameron ZwarichAdd a suggestion to use a `let` binding on some borrowc...
2014-05-22 Alex Crichtondoc: Fix some broken links
2014-05-22 borsauto merge of #14307 : kballard/rust/vim_prelude_mutabl...
2014-05-22 Alex CrichtonChange static.rust-lang.org to doc.rust-lang.org
2014-05-22 borsauto merge of #14301 : alexcrichton/rust/remove-unsafe...
2014-05-21 Alex Crichtonrustdoc: Show types for traits across crates
2014-05-21 Alex Crichtonstd,green: Mark some queue types as NoShare
2014-05-21 Daniel Micayalter `exchange_free` for sized deallocation
2014-05-21 Daniel Micaymigrate from `exchange_malloc` to `allocate`
2014-05-21 borsauto merge of #14334 : brson/rust/deoxidize, r=alexcrichton
2014-05-21 borsauto merge of #14328 : Sawyer47/rust/remove-fixmes...
next