]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-04-30 mdingerRemove extra semicolons
2014-04-30 mdingerFix typo
2014-04-22 mdingerSome more closure changes
2014-04-19 mdingerDemonstrate accessing external variable in first example
2014-04-19 mdingerGive more explanation when introducing closures
2014-04-19 mdingerBe more clear about what this lambda expression does
2014-04-18 borsauto merge of #13600 : brandonw/rust/master, r=brson
2014-04-18 borsauto merge of #13601 : mdinger/rust/readme, r=brson
2014-04-18 mdingerAdd git to README.md dependency list because configure...
2014-04-18 borsauto merge of #13588 : alexcrichton/rust/no-more-growin...
2014-04-18 Brandon WaskiewiczAdd another case where cindent is correct
2014-04-18 Alex CrichtonUpdate the rest of the compiler with ~[T] changes
2014-04-18 Alex Crichtonstd: Make ~[T] no longer a growable vector
2014-04-18 borsauto merge of #13585 : brandonw/rust/patch-1, r=cmr
2014-04-18 borsauto merge of #13581 : DiamondLovesYou/rust/tests-mk...
2014-04-18 borsauto merge of #13580 : DiamondLovesYou/rust/std-result...
2014-04-18 borsauto merge of #13525 : Ryman/rust/issue_5997, r=alexcri...
2014-04-18 borsauto merge of #13576 : lifthrasiir/rust/double-ref...
2014-04-18 borsauto merge of #13575 : TeXitoi/rust/shootout-knucleotid...
2014-04-18 borsauto merge of #13572 : yuriks/rust/bitv-renames, r...
2014-04-17 borsauto merge of #13565 : alexcrichton/rust/issue-13560...
2014-04-17 Brandon WaskiewiczRemove rule that is confusing
2014-04-17 borsauto merge of #13261 : pnkfelix/rust/fsk-fix-12856...
2014-04-17 Felix S. Klock IIAdd result sanity check to `is_to_be_inferred`.
2014-04-17 borsauto merge of #13558 : alexcrichton/rust/snapshots...
2014-04-17 Richard Diamondmk/tests.mk: Fix a typo causing make to give compiletes...
2014-04-17 Kevin ButlerCatch forward declarations in default type params at...
2014-04-17 Kevin ButlerChange error for out of scope type params to be more...
2014-04-17 Kevin ButlerAdd span to error for missing type params on enums.
2014-04-17 Kevin ButlerTests for issue 5997 failure and success conditions.
2014-04-17 Richard DiamondAdd #[deriving(Hash)] to Result.
2014-04-17 borsauto merge of #13569 : alexcrichton/rust/ignore-bytecod...
2014-04-17 borsauto merge of #13567 : iancormac84/rust/libc_windows_gu...
2014-04-17 borsauto merge of #13563 : lifthrasiir/rust/refman-dl,...
2014-04-17 Felix S. Klock IIRegression test.
2014-04-17 Felix S. Klock IIDrive-by: `pprust::*_to_str` for TypeMethod, Method...
2014-04-17 Felix S. Klock IIExtended `syntax::{fold, ast_map}` to include lifetimes.
2014-04-17 Felix S. Klock IIGuard variance inference for params bound in non-varian...
2014-04-17 Kang Seonghoonsyntax: Parses `&&` as `& &` whenever appropriate.
2014-04-17 borsauto merge of #13557 : FlaPer87/rust/ls-behind-z, r...
2014-04-17 Yuri Kunde... Simplify implementation of Bitv::{all,none} using iter...
2014-04-17 Guillaume Pinotparallelisation of shootout-k-nucleotide
2014-04-17 Yuri Kunde... Give reduction-type tests in Bitv more natural names
2014-04-17 borsauto merge of #13550 : brson/rust/man, r=alexcrichton
2014-04-17 borsauto merge of #13503 : edwardw/rust/lifetime-ice, r...
2014-04-17 borsauto merge of #13499 : brson/rust/resultdocs, r=brson
2014-04-17 borsauto merge of #13485 : adrientetar/rust/newrustdoc...
2014-04-17 Alex Crichtonrustc: Fix omission of bytecode in staticlibs
2014-04-16 borsauto merge of #13465 : alexcrichton/rust/fix-comm-dox...
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
next