jyn

Results 770 comments of jyn

I think a lot of the debugging has since been documented in https://rustc-dev-guide.rust-lang.org/compiler-debugging.html and https://rustc-dev-guide.rust-lang.org/mir/debugging.html.

There's a work in progress list of these at https://hackmd.io/xD2fQk_cT_ui6Nt40jHPwA?edit.

We are definitely planning to rename the part-N files, which will also require figuring out how to set up redirects so the links don't break. After that we may or...

I tested this with `readelf -x .debug_line`: ``` Hex dump of section '.debug_line': NOTE: This section has relocations against it, but these have NOT been applied to this dump. 0x00000000...

Sorry, I'm not sure I understand - how are the APIs related to doing static linking? I probably won't have a ton of extra time to dedicate to redoing the...

> Let us know if you'd like someone to take it over. That would be great, thanks!

@insearchoflosttime given that it seems #177 will take some time, does it make sense to merge this in the meantime to avoid the non-determinism? The code here can be removed...

@insearchoflosttime sure thing, done :) sorry for the delay, been very busy with life.

I would be very interested in having this for https://github.com/poliorcetics/cargo-intraconv :)

Also, there's no `Allow` header: ``` HTTP/1.1 405 Method Not Allowed Server: nginx/1.14.0 (Ubuntu) Date: Tue, 05 Jan 2021 01:21:43 GMT Content-Type: text/html; charset=utf-8 Content-Length: 0 Connection: keep-alive Vary: Origin,...