]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-04-16 Tobias BucherChange AUTHORS section in the man pages
2014-04-16 Brian Andersondist: Make Windows installer uninstall first. Closes...
2014-04-16 Tobias BucherRemove RUST_LOG="::help" from the docs
2014-04-16 borsauto merge of #13511 : Meyermagic/rust/enum_typeid...
2014-04-15 borsauto merge of #13164 : ktt3ja/rust/lifetime-suggestion...
2014-04-15 Kiet TranSupport lifetime suggestion for method
2014-04-15 borsauto merge of #13489 : JustAPerson/rust/crate-file...
2014-04-15 borsauto merge of #13416 : brson/rust/30min, r=alexcrichton
2014-04-15 Brian Andersondoc: Address feedback about intro
2014-04-15 Meyer S. JacobsFixes #13507
2014-04-14 JustAPersonOnly check --crate-type flags if present.
2014-04-14 borsauto merge of #13496 : alexcrichton/rust/issue-13495...
2014-04-14 borsauto merge of #13493 : Manishearth/rust/newattr-everywh...
2014-04-14 borsauto merge of #13480 : edwardw/rust/vtable-ice, r=alexc...
2014-04-14 borsauto merge of #13431 : lifthrasiir/rust/rustdoc-smaller...
2014-04-14 Manish GoregaokarUse new attribute syntax in python files in src/etc...
2014-04-14 borsauto merge of #13477 : Manishearth/rust/newattr, r...
2014-04-14 borsauto merge of #13481 : huonw/rust/devec-path, r=alexcri...
2014-04-14 borsauto merge of #13479 : sfackler/rust/result-unwrap...
2014-04-14 Steven FacklerMake Result::{unwrap, unwrap_err} require Show
2014-04-14 borsauto merge of #13475 : Ryman/rust/result_unwrap_or_else...
2014-04-14 Kang Seonghoonrustdoc: Omit repeated paths in the search index.
2014-04-14 Kang Seonghoonrustdoc: Get rid of `allPaths` global variable by mergi...
2014-04-14 Kang Seonghoonrustdoc: Use an array instead of an object for the...
2014-04-14 Kang Seonghoonrustdoc: Represent item types as a small number in...
2014-04-14 Kang Seonghoonrustdoc: Use smaller sequential numbers instead of...
2014-04-13 borsauto merge of #13464 : alexcrichton/rust/fix-rustdoc...
2014-04-13 borsauto merge of #13470 : Manishearth/rust/docnum, r=brson
2014-04-13 Alex Crichtonrustc: Don't link in syntax extensions
2014-04-13 Alex Crichtonrustdoc: Fix rendering closures and trait bounds
2014-04-13 borsauto merge of #13452 : Ryman/rust/fix_uint_as_u, r...
2014-04-13 borsauto merge of #13471 : Ryman/rust/feature_syntax_error...
2014-04-13 borsauto merge of #13469 : kmcallister/rust/utf16, r=huonw
2014-04-13 borsauto merge of #13468 : alexcrichton/rust/issue-13467...
2014-04-13 borsauto merge of #13463 : alexcrichton/rust/c-linkage...
2014-04-13 borsauto merge of #13462 : alexcrichton/rust/fix-cross...
2014-04-13 borsauto merge of #13461 : eddyb/rust/cleanup-at-fn, r...
2014-04-13 borsauto merge of #13460 : SimonSapin/rust/patch-9, r=alexc...
2014-04-13 borsauto merge of #13455 : alexcrichton/rust/jettison-timer...
2014-04-13 Kevin Butlerlibsyntax: update helper to stringify TyU* and TyI...
2014-04-12 borsauto merge of #13459 : alexcrichton/rust/stop-ignoring...
2014-04-12 Alex Crichtonnative: Remove timerfd implementation on linux
2014-04-12 borsauto merge of #13448 : alexcrichton/rust/rework-chan...
2014-04-12 Alex Crichtondoc: Un-ignore lots of guide-ffi tests
2014-04-12 Edward WangCheck bounds when looking up type parameters
2014-04-12 Huon Wilsonstd: update & de-~[] path's tests.
2014-04-12 Huon Wilsonstd: migrate path::windows to using StrBuf internally.
2014-04-12 Huon Wilsonstd: migrate path::unix to using Vec internally.
2014-04-12 Manish GoregaokarUpdate tutorials to use new attribute syntax (#13476)
2014-04-12 Kevin Butlerlibstd: Add unwrap_or and unwrap_or_handle to Result
2014-04-11 Kevin Butlerlibrustc: Improve error message for missing feature...
2014-04-11 Manish GoregaokarDocument traits in std::num (#7511)
2014-04-11 Keegan McAllisterDecode non-BMP hex escapes in JSON
2014-04-11 Keegan McAllisterAdd tests for Char::encode_utf{8,16}
2014-04-11 Keegan McAllisterImplement Char::encode_utf16
2014-04-11 Alex Crichtonstd: Fix iteration over vectors of 0-size values
2014-04-11 borsauto merge of #13395 : Ryman/rust/bytecontainer_impl_co...
2014-04-11 Kevin ButlerSimplify GenericPath::set_extension.
2014-04-11 Kevin ButlerParameterize contains_nul for BytesContainer.
2014-04-11 Alex Crichtonrustc: Deterministically link upstream C libraries
2014-04-11 borsauto merge of #13458 : huonw/rust/doc-signatures, r...
2014-04-11 Alex Crichtonmk: Fix rpath on cross compile builds
2014-04-11 borsauto merge of #13236 : liigo/rust/rename-benchharness...
2014-04-11 Eduard Burtescurustc: remove the last mentions of @fn.
2014-04-11 Eduard Burtescurustc: remove proc -> once || coercions.
2014-04-11 Eduard Burtescurustc: fix fallout from removing ast::Sigil and use...
2014-04-11 Eduard Burtescurustdoc: fix fallout from removing ast::Sigil.
2014-04-11 Eduard Burtescusyntax: remove ast::Sigil.
2014-04-11 Simon Sapinliblog doc: Fix apparent search-and-replace errors
2014-04-11 Huon WilsonAdd more type signatures to the docs; tweak a few of...
2014-04-11 borsauto merge of #13424 : eddyb/rust/ty-mut-in-store,...
2014-04-11 Liigo Zhuanglibtest: rename `BenchHarness` to `Bencher`
2014-04-11 borsauto merge of #13457 : alexcrichton/rust/issue-13420...
2014-04-11 borsauto merge of #13453 : brson/rust/snappies, r=alexcrichton
2014-04-11 Eduard Burtescurustc: fix the fallout from moving mutability into...
2014-04-11 borsauto merge of #13451 : cmr/rust/doc-ffi, r=brson
2014-04-11 Alex Crichtonstd: Be sure to call pthread_attr_destroy
2014-04-11 Alex Crichtonstd: Make std::comm return types consistent
2014-04-11 borsauto merge of #13440 : huonw/rust/strbuf, r=alexcrichton
2014-04-11 Brian AndersonRegister snapshots.
2014-04-11 Huon WilsonFix tests. Add Vec<u8> conversion to StrBuf.
2014-04-11 Corey RichardsonDocument the nullable pointer optimization in the FFI...
2014-04-10 borsauto merge of #13443 : alexcrichton/rust/rollup, r...
2014-04-10 Alex Crichtonrustc: Don't allow priv use to shadow pub use
2014-04-10 Alex Crichtonrustc: Don't succeed on shadowed nonexistent import
2014-04-10 Alex Crichtonrustc: Disallow importing through use statements
2014-04-10 Kasey CarrothersRenamed ast::Purity to ast::FnStyle and ast::ImpureFn...
2014-04-10 Alex Crichtonrustc: Use realpath() for sysroot/rpath
2014-04-10 Alex Crichtonrustc: Add a realpath utility function
2014-04-10 Alex Crichtonrustc: Don't rpath to librustrt.dylib
2014-04-10 Alex Crichtonrustc: Remove absolute rpaths
2014-04-10 Kang Seonghoonrustdoc: Prune the paths that do not appear in the...
2014-04-10 Kang Seonghoonrustdoc: Clean the `initSearch` routine up.
2014-04-10 Kang Seonghoonmk: Add a dummy CFG_COMPILER_HOST_TRIPLE to rustdoc...
2014-04-10 Alex Crichtontest: Add a test for #7663
2014-04-10 Felix S. Klock IIGeneralized the pretty-print entry points to support...
2014-04-10 OGINO MasanoriRemove an unnecessary file.
2014-04-10 Steven FacklerStop using transmute_mut in RefCell
2014-04-10 Huon WilsonRemove some internal ~[] from several libraries.
2014-04-10 Huon Wilsonnative: remove some internal ~[].
next