]> git.lizzy.rs Git - rust.git/history - src
remove int_uint feature from libcollections
[rust.git] / src /
2015-02-03 Niko MatsakisTeach project to unify the return type even if a precis...
2015-02-03 Niko MatsakisAllow closure arguments types to unify even if we can...
2015-02-03 Björn SteinbrinkOptimize rposition
2015-02-03 borsAuto merge of #21877 - dotdash:less_auto_deref, r=alexc...
2015-02-03 Alexisadd naivest entry API to VecMap
2015-02-03 Valerii HioraiOS: fixed build
2015-02-03 borsAuto merge of #21675 - huonw:less-false-positives,...
2015-02-03 James MillerRc: Add assumptions that the pointer is non-null
2015-02-03 P1startCompute widths properly when displaying spans in error...
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 Björn SteinbrinkEmit !nonnull metadata for loads of region and unique...
2015-02-03 Alex Crichtonstd: Add some missing stability attributes
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
next