summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-02-02register snapshotsJorge Aparicio-112/+0
2015-02-02Documenting libcore/char.rsSteve Klabnik-20/+174
2015-02-01std: Deprecate RefCell::{try_borrow, try_borrow_mut}Alex Crichton-14/+51
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-244/+110
2015-02-01Auto merge of #21806 - edwardw:new-range-impl, r=alexcrichtonbors-69/+47
2015-02-01Make sure type inference with `a..b` as good as `range(a,b)`Edward Wang-69/+47
2015-01-31remove Copy impls from remaining iteratorsJorge Aparicio-2/+3
2015-01-30std: Stabilize Atomic{Isize,Usize} methodsAlex Crichton-0/+20
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-0/+3
2015-01-30Test fixes and rebase conflictsAlex Crichton-13/+13
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-196/+242
2015-01-30rollup merge of #21760: brson/snapsAlex Crichton-62/+0
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-67/+164
2015-01-30rollup merge of #21706: reem/missing-zeroable-impl-for-uniqueAlex Crichton-0/+2
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-196/+242
2015-01-30std: Stabilize FromStr and parseAlex Crichton-67/+164
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30remove Copy impls from iteratorsJorge Aparicio-11/+8
2015-01-30fix falloutJorge Aparicio-11/+15
2015-01-30core: add the `IntoIterator` traitJorge Aparicio-0/+51
2015-01-30Auto merge of #21604 - nikomatsakis:closure-move-indiv-vars, r=eddybbors-0/+3
2015-01-30Use `#[rustc_paren_sugar]` as a more extensible way of deciding whenNiko Matsakis-0/+3
2015-01-29Register snapsBrian Anderson-62/+0
2015-01-30Change from core::ops::RangeFull to std::opsNick Cameron-3/+3
2015-01-30Rename FullRange to RangeFullNick Cameron-14/+55
2015-01-30Remove FullRange from the prelude etc.Nick Cameron-0/+6
2015-01-30Use absolute path to FullRange, rather than assuming it is in the preludeNick Cameron-0/+1
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-52/+35
2015-01-29s/Show/Debug/gJorge Aparicio-23/+23
2015-01-29remove #[old_impl_check] now that #21363 has been fixedJorge Aparicio-4/+0
2015-01-29register snaphotsJorge Aparicio-12/+0
2015-01-29undo some conversionsJorge Aparicio-1/+1
2015-01-29remove unused importsJorge Aparicio-3/+2
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-6/+6
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-3/+3
2015-01-29Auto merge of #21730 - Manishearth:rollup, r=alexcrichtonbors-6/+0
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-29Rollup merge of 21663 - tbu-:pr_doc_cell_static_safety, r=alexcrichtonManish Goregaokar-6/+0
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-1019/+1287
2015-01-28Move return type an associated type of the `Fn*` traits. Mostly this involves...Niko Matsakis-6/+80
2015-01-27Add an implementation of Zeroable for Unique<T>Jonathan Reem-0/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-95/+220
2015-01-28Rollup merge of #21658 - Manishearth:index_on_unimplemented, r=GankroManish Goregaokar-0/+2
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-4/+2
2015-01-27Rollup merge of #21591 - GuillaumeGomez:hash, r=alexcrichtonManish Goregaokar-2/+2
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-27Auto merge of #21586 - pyfisch:patch-1, r=alexcrichtonbors-2/+2
2015-01-27Auto merge of #21564 - steveklabnik:doc_cell, r=alexcrichtonbors-85/+209
2015-01-26Fallout of io => old_ioAlex Crichton-9/+9