Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dbaupp
on Aug 14, 2015
|
parent
|
context
|
favorite
| on:
Rust in 2016
The compiler itself (rustc) does no form of incremental compilation: it just takes an input crate and compiles it entirely, unconditionally.
I believe cargo (which calls out to rustc) is using timestamps at the moment.
gregwtmtno
on Aug 14, 2015
[–]
Oh, interesting. That definitely sounds like the source of my problem. I'll have to look in to it. Thanks.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I believe cargo (which calls out to rustc) is using timestamps at the moment.