]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-21 Alex CrichtonTest fixes and rebase conflicts
2015-01-21 Alex Crichtonrollup merge of #21463: sanxiyn/demut
2015-01-21 Alex Crichtonrollup merge of #21462: ahmedcharles/remove-ratchet
2015-01-21 Alex Crichtonrollup merge of #21457: alexcrichton/issue-21436
2015-01-21 Alex Crichtonrollup merge of #21447: cmr/master
2015-01-21 Alex Crichtonrollup merge of #21446: stepancheg/boxed-test
2015-01-21 Alex Crichtonrollup merge of #21444: petrochenkov/null
2015-01-21 Alex Crichtonrollup merge of #21441: alexcrichton/rustc-opts
2015-01-21 Alex Crichtonrollup merge of #21438: taralx/kill-racycell
2015-01-21 Alex Crichtonrollup merge of #21437: FlaPer87/snapshot
2015-01-21 Alex Crichtonrollup merge of #21433: alfie/typobook
2015-01-21 Alex Crichtonrollup merge of #21429: GuillaumeGomez/macro-fix
2015-01-21 Alex Crichtonrollup merge of #21423: oli-obk/prettier_read_until
2015-01-21 Alex Crichtonrollup merge of #21421: huonw/one-suggestion-per-trait
2015-01-21 Alex Crichtonrollup merge of #21419: Toby-S/patch-1
2015-01-21 Alex Crichtonrollup merge of #21418: Aatch/assume-refcount
2015-01-21 Alex Crichtonrollup merge of #21414: ejjeong/aarch64-linux-android
2015-01-21 Alex Crichtonrollup merge of #21413: ahmedcharles/remove-test-features
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 Steve KlabnikImprove quality of String#to_slice() deprecation message
2015-01-21 Seo SanghyeonDe-mut the parser
2015-01-21 borsAuto merge of #21242 - richo:no-perl, r=brson
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-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...
2015-01-20 Barosl LEERollup merge of #21331 - michaelsproul:sync-error-impls...
2015-01-20 Barosl LEERollup merge of #21048 - aroben:patch-1, r=steveklabnik
2015-01-20 Barosl LEERollup merge of #21326 - look:nano-syntax-highlighting...
2015-01-20 Barosl LEERollup merge of #21314 - fenhl:patch-1, r=steveklbanik
2015-01-20 Barosl LEERollup merge of #21312 - michaelsproul:remove-error...
2015-01-20 Barosl LEERollup merge of #21309 - thorncp:rustdoc-man-page,...
next