]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-04-16 borsauto merge of #13432 : ruediger/rust/rustmode, r=nikoma...
2014-04-16 borsauto merge of #13418 : ktt3ja/rust/move-out-of, r=brson
2014-04-16 iancormac84This is a Windows specific fix in libc. According to...
2014-04-16 Alex Crichtonrustc: Don't allocate a cnum to syntax crates
2014-04-16 Brian Andersondoc: Address review feedback
2014-04-16 Brian Andersonstd: Improve docs for mod 'result'
2014-04-16 Brian Andersonrustc: Slightly reword the --no-analysis description...
2014-04-16 Brian Andersonman: Add missing options to rustc.1
2014-04-16 borsauto merge of #13454 : brson/rust/noglobs, r=alexcrichton
2014-04-16 Kang Seonghoondoc: Removed all definition lists as Sundown doesn...
2014-04-16 Edward WangCombine lifetime parameters when instantiating default...
2014-04-16 borsauto merge of #13556 : michaelwoerister/rust/various...
2014-04-16 Flavio PercocoMove `--ls` behind `-Z ls`
2014-04-16 Alex CrichtonRegister new snapshots
2014-04-16 borsauto merge of #13547 : alexcrichton/rust/remove-priv...
2014-04-16 Alex Crichtonsyntax: Demote `priv` to a reserved keyword
2014-04-16 Alex Crichtonrustc: Remove private enum variants
2014-04-16 borsauto merge of #13544 : klutzy/rust/pprust, r=alexcrichton
2014-04-16 borsauto merge of #13539 : Aatch/rust/vector-copy-faster...
2014-04-16 Michael Woeristerdebuginfo: Add a test case for issue #12886.
2014-04-16 borsauto merge of #13527 : huonw/rust/macro-expander-trait...
2014-04-16 borsauto merge of #13522 : seanmonstar/rust/sip, r=alexcrichton
2014-04-16 Huon Wilsonsyntax: unify all MacResult's into a single trait.
2014-04-16 klutzypprust: Handle multi-stmt/no-expr `ExprFnBlock`
2014-04-16 borsauto merge of #13532 : alexcrichton/rust/rollup, r...
2014-04-16 Alex CrichtonTest fixes from the rollup
2014-04-16 borsauto merge of #13390 : alexcrichton/rust/run-some-destr...
2014-04-16 Alex Crichtongreen: Add a helper macro for booting libgreen
2014-04-16 Alex Crichtonstd: Un-ignore some float tests on windows
2014-04-16 Alex Crichtontest: Un-ignore smallest-hello-world.rs
2014-04-16 Brian Andersonstd: Remove pub use globs
2014-04-16 Alex Crichtonworkcache: Don't assume gcc exists on all platforms
2014-04-16 Steven FacklerMore default impl and docs removal in treemap
2014-04-16 Steven FacklerAdd a default impl for Set::is_superset
2014-04-16 Huon WilsonUse the unsigned integer types for bitwise intrinsics.
2014-04-16 Alex Crichtonnative: Fix a race in select()
2014-04-16 Alex Crichtonnative: Be more stringent about pattern matching
2014-04-16 Alex Crichtonstd: Impl Deref/DerefMut for a borrowed task
2014-04-16 Kang Seonghoonrustdoc: Better sorting criteria for searching.
2014-04-16 Chris Shealiburl doc: insert missing hyphen
2014-04-16 Alex Crichtonmk: Change windows to install from stage2
2014-04-16 Mihnea Dobrescu... Update GitHub's Rust projects page.
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 James MillerMake Vec::clone and slice::to_owned failure-safe
2014-04-16 borsauto merge of #13498 : johnsoft/rust/fix-transmute...
2014-04-16 Alex CrichtonRemove usage of private enum variants
2014-04-16 borsauto merge of #13511 : Meyermagic/rust/enum_typeid...
2014-04-15 James MillerImprove the copying code for slices and Vec
2014-04-15 Sean McArthuroptimized SipHash implementation
2014-04-15 borsauto merge of #13164 : ktt3ja/rust/lifetime-suggestion...
2014-04-15 Kiet TranSupport lifetime suggestion for method
2014-04-15 Brian Andersonlibc: Deglob reexports. #11870
2014-04-15 borsauto merge of #13489 : JustAPerson/rust/crate-file...
2014-04-15 Alex Crichtonstd: Update documentation on the `comm` module
2014-04-15 borsauto merge of #13416 : brson/rust/30min, r=alexcrichton
2014-04-15 Adrien Tétarrustdoc: add webfonts and tweak the styles accordingly
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 John SimonReplace 'region' with 'lifetime' in a few transmute...
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 Adrien Tétardoc: design changes cleanups
2014-04-12 Daniel Fagnanfixed issues
2014-04-12 Daniel FagnanTweaked the design to be a lot cleaner.
2014-04-12 Edward WangCheck bounds when looking up type parameters
2014-04-12 Huon Wilsonstd: update & de-~[] path's tests.
next