| Age | Commit message (Expand) | Author | Lines |
| 2011-12-20 | Merge pull request #1350 from boggle/kmath | Graydon Hoare | -5/+3 |
| 2011-12-20 | Fix misleading comment about type_is_pod | Marijn Haverbeke | -1/+2 |
| 2011-12-20 | removed math leftovers from std | Stefan Plantikow | -5/+3 |
| 2011-12-20 | Separate driver rustc and librustc | Haitao Li | -601/+623 |
| 2011-12-20 | rustc: Cleanup unused ext_map | Haitao Li | -10/+7 |
| 2011-12-20 | rustc: Re-export the same name in different namespaces | Haitao Li | -13/+34 |
| 2011-12-20 | rustc: Implement re-export of renamed modules | Haitao Li | -5/+30 |
| 2011-12-19 | implement capture clauses (move, in particular) and integrate | Niko Matsakis | -53/+253 |
| 2011-12-19 | integrate cap clause into type state, but not trans | Niko Matsakis | -15/+38 |
| 2011-12-19 | resolve capture clauses | Niko Matsakis | -30/+37 |
| 2011-12-19 | when collecting free vars, track the span where it is used too | Niko Matsakis | -14/+19 |
| 2011-12-19 | impl the proper partial order between fn types | Niko Matsakis | -39/+34 |
| 2011-12-19 | Fix a typo. | Erick Tryzelaar | -1/+1 |
| 2011-12-19 | Fix bug in type parameter handling for impl methods | Marijn Haverbeke | -10/+27 |
| 2011-12-19 | Associate names with types introduced by items | Marijn Haverbeke | -184/+128 |
| 2011-12-19 | Add type argument field to expr_path | Marijn Haverbeke | -16/+59 |
| 2011-12-19 | Complain when multiple methods in the same scope match a call | Marijn Haverbeke | -5/+9 |
| 2011-12-19 | Use quotes around tokens in parser error messages to make them more readable | Marijn Haverbeke | -12/+12 |
| 2011-12-19 | Properly calculate base working dir for compile units. | Josh Matthews | -10/+19 |
| 2011-12-19 | Long lines. | Josh Matthews | -12/+17 |
| 2011-12-19 | Fix merge error and rebasing changes for debug information. | Josh Matthews | -4/+8 |
| 2011-12-18 | Remove source line generation craziness. Ensure incorrect subprogram caches a... | Josh Matthews | -390/+172 |
| 2011-12-18 | Hide extended, unfinished debug information behind --xg compiler flag. | Josh Matthews | -10/+18 |
| 2011-12-18 | Clean up some names and factor out some common code. | Josh Matthews | -214/+164 |
| 2011-12-18 | Add support for vectors. | Josh Matthews | -63/+72 |
| 2011-12-18 | Add record debug information. | Josh Matthews | -22/+177 |
| 2011-12-18 | Fix up ast types after literal changes. | Josh Matthews | -12/+14 |
| 2011-12-18 | Add debug information for boxed and unique values. | Josh Matthews | -22/+163 |
| 2011-12-18 | Handle inferred basic types when generating debug information for types. | Josh Matthews | -1/+14 |
| 2011-12-18 | Add argument metadata and aborted return value code. | Josh Matthews | -9/+130 |
| 2011-12-18 | Use proper size and alignment of types for debuginfo. | Josh Matthews | -20/+23 |
| 2011-12-18 | Fix build error after rebasing. | Josh Matthews | -1/+1 |
| 2011-12-18 | Fix up local variable support so it actually works. | Josh Matthews | -22/+36 |
| 2011-12-18 | Fix up subprogram composite type nodes, and lexical block context nodes. | Josh Matthews | -9/+34 |
| 2011-12-18 | Fix LLVM assertions when lowering log statements. | Josh Matthews | -47/+87 |
| 2011-12-18 | Build fix. | Josh Matthews | -7/+10 |
| 2011-12-18 | Add debug info for local vars, basic fundamental types, and lexical blocks, a... | Josh Matthews | -152/+555 |
| 2011-12-18 | Generate basic debug info for files, functions and compile units. | Josh Matthews | -3/+207 |
| 2011-12-18 | std: getopts now uses result::t (fixes #1289) | Stefan Plantikow | -4/+5 |
| 2011-12-18 | Only look for a matching method when normal field access fails | Marijn Haverbeke | -91/+93 |
| 2011-12-18 | Improve efficienty of impl cache in resolve | Marijn Haverbeke | -10/+15 |
| 2011-12-18 | rustc: Don't emit compact unwind info on mac | Brian Anderson | -0/+8 |
| 2011-12-17 | rustc: Remove --stack-growth option | Brian Anderson | -5/+0 |
| 2011-12-16 | allow #[link_args] with #[nolink]. For now, fail if two modules link same lib... | Graham Fawcett | -15/+20 |
| 2011-12-16 | implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em... | Graham Fawcett | -1/+8 |
| 2011-12-16 | Fix arg order for vec::map call | Marijn Haverbeke | -4/+5 |
| 2011-12-16 | Finish resolving and calling of crate-external impls | Marijn Haverbeke | -76/+196 |
| 2011-12-16 | Reserve node_id 0 for the crate top-level module | Marijn Haverbeke | -9/+12 |
| 2011-12-16 | Switch fmt extension to reference extfmt that's in core. | Graydon Hoare | -7/+2 |
| 2011-12-16 | revoke cleanup of sendable closure once construction completes | Niko Matsakis | -0/+1 |