| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -2/+2 | |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -1/+1 | |
| This involved adding 'copy' to more generics than I hoped, but an experiment with making it implicit showed that that way lies madness -- unless enforced, you will not remember to mark functions that don't copy as not requiring copyable kind. Issue #1177 | ||||
| 2011-11-10 | Cleanup unused imports | Haitao Li | -3/+1 | |
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -2/+2 | |
| Closes #1067 | ||||
| 2011-10-05 | Fix some remaining rpath bugs | Brian Anderson | -1/+1 | |
| 2011-10-05 | Begin work on rpath | Brian Anderson | -2/+9 | |
| 2011-10-04 | Use std::os::get_exe_path to determine sysroot | Brian Anderson | -10/+12 | |
| 2011-10-04 | Use util::filesearch to locate intrinsics.bc and main.o | Brian Anderson | -0/+6 | |
| 2011-10-04 | Move the library search into util::filesearch | Brian Anderson | -0/+25 | |
| 2011-10-04 | Encapsulate current sysroot and lib path handling into util::filesearch | Brian Anderson | -0/+63 | |
