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