rust/src
Esteban Küber 78ae8feebb Improve wording and spans for unexpected token
* Point at where the token was expected instead of the last token
  successfuly parsed.
* Only show `unexpected token` if the next char and the unexpected token
  don't have the same span.
* Change some cfail and pfail tests to ui test.
* Don't show all possible tokens in span label if they are more than 6.
2017-03-25 15:36:59 -07:00
..
bootstrap appveyor: Use Ninja to build LLVM on MinGW 2017-03-21 19:18:56 -07:00
build_helper
ci travis: Don't set RUST_LOG globally 2017-03-20 14:32:36 -07:00
compiler-rt@d30da544a8
doc Rollup merge of #40732 - petrochenkov:booktidy, r=steveklabnik 2017-03-22 19:30:35 -04:00
driver
etc
grammar
jemalloc@11bfb0dcf8
liballoc Fix up various links 2017-03-20 10:10:16 -04:00
liballoc_jemalloc Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
liballoc_system
libarena
libbacktrace
libcollections Add 'the' before 'start'/'end' 2017-03-22 18:42:42 +01:00
libcollectionstest Implement feature sort_unstable 2017-03-21 20:46:20 +01:00
libcompiler_builtins make shift builtins panic-free with new unchecked_sh* intrinsics 2017-03-15 06:59:09 +01:00
libcore Rollup merge of #40722 - stjepang:doc-consistency-fixes, r=steveklabnik 2017-03-22 19:30:32 -04:00
libcoretest Unit test heapsort 2017-03-21 20:46:20 +01:00
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc@64d954c6a7
liblog
libpanic_abort
libpanic_unwind
libproc_macro Add doc attributes to proc_macro crate 2017-03-12 02:54:43 +00:00
libproc_macro_plugin Improve the TokenStream quoter. 2017-03-15 23:05:02 +00:00
librand
librustc Check for conflicts between macros 1.0 exports (#[macro_export], #[macro_reexport]) 2017-03-21 16:23:18 -04:00
librustc_asan
librustc_back Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
librustc_bitflags
librustc_borrowck Auto merge of #39628 - arielb1:shimmir, r=eddyb 2017-03-20 15:58:10 +00:00
librustc_const_eval clean up visuals on error index #40425 2017-03-13 23:12:54 -04:00
librustc_const_math
librustc_data_structures Stabilize rc_raw feature, closes #37197 2017-03-17 13:28:53 -07:00
librustc_driver move the drop expansion code to rustc_mir 2017-03-18 02:53:07 +02:00
librustc_errors
librustc_incremental Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov 2017-03-20 23:44:59 -04:00
librustc_lint Refactor Attribute to use Path and TokenStream instead of MetaItem. 2017-03-14 04:03:43 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Check for conflicts between macros 1.0 exports (#[macro_export], #[macro_reexport]) 2017-03-21 16:23:18 -04:00
librustc_mir Rollup merge of #40229 - cramertj:break-to-blocks, r=nikomatsakis 2017-03-20 23:44:55 -04:00
librustc_msan
librustc_passes Rollup merge of #40229 - cramertj:break-to-blocks, r=nikomatsakis 2017-03-20 23:44:55 -04:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Make priv in pub hard error for crates using pub(restricted) 2017-03-17 20:38:32 -07:00
librustc_resolve Rollup merge of #40509 - jseyfried:duplicate_check_macro_exports, r=nrc 2017-03-22 19:30:23 -04:00
librustc_save_analysis Rollup merge of #40554 - nrc:rls-data, r=alexcrichton 2017-03-19 20:51:10 -04:00
librustc_trans Auto merge of #39628 - arielb1:shimmir, r=eddyb 2017-03-20 15:58:10 +00:00
librustc_tsan
librustc_typeck E0090: Expand error message explanation 2017-03-22 00:07:12 -05:00
librustdoc Rollup merge of #40725 - Cldfire:master, r=estebank 2017-03-22 19:30:34 -04:00
libserialize
libstd Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov 2017-03-20 23:44:59 -04:00
libstd_unicode Rollup merge of #40499 - ericfindlay:master, r=steveklabnik 2017-03-17 08:49:00 -04:00
libsyntax Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00
libsyntax_ext Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc 2017-03-19 10:56:08 +00:00
libsyntax_pos Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00
libterm Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
libtest
libunwind
llvm@d5ef27a796 update LLVM 2017-03-19 17:52:17 +02:00
rt
rtstartup
rust-installer@4f99485080
rustc
rustllvm Auto merge of #39628 - arielb1:shimmir, r=eddyb 2017-03-20 15:58:10 +00:00
test Improve wording and spans for unexpected token 2017-03-25 15:36:59 -07:00
tools Make the filenames of .stamp files generated by compiletest shorter. 2017-03-21 16:50:36 -04:00
Cargo.lock travis: Don't set RUST_LOG globally 2017-03-20 14:32:36 -07:00
Cargo.toml
stage0.txt