Announcement

Collapse
No announcement yet.

Rust 1.24 Released With

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Rust 1.24 Released With

    Phoronix: Rust 1.24 Released WIth "rustfmt" Preview & Incremental Compilation By Default

    A fairly notable update to the Rust programming language compiler and its components is available today...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Oh, I really gotta learn this language.... Almost everything I hear about it I like. It seems like "not recompiling already compiled code" should have made sense to compiler authors decades ago. It feels like the first modern programming language ever....

    Comment


    • #3
      What are you talking about? It did, since other languages has had that feature for literal decades.

      Comment


      • #4
        Originally posted by duby229 View Post
        Oh, I really gotta learn this language.... Almost everything I hear about it I like. It seems like "not recompiling already compiled code" should have made sense to compiler authors decades ago. It feels like the first modern programming language ever....
        It's usually done at the build system, not compiler level. In addition, it becomes more complicated when you talk about changing compiler options, and near useless when using LTO.

        Comment


        • #5
          Originally posted by duby229 View Post
          Oh, I really gotta learn this language.... Almost everything I hear about it I like. It seems like "not recompiling already compiled code" should have made sense to compiler authors decades ago. It feels like the first modern programming language ever....
          Visual Studio 6.0 from 1998 had (and still does) an option like that (https://msdn.microsoft.com/en-us/lib...=vs.60%29.aspx, https://msdn.microsoft.com/en-us/lib...=vs.60%29.aspx)
          Last edited by numacross; 15 February 2018, 05:04 PM.

          Comment


          • #6
            Typo:

            Originally posted by phoronix View Post
            Phoronix: Rust 1.24 Released WIth "rustfmt" Preview & Incremental Compilation By Default

            Comment


            • #7
              Originally posted by duby229 View Post
              Oh, I really gotta learn this language.... Almost everything I hear about it I like. It seems like "not recompiling already compiled code" should have made sense to compiler authors decades ago. It feels like the first modern programming language ever....
              This can only be sarcasm? Very hard to tell when rust people are serious though (see their code of conduct for an example). Make literally was doing that decades ago...

              Comment


              • #8
                From rustfmt style guide:
                Indentation
                Use spaces, not tabs.
                bullet-dodge.gif

                Comment

                Working...
                X