.. |
bootstrap
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01: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
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01:00 |
driver
|
|
|
etc
|
Fix formatting issues in Distribution.xml
|
2017-05-29 21:55:35 -05: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
|
Auto merge of #42331 - retep998:standard-relocation-coupon, r=alexcrichton
|
2017-06-03 08:32:58 +00:00 |
libcompiler_builtins
|
Support VS 2017
|
2017-06-01 20:41:38 +00:00 |
libcore
|
Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichton
|
2017-06-02 09:10:42 -06: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
|
Fix definitions of ULONG_PTR
|
2017-05-06 15:46:16 +01: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 |
libprofiler_builtins
|
Add profiling support, through the rustc -Z profile flag.
|
2017-05-01 09:16:20 +00:00 |
librand
|
Removal pass for anonymous parameters
|
2017-05-02 05:55:20 +02:00 |
librustc
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01: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
|
Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1
|
2017-06-03 13:17:20 +00:00 |
librustc_const_eval
|
strip param-env from infcx
|
2017-06-01 13:31:09 -04:00 |
librustc_const_math
|
rustc: Remove #![unstable] annotation
|
2017-05-11 16:03:05 -07:00 |
librustc_data_structures
|
fix translation of MSVC funclets that loop to their own start
|
2017-05-28 12:00:03 +03:00 |
librustc_driver
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01:00 |
librustc_errors
|
Use callsite's span for macro calls on suggestion
|
2017-05-31 23:48:19 -07:00 |
librustc_incremental
|
incr.comp.: Use a more efficient encoding for the on-disk dependency graph.
|
2017-06-01 17:04:46 +02:00 |
librustc_lint
|
strip param-env from infcx
|
2017-06-01 13:31:09 -04:00 |
librustc_llvm
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01:00 |
librustc_lsan
|
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
|
2017-04-25 10:31:01 +08:00 |
librustc_metadata
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01:00 |
librustc_mir
|
Auto merge of #42369 - RalfJung:drop-glue, r=eddyb
|
2017-06-03 18:02:57 +00:00 |
librustc_msan
|
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
|
2017-04-25 10:31:01 +08:00 |
librustc_passes
|
strip param-env from infcx
|
2017-06-01 13:31:09 -04:00 |
librustc_platform_intrinsics
|
rustc: Remove #![unstable] annotation
|
2017-05-11 16:03:05 -07: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 #42387 - GuillaumeGomez:error-codes-next, r=Susurrus
|
2017-06-03 20:31:11 +00:00 |
librustc_save_analysis
|
Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis
|
2017-06-01 11:34:13 +00:00 |
librustc_trans
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01:00 |
librustc_tsan
|
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
|
2017-04-25 10:31:01 +08:00 |
librustc_typeck
|
Auto merge of #42391 - photoszzt:master, r=Manishearth
|
2017-06-03 22:49:11 +00:00 |
librustdoc
|
Rollup merge of #42360 - ollie27:rustdoc_vector_rename, r=GuillaumeGomez
|
2017-06-02 09:10:47 -06:00 |
libserialize
|
rustc: Remove #![unstable] annotation
|
2017-05-11 16:03:05 -07:00 |
libstd
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01:00 |
libstd_unicode
|
Auto merge of #41659 - bluss:clone-split-whitespace, r=aturon
|
2017-05-10 03:27:36 +00:00 |
libsyntax
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01:00 |
libsyntax_ext
|
Hygienize lifetimes.
|
2017-05-25 05:52:09 +00:00 |
libsyntax_pos
|
Improve intercrate hygiene.
|
2017-05-25 05:52:11 +00: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
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01:00 |
test
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01:00 |
tools
|
Auto merge of #41968 - kennytm:fix-unreadable-json-test-output-36516, r=nikomatsakis
|
2017-06-04 03:23:39 +00:00 |
Cargo.lock
|
Merge branch 'profiling' of github.com:whitequark/rust into profiling
|
2017-06-04 15:54:39 +01: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 |