rust/src
Inokentiy Babushkin 271133b03e
External spans: address review.
* The lazy loading mechanism has been moved to a more appropriate place.
* Return values from the functions invoked there are properly used.
* Documentation has gotten some minor improvements.
* Possibly some larger restructuring will need to take place still.
2017-06-12 15:37:26 +02:00
..
bootstrap Auto merge of #42491 - RalfJung:bootstrap-help, r=alexcrichton 2017-06-08 22:21:29 +00:00
build_helper rustbuild: Add ./x.py test --no-fail-fast 2017-06-02 09:27:44 -07:00
ci Quiet tests on PR tests 2017-06-02 12:04:00 -06:00
compiler-rt@c8a8767c56
doc Auto merge of #42378 - steveklabnik:rustdoc-docs, r=frewsxcv 2017-06-07 15:16:46 +00:00
driver
etc Auto merge of #42278 - gentoo90:gdb-pretty-printers, r=michaelwoerister 2017-06-09 18:17:15 +00:00
grammar Re-add LALR grammar. 2017-05-08 09:47:05 -06:00
jemalloc@3288e0659c Update jemalloc to 4.5.0 2017-05-10 18:36:24 +02:00
liballoc Update Rc and Arc documentation. 2017-05-22 16:15:37 +02:00
liballoc_jemalloc Support VS 2017 2017-06-01 20:41:38 +00:00
liballoc_system Improve reallocation in alloc_system on Windows 2017-06-02 06:29:58 -04:00
libarena migrate everything to using mem::needs_drop 2017-05-20 19:27:30 -04:00
libbacktrace
libcollections Rollup merge of #42385 - Manishearth:its-a-vec, r=steveklabnik 2017-06-09 18:29:26 -04:00
libcompiler_builtins Support VS 2017 2017-06-01 20:41:38 +00:00
libcore doc: a more complete explanation, and a better example 2017-06-08 22:52:54 +02:00
libflate Support VS 2017 2017-06-01 20:41:38 +00:00
libfmt_macros rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libgetopts rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libgraphviz rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
liblibc@03562b0cb2 Reload nameserver information on lookup failure 2017-05-04 23:59:55 -04:00
libpanic_abort
libpanic_unwind std: Avoid panics in rust_eh_personality 2017-06-08 07:06:43 -07:00
libproc_macro
libproc_macro_plugin Fix #35829 (syntax extension's quote_expr!() does not handle b"…") 2017-05-13 21:41:25 +08:00
librand Removal pass for anonymous parameters 2017-05-02 05:55:20 +02:00
librustc Added external crates' sources to FileMap. 2017-06-10 21:08:32 +02:00
librustc_asan
librustc_back ARMv5 needs +strict-align 2017-05-30 17:50:44 +02:00
librustc_bitflags rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_borrowck Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1 2017-06-03 13:17:20 +00:00
librustc_const_eval Auto merge of #42265 - Zoxc:for-sugar, r=eddyb 2017-06-04 05:44:39 +00:00
librustc_const_math rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_data_structures External spans: fixed unit tests and addressed review. 2017-06-11 16:45:51 +02:00
librustc_driver fix librustc_driver tests 2017-06-01 13:31:12 -04:00
librustc_errors External spans: address review. 2017-06-12 15:37:26 +02:00
librustc_incremental Allocate DefIndices for global crate metadata. 2017-06-07 12:11:40 +02:00
librustc_lint strip param-env from infcx 2017-06-01 13:31:09 -04:00
librustc_llvm rustc_llvm: re-run build script if config.toml changes 2017-06-04 18:35:57 +00:00
librustc_lsan
librustc_metadata Added source hashes to FileMap 2017-06-10 13:39:39 +02:00
librustc_mir indentation fixes 2017-06-07 02:35:45 -07:00
librustc_msan
librustc_passes strip param-env from infcx 2017-06-01 13:31:09 -04:00
librustc_platform_intrinsics Change llvm.neon.* to llvm.arm.neon.* in the mapping for platform intrinsics 2017-06-07 11:23:10 +03:00
librustc_plugin Support #[allow] etc logic on a per macro level 2017-05-13 16:02:29 +02:00
librustc_privacy Hygienize librustc_privacy. 2017-05-25 05:52:08 +00:00
librustc_resolve Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb 2017-06-09 12:49:49 +00:00
librustc_save_analysis Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis 2017-06-01 11:34:13 +00:00
librustc_trans Auto merge of #42504 - michaelwoerister:hash-dep-nodes-prep, r=nikomatsakis 2017-06-09 08:03:14 +00:00
librustc_tsan
librustc_typeck Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb 2017-06-09 12:49:49 +00:00
librustdoc Rollup merge of #42307 - clarcharr:js-license, r=frewsxcv 2017-06-09 18:29:25 -04:00
libserialize rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libstd Auto merge of #42521 - alexcrichton:enosys, r=cuviper 2017-06-09 10:28:12 +00:00
libstd_unicode Auto merge of #41659 - bluss:clone-split-whitespace, r=aturon 2017-05-10 03:27:36 +00:00
libsyntax External spans: address review. 2017-06-12 15:37:26 +02:00
libsyntax_ext Hygienize lifetimes. 2017-05-25 05:52:09 +00:00
libsyntax_pos External spans: address review. 2017-06-12 15:37:26 +02:00
libterm rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libtest Number of filtered out tests in tests summary 2017-05-11 23:20:09 +03:00
libunwind
llvm@1ef3b9128e LLVM: Add support for EABI-compliant libcalls on MSP430. 2017-05-13 21:23:00 +03:00
rt
rtstartup Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00
rustc
rustllvm add NullOp::SizeOf and BinOp::Offset 2017-05-28 10:43:24 +03:00
test Updated UI tests to include rendered external spans. 2017-06-11 15:09:49 +02:00
tools Make rustdoc.js use license comments. 2017-06-07 22:44:53 -04:00
Cargo.lock Moved FileMap construction to it's own constructor. 2017-06-10 16:09:51 +02:00
Cargo.toml Revert "Reenable opt-level 3" 2017-05-20 10:33:53 -06:00
stage0.txt Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00