]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-03-23 Alex Crichtonrollup merge of #23619: steveklabnik/gh23220
2015-03-23 Alex Crichtonrollup merge of #23618: steveklabnik/gh23571
2015-03-23 Alex Crichtonrollup merge of #23615: steveklabnik/gh23540
2015-03-23 Alex Crichtonrollup merge of #23612: dotdash/closure_bloat
2015-03-23 Alex Crichtonrollup merge of #23608: nagisa/refine-cursor-docstring
2015-03-23 Alex Crichtonrollup merge of #23607: mahkoh/cursor
2015-03-23 Alex Crichtonrollup merge of #23604: apasel422/btree
2015-03-23 Alex Crichtonrollup merge of #23601: nikomatsakis/by-value-index
2015-03-23 Alex Crichtonrollup merge of #23590: FuGangqiang/attr
2015-03-23 Alex Crichtonrollup merge of #23580: nikomatsakis/pattern-and-overflow
2015-03-23 Alex Crichtonrollup merge of #23579: Ms2ger/thread_local-unsafe
2015-03-23 Alex Crichtonrollup merge of #23561: steveklabnik/gh23422
2015-03-23 Alex Crichtonrollup merge of #23557: aturon/rfc-909
2015-03-23 Alex Crichtonrollup merge of #23541: aturon/stab-error
2015-03-23 Alex Crichtonrollup merge of #23538: aturon/conversion
2015-03-23 Alex Crichtonrollup merge of #23536: pnkfelix/arith-oflo-shifts
2015-03-23 Alex Crichtonrollup merge of #23517: vhbit/ext-socket-options
2015-03-23 Alex Crichtonrollup merge of #23515: nikomatsakis/issue-14985-trait...
2015-03-23 Alex Crichtonrollup merge of #23466: woehr/master
2015-03-23 Alex Crichtonrollup merge of #23401: tshepang/crates-and-modules...
2015-03-23 Alex Crichtonrollup merge of #23283: brson/rpathfix
2015-03-23 Alex Crichtonrollup merge of #23269: shepmaster/split-not-double...
2015-03-23 Alex Crichtonrollup merge of #23211: FlaPer87/oibit-send-and-friends
2015-03-23 Alex Crichtonrollup merge of #23119: nikomatsakis/issue-23116-ref-mut
2015-03-23 Alex Crichtonrollup merge of #22954: ches/docs
2015-03-23 Niko MatsakisRemove auto-deref'ing Pattern impl because it conflicts...
2015-03-23 Niko MatsakisRefactor how we handle overflow so that it is a fatal...
2015-03-23 Aaron TuronAdd generic conversion traits
2015-03-23 Niko MatsakisUpdate borrowck tests to test that index is by-move now
2015-03-23 Niko MatsakisFallout in stdlib, rustdoc, rustc, etc. For most maps...
2015-03-23 Niko MatsakisAdjust Index/IndexMut impls. For generic collections...
2015-03-23 Niko MatsakisCompiler and trait changes to make indexing by value.
2015-03-23 Aaron TuronImplement RFC 909: move thread_local into thread
2015-03-23 Aaron TuronStabilize the Error trait
2015-03-23 Brian AndersonClarify behavior of Path::relative_from
2015-03-23 Brian AndersonFix regression in -C rpath that causes failures with...
2015-03-23 Julian Orthderive missing trait implementations for cursor
2015-03-23 Steve KlabnikAdd note about pointer state after the call.
2015-03-23 Felix S. Klock IIFix shift-overflow in very old run-pass test.
2015-03-23 Niko MatsakisWhen matching against a pattern (either via `match...
2015-03-23 Niko MatsakisRemove incorrect subtyping for `&mut Trait` and introdu...
2015-03-23 borsAuto merge of #23593 - Manishearth:rollup, r=Manishearth
2015-03-22 Manish GoregaokarRollup merge of #23590 - FuGangqiang:attr, r=alexcrichton
2015-03-22 Manish GoregaokarRollup merge of #23576 - barosl:mutex-doc, r=alexcrichton
2015-03-22 FuGangqiangadd lifetime for `while` and `for` expression
2015-03-22 Manish GoregaokarRollup merge of #23562 - steveklabnik:fix_book_numbers...
2015-03-22 FuGangqiangfix the attributes sytax
2015-03-22 Manish GoregaokarRollup merge of #23555 - steveklabnik:environment,...
2015-03-22 Manish GoregaokarRollup merge of #23554 - Ms2ger:readme-rustc, r=stevekl...
2015-03-22 Manish GoregaokarRollup merge of #23578 - fhahn:issue-22820-feature...
2015-03-22 Manish GoregaokarRollup merge of #23570 - dotdash:issue23550, r=eddyb
2015-03-22 Manish GoregaokarRollup merge of #23559 - aturon:future-proof-map-index...
2015-03-22 Felix S. Klock IIplacate check-pretty and pretty-printer bug; see also...
2015-03-22 Tshepang Lekhonkhobebook: some Crates and Modules nits
2015-03-22 Steve KlabnikRe-word explanation on closures in intro
2015-03-22 Ms2gerRemove an unsafe function definition in __thread_local_...
2015-03-22 Steve KlabnikDocument how to document macros
2015-03-22 Steve KlabnikRemove bad reference to std::io
2015-03-22 Björn SteinbrinkReduce code bloat in closure
2015-03-22 Simonas KazlauskasRefine Cursor docstring
2015-03-22 borsAuto merge of #23361 - petrochenkov:refdst, r=jakub-
2015-03-22 Andrew Paseltinerimplement `Clone` for `btree` iterators
2015-03-21 Felix S. Klock IIworkaround bugs in pretty-printer so that we can pass...
2015-03-21 FuGangqiangadd lifetime for `while` and `for` expression
2015-03-21 FuGangqiangfix the attributes sytax
2015-03-21 Björn SteinbrinkFix volatile / atomic ops on bools and small aggregates
2015-03-21 Florian Hahn Add tests checking that a number of feature gates...
2015-03-21 Barosl LeeFix documentation for std::sync::mutex: into_guard...
2015-03-21 borsAuto merge of #23470 - alexcrichton:less-prelude, r...
2015-03-21 Alex Crichtonstd: Remove old_io/old_path from the prelude
2015-03-20 borsAuto merge of #23512 - oli-obk:result_ok_unwrap, r...
2015-03-20 Ches Martinguide: Improvements to language covering enums
2015-03-20 Ches Martinguide: minor copy edits
2015-03-20 borsAuto merge of #23267 - alexcrichton:issue-20012, r...
2015-03-20 Steve KlabnikRemove manual numbers from TRPL
2015-03-20 Alex CrichtonRevert "Revert "std: Re-enable at_exit()""
2015-03-20 Aaron TuronFuture-proof indexing on maps: remove IndexMut
2015-03-20 borsAuto merge of #23471 - sae-bom:aarch64-linux-android...
2015-03-20 Flavio Percocofix fallout
2015-03-20 Flavio PercocoCheck trait unsafety for defaulted traits
2015-03-20 Flavio PercocoFeature gate defaulted traits
2015-03-20 Flavio PercocoAdd default impls for Send/Sync
2015-03-20 borsAuto merge of #23537 - steveklabnik:gh22551, r=alexcrichton
2015-03-20 Steve KlabnikAdd AST to the glossary
2015-03-20 Steve Klabnikenvironment variables -> environment
2015-03-20 Ms2gerMake librustc's markdown README.txt claim to be markdown.
2015-03-20 Ms2gerUpdate librustc's README.txt for some code changes...
2015-03-20 borsAuto merge of #23522 - steveklabnik:gh22518, r=Manishearth
2015-03-20 Felix S. Klock IITest suite for overflowing shift operators.
2015-03-20 Felix S. Klock IIAdded panic-on-overflow for rhs of left and right shift...
2015-03-20 Oliver Schneiderdon't use Result::ok just to be able to use unwrap...
2015-03-20 borsAuto merge of #23548 - Manishearth:rollup, r=Manishearth
2015-03-20 Manish GoregaokarRollup merge of #23534 - steveklabnik:remove_sched_thr...
2015-03-20 Manish GoregaokarRollup merge of #23532 - steveklabnik:gh22002, r=alexcr...
2015-03-20 Manish GoregaokarRollup merge of #23527 - steveklabnik:gh16330, r=alexcr...
2015-03-20 Manish GoregaokarRollup merge of #23526 - mbrubeck:uppercase, r=steveklabnik
2015-03-20 Manish GoregaokarRollup merge of #23518 - farcaller:fix_quote_method...
2015-03-20 Manish GoregaokarRollup merge of #23510 - lgvz:makefile, r=Manishearth
2015-03-20 Manish GoregaokarRollup merge of #23499 - mbrubeck:doc-edit, r=huonw
2015-03-20 Manish GoregaokarRollup merge of #23447 - kjpgit:kjp/pointerexample...
next