| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-09-18 | Register new snapshots | Alex Crichton | -1/+1 | |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -5/+5 | |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -3/+3 | |
| cc #7887 | ||||
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -12/+12 | |
| this has been replaced by `for` | ||||
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -2/+2 | |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -10/+10 | |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -4/+4 | |
| `crate => Crate` `local => Local` `blk => Block` `crate_num => CrateNum` `crate_cfg => CrateConfig` Also, Crate and Local are not wrapped in spanned<T> anymore. | ||||
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -3/+7 | |
| Updated all users of HashMap, HashSet old .consume() to use .consume() with a for loop. Since .consume() takes the map or set by value, it needs awkward extra code to in librusti's use of @mut HashMap, where the map value can not be directly moved out. | ||||
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -5/+7 | |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -2/+2 | |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -6/+4 | |
| If the TLS key is 0-sized, then the linux linker is apparently smart enough to put everything at the same pointer. OSX on the other hand, will reserve some space for all of them. To get around this, the TLS key now actuall consumes space to ensure that it gets a unique pointer | ||||
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -16/+8 | |
| Closes #3273 | ||||
| 2013-07-11 | Fix tests | Alex Crichton | -4/+4 | |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -1/+1 | |
| Closes #6004 | ||||
| 2013-07-09 | Rename local_data methods/types for less keystrokes | Alex Crichton | -3/+3 | |
| 2013-07-03 | Use #[allow(warnings)] in rusti instead of explicitly listing warnings | Alex Crichton | -15/+1 | |
| 2013-06-26 | Fix a formatting bug in rusti | Alex Crichton | -1/+1 | |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -4/+4 | |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -3/+3 | |
| I removed the `static-method-test.rs` test because it was heavily based on `BaseIter` and there are plenty of other more complex uses of static methods anyway. | ||||
| 2013-06-12 | Rewrite rusti | Alex Crichton | -0/+434 | |
