| Age | Commit message (Expand) | Author | Lines |
| 2011-12-29 | Remove obsolete comments. | Graydon Hoare | -4/+0 |
| 2011-12-29 | Box ty_param_bounds_and_ty | Marijn Haverbeke | -22/+22 |
| 2011-12-28 | On second thought, re-land pull request #1385 with backquotes; easier to grep... | Graydon Hoare | -42/+42 |
| 2011-12-28 | Merge pull request #1385 from Lenny222/quotes | Graydon Hoare | -46/+49 |
| 2011-12-28 | Merge pull request #1389 from erickt/master | Graydon Hoare | -13/+49 |
| 2011-12-28 | Move the kind datatype to middle::ty | Marijn Haverbeke | -52/+53 |
| 2011-12-28 | Change representation of type params to handle interface bounds | Marijn Haverbeke | -229/+317 |
| 2011-12-28 | Tidy up some drift in runtime logging, close #1380. | Graydon Hoare | -15/+23 |
| 2011-12-28 | libstd: add bytes_reader and bytes_writer | Erick Tryzelaar | -5/+24 |
| 2011-12-28 | libstd: Allow io writer to write mutable arrays | Erick Tryzelaar | -6/+6 |
| 2011-12-28 | libstd: add a method to generate random bytestrings. | Erick Tryzelaar | -0/+17 |
| 2011-12-28 | comp: minor cleanup. | Erick Tryzelaar | -1/+1 |
| 2011-12-28 | libcore: Fix a typo. | Erick Tryzelaar | -1/+1 |
| 2011-12-28 | Made matching machine types equal to float, int, uint (fixes #1376) | Stefan Plantikow | -1/+22 |
| 2011-12-25 | rt: Set the initial obstack size to 128 bytes | Brian Anderson | -5/+10 |
| 2011-12-25 | Use singlequotes in the typechecker too, to distinguish code and English | Lenny222 | -46/+49 |
| 2011-12-24 | Merge pull request #1382 from Lenny222/char | Graydon Hoare | -1/+39 |
| 2011-12-24 | Merge pull request #1377 from Lenny222/icu | Graydon Hoare | -0/+77 |
| 2011-12-24 | char: add is_lowercase(), is_uppercase() | Lenny222 | -1/+39 |
| 2011-12-23 | Forgot typo-fix. | Graydon Hoare | -1/+1 |
| 2011-12-23 | Add support to libcore for encoded-in-rust unicode character properties, at l... | Graydon Hoare | -82/+4919 |
| 2011-12-23 | Go back to a single visit_fn function in visit.rs | Marijn Haverbeke | -101/+75 |
| 2011-12-23 | Get rid of visit_fn_block in visit.rs | Marijn Haverbeke | -35/+3 |
| 2011-12-23 | Check impls methods against the type of their iface. | Marijn Haverbeke | -44/+87 |
| 2011-12-23 | Parse `iface` items and interface references in `impl` items. | Marijn Haverbeke | -139/+209 |
| 2011-12-23 | Use the same type of record in ty::ty_fn and ty::method | Marijn Haverbeke | -357/+249 |
| 2011-12-23 | Make ast::ty_method hold a fn_decl, rather than duplicating its fields | Marijn Haverbeke | -39/+20 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -717/+720 |
| 2011-12-22 | Switch core macros to expand to log(level, ...). | Graydon Hoare | -4/+4 |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -133/+117 |
| 2011-12-22 | cargo: Adding my package index. | Erick Tryzelaar | -0/+3 |
| 2011-12-22 | Whitespace cleanup. | Erick Tryzelaar | -0/+1 |
| 2011-12-22 | Merge branch 'master' of github.com:graydon/rust | Graydon Hoare | -404/+334 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -1159/+1362 |
| 2011-12-22 | std::unicode: add functions, unit test | Lenny222 | -0/+77 |
| 2011-12-22 | Fix rustdoc for AST changes | Marijn Haverbeke | -6/+6 |
| 2011-12-22 | Work around unwinding bug | Marijn Haverbeke | -1/+2 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -397/+327 |
| 2011-12-22 | Revert all of yesterday's snapshots and try again. Cursed! | Graydon Hoare | -18/+12 |
| 2011-12-22 | Merge branch 'master' of github.com:graydon/rust | Graydon Hoare | -322/+175 |
| 2011-12-22 | Register another snapshot. There was nothing redeeming about the last one. | Graydon Hoare | -6/+6 |
| 2011-12-22 | Fix tag_var_cache to cache crate-external tags | Marijn Haverbeke | -41/+26 |
| 2011-12-22 | Do not use == and != to compare ty::t values | Marijn Haverbeke | -27/+45 |
| 2011-12-22 | Add ty::new_ty_hash, clean up comparing of ty::t's | Marijn Haverbeke | -49/+30 |
| 2011-12-22 | Remove trivial cast checker | Marijn Haverbeke | -194/+36 |
| 2011-12-22 | tests: add corner case (empty list) | Lenny222 | -11/+19 |
| 2011-12-22 | json: to_str() also for "null" | Lenny222 | -0/+1 |
| 2011-12-22 | json: add "null" | Lenny222 | -0/+18 |
| 2011-12-21 | More flailing on log syntax due to call-expr ambiguity in previous attempt. | Graydon Hoare | -2/+9 |
| 2011-12-21 | Register fixed snapshots. | Graydon Hoare | -6/+6 |