| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-01 | Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkov | Tyler Mandry | -0/+1 | |
| Stabilise link-self-contained option MCP has been accepted: https://github.com/rust-lang/compiler-team/issues/343 I'll add improved heuristic in next PR. | ||||
| 2020-09-01 | interface: use `OnceCell` from standard library | marmeladema | -5/+5 | |
| 2020-08-31 | Rollup merge of #76075 - marmeladema:remove-once-cell-crate, r=matklad | Aleksey Kladov | -0/+1 | |
| datastructures: replace `once_cell` crate with an impl from std Fixes #75700 r? @matklad We might need a perf run for this change. | ||||
| 2020-08-31 | Stabilise link-self-contained option | Mateusz MikuĊa | -0/+1 | |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+2 | |
| Fixes #75050 Previously, we would unconditionally suppress the panic hook during proc-macro execution. This commit adds a new flag -Z proc-macro-backtrace, which allows running the panic hook for easier debugging. | ||||
| 2020-08-30 | datastructures: replace `once_cell` crate with an impl from std | marmeladema | -0/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+3101 | |
