about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-07-17 00:06:29 -0700
committerGitHub <noreply@github.com>2016-07-17 00:06:29 -0700
commit7ed6068d3e528167e95b684d086a39e099fd26f1 (patch)
treedc1690ceec127d3d085f2bfa7dcee80b50b4b6cd /src/libstd/sys/unix/stack_overflow.rs
parent34d7f7e607aec07b6db2ccd5cab42f996220e148 (diff)
parentc7158a143ae639081084755038c5ce1f8c398e93 (diff)
downloadrust-7ed6068d3e528167e95b684d086a39e099fd26f1.tar.gz
rust-7ed6068d3e528167e95b684d086a39e099fd26f1.zip
Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichton
Simplify librustc_errors

This is part 2 of the error crate refactor, starting with #34403.

In this refactor, I focused on slimming down the error crate to fewer moving parts.  As such, I've removed quite a few parts and replaced the with simpler, straight-line code.  Specifically, this PR:

* Removes BasicEmitter
* Remove emit from emitter, leaving emit_struct
* Renames emit_struct to emit
* Removes CoreEmitter and focuses on a single Emitter
* Implements the latest changes to error format RFC (#1644)
* Removes (now-unused) code in emitter.rs and snippet.rs
* Moves more tests to the UI tester, removing some duplicate tests in the process

There is probably more that could be done with some additional refactoring, but this felt like it was getting to a good state.

r? @alexcrichton   cc: @Manishearth (as there may be breaking changes in stuff I removed/changed)
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions