]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-10-03 Brian KoropoffRehabilitate an unboxed closure test
2014-10-03 Brian KoropoffCorrectly trans capture-by-ref unboxed closures
2014-10-03 Brian KoropoffReturn correct types for capture-by-ref unboxed closure...
2014-10-03 Brian KoropoffFix categorization of upvars of capture-by-reference...
2014-10-03 Brian KoropoffFix missing entries in upvar borrows map for capture...
2014-10-01 borsauto merge of #17673 : aturon/rust/remove-uv, r=alexcri...
2014-10-01 Aaron TuronRemove std::io::signal
2014-10-01 Aaron TuronRemove libuv, gyp
2014-10-01 borsauto merge of #17678 : fhahn/rust/issue-17628-infinite...
2014-10-01 Aaron TuronRemove librustuv
2014-10-01 Aaron TuronRemove iotest macro
2014-10-01 Aaron TuronRemove all use of librustuv
2014-10-01 borsauto merge of #17667 : wizeman/rust/fix-override-env...
2014-10-01 borsauto merge of #17654 : gereeter/rust/no-unnecessary...
2014-10-01 borsauto merge of #17653 : kaini/rust/master, r=alexcrichton
2014-10-01 Florian HahnLimit recursion depth for macro expansions, closes...
2014-10-01 borsauto merge of #17630 : sfackler/rust/cfg-warnings,...
2014-10-01 borsauto merge of #17501 : pcwalton/rust/improve-method...
2014-10-01 borsauto merge of #17132 : reem/rust/any-static-bound,...
2014-10-01 borsauto merge of #17584 : pcwalton/rust/range-patterns...
2014-10-01 Jonathan ReemBound Any with 'static
2014-10-01 Ricardo M.... libstd: Pass-through PATH in test_override_env
2014-09-30 borsauto merge of #17634 : jakub-/rust/if_let, r=kballard
2014-09-30 Patrick Waltonlibrustc: Fix up mutability in method autoderefs if...
2014-09-30 borsauto merge of #17479 : gamazeps/rust/issue17478, r...
2014-09-30 Steven FacklerFix rustdoc
2014-09-30 Steven FacklerFix librustuv
2014-09-30 Steven FacklerFix libnative
2014-09-30 Steven FacklerFix libgreen
2014-09-30 Steven FacklerFix librustc_llvm
2014-09-30 Steven FacklerFix librustc
2014-09-30 Steven FacklerFix librustc_back
2014-09-30 Steven FacklerFix libtime
2014-09-30 Steven FacklerFix librustrt
2014-09-30 Steven FacklerFix libstd
2014-09-30 Steven FacklerFix liballoc
2014-09-30 Steven FacklerFix cfg warnings for liblibc
2014-09-30 Steven FacklerTurn on cfg format warnings
2014-09-30 borsauto merge of #17639 : brson/rust/windbg2, r=pcwalton
2014-09-30 Jakub WieczorekTemporarily remove the description for the diagnostic...
2014-09-30 Jakub WieczorekUpdate after the fall out from the syntax::ptr changes
2014-09-30 Jakub WieczorekAdd `if let` to the reference
2014-09-30 Kevin BallardUpdate based on PR feedback
2014-09-30 Kevin BallardMove `if let` behind a feature gate
2014-09-30 Kevin BallardProduce a better error for irrefutable `if let` patterns
2014-09-30 Kevin BallardAdd tests for `if let`
2014-09-30 Kevin BallardDesugar 'if let' into the appropriate 'match'
2014-09-30 Kevin BallardTeach libsyntax about `if let`
2014-09-30 borsauto merge of #17647 : pcwalton/rust/stop-looking-in...
2014-09-30 Brian AndersonIgnore yet another windows debuginfo test
2014-09-30 Patrick Waltonlibrustc: Forbid `..` in range patterns.
2014-09-30 Michael KainerFixes ICE when using reexported unit-like structs
2014-09-30 Patrick Waltonlibrustc: Stop looking in metadata in type contents.
2014-09-30 borsauto merge of #17640 : brson/rust/wininst, r=alexcrichton
2014-09-30 Jonathan SRemoved some unnecessary RefCells from resolve
2014-09-30 borsauto merge of #17563 : brson/rust/wintcbfix, r=thestinger
2014-09-29 borsauto merge of #17468 : nick29581/rust/dst-bug-nostd...
2014-09-29 Nick CameronEmit an error rather than ICEing for a missing built...
2014-09-29 Brian Andersoninstall: Fix the install.sh script to work with spaces
2014-09-29 Brian Andersonmk: Start producing binary tarballs on windows
2014-09-29 borsauto merge of #17475 : pnkfelix/rust/fix-17303, r=huonw
2014-09-29 Brian AndersonIgnore win-tcb test on non-windows
2014-09-29 borsauto merge of #17629 : alexcrichton/rust/rollup, r...
2014-09-29 Alex CrichtonTest fixes from the rollup
2014-09-29 gamazepsReplaced some TODO by FIXME
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
next