rust/src
Jeffrey Seyfried d3ae56d755 Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton
This PR refactors the 'errors' part of libsyntax into its own crate (librustc_errors).  This is the first part of a few refactorings to simplify error reporting and potentially support more output formats (like a standardized JSON output and possibly an --explain mode that can work with the user's code), though this PR stands on its own and doesn't assume further changes.

As part of separating out the errors crate, I have also refactored the code position portion of codemap into its own crate (libsyntax_pos).  While it's helpful to have the common code positions in a separate crate for the new errors crate, this may also enable further simplifications in the future.
2016-06-25 22:35:09 +00:00
..
bootstrap Fix typo in bootstrap README 2016-06-22 15:09:11 +02:00
build_helper
compiler-rt@a1ef94b760 Convert makefiles to build LLVM/compiler-rt with CMake 2016-06-21 19:54:28 -07:00
doc Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton 2016-06-25 22:35:09 +00:00
driver
etc Auto merge of #34055 - brson:cmake, r=alexcrichton 2016-06-23 23:33:32 -07:00
grammar Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
jemalloc@aab1c0a0e0
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton 2016-06-24 09:03:54 -07:00
libcollectionstest
libcore Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton 2016-06-24 09:03:54 -07:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc@45d85899e9
liblog
libpanic_abort
libpanic_unwind
librand
librbml
librustc Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton 2016-06-25 22:35:09 +00:00
librustc_back
librustc_bitflags
librustc_borrowck Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_const_eval Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_const_math
librustc_data_structures
librustc_driver Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_errors make old school mode a bit more configurable 2016-06-23 15:19:40 -04:00
librustc_incremental Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_lint Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton 2016-06-25 22:35:09 +00:00
librustc_llvm
librustc_metadata Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_mir Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_passes Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_platform_intrinsics
librustc_plugin Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_privacy Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_resolve Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton 2016-06-25 22:35:09 +00:00
librustc_save_analysis Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton 2016-06-25 22:35:09 +00:00
librustc_trans Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_typeck Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton 2016-06-25 22:35:09 +00:00
librustc_unicode
librustdoc Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton 2016-06-25 22:35:09 +00:00
libserialize
libstd Rollup merge of #34438 - frewsxcv:joinhandle, r=GuillaumeGomez 2016-06-25 18:16:40 +05:30
libsyntax Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton 2016-06-25 22:35:09 +00:00
libsyntax_ext Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
libsyntax_pos Address comments and fix travis warning 2016-06-23 08:07:35 -04:00
libterm
libtest
libunwind
llvm@80ad955b60
rt
rtstartup
rust-installer@c37d3747da
rustc
rustllvm
test Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton 2016-06-25 22:35:09 +00:00
tools Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
stage0.txt