]> git.lizzy.rs Git - rust.git/history - src
Fix broken link to std::rc module docs
[rust.git] / src /
2015-02-07 Caspar KriegerFix broken link to std::rc module docs
2015-02-07 borsAuto merge of #21978 - Potpourri:error-extern-crate...
2015-02-07 borsAuto merge of #21949 - japaric:index, r=nikomatsakis
2015-02-07 Jorge Apariciomake `IndexMut` a super trait over `Index`
2015-02-07 borsAuto merge of #21505 - GuillaumeGomez:interned_string...
2015-02-06 borsAuto merge of #21997 - Manishearth:rollup, r=alexcrichton
2015-02-06 GuillaumeGomezlibrustdoc has been updated
2015-02-06 borsAuto merge of #21926 - mzabaluev:raw-lifetime, r=alexcr...
2015-02-06 Manish GoregaokarRollup merge of #22009 - japaric:no-mov, r=alexcrichton
2015-02-06 Manish GoregaokarRollup merge of #22005 - nagisa:obsolete-ctx, r=alexcri...
2015-02-06 Manish GoregaokarRollup merge of #21994 - iKevinY:featureck-fix, r=brson
2015-02-06 Alexisfix outdated docs
2015-02-06 Alexisfix outdated docs
2015-02-06 Manish GoregaokarMore libcollections fixes
2015-02-06 borsAuto merge of #21860 - mdinger:enum_rewording, r=stevek...
2015-02-06 Jorge Aparicioremove the deprecated MaybeOwnedVector
2015-02-06 Simonas KazlauskasRemove word syntax from obsolete syntax messages
2015-02-06 Manish GoregaokarRollup merge of #21991 - steveklabnik:gh21915, r=huonw
2015-02-06 Manish Goregaokarrm unused feature
2015-02-06 Manish Goregaokarlibcollections: unit test fixes
2015-02-06 Alexisremove int_uint feature from libcollections
2015-02-06 Manish GoregaokarRollup merge of #21989 - steveklabnik:gh21491, r=Gankro
2015-02-06 borsAuto merge of #21962 - vrinek:printable-book, r=stevekl...
2015-02-06 GuillaumeGomezFix infinite loop error
2015-02-06 GuillaumeGomezRemove getenv warning
2015-02-06 GuillaumeGomezUpdate to last version, remove "[]" as much as possible
2015-02-06 GuillaumeGomezlibrustc_driver has been updated
2015-02-06 GuillaumeGomezlibrustc_trans has been updated
2015-02-06 GuillaumeGomezlibrustc_resolve has been updated
2015-02-06 GuillaumeGomezlibrustc_typeck has been updated
2015-02-06 GuillaumeGomezlibrustc_borrowck has been updated
2015-02-06 GuillaumeGomezlibrustc has been updated
2015-02-06 GuillaumeGomezLibsyntax has been updated
2015-02-06 GuillaumeGomezUpdate HEAD:master
2015-02-06 GuillaumeGomezReplace the get method by the deref one on InternedString
2015-02-06 GuillaumeGomezAdd Str trait to InternedString, set get method deprecated
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 Kevin YapFix name of variable referenced in featureck.py
2015-02-06 borsAuto merge of #21947 - bluss:full-range-syntax, r=brson
2015-02-06 Steve KlabnikMention the queueueue-ness of mpsc.
2015-02-06 PotpourriImprove error message, when found staticlib instead...
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 Kostas KarachaliosRemove unused src/doc/trpl/rust-book.css
2015-02-05 Kostas KarachaliosMake the book chapters printable
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
next