about summary refs log tree commit diff
path: root/src/libstd/fmt
AgeCommit message (Expand)AuthorLines
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-1968/+0
2014-05-14auto merge of #14133 : db48x/rust/ord-for-mut-refs, r=alexcrichtonbors-0/+3
2014-05-14define Eq,TotalEq,Ord,TotalOrd for &mut TDaniel Brooks-0/+3
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-0/+14
2014-05-11core: Remove the cast moduleAlex Crichton-11/+11
2014-05-09Register new snapshotsAlex Crichton-37/+0
2014-05-08std: Extract format string parsing out of libstdAlex Crichton-1009/+80
2014-05-07core: Inherit the cell moduleAlex Crichton-0/+2
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-0/+2
2014-05-07core: Inherit the result moduleAlex Crichton-0/+9
2014-05-07core: Inherit possible string functionalityAlex Crichton-4/+19
2014-05-07core: Inherit non-allocating slice functionalityAlex Crichton-0/+33
2014-05-07core: Inherit the cmp moduleAlex Crichton-0/+11
2014-05-07core: Inherit the iter moduleAlex Crichton-0/+14
2014-05-07core: Inherit the option moduleAlex Crichton-0/+9
2014-05-07core: Inherit the tuple moduleAlex Crichton-0/+30
2014-05-07core: Inherit the unit moduleAlex Crichton-0/+6
2014-05-07core: Inherit the any moduleAlex Crichton-0/+8
2014-05-07core: Inherit the intrinsics moduleAlex Crichton-0/+7
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+7
2014-05-05auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichtonbors-0/+6
2014-05-05log: Logger receiveis a LogRecordSean McArthur-0/+6
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-11/+11
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-0/+2
2014-04-20Fix spelling mistakes in documentation and code.Joseph Crail-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-127/+128
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-2/+2
2014-04-11auto merge of #13458 : huonw/rust/doc-signatures, r=alexcrichtonbors-7/+13
2014-04-11Add more type signatures to the docs; tweak a few of them.Huon Wilson-7/+13
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-22/+22
2014-04-10std,syntax: make std::fmt::parse use `Vec`s.Huon Wilson-58/+58
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-2/+2
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-10/+10
2014-04-01rand: bubble up IO messages futher.Huon Wilson-10/+10
2014-03-31std: Switch field privacy as necessaryAlex Crichton-42/+42
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2014-03-25libstd: Document the following modules:Patrick Walton-46/+118
2014-03-23use TotalEq for HashMapDaniel Micay-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-4/+4
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-27Fix typo in doc of Binary trait in std::fmtMickaƫl Delahaye-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-0/+10
2014-02-23auto merge of #12492 : huonw/rust/snapshots, r=alexcrichtonbors-7/+2
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-2/+2
2014-02-23Register snapshots.Huon Wilson-5/+0
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-12/+12
2014-02-22Decouple integer formatting from std::num::strconvBrendan Zabarauskas-121/+521
2014-02-20Mass rename if_ok! to try!Alex Crichton-11/+11
2014-02-16Minor documentation fixes in std::fmtSterling Greene-3/+3