]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-09-30 Jonathan SRemoved some unnecessary RefCells from resolve
2014-09-29 borsauto merge of #17629 : alexcrichton/rust/rollup, r...
2014-09-29 Alex CrichtonTest fixes from the rollup
2014-09-29 Alex Crichtonrollup merge of #17621 : sfackler/new-snap
2014-09-29 Alex Crichtonrollup merge of #17625 : Boddlnagg/lexer-fix
2014-09-29 Alex Crichtonrollup merge of #17623 : bkoropoff/issue-17607
2014-09-29 Alex Crichtonrollup merge of #17619 : wizeman/fix-perm
2014-09-29 Alex Crichtonrollup merge of #17614 : nick29581/slice3
2014-09-29 Alex Crichtonrollup merge of #17613 : bkoropoff/issue-17593
2014-09-29 Alex Crichtonrollup merge of #17602 : Tobba/defailbloat-static
2014-09-29 Alex Crichtonrollup merge of #17599 : Gankro/enum-ord
2014-09-29 Alex Crichtonrollup merge of #17598 : bkoropoff/issue-17441
2014-09-29 Alex Crichtonrollup merge of #17592 : kmcallister/inline-asm-loc
2014-09-29 Alex Crichtonrollup merge of #17586 : Sawyer47/test-16465
2014-09-29 Alex Crichtonrollup merge of #17585 : sfackler/string-slice
2014-09-29 Alex Crichtonrollup merge of #17582 : kmcallister/gc-box
2014-09-29 Alex Crichtonrollup merge of #17577 : squeaky-pl/patch-1
2014-09-29 Alex Crichtonrollup merge of #17576 : kmcallister/hide-quotes
2014-09-29 Alex Crichtonrollup merge of #17573 : iliekturtles/17570-windows...
2014-09-29 Alex Crichtonrollup merge of #17565 : akavel/patch-1
2014-09-29 Alex Crichtonrollup merge of #17564 : japaric/fix-slicemut-docs
2014-09-29 Alex Crichtonrollup merge of #17557 : sfackler/fuse-example
2014-09-29 Alex Crichtonrollup merge of #17544 : eklitzke/master
2014-09-29 Alex Crichtonrollup merge of #17548 : cgaebel/master
2014-09-29 Alex Crichtonrollup merge of #17542 : brson/devchannel
2014-09-29 Alex Crichtonrollup merge of #17531 : tomjakubowski/rustdoc-where...
2014-09-29 Alex Crichtonrollup merge of #17519 : pcwalton/unboxed-closure-move...
2014-09-29 Alex Crichtonrollup merge of #17510 : MatejLach/find_fix
2014-09-29 Tom Jakubowskirustdoc: Render where clauses as appropriate
2014-09-29 Ricardo M.... rustc: Fix permission denied error in 'ar' when lto...
2014-09-29 borsauto merge of #17538 : brson/rust/winmk, r=alexcrichton
2014-09-29 Patrick ReisertUpdate ANTLR float suffix grammar
2014-09-29 borsauto merge of #17409 : farcaller/rust/patch-1, r=huonw
2014-09-29 Vladimir PouzanovFixed quote_method!() implementation
2014-09-29 borsauto merge of #17535 : Manishearth/rust/patch-2, r...
2014-09-29 borsauto merge of #17321 : apoelstra/rust/error-on-unknown...
2014-09-29 Brian KoropoffUse the same JSON schema for encoding enums in PrettyEn...
2014-09-29 Steven FacklerRegister new snapshots
2014-09-29 borsauto merge of #17533 : michaelwoerister/rust/function...
2014-09-29 Brian KoropoffAdd regression test for issue #17441
2014-09-29 Brian KoropoffReject casts to unsized types and suggest use of refere...
2014-09-28 Nick CameronTest for `..` in range patterns
2014-09-28 Brian KoropoffCorrectly populate trait impl map when checking for...
2014-09-28 Andrew PoelstraCleanup error messages for anonymous impl for types...
2014-09-28 Keegan McAllisterKeep ExpnId abstract by providing conversions
2014-09-28 borsauto merge of #17532 : ahmedcharles/rust/typo, r=alexcr...
2014-09-28 borsauto merge of #17527 : sfackler/rust/cfg-syntax, r...
2014-09-28 Steven FacklerConvert cfg syntax to new system
2014-09-28 borsauto merge of #17529 : nodakai/rust/rustdoc-div-in...
2014-09-28 TobbaDefailbloat fail!(&'static str)
2014-09-27 borsauto merge of #17523 : TeXitoi/rust/relicense-shootout...
2014-09-27 Alexis Beingessnermake EnumSet derive Ord and PartialOrd
2014-09-27 borsauto merge of #17517 : pczarn/rust/hashmap-lifetimes...
2014-09-27 Keegan McAllisterTranslate inline assembly errors back to source locations
2014-09-27 borsauto merge of #17334 : Gankro/rust/btree-vec, r=huonw
2014-09-27 Alexis Beingessnercomplete btree rewrite
2014-09-27 borsauto merge of #17511 : MatejLach/rust/iter_guide_typo...
2014-09-27 borsauto merge of #17515 : mbrubeck/rust/patch-1, r=alexcri...
2014-09-27 borsauto merge of #17512 : nodakai/rust/fix-ptr-guide,...
2014-09-27 Piotr JawniakAdd test for #16465
2014-09-27 Steven FacklerImplement Slice for String and str
2014-09-27 borsauto merge of #17469 : sfackler/rust/into-result, r...
2014-09-27 Keegan McAllisterRename raw::Box to raw::GcBox
2014-09-27 borsauto merge of #17506 : sfackler/rust/cfg-attr, r=alexcr...
2014-09-27 SqueakyCorrect stability marker in string.rs
2014-09-27 Keegan McAllisterHide the quote_*! macros when the feature gate is off
2014-09-26 Mike Boutindist: Make Windows installer modify system %PATH%
2014-09-26 borsauto merge of #17464 : pcwalton/rust/inherent-methods...
2014-09-26 Patrick Waltonlibrustc: Give trait methods accessible via fewer autod...
2014-09-26 Mateusz Czaplińskitiny linguistic correction in docs: s/its'/its/
2014-09-26 Jorge AparicioFix `SliceMut` documentation
2014-09-26 Steven FacklerAdd Option::{ok_or, ok_or_else}
2014-09-26 Patrick Waltonlibrustc: Eliminate the `ref` syntax for unboxed closur...
2014-09-26 borsauto merge of #17494 : aturon/rust/stabilize-mutable...
2014-09-26 Steven FacklerFix Iterator::fuse example
2014-09-26 borsauto merge of #17549 : brson/rust/morewinfail, r=alexcr...
2014-09-26 Brian AndersonIgnore two I/O tests that are failing on the win32 bot
2014-09-26 borsauto merge of #17504 : danburkert/rust/tuple-serializat...
2014-09-26 Clark GaebelAdded bitflag toggling.
2014-09-26 Aaron TuronAdd tests for new _mut variants
2014-09-26 Aaron TuronFallout from deprecation
2014-09-26 Aaron TuronStabilize mutable slice API
2014-09-26 borsauto merge of #17495 : alexcrichton/rust/snapshots...
2014-09-25 Evan Klitzkefix a misspelling in the configure script
2014-09-25 Brian AndersonUse 'dev' for the release channel and version suffix...
2014-09-25 Brian Andersonconfigure: Fix the compatibility code for --enable...
2014-09-25 borsauto merge of #17466 : nikomatsakis/rust/oibt, r=pcwalton
2014-09-25 Manish GoregaokarMention array sugar in guide
2014-09-25 Niko MatsakisFix various places that were affected by adding core...
2014-09-25 borsauto merge of #17482 : hoeppnertill/rust/master, r...
2014-09-25 borsauto merge of #17455 : steveklabnik/rust/document_defau...
2014-09-25 Matej LachCorrect tense
2014-09-25 borsauto merge of #17498 : coyotebush/rust/iter-doc, r...
2014-09-25 Michael Woeristerdebuginfo: Make sure that all calls to drop glue are...
2014-09-25 Till HoeppnerAdd partial_min/max to libcore/cmp
2014-09-25 borsauto merge of #17497 : nodakai/rust/libnative-misc...
2014-09-25 Ahmed CharlesFix typo, structs => fields.
2014-09-25 Niko MatsakisRemove as much of TypeContents as I can -- unfortunatel...
2014-09-25 Niko MatsakisMove checking of whether fields are Sized or not into...
2014-09-25 Niko MatsakisRemove the last redundant check from kindck, and then...
next