about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-10/+10
2015-02-12std: Add missing stability for core::fmtAlex Crichton-0/+1
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-0/+2
2015-02-04remove all kind annotations from closuresJorge Aparicio-3/+3
2015-02-02std: Add some missing stability attributesAlex Crichton-0/+2
2015-02-02rollup merge of #21854: alexcrichton/try-borrowAlex Crichton-4/+6
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-02register snapshotsJorge Aparicio-66/+0
2015-02-01std: Deprecate RefCell::{try_borrow, try_borrow_mut}Alex Crichton-4/+6
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-193/+239
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29register snaphotsJorge Aparicio-7/+0
2015-01-29remove unused importsJorge Aparicio-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-27Auto merge of #21586 - pyfisch:patch-1, r=alexcrichtonbors-2/+2
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-7/+11
2015-01-25Add a missing fmt::Debug impl lintSteven Fackler-0/+1
2015-01-25Auto merge of #21582 - FlaPer87:rollup, r=brsonbors-0/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-61/+106
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-7/+7
2015-01-24Spellfix for Debug traitPyfisch-2/+2
2015-01-23grandfathered -> rust1Brian Anderson-8/+8
2015-01-23Set unstable feature names appropriatelyBrian Anderson-33/+33
2015-01-22Add `#[rustc_on_unimplemented]` annotations to more traitsP1start-0/+4
2015-01-21Remove 'since' from unstable attributesBrian Anderson-33/+33
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-42/+70
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-60/+102
2015-01-17Register new snapshots.Eduard Burtescu-32/+0
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-3/+3
2015-01-10core: rm unused lifetime.Huon Wilson-0/+32
2015-01-08Improvements to feature stagingBrian Anderson-11/+11
2015-01-08Add missing module stability attributesAaron Turon-0/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-8/+7
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-33/+6
2015-01-07std: Tweak String implementationsAlex Crichton-55/+6
2015-01-07use slicing sugarJorge Aparicio-8/+7
2015-01-07register new snapshotsJorge Aparicio-56/+0
2015-01-07Register new snapshotsAlex Crichton-58/+0
2015-01-06More test fixesAlex Crichton-6/+42
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-3/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-24/+165
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07falloutNick Cameron-1/+1