]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-15 borsauto merge of #15434 : steveklabnik/rust/guide_match...
2014-07-14 borsauto merge of #15227 : alexcrichton/rust/windows-unlink...
2014-07-14 Alex Crichtonstd: Make unlink() more consistent
2014-07-14 borsauto merge of #15666 : yorkie/rust/patch-1, r=alexcrichton
2014-07-14 Yazhong Liudoc: missing quote in keyword Send
2014-07-14 borsauto merge of #15655 : lightsofapollo/rust/glob-match...
2014-07-14 borsauto merge of #15632 : masklinn/rust/patch-1, r=alexcri...
2014-07-14 masklinnDocument that Result.unwrap prints the Err's value
2014-07-14 James Lalglob::MatchOptions struct fields should be public
2014-07-14 borsauto merge of #15653 : erickt/rust/master, r=alexcrichton
2014-07-14 borsauto merge of #15497 : jasonthompson/rust/docs/str3...
2014-07-14 borsauto merge of #15649 : catharsis/rust/rust-libstd-examp...
2014-07-13 Erick Tryzelaarstd: make std::io::IoError{,Kind} implement Eq
2014-07-13 borsauto merge of #15158 : alexcrichton/rust/windows-paths...
2014-07-13 Alex Crichtonnative: Search the child's PATH on win32
2014-07-13 borsauto merge of #15591 : aturon/rust/box-cell-stability...
2014-07-13 Aaron TuronStabilization for `owned` (now `boxed`) and `cell`
2014-07-13 Anton Lofgrenlibstd: Add a few doc examples
2014-07-13 borsauto merge of #15646 : jbclements/rust/method-macros...
2014-07-13 John Clementsmacro expansion for methods
2014-07-13 John Clementsexpansion abstraction
2014-07-13 John Clementsadd make_method method to MacResult trait
2014-07-13 John Clementsmacro in method position parsing
2014-07-13 John Clementsremove no-stmt check
2014-07-13 John Clementsupdate fold_method to return a smallvector
2014-07-13 John Clementsmacro method unit test case fix
2014-07-13 John Clementstest case for method macros
2014-07-13 John Clementsrefactor Method definition to make space for macros
2014-07-13 borsauto merge of #15507 : jakub-/rust/iterate, r=alexcrichton
2014-07-13 Jakub WieczorekAdd an iterate function to core::iter
2014-07-13 borsauto merge of #15639 : supr/rust/master, r=sfackler
2014-07-13 borsauto merge of #15633 : nham/rust/hash_treeset, r=alexcr...
2014-07-13 nhamImplement Hash trait for TreeSet and TreeMap.
2014-07-13 borsauto merge of #15584 : alexcrichton/rust/warn-annoyance...
2014-07-13 Corey RichardsonUse a nicer Show impl for Name
2014-07-13 borsauto merge of #15621 : sfackler/rust/attr-span, r=cmr
2014-07-13 borsauto merge of #15614 : lucidd/rust/#15474, r=alexcrichton
2014-07-13 Prudhvi Krishna... Fix Documentation Typo in libstd
2014-07-12 borsauto merge of #15617 : aturon/rust/std-more-experimenta...
2014-07-12 borsauto merge of #15613 : cmr/rust/rustdoc-arg-patterns...
2014-07-12 borsauto merge of #15610 : brson/rust/0.12.0, r=alexcrichton
2014-07-12 borsauto merge of #15607 : lucidd/rust/master, r=pnkfelix
2014-07-12 borsauto merge of #15605 : blake2-ppc/rust/rustdoc-const...
2014-07-12 borsauto merge of #15602 : adrientetar/rust/name-fix, r...
2014-07-12 borsauto merge of #15601 : jbclements/rust/disable-default...
2014-07-12 borsauto merge of #15592 : arjantop/rust/bufwriter-write...
2014-07-12 borsauto merge of #15588 : alexcrichton/rust/issue-15478...
2014-07-12 Alex Crichtonlibc: Switch open to use a mode_t on unix
2014-07-12 Alex Crichtonstd: Move MemoryMap fields to methods
2014-07-12 borsauto merge of #15597 : brson/rust/ldconfig, r=pcwalton
2014-07-12 Brian AndersonOnly run ldconfig on Linux
2014-07-12 borsauto merge of #15589 : Denommus/rust/master, r=alexcrichton
2014-07-11 Steven FacklerFix spans for attributes
2014-07-11 borsauto merge of #15586 : aturon/rust/stability-dashboard...
2014-07-11 Aaron Turonmark std::hash experimental
2014-07-11 Kevin Walterrustdoc: render 1-tuples as (T,) instead of (T)
2014-07-11 Corey Richardsonrustdoc: support tuple and struct patterns in function...
2014-07-11 Brian Andersonunicode: Remove crate_id attr
2014-07-11 Brian AndersonBump version to 0.12.0-pre
2014-07-11 Brian AndersonUpdate doc URLs for version bump
2014-07-11 borsauto merge of #15565 : alexcrichton/rust/issue-15475...
2014-07-11 John Clementsadd Macro Exterminator
2014-07-11 John Clementsmake walk/visit_mac opt-in only
2014-07-11 John Clementsuse side table to store exported macros
2014-07-11 John Clementsrename one of the two confusing MacroExpanders
2014-07-11 borsauto merge of #15503 : pnkfelix/rust/fsk-linear-derivin...
2014-07-11 Felix S. Klock IIRemoved dead structures after changes to PartialOrd...
2014-07-11 Felix S. Klock II`O(n*k)` code-size deriving on enums (better than previ...
2014-07-11 Felix S. Klock IIRevise the `const_nonmatching` flag with more info...
2014-07-11 borsauto merge of #15580 : pnkfelix/rust/fsk-fix-15558...
2014-07-11 Kevin WalterAdd rustc --pretty flowgraph to man page
2014-07-11 Arjan TopolovecAllow writes of length 0 to a full buffer
2014-07-11 borsauto merge of #15576 : mrmonday/rust/patch-1, r=alexcri...
2014-07-11 borsauto merge of #15575 : mvdnes/rust/spinlock_error,...
2014-07-11 rootrustdoc: Change type name of raw pointer from *T to...
2014-07-11 borsauto merge of #15574 : omasanori/rust/hidden, r=huonw
2014-07-11 Adrien Tétarwebfonts: name fix
2014-07-11 borsauto merge of #15570 : omasanori/rust/radix, r=alexcrichton
2014-07-11 Aaron TuronBug fixes for stability tracking
2014-07-11 Aaron Turonrustdoc: Add stability dashboard
2014-07-11 Brian Andersoninstall: Run ldconfig when installing on Unix. Closes...
2014-07-11 Brian Andersoninstall: Make the LD_LIRARY_PATH warning more aesthetic
2014-07-11 borsauto merge of #15564 : alexcrichton/rust/moar-hash...
2014-07-10 Yuri AlbuquerqueSome documentation fixes and improvements
2014-07-10 borsauto merge of #15336 : jakub-/rust/diagnostics, r=brson
2014-07-10 Jakub WieczorekAdd scaffolding for assigning alpha-numeric codes to...
2014-07-10 borsauto merge of #15353 : aturon/rust/env-hashmap, r=alexc...
2014-07-10 Aaron Turonio::process::Command: add fine-grained env builder
2014-07-10 borsauto merge of #15559 : fhahn/rust/issue-15445-mut-cast...
2014-07-10 Alex Crichtonrustc: Exclude #[repr(C)] from non camel case
2014-07-10 Alex Crichtonrustc: Always mark #[crate_name] as used
2014-07-10 Felix S. Klock IIMore robust install.sh: do runnability test in fresh...
2014-07-10 borsauto merge of #14519 : hirschenberger/rust/issue-10934...
2014-07-10 Robert ClipshamDocument event_loop_factory usage
2014-07-10 borsauto merge of #15578 : alexcrichton/rust/fix-dist-again...
2014-07-10 Alex Crichtonmk: Don't run rustc manually during distcheck
2014-07-10 Alex Crichtonrustc: Forbid plugin_registrar in only rlib form
2014-07-10 Alex Crichtonstd: Add some implementation of common traits
2014-07-10 borsauto merge of #15569 : pcwalton/rust/reexport-intrinsic...
2014-07-10 OGINO MasanoriRemove deprecated std::unstable module.
next