| Age | Commit message (Expand) | Author | Lines |
| 2012-09-20 | core: Move 'unreachable' to util. Improve docs | Brian Anderson | -2/+2 |
| 2012-09-20 | fix long lines | Niko Matsakis | -4/+5 |
| 2012-09-20 | Make + mode by-value if the type is immediate, by-ref otherwise | Niko Matsakis | -92/+190 |
| 2012-09-20 | Remove export_map from resolve, just use export_map2. | Graydon Hoare | -79/+21 |
| 2012-09-20 | libcore: Make BytesWriters not require shared boxes. | Patrick Walton | -1/+1 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -55/+1373 |
| 2012-09-19 | Remove old stage0 compat gunk | Brian Anderson | -14/+0 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -216/+214 |
| 2012-09-19 | Remove final bits of residual hokey-hash functions. Close #1616. | Graydon Hoare | -2/+0 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -113/+109 |
| 2012-09-19 | Remove unused hokey-hashes from typeck and region inference. | Graydon Hoare | -119/+1 |
| 2012-09-19 | Remove hokey-hashes from metadata indexes. | Graydon Hoare | -18/+10 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -145/+165 |
| 2012-09-19 | use && for fn() even in legacy mode to work around mem leak | Niko Matsakis | -2/+12 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -250/+231 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -231/+250 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -13/+13 |
| 2012-09-18 | Revert "change relative priority of auto-slice and auto-ptr" | Graydon Hoare | -2/+2 |
| 2012-09-18 | Treat static slices and rptrs as sendable. | Graydon Hoare | -1/+11 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -9/+39 |
| 2012-09-18 | change relative priority of auto-slice and auto-ptr | Niko Matsakis | -2/+2 |
| 2012-09-18 | libcore: make a copyless io::BytesWriter | Erick Tryzelaar | -30/+29 |
| 2012-09-18 | Change 'must' to 'should' in non_camel_case_types message | Brian Anderson | -2/+3 |
| 2012-09-18 | libsyntax: Remove 'unchecked_blk' from AST | Brian Anderson | -4/+0 |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -39/+36 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -4/+4 |
| 2012-09-18 | make filetype() include the "." (fixes #3412) | Niko Matsakis | -1/+1 |
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -36/+39 |
| 2012-09-18 | Add allow(non_camel_case_types) to unconverted crates | Brian Anderson | -0/+2 |
| 2012-09-18 | Revert "Adapt callee to avoid intermediary for move/copy arguments (cc #3402)" | Niko Matsakis | -88/+80 |
| 2012-09-17 | warn(non_camel_case_types) by default | Brian Anderson | -1/+1 |
| 2012-09-17 | Make auto-slice, auto-ptr not exclusive (fixes #3514) | Niko Matsakis | -7/+7 |
| 2012-09-17 | WIP: make autoslice, autoptr not be mutually exclusive | Niko Matsakis | -36/+76 |
| 2012-09-15 | int/uint parse_buf => parse_bytes (#3444) | Erick Tryzelaar | -3/+3 |
| 2012-09-15 | libcore: rename *flate_buf to *flate_bytes (#3444) | Erick Tryzelaar | -3/+3 |
| 2012-09-15 | add some debug!'s to help diagnose failure of issue-1763.rs | Niko Matsakis | -1/+12 |
| 2012-09-15 | Fix broken assertion in regionck for code like (a[])() | Niko Matsakis | -4/+3 |
| 2012-09-15 | regionck: fix bug where autoref regions are not inferred to be large enough | Niko Matsakis | -44/+101 |
| 2012-09-14 | rustc: Back out box annihilator | Patrick Walton | -3/+4 |
| 2012-09-14 | Add core::reflect, start migrating core::repr to use it. Tidy up various Repr... | Graydon Hoare | -1/+0 |
| 2012-09-14 | rustc: Call the box annihilator in main | Patrick Walton | -2/+7 |
| 2012-09-14 | rustc: Make the box annihilator a language item | Patrick Walton | -2/+5 |
| 2012-09-14 | Have parser recognize static, self region. | Niko Matsakis | -26/+51 |
| 2012-09-14 | Adapt callee to avoid intermediary for move/copy arguments (cc #3402) | Niko Matsakis | -80/+88 |
| 2012-09-13 | Fix unused variable warning. | Graydon Hoare | -1/+0 |
| 2012-09-13 | Fix bug in auto-ref on bounded type parameters | Niko Matsakis | -14/+62 |
| 2012-09-13 | s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs | Niko Matsakis | -5/+5 |
| 2012-09-13 | remove commented code that used to cause borrowck error | Niko Matsakis | -10/+0 |
| 2012-09-12 | Rename str::unsafe to str::raw | Brian Anderson | -2/+2 |
| 2012-09-12 | trans: overhaul match bindings. No more phi, one code path for guards. | Niko Matsakis | -401/+701 |