rust/src
est31 d810898751 Librarify tidy
Convert tidy into a library so that the data it creates
can be used by external tools.
2017-06-14 04:59:07 +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 support `default impl` for specialization 2017-04-25 05:28:22 +00:00
doc Rollup merge of #42496 - Razaekel:feature/integer_max-min, r=BurntSushi 2017-06-13 17:15:00 -04:00
driver
etc Auto merge of #42278 - gentoo90:gdb-pretty-printers, r=michaelwoerister 2017-06-09 18:17:15 +00:00
grammar changed upper bound digit in octal rule to 7 2017-06-13 17:08:12 -03:00
jemalloc@11bfb0dcf8 Revert "Update jemalloc to 4.5.0" 2017-06-09 20:23:38 +02:00
liballoc Use single quotes, and doc the Rc struct itself. 2017-06-05 12:07:54 -07:00
liballoc_jemalloc Revert "Update jemalloc to 4.5.0" 2017-06-09 20:23:38 +02: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 #42428 - scottmcm:str-get-overflow, r=sfackler 2017-06-13 17:14:59 -04:00
libcompiler_builtins Support VS 2017 2017-06-01 20:41:38 +00:00
libcore Rollup merge of #42496 - Razaekel:feature/integer_max-min, r=BurntSushi 2017-06-13 17:15:00 -04: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 Rollup merge of #42408 - bjorn3:patch-2, r=michaelwoerister 2017-06-13 17:14:59 -04:00
librustc_asan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
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 rustc: make InferCtxt optional in MemCategorizationContext. 2017-06-10 15:29:18 +03:00
librustc_const_eval rustc: make the comon case of tcx.infer_ctxt(()) nicer. 2017-06-10 15:29:53 +03:00
librustc_const_math rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_data_structures ICH: Add some HashStable implementations. 2017-06-06 13:50:13 +02:00
librustc_driver rustc: make the comon case of tcx.infer_ctxt(()) nicer. 2017-06-10 15:29:53 +03:00
librustc_errors Auto merge of #42362 - estebank:type, r=arielb1 2017-06-04 20:16:09 +00:00
librustc_incremental kill various tasks we no longer need and remove outdated README text 2017-06-12 16:00:31 -04:00
librustc_lint rustc: make the comon case of tcx.infer_ctxt(()) nicer. 2017-06-10 15:29:53 +03:00
librustc_llvm rustc_llvm: re-run build script if config.toml changes 2017-06-04 18:35:57 +00:00
librustc_lsan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_metadata Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakis 2017-06-12 11:39:35 +00:00
librustc_mir rustc: make the comon case of tcx.infer_ctxt(()) nicer. 2017-06-10 15:29:53 +03:00
librustc_msan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_passes rustc: make InferCtxt optional in MemCategorizationContext. 2017-06-10 15:29:18 +03: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 Only emit one error for `use foo::self;` 2017-06-10 13:03:11 +01:00
librustc_save_analysis Fix a bug where Json API save-analysis was not labelled as such 2017-06-12 14:14:23 +12:00
librustc_trans kill various tasks we no longer need and remove outdated README text 2017-06-12 16:00:31 -04:00
librustc_tsan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_typeck Add E0617 2017-06-13 23:10:43 +02:00
librustdoc Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavus 2017-06-13 08:54:23 +00:00
libserialize rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libstd Rollup merge of #42597 - mark-buer:park_timeout_example_fix, r=alexcrichton 2017-06-13 17:15:02 -04:00
libstd_unicode Auto merge of #41659 - bluss:clone-split-whitespace, r=aturon 2017-05-10 03:27:36 +00:00
libsyntax Auto merge of #42471 - nrc:save-sig-2, r=eddyb 2017-06-13 06:20:12 +00:00
libsyntax_ext Hygienize lifetimes. 2017-05-25 05:52:09 +00:00
libsyntax_pos syntax_pos::Symbol should not implement Sync 2017-06-05 21:52:34 -04: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 Haiku: fix initial platform support 2017-04-22 13:47:36 +12:00
llvm@1ef3b9128e LLVM: Add support for EABI-compliant libcalls on MSP430. 2017-05-13 21:23:00 +03:00
rt support `default impl` for specialization 2017-04-25 05:28:22 +00:00
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 Add E0617 2017-06-13 23:10:43 +02:00
tools Librarify tidy 2017-06-14 04:59:07 +02:00
Cargo.lock Fix rebasing error 2017-06-12 14:29:59 +12: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