]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-02-02 Alex Crichtonrollup merge of #21830: japaric/for-cleanup
2015-02-02 Alex Crichtonrollup merge of #21825: kmcallister/ttdelim-span
2015-02-02 Alex Crichtonrollup merge of #21819: dsyang/doc_fix
2015-02-02 Alex Crichtonrollup merge of #21818: dotdash/llvm_up
2015-02-02 Alex Crichtonrollup merge of #21817: edwardw/symmetric-binop
2015-02-02 Alex Crichtonrollup merge of #21815: nagisa/overflowing-lints
2015-02-02 Alex Crichtonrollup merge of #21808: jfager/r20454
2015-02-02 Alex Crichtonrollup merge of #21803: madmalik/patch-1
2015-02-02 Alex Crichtonrollup merge of #21800: brson/unused_features
2015-02-02 Alex Crichtonrollup merge of #21794: alexcrichton/stabilize-atomic...
2015-02-02 Alex Crichtonrollup merge of #21787: alexcrichton/std-env
2015-02-02 Alex Crichtonrollup merge of #21782: alexcrichton/issue-21771
2015-02-02 Alex Crichtonrollup merge of #21754: semarie/openbsd-rebased
2015-02-02 Alex Crichtonrollup merge of #21710: alfie/libsyntax
2015-02-02 Alex Crichtonrollup merge of #21567: steveklabnik/doc_char
2015-02-02 Alex Crichtonrollup merge of #21509: lucab/lucab/copyright-update
2015-02-02 Alex Crichtonrollup merge of #21362: aochagavia/copy_rawptr
2015-02-02 Alex Crichtonrollup merge of #21223: P1start/expected-token-improvements
2015-02-02 Jorge Aparicioremove unused mut qualifiers
2015-02-02 Jorge Aparicio`for x in xs.into_iter()` -> `for x in xs`
2015-02-02 Jorge Aparicio`for x in xs.iter_mut()` -> `for x in &mut xs`
2015-02-02 Jorge Aparicio`for x in xs.iter()` -> `for x in &xs`
2015-02-02 Jorge Aparicioimpl IntoIterator for HashSet
2015-02-02 Jorge Aparicioimpl IntoIterator for HashMap
2015-02-02 Jorge Aparicioregister snapshots
2015-02-02 Adolfo OchagavíaAdd test for #21296
2015-02-02 Adolfo OchagavíaDo not warn when deriving `Copy` for raw pointers
2015-02-02 borsAuto merge of #21864 - sanxiyn:no-chain, r=nikomatsakis
2015-02-02 Steve KlabnikDocumenting libcore/char.rs
2015-02-02 borsAuto merge of #21647 - alfie:suffix-medium, r=alexcrichton
2015-02-02 Seo SanghyeonAvoid an excessive use of iterator chain
2015-02-02 Alfie JohnOmit integer suffix when unnecessary
2015-02-02 P1startTweak some ‘expected…’ error messages
2015-02-02 Jason FagerAdd test, closes #20454
2015-02-01 borsAuto merge of #21318 - stepancheg:box-fns, r=alexcrichton
2015-02-01 Alex Crichtonstd: Add a new `env` module
2015-02-01 borsAuto merge of #21806 - edwardw:new-range-impl, r=alexcr...
2015-02-01 Björn SteinbrinkUpdate LLVM to rust-llvm-2015-01-30
2015-02-01 Stepan Koltsovbox: into_raw, from_raw functions
2015-02-01 borsAuto merge of #21811 - tbu-:pr_more_isize, r=alexcrichton
2015-02-01 Sébastien Marieopenbsd: rebase to master
2015-02-01 Sébastien Marieopenbsd: remove specific block and cleanup linkage
2015-02-01 Sébastien Marieopenbsd: remove unused openbsd code
2015-02-01 Sébastien Marieopenbsd: incoporate remarks
2015-02-01 Sébastien Marieopenbsd: break lines too long
2015-02-01 Sébastien Marieopenbsd support
2015-02-01 borsAuto merge of #21805 - nikomatsakis:closure-inference...
2015-02-01 Niko MatsakisDo not ICE when e.g. `call_mut()` is called on a closur...
2015-02-01 Niko MatsakisFix handling of `move` closures -- since they have...
2015-02-01 Niko MatsakisTweak comments per eddyb's suggestion.
2015-02-01 Niko MatsakisTo handle more complex cases, modify the deferred call...
2015-02-01 Niko MatsakisImplement basic inference for closure kinds and some...
2015-02-01 Niko MatsakisSeparate out the unboxed closure table into two tables...
2015-02-01 Niko MatsakisAdjust the handling of trait obligations and defaults...
2015-02-01 Niko MatsakisDo not make fake types for upvars if we haven't yet...
2015-02-01 Niko MatsakisMake `unboxed_closure_kind` return `Option` to allow...
2015-02-01 Niko MatsakisIntroduce the notion of deferred resolutions and use...
2015-02-01 Alfie JohnMore deprecating of i/u suffixes in libraries
2015-02-01 borsAuto merge of #21809 - japaric:no-copy, r=alexcrichton
2015-02-01 borsAuto merge of #21788 - carllerche:master, r=alexcrichton
2015-02-01 Edward WangFix fallout
2015-02-01 Edward WangMake sure type inference with `a..b` as good as `range...
2015-02-01 borsAuto merge of #21768 - Gankro:hash-send, r=alexcrichton
2015-02-01 Keegan McAllisterFix end of TtDelimited span
2015-02-01 borsAuto merge of #21792 - nikomatsakis:orphan-ordered...
2015-01-31 borsAuto merge of #21760 - brson:snaps, r=alexcrichton
2015-01-31 Dan Yangfix use decl code example in reference
2015-01-31 Edward WangFix fallout
2015-01-31 Edward WangMake use of a binary operator's RHS type for LHS inference
2015-01-31 Alexismake Send/Sync impl of RawTable manual
2015-01-31 Simonas KazlauskasUpdate tests for overflowing literals
2015-01-31 Simonas KazlauskasMention the type in the overflowing literal lint
2015-01-31 Tobias BucherKill more `isize`s
2015-01-31 Jorge Aparicioremove Copy impls from remaining iterators
2015-01-31 madmalikupdating the link to rustdoc
2015-01-31 Tobias BucherReference: Purge `isize` from non-memory-related examples
2015-01-31 Niko MatsakisAdjust error message not to mention the self type
2015-01-31 Brian Andersonrustc: Make unused_features lint warn by default
2015-01-31 borsAuto merge of #21791 - alexcrichton:rollup, r=alexcrichton
2015-01-31 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-01-31 Alex Crichtonstd: Stabilize Atomic{Isize,Usize} methods
2015-01-31 Niko MatsakisUpdate the coherence rules to "covered first" -- the...
2015-01-31 Carl LercheImplement Thread::park_timeout
2015-01-30 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-01-30 Alex CrichtonTest fixes and rebase conflicts
2015-01-30 Brian AndersonRegister snaps
2015-01-30 Alex Crichtonrollup merge of #21631: tbu-/isize_police
2015-01-30 Alex Crichtonrollup merge of #21528: tshepang/simpler-replace-example
2015-01-30 Alex Crichtonrollup merge of #21713: alexcrichton/second-pass-fmt
2015-01-30 Alex Crichtonrollup merge of #21760: brson/snaps
2015-01-30 Alex Crichtonrollup merge of #21783: lukesteensen/patch-1
2015-01-30 Alex Crichtonrollup merge of #21780: steveklabnik/no_as_slice
2015-01-30 Alex Crichtonrollup merge of #21765: P1start/non-ascii-style-lints
2015-01-30 Alex Crichtonrollup merge of #21762: brson/users
2015-01-30 Alex Crichtonrollup merge of #21753: dzamlo/master
2015-01-30 Alex Crichtonrollup merge of #21747: nikomatsakis/issue-21726-projec...
2015-01-30 Alex Crichtonrollup merge of #21739: alexcrichton/better-print
2015-01-30 Alex Crichtonrollup merge of #21738: steveklabnik/move_out_editors
2015-01-30 Alex Crichtonrollup merge of #21736: sfackler/bufread-capacity-fix
2015-01-30 Alex Crichtonrollup merge of #21733: mneumann/fix-io-rename-df
next