| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-06-16 | Fix --disable-rpath and tests | Alex Crichton | -2/+2 | |
| This involved a few changes to the local build system: * Makefiles now prefer our own LD_LIBRARY_PATH over the user's LD_LIBRARY_PATH in order to support building rust with rust already installed. * The compiletest program was taught to correctly pass through the aux dir as a component of LD_LIBRARY_PATH in more situations. This change was spliced out of #14832 to consist of just the fixes to running tests without an rpath setting embedded in executables. | ||||
| 2014-02-19 | rustdoc: Fix json output and input | Alex Crichton | -0/+4 | |
| Turns out a hash map with integer keys isn't serializable to json. Closes #10115 | ||||
