| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rustc: lowercase the link and link::write modules | Brian Anderson | 2011-05-13 | 1 | -189/+0 |
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -47/+47 |
| * | Add --time-llvm-passes. | Graydon Hoare | 2011-05-10 | 1 | -2/+14 |
| * | rustc: Replace our homebrew list of passes with the standard function and mod... | Patrick Walton | 2011-05-09 | 1 | -50/+16 |
| * | rustc: Make llvm_err() conform to Postel's law a little better | Patrick Walton | 2011-05-06 | 1 | -1/+6 |
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -13/+13 |
| * | rustc: Link with intrinsics.bc; change intrinsics linkage to linkonce_odr | Patrick Walton | 2011-05-05 | 1 | -1/+25 |
| * | rustc: Add a binding to LLVM's bitcode parser | Patrick Walton | 2011-05-05 | 1 | -0/+6 |
| * | rustc: Add a Link module; move crate writing to it to slim down trans slightly | Patrick Walton | 2011-05-05 | 1 | -0/+176 |