]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 borsAuto merge of #21864 - sanxiyn:no-chain, r=nikomatsakis
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-01 borsAuto merge of #21318 - stepancheg:box-fns, r=alexcrichton
2015-02-01 borsAuto merge of #21806 - edwardw:new-range-impl, r=alexcr...
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 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 borsAuto merge of #21792 - nikomatsakis:orphan-ordered...
2015-01-31 borsAuto merge of #21760 - brson:snaps, r=alexcrichton
2015-01-31 Alexismake Send/Sync impl of RawTable manual
2015-01-31 Tobias BucherKill more `isize`s
2015-01-31 Jorge Aparicioremove Copy impls from remaining iterators
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 borsAuto merge of #21791 - alexcrichton:rollup, r=alexcrichton
2015-01-31 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
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
2015-01-30 Alex Crichtonrollup merge of #21720: huonw/simd-cmp
2015-01-30 Alex Crichtonrollup merge of #21718: alexcrichton/stabilize-from-str
2015-01-30 Alex Crichtonrollup merge of #21706: reem/missing-zeroable-impl...
2015-01-30 Alex Crichtonrollup merge of #21704: FlaPer87/macro-reexport
2015-01-30 Alex Crichtonrollup merge of #21702: nikomatsakis/issue-21636
2015-01-30 Alex Crichtonrollup merge of #21693: tomjakubowski/rustdoc-fix-21442
2015-01-30 Alex Crichtonrollup merge of #21678: vojtechkral/threads-native...
2015-01-30 Alex Crichtonrollup merge of #21495: richo/unexported-unmangled...
2015-01-30 Alex Crichtonrollup merge of #21494: jatinn/jsnav
2015-01-30 Alex Crichtonrollup merge of #21385: nick29581/save-fix2
2015-01-30 Alex Crichtonrollup merge of #20790: japaric/for-loops
2015-01-30 borsAuto merge of #21495 - richo:unexported-unmangled-lint...
2015-01-30 Luke SteensenFix a missed io => old_io
2015-01-30 Alex Crichtonstd: Stabilize the std::fmt module
2015-01-30 Alex Crichtonstd: Stabilize FromStr and parse
2015-01-30 Steve KlabnikDon't use as_slice() in docs
2015-01-30 Jorge Apariciofix some cfail tests
2015-01-30 Jorge Apariciofixes after rebase
2015-01-30 Jorge Aparicios/while let/for/g now that #21245 has been fixed
2015-01-30 Jorge Aparicioadd test for #21655
2015-01-30 Jorge Aparicioadd test for #20605
2015-01-30 Jorge Apariciofix recursive call
2015-01-30 Jorge Aparicioremove the `Iterator` lang item
2015-01-30 Jorge Apariciosmoke out remaining bugs
2015-01-30 Jorge Aparicioremove Copy impls from iterators
2015-01-30 Jorge Aparicioadd tests
2015-01-30 Jorge Aparicioremove dead code
2015-01-30 Jorge Aparicioremove more `ExprForLoop`s
2015-01-30 Jorge Apariciocustom message for refutable patterns in for loops
2015-01-30 Jorge Apariciofix tests
2015-01-30 Jorge Apariciofix fallout
2015-01-30 Jorge Aparicioimplement for loop desugaring
2015-01-30 Jorge Apariciocore: add the `IntoIterator` trait
2015-01-30 borsAuto merge of #21604 - nikomatsakis:closure-move-indiv...
2015-01-30 borsAuto merge of #21717 - nick29581:prelude-fullrange...
2015-01-30 Niko MatsakisAddress @eddyb nit by simplifying `ClosureEnv`.
2015-01-30 Niko MatsakisUse `#[rustc_paren_sugar]` as a more extensible way...
2015-01-30 Richo Healeylint: Add test for no_mangle
2015-01-30 Niko MatsakisAllow individual upvars to be inferred to move semantic...
2015-01-30 Niko MatsakisRemove the capture mode map and just store the capture...
2015-01-30 borsAuto merge of #21351 - eddyb:x-coerce--a-new-hope,...
next