| Age | Commit message (Expand) | Author | Lines |
| 2012-05-18 | test for #2378 | Niko Matsakis | -0/+36 |
| 2012-05-18 | try to improve handling of methods | Niko Matsakis | -13/+29 |
| 2012-05-18 | add swappable/dvec modules | Niko Matsakis | -1/+452 |
| 2012-05-18 | print ids of patterns when doing --pretty identified | Niko Matsakis | -1/+4 |
| 2012-05-18 | fix borrowing pats---the id field of cmt was assoc with wrong pat | Niko Matsakis | -13/+32 |
| 2012-05-18 | allow region ptrs to be cast to uints | Niko Matsakis | -5/+14 |
| 2012-05-18 | add a new debugging aid--tracing | Niko Matsakis | -6/+69 |
| 2012-05-18 | Added vec::view, for creating subslices. | Eric Holk | -0/+22 |
| 2012-05-18 | Using const vector slices for more vec functions. | Eric Holk | -24/+39 |
| 2012-05-18 | std: Don't copy hash key until we must | Brian Anderson | -2/+2 |
| 2012-05-18 | rustc: Don't copy vecs in seq_preconds. Huge perf win on some tests | Brian Anderson | -5/+8008 |
| 2012-05-18 | remove line so that pretty printer doesn't mess it up | Niko Matsakis | -2/+1 |
| 2012-05-18 | xfail-test failing test | Niko Matsakis | -1/+2 |
| 2012-05-18 | workaround a horribly obscure resolve bug | Niko Matsakis | -76/+79 |
| 2012-05-18 | test that we preserve boxes in patterns---still one bug | Niko Matsakis | -61/+255 |
| 2012-05-18 | rustc: Don't recurse in seq_preconds. Consumes too much stack | Brian Anderson | -15/+2020 |
| 2012-05-18 | test file I had lying around and had forgotten to commit | Niko Matsakis | -0/+9 |
| 2012-05-18 | use -Z to distinguish internal debugging options | Niko Matsakis | -72/+96 |
| 2012-05-18 | add #include_bin[] | Paul Stansifer | -0/+31 |
| 2012-05-18 | Fold #include_str into the other source_utils.rs syntax extensions. | Paul Stansifer | -60/+55 |
| 2012-05-18 | add #mod[], which expands to the current module path | Paul Stansifer | -5/+44 |
| 2012-05-18 | New syntax extensions: #line[], #col[], #file[], #stringify[], #include[] | Paul Stansifer | -0/+77 |
| 2012-05-18 | Make extracting syntax extension arguments easier. | Paul Stansifer | -80/+62 |
| 2012-05-17 | Refactoring, annotating FIXMEs in remainder of metadata code | Tim Chevalier | -47/+41 |
| 2012-05-17 | Refactor encoder::encode_module_item_paths | Tim Chevalier | -62/+64 |
| 2012-05-17 | Annotate or fix FIXMEs in LLVM bindings and metadata code | Tim Chevalier | -74/+84 |
| 2012-05-17 | rustc: Make type_is_pod class-aware | Patrick Walton | -0/+7 |
| 2012-05-17 | Move inference-related fields/methods from fn_ctxt to infer_ctxt. | Lindsey Kuper | -60/+68 |
| 2012-05-17 | Exporting alli. | Eric Holk | -0/+1 |
| 2012-05-17 | Added a method to convert sets to vectors. | Eric Holk | -0/+13 |
| 2012-05-17 | Added a few more extension methods on vectors, and fixed a pretty printer bug. | Eric Holk | -2/+22 |
| 2012-05-17 | Comments only: annotate FIXMEs in front-end | Tim Chevalier | -2/+3 |
| 2012-05-17 | Comments only: annotate FIXMEs in back-end and driver | Tim Chevalier | -3/+7 |
| 2012-05-17 | Minor edits to README | Tim Chevalier | -3/+4 |
| 2012-05-17 | Update and copyedit README for rustc | Tim Chevalier | -20/+35 |
| 2012-05-17 | Test that a class type name gets printed correctly in a... | Tim Chevalier | -0/+14 |
| 2012-05-16 | rustc: Sever the link between metadata and resolve | Brian Anderson | -5/+8 |
| 2012-05-16 | rustc: Break another dependency between metadata and resolve | Brian Anderson | -35/+43 |
| 2012-05-16 | rustc: Break a dependency between metadata and resolve | Brian Anderson | -18/+28 |
| 2012-05-16 | Include intrinsic module in all crates, emit visit glue, fn intrinsic::visit_... | Graydon Hoare | -343/+151 |
| 2012-05-16 | Register new snapshots. | Graydon Hoare | -0/+8 |
| 2012-05-16 | core: Ignore more tests | Brian Anderson | -0/+2 |
| 2012-05-16 | core: Ignore more tests on more platforms | Brian Anderson | -4/+4 |
| 2012-05-16 | core: Ignore int-template::test_parse_buf on windows | Brian Anderson | -0/+2 |
| 2012-05-16 | core: Ignore int-template::test_from_str on windows | Brian Anderson | -0/+2 |
| 2012-05-16 | pull out id visitor into ast_util from astencode | Niko Matsakis | -0/+1091 |
| 2012-05-16 | add xfail-fast directives for borrowck tests | Niko Matsakis | -0/+18 |
| 2012-05-16 | Another typo fix. | Lindsey Kuper | -1/+1 |
| 2012-05-16 | Typo fixes. | Lindsey Kuper | -9/+9 |
| 2012-05-16 | add a large comment on how infer works | Niko Matsakis | -16/+179 |