| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-10-22 | Rollup merge of #37209 - srinivasreddy:bootstrap_bin, r=nrc | Guillaume Gomez | -9/+10 | |
| run rustfmt on bootstrap/bin folder | ||||
| 2016-10-19 | Enable line number debuginfo in releases | Alex Crichton | -0/+2 | |
| This commit enables by default passing the `-C debuginfo=1` argument to the compiler for the stable, beta, and nightly release channels. A new configure option was also added, `--enable-debuginfo-lines`, to enable this behavior in developer builds as well. Closes #36452 | ||||
| 2016-10-16 | run rustfmt on bootstrap/bin folder | Srinivas Reddy Thatiparthy | -9/+10 | |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -2/+1 | |
| 2016-09-25 | Report which required build-time environment variable is not set | Jake Goulding | -4/+4 | |
| 2016-08-18 | Add workaround to detect correct compiler version | Jonathan Turner | -1/+7 | |
| 2016-07-05 | rustbuild: Remove the `build` directory | Alex Crichton | -0/+165 | |
| The organization in rustbuild was a little odd at the moment where the `lib.rs` was quite small but the binary `main.rs` was much larger. Unfortunately as well there was a `build/` directory with the implementation of the build system, but this directory was ignored by GitHub on the file-search prompt which was a little annoying. This commit reorganizes rustbuild slightly where all the library files (the build system) is located directly inside of `src/bootstrap` and all the binaries now live in `src/bootstrap/bin` (they're small). Hopefully this should allow GitHub to index and allow navigating all the files while maintaining a relatively similar layout to the other libraries in `src/`. | ||||
