1. 09 7月, 2018 1 次提交
  2. 06 12月, 2017 1 次提交
  3. 17 10月, 2017 1 次提交
  4. 05 2月, 2017 1 次提交
    • T
      Emit DW_AT_main_subprogram · b037c521
      Tom Tromey 提交于
      This changes rustc to emit DW_AT_main_subprogram on the "main" program.
      This lets gdb suitably stop at the user's main in response to
      "start" (rather than the library's main, which is what happens
      currently).
      
      Fixes #32620
      r? michaelwoerister
      b037c521
  5. 22 9月, 2015 1 次提交
  6. 22 4月, 2015 1 次提交
  7. 07 3月, 2015 1 次提交
  8. 06 3月, 2015 1 次提交
  9. 22 2月, 2015 4 次提交
  10. 16 1月, 2015 2 次提交
  11. 09 1月, 2015 1 次提交
  12. 05 1月, 2015 1 次提交
  13. 02 1月, 2015 1 次提交
  14. 15 12月, 2014 1 次提交
  15. 19 11月, 2014 1 次提交
  16. 23 7月, 2014 1 次提交
  17. 08 2月, 2014 1 次提交
  18. 02 12月, 2013 1 次提交
    • P
      rustc: filter out empty linker args · 32688f8f
      Philipp Brüschweiler 提交于
      This is inspired by a mystifying linker failure when using `pkg-config` to
      generate the linker args: `pkg-config` produces output that ends in a
      space, thus resulting in an empty linker argument.
      
      Also added some updates to the concerning error messages that helped
      spotting this bug.
      32688f8f