about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1
2015-01-27Add on_unimplemented note to IndexManish Goregaokar-0/+2
2015-01-26Remove comment about `UnsafeCell`s and `static`Tobias Bucher-6/+0
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-223/+270
2015-01-25Add a missing fmt::Debug impl lintSteven Fackler-0/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+2
2015-01-25Auto merge of #21582 - FlaPer87:rollup, r=brsonbors-3/+12
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-581/+753
2015-01-25Auto merge of #21558 - alexcrichton:result-debug, r=aturonbors-5/+5
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-128/+128
2015-01-24Auto merge of #21488 - aturon:os-str, r=alexcrichtonbors-87/+125
2015-01-24Add ffi::OsString and OsStrAaron Turon-87/+125
2015-01-24Spellfix for Debug traitPyfisch-2/+2
2015-01-24Add Hash trait to NonZero typeGuillaumeGomez-2/+2
2015-01-24Rollup merge of #21445 - P1start:no-implemented, r=nikomatsakisFlavio Percoco Premoli-3/+12
2015-01-23grandfathered -> rust1Brian Anderson-614/+614
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-39/+78
2015-01-23std: Relax Result::unwrap() to DebugAlex Crichton-5/+5
2015-01-23Set unstable feature names appropriatelyBrian Anderson-289/+289
2015-01-23Improve libcore/cell.rs docsSteve Klabnik-85/+209
2015-01-23Auto merge of #21453 - Stebalien:exactsize, r=alexcrichtonbors-0/+15
2015-01-23Auto merge of #21382 - tshepang:improve-iter-docs, r=alexcrichtonbors-236/+263
2015-01-23iter: miscellaneous improvementsTshepang Lekhonkhobe-236/+263
2015-01-22Rollup merge of #21472 - steveklabnik:gh21469, r=huonwSteve Klabnik-0/+4
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-22core::marker: s/task/thread/P1start-3/+3
2015-01-22Add `#[rustc_on_unimplemented]` annotations to more traitsP1start-0/+9
2015-01-21Remove 'since' from unstable attributesBrian Anderson-284/+284