jyn

Results 776 comments of jyn

The 'somewhere' is https://rustc-dev-guide.rust-lang.org/tests/running.html#run-tests-on-the-standard-library. It should be moved to 'How to build and run the compiler' I think.

It appears to also be documented at https://rustc-dev-guide.rust-lang.org/getting-started.html#building-and-testing-stdcorealloctestproc_macroetc. Neither is its own page.

https://llvm.org/docs/ExceptionHandling.html#overview

> "Panic handler" maybe? That's ambiguous with https://doc.rust-lang.org/nomicon/panic-handler.html IMO. This is more similar to a catch block, there are landing pads at the end of *every* scope.

- [`Node`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/enum.Node.html) - [`Item`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/hir/struct.Item.html) (but I haven't read the text, it might also mean the general concept of an item: https://doc.rust-lang.org/stable/reference/items.html#items) - Maybe 'definition' is https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/definitions/struct.Definitions.html ?

Possibly there should be instructions on how to do this in a GUI too, but I've never used a git gui for rebasing and I wouldn't be able to help...

'Git tips' would also be a useful section (maybe near `git worktree` in the suggested workflows page?) but I see it as something separate from this issue, which is 'how...

Hmm, that's mostly just branching - I'd like to cover rebasing in more depth. It's a good start though :)

Another good section would be how to squash commits (related to #824, but with less setup preferably).

In the meantime, @GuillaumeGomez has a great blog post about this here: https://blog.guillaume-gomez.fr/Git-tips/1/1