]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #21550 - FlaPer87:fix-compiletest, r=huonw
[rust.git] / src /
2015-01-21 Alex Crichtonrollup merge of #21411: P1start/help-tweaks
2015-01-21 Alex Crichtonrollup merge of #21396: japaric/no-parens-in-range
2015-01-21 Alex Crichtonrollup merge of #21394: japaric/nonono
2015-01-21 Alex Crichtonrollup merge of #21393: loganchien/fix-if-stmt-doc...
2015-01-21 Alex Crichtonrollup merge of #21392: japaric/iter
2015-01-21 Alex Crichtonrollup merge of #21391: klutzy/rt-time-cleanup
2015-01-21 Alex Crichtonrollup merge of #21389: retep998/timer
2015-01-21 Alex Crichtonrollup merge of #21372: arielb1/remove-the-box
2015-01-21 Alex Crichtonrollup merge of #21368: tomjakubowski/rustdoc-miscellany
2015-01-21 Alex Crichtonrollup merge of #21367: steveklabnik/remove_gate
2015-01-21 Alex Crichtonrollup merge of #21354: eddyb/vec-ufcs
2015-01-21 Alex Crichtonrollup merge of #21342: Diggsey/issue-21310
2015-01-21 Alex Crichtonrollup merge of #21340: pshc/libsyntax-no-more-ints
2015-01-21 Alex Crichtonrollup merge of #21333: stepancheg/trans-write-diag
2015-01-21 Alex Crichtonrollup merge of #21289: brson/errorcodes
2015-01-21 Alex Crichtonrollup merge of #21274: estsauver/21270
2015-01-21 Alex Crichtonrollup merge of #21157: steveklabnik/deprecation
2015-01-21 Alex Crichtonrollup merge of #21138: mkpankov/master
2015-01-21 Alex Crichtonrollup merge of #21053: apasel422/exact
2015-01-21 Alex Crichtonrollup merge of #19913: KOMON/rust-mode-emacs-indentation
2015-01-21 Steven AllenUse the default `len` implementation in ExactSizeIterat...
2015-01-21 Steve KlabnikImprove quality of String#to_slice() deprecation message
2015-01-21 Aaron TuronChange init-large-type to use child thread
2015-01-21 Aaron TuronFallout from stabilization.
2015-01-21 Aaron TuronDeprecate slicing methods in favor of notation
2015-01-21 Aaron TuronStabilize Index traits and most range notation
2015-01-21 Eduard Burtescudocs: fix fallout of merging ast::ViewItem into ast...
2015-01-21 Eduard Burtescurustdoc: fix fallout of merging ast::ViewItem into...
2015-01-21 Eduard Burtescurustc_resolve: fix fallout of merging ast::ViewItem...
2015-01-21 Eduard Burtescurustc_driver: fix fallout of merging ast::ViewItem...
2015-01-21 Eduard Burtescurustc_trans: fix fallout of merging ast::ViewItem into...
2015-01-21 Eduard Burtescurustc_typeck: fix fallout of merging ast::ViewItem...
2015-01-21 Eduard Burtescurustc: fix fallout of merging ast::ViewItem into ast...
2015-01-21 Eduard Burtescurustc_back: fix fallout of merging ast::ViewItem into...
2015-01-21 Eduard Burtescusyntax: fix fallout of merging ast::ViewItem into ast...
2015-01-21 Eduard Burtescusyntax: merge ast::ViewItem into ast::Item.
2015-01-21 Eduard BurtescuRemove feature(import_shadowing).
2015-01-21 Liigo Zhuangaddress review comments: reuse Escape etc.
2015-01-21 Liigo Zhuangfix fallout
2015-01-21 Liigo Zhuangrustdoc: eliminates raw markdown code (links, headers...
2015-01-21 Liigo Zhuangdisplay plain summary line in javascript
2015-01-21 Liigo Zhuangrustdoc: add tooltips to sidebar
2015-01-21 Seo SanghyeonDe-mut the parser
2015-01-21 borsAuto merge of #21242 - richo:no-perl, r=brson
2015-01-21 Michael Woeristerdebuginfo: Make debuginfo source location assignment...
2015-01-21 borsAuto merge of #21227 - sellibitze:core-ops-for-referenc...
2015-01-21 Ahmed CharlesRemove ratchet().
2015-01-21 Ahmed CharlesRemove compare_to_old().
2015-01-21 Ahmed CharlesRemove write_metric_diff and supporting code.
2015-01-21 Alex Crichtonstd: Rename Show/String to Debug/Display
2015-01-21 borsAuto merge of #21395 - sfackler:fix-cvar-test, r=alexcr...
2015-01-21 Jorge Aparicioremove `NoSendItem` and `NoSyncItem`
2015-01-21 Diggory BlakeDisplay negative trait implementations correctly in...
2015-01-21 borsAuto merge of #21065 - ColonelJ:master, r=brson
2015-01-21 Andrew Paseltinerimplement `ExactSizeIterator` for `slice::{Chunks,Chunk...
2015-01-21 Steven AllenImplement ExactSizeIterator for remaining core Iterator...
2015-01-21 Alfie Johndocs: Update for clarity
2015-01-20 Corey Richardsontests: uncomment regression tests for 13970, 13971...
2015-01-20 Jorge Aparicioalso forward Iterator::size_hint()
2015-01-20 borsAuto merge of #21439 - alexcrichton:rollup, r=alexcrichton
2015-01-20 Brian AndersonMake multiline errors work with codes
2015-01-20 Daniel RaloffChanged rust-mode code for tabs -> spaces
2015-01-20 Sebastian Gesemannadd stability text like suggested in discussion
2015-01-20 Flavio PercocoRegister snapshot for 9006c3c
2015-01-20 Stepan Koltsovalloc::boxed: enable test
2015-01-20 James MillerAdd more explanation for why the assumes are there
2015-01-20 Alex Crichtonrustc: Remove deprecated lint names
2015-01-20 Alex CrichtonTest fixes and rebase conflicts
2015-01-20 James MillerAdd assumptions that the pointer is non-null
2015-01-20 JP SugarbroadKill RacyCell in favor of marking SyncSender explicitly...
2015-01-20 borsAuto merge of #20919 - fay-jai:update, r=brson
2015-01-20 Michael SproulAdd some extended errors.
2015-01-20 Brian AndersonAdd error codes to rustc
2015-01-20 Brian AndersonAdd error codes to resolve
2015-01-20 Brian AndersonMake fatal errors work with codes, add to typeck
2015-01-20 Brian AndersonAdd error codes to rustc_typeck
2015-01-20 Brian AndersonMake error code registration work again. #19624
2015-01-20 Alex Crichtonrustc: Remove deprecated flags
2015-01-20 Alfie Johndocs: typo
2015-01-20 Barosl LEERollup merge of #20991 - mneumann:llvm-dragonfly-take2...
2015-01-20 Barosl LEERollup merge of #21179 - nodakai:reference-mod-to-self...
2015-01-20 Barosl LEERollup merge of #21427 - steveklabnik:generics_fix...
2015-01-20 Barosl LEERollup merge of #21424 - sanxiyn:coerce-mut, r=nikomatsakis
2015-01-20 Barosl LEERollup merge of #21404 - japaric:hash, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21399 - kballard:fix-PLEASE_BENCH...
2015-01-20 Barosl LEERollup merge of #21388 - aochagavia:collections, r...
2015-01-20 Barosl LEERollup merge of #21387 - retep998:hmodule, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21386 - Diggsey:issue-21384, r=alexcri...
2015-01-20 Barosl LEERollup merge of #21380 - tshepang:patch-3, r=steveklabnik
2015-01-20 Barosl LEERollup merge of #21123 - visualfc:master, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21377 - iKevinY:speedy-tidy, r=huonw
2015-01-20 Barosl LEERollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21369 - iKevinY:no-travis-notes, r...
2015-01-20 Barosl LEERollup merge of #21359 - WiSaGaN:bugfix/fix_marker...
2015-01-20 Barosl LEERollup merge of #21358 - glacjay:patch-2, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21357 - kimroen:patch-1, r=sanxiyn
2015-01-20 Barosl LEERollup merge of #21100 - tstorch:small_readability_upda...
2015-01-20 Barosl LEERollup merge of #21345 - glacjay:patch-1, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21339 - thorncp:api-docs-search, r...
2015-01-20 Barosl LEERollup merge of #21336 - rylev:better-nofile-error...
next