1. 13 9月, 2015 3 次提交
  2. 12 9月, 2015 10 次提交
    • T
    • B
      Auto merge of #28372 - killercup:docs/nomicon-markup-fixes, r=steveklabnik · b858f218
      bors 提交于
      The style `[name][]` does not work with Pandoc, whereas `[name]` does. I hope hoedown accepts this as well.
      
      r? @steveklabnik 
      b858f218
    • P
      Nomicon: Fix Links · 4828c88a
      Pascal Hertleif 提交于
      The style `[name][]` does not work with Pandoc, whereas `[name]` does.
      I hope hoedown accepts this as well.
      4828c88a
    • P
      TRPL: Fix Headlines, Links in "Error Handling" · 39f97cfc
      Pascal Hertleif 提交于
      - Headlines begin at 1st level now like the rest of the book
      - All Headlines a blank line above and below
      - Fix links in this chapter's TOC
      39f97cfc
    • B
      Auto merge of #28340 - brson:configure, r=alexcrichton · d89a10b0
      bors 提交于
      Redirect stdout on the python bogosity detector. This is printing
      pwd to the terminal currently.
      
      Reformat the bogus python/cmake messages so they format correctly.
      echo does not always escape newlines (it doesn't here), and multiline
      strings don't whitespace munch.
      
      r? @alexcrichton 
      d89a10b0
    • B
      Auto merge of #28350 - dotdash:llvm_fix, r=eddyb · 33f0920d
      bors 提交于
      33f0920d
    • B
      configure cleanup on windows · 2662a725
      Brian Anderson 提交于
      Redirect stdout on the python bogosity detector. This is printing
      pwd to the terminal currently.
      
      Reformat the bogus python/cmake messages so they format correctly.
      echo does not always escape newlines (it doesn't here), and multiline
      strings don't whitespace munch.
      2662a725
    • B
      Auto merge of #28306 - alexcrichton:less-rt, r=brson · c8ded9a1
      bors 提交于
      This commit does some refactoring to make almost all of the `std::rt` private.
      Specifically, the following items are no longer part of its API:
      
      * DEFAULT_ERROR_CODE
      * backtrace
      * unwind
      * args
      * at_exit
      * cleanup
      * heap (this is just alloc::heap)
      * min_stack
      * util
      
      The module is now tagged as `#[doc(hidden)]` as the only purpose it's serve is
      an entry point for the `panic!` macro via the `begin_unwind` and
      `begin_unwind_fmt` reexports.
      c8ded9a1
    • A
      std: Internalize almost all of `std::rt` · f4be2026
      Alex Crichton 提交于
      This commit does some refactoring to make almost all of the `std::rt` private.
      Specifically, the following items are no longer part of its API:
      
      * DEFAULT_ERROR_CODE
      * backtrace
      * unwind
      * args
      * at_exit
      * cleanup
      * heap (this is just alloc::heap)
      * min_stack
      * util
      
      The module is now tagged as `#[doc(hidden)]` as the only purpose it's serve is
      an entry point for the `panic!` macro via the `begin_unwind` and
      `begin_unwind_fmt` reexports.
      f4be2026
    • B
      Auto merge of #28348 - petrochenkov:novirt, r=alexcrichton · eda85fed
      bors 提交于
      Noticed these yesterday while reading libsyntax
      eda85fed
  3. 11 9月, 2015 20 次提交
  4. 10 9月, 2015 7 次提交