]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-02-03 Alex Crichtonrollup merge of #21835: alexcrichton/iov2
2015-02-03 Alex Crichtonrollup merge of #21759: aturon/new-path
2015-02-03 Aaron TuronAdd new path module
2015-02-03 Aaron TuronRename std::path to std::old_path
2015-02-03 Alex Crichtonstd: Add `io` module again
2015-02-03 borsAuto merge of #21877 - dotdash:less_auto_deref, r=alexc...
2015-02-03 borsAuto merge of #21675 - huonw:less-false-positives,...
2015-02-03 Huon WilsonTry to only suggest implementable traits for method...
2015-02-03 borsAuto merge of #21745 - chris-morgan:add-missing-unstabl...
2015-02-03 borsAuto merge of #21613 - alfie:suffix-small, r=alexcrichton
2015-02-03 borsAuto merge of #21872 - alexcrichton:rollup, r=alexcrichton
2015-02-03 Alex CrichtonTest fixes and rebase conflicts
2015-02-03 Björn SteinbrinkAvoid extra ref/deref cycles when converting &T to *T
2015-02-02 Alfie JohnMore deprecating of i/u suffixes
2015-02-02 Alex Crichtonrollup merge of #21869: dotdash/bogus_match
2015-02-02 Alex Crichtonrollup merge of #21865: steveklabnik/gh21501
2015-02-02 Alex Crichtonrollup merge of #21854: alexcrichton/try-borrow
2015-02-02 Alex Crichtonrollup merge of #21852: FreeFull/patch-1
2015-02-02 Alex Crichtonrollup merge of #21849: alexcrichton/warn2note
2015-02-02 Alex Crichtonrollup merge of #21848: Manishearth/book-link
2015-02-02 Alex Crichtonrollup merge of #21845: Potpourri/import-syntax
2015-02-02 Alex Crichtonrollup merge of #21842: alexcrichton/issue-21839
2015-02-02 Alex Crichtonrollup merge of #21832: genbattle/doc-unicode-escapes
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 Björn SteinbrinkRemove a bogus match from type_is_unique
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 Steve KlabnikFix discrepencies in the testing chapter
2015-02-02 Seo SanghyeonAvoid an excessive use of iterator chain
2015-02-02 Alfie JohnOmit integer suffix when unnecessary
2015-02-02 Alex Crichtonstd: Deprecate RefCell::{try_borrow, try_borrow_mut}
2015-02-02 P1startTweak some ‘expected…’ error messages
2015-02-02 Jason FagerAdd test, closes #20454
2015-02-02 Filip SzczepańskiCloses issue #21850
2015-02-01 Alex Crichtonrustc: Change an unconditional `warn` to a `note`
2015-02-01 Manish GoregaokarFix stale doc link (guide -> book)
2015-02-01 borsAuto merge of #21318 - stepancheg:box-fns, r=alexcrichton
2015-02-01 Alex Crichtonstd: Remove extra type params on iter adaptors
2015-02-01 PotpourriReject syntax like `use foo::bar::;` and `use foo:...
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 Nick SartenUpdated unicode escape documentation to match current...
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
next