]> git.lizzy.rs Git - rust.git/history - src
remove int_uint feature from libcollections
[rust.git] / src /
2015-02-06 Alexisremove int_uint feature from libcollections
2015-02-06 Manish GoregaokarRollup merge of #21989 - steveklabnik:gh21491, r=Gankro
2015-02-06 Manish GoregaokarRollup merge of #21968 - nikomatsakis:issue-21965-dupli...
2015-02-06 Manish GoregaokarRollup merge of #21966 - scialex:fix-extern, r=alexcrichton
2015-02-06 Manish GoregaokarRollup merge of #21958 - brson:stable-features, r=alexc...
2015-02-06 Manish GoregaokarRollup merge of #21926 - mzabaluev:raw-lifetime, r...
2015-02-06 Manish GoregaokarRollup merge of #21969 - Gankro:collections-cleanup...
2015-02-06 Manish GoregaokarRollup merge of #21924 - steveklabnik:fix_try_docs...
2015-02-06 Manish GoregaokarRollup merge of #21925 - sfackler:allow-missing-copy...
2015-02-06 Manish GoregaokarRollup merge of #21941 - dotdash:with_cond_false, r...
2015-02-06 Manish GoregaokarRollup merge of #21951 - Gankro:entry, r=aturon
2015-02-06 Manish GoregaokarRollup merge of #21954 - jbcrail:fix-misspelled-comment...
2015-02-06 Manish GoregaokarRollup merge of #21955 - jbcrail:fix-test-comments...
2015-02-06 Manish GoregaokarRollup merge of #21964 - semarie:openbsd-env, r=alexcri...
2015-02-06 Manish GoregaokarRollup merge of #21976 - mzabaluev:fix-copy-mut-lifetim...
2015-02-06 Manish GoregaokarRollup merge of #21980 - pnkfelix:more-robust-span...
2015-02-06 Manish GoregaokarRollup merge of #21981 - pnkfelix:improve-compile-test...
2015-02-06 Manish GoregaokarRollup merge of #21983 - pnkfelix:eschew-untyped-arena...
2015-02-06 Manish GoregaokarRollup merge of #21986 - LeoTestard:identical-statics...
2015-02-06 Manish GoregaokarRollup merge of #21987 - pnkfelix:eschew-arena-in-varia...
2015-02-06 borsAuto merge of #21609 - GarrettHeel:master, r=steveklabnik
2015-02-06 borsAuto merge of #21947 - bluss:full-range-syntax, r=brson
2015-02-06 Steve KlabnikImprove ptr::read docs
2015-02-05 Leo TestardFix an ICE when translating some static expressions.
2015-02-05 Alexisremove int_uint feature from libcollections
2015-02-05 Alexisremove unecessary lifetimes from a bunch of collections...
2015-02-05 Alexismisc collections code cleanup
2015-02-05 borsAuto merge of #21619 - brson:featureck-tidy, r=alexcrichton
2015-02-05 Felix S. Klock IIUse a TypedArena rather than an Arena for the backing...
2015-02-05 Felix S. Klock IIPorted regions-mock-tcx to use TypedArena rather than...
2015-02-05 Felix S. Klock IIimprove `compiletest` error message when path option...
2015-02-05 Felix S. Klock IImake codemap more robust in face of ill-formed spans.
2015-02-05 Brian AndersonTidy fixes
2015-02-05 Brian AndersonAddress review feedback
2015-02-05 Brian Andersontestparser has long lines
2015-02-05 Brian AndersonClean up tidy scripts, coverage, performance
2015-02-05 Brian AndersonPolish errorck and featureck UI
2015-02-05 Niko MatsakisFix license
2015-02-05 Niko MatsakisNow that the elaboration mechanism is suppressing defau...
2015-02-05 borsAuto merge of #21894 - dotdash:assume_rc, r=alexcrichton
2015-02-05 Niko MatsakisExtend the solution to encompass HRTB
2015-02-05 Mikhail ZabaluevMake the lifetime anchor immutable on std::mem::copy_mu...
2015-02-05 borsAuto merge of #21916 - japaric:no-as-slice, r=alexcrichton
2015-02-05 Jorge Apariciocleanup: replace `as[_mut]_slice()` calls with deref...
2015-02-05 Sébastien Mariecomplete openbsd support for `std::env`
2015-02-05 Ulrik SverdrupImplement pretty-printing of `..` and update tests.
2015-02-05 Niko MatsakisWhen elaborating predicates, purge duplicates from...
2015-02-05 Alexander LightMade external_crates feature work again.
2015-02-05 Sébastien Marieunbreak tree for openbsd after #21787
2015-02-05 borsAuto merge of #21843 - japaric:kindless, r=alexcrichton
2015-02-05 Mikhail ZabaluevReplace one more slice::from_raw_mut_buf added with...
2015-02-05 Mikhail ZabaluevReplace usage of slice::from_raw_buf with slice::from_r...
2015-02-05 borsAuto merge of #21944 - alexcrichton:lframework, r=eddyb
2015-02-05 Brian AndersonAdd a lint for writing `#[feature]` for stable features...
2015-02-05 Joseph CrailFix for misspelled comments in tests.
2015-02-05 Joseph CrailFix for misspelled comments.
2015-02-05 borsAuto merge of #21152 - steveklabnik:tasks, r=huonw
2015-02-05 Steve KlabnikA concurrency chapter to replace the tasks chapter.
2015-02-05 Jorge Aparicioregister snapshots
2015-02-05 Jorge Aparicioremove all kind annotations from closures
2015-02-05 Alexisstabilize core Entry API
2015-02-04 Ulrik SverdrupImplement `..` syntax for RangeFull as expression
2015-02-04 Alex Crichtonrustc: Recognize `-L framework=foo`
2015-02-04 borsAuto merge of #21885 - dotdash:nonnull_load, r=alexcrichton
2015-02-04 Björn SteinbrinkAvoid unnecessary codegen in with_cond()
2015-02-04 borsAuto merge of #21544 - P1start:mangle-unicode, r=alexcr...
2015-02-04 borsAuto merge of #21499 - P1start:issue-8706, r=huonw
2015-02-04 borsAuto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
2015-02-04 Steven FacklerSwitch missing_copy_implementations to default-allow
2015-02-04 Steve KlabnikFix issue with rt::unwind::try() docs
2015-02-04 borsAuto merge of #21919 - alexcrichton:rollup, r=alexcrichton
2015-02-04 Alex CrichtonTest fixes and rebase conflicts
2015-02-04 Alex Crichtonrollup merge of #21910: Manishearth/missing_stability
2015-02-04 Alex Crichtonrollup merge of #21907: alexcrichton/iter-by-ref
2015-02-04 Alex Crichtonrollup merge of #21899: nikomatsakis/closure-unify...
2015-02-04 Alex Crichtonrollup merge of #21897: dotdash/rposition
2015-02-04 Alex Crichtonrollup merge of #21893: vhbit/ios-build-fix
2015-02-04 P1startFix Unicode name mangling
2015-02-03 Alex Crichtonrollup merge of #21882: Gankro/vec_entry
2015-02-03 Alex Crichtonrollup merge of #21870: alexcrichton/missing-stability
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 Huon WilsonDeprecate in-tree `rand`, `std::rand` and `#[derive...
2015-02-03 Aaron TuronRename std::path to std::old_path
2015-02-03 Manish GoregaokarMore test fixes
2015-02-03 Manish GoregaokarDon't check stability for tests
2015-02-03 Manish GoregaokarFix test
2015-02-03 Manish GoregaokarAdd staged_api and unmarked_api features to reference.md
2015-02-03 Manish GoregaokarAdd unmarked_api feature (fixes #21884)
2015-02-03 Manish GoregaokarAdd test for missing stability checker
2015-02-03 Manish GoregaokarFix some missing stability attrs
2015-02-03 Manish GoregaokarError when #![staged_api] crates are missing stability...
2015-02-03 Alex Crichtonstd: Add `io` module again
2015-02-03 Alex Crichtonstd: Remove `iter::ByRef` and generalize impls
2015-02-03 Manish GoregaokarMove stability pass after privacy pass
2015-02-03 Niko MatsakisUpdate for new snapshot after rebasing.
2015-02-03 Niko MatsakisCorrect one case where the inference was detecting...
2015-02-03 Niko MatsakisRemove the explicit closure kind syntax from the parser...
2015-02-03 Niko MatsakisUpdate compile-fail tests to use the expected type...
next