| .. |
|
bootstrap
|
Auto merge of #39368 - alexcrichton:fix-upload-dirs, r=aturon
|
2017-01-30 19:43:08 +00:00 |
|
build_helper
|
let BSD to use gmake for GNU-make
|
2016-12-17 20:09:23 +01:00 |
|
ci
|
Auto merge of #38847 - michaelwoerister:gate-on-incr-comp, r=alexcrichton
|
2017-01-31 06:13:05 +00:00 |
|
compiler-rt@a8fc4c169f
|
|
|
|
doc
|
Auto merge of #39287 - wesleywiser:move_cell, r=aturon
|
2017-02-03 03:23:35 +00:00 |
|
driver
|
|
|
|
etc
|
rustbuild: Start building --enable-extended
|
2017-01-24 14:48:03 -08:00 |
|
grammar
|
|
|
|
jemalloc@11bfb0dcf8
|
Update jemalloc to include various fixes for OSX 10.12
|
2017-01-19 09:01:52 +09:00 |
|
liballoc
|
Rollup merge of #39299 - federicomenaquintero:master, r=GuillaumeGomez
|
2017-02-02 22:22:22 +01:00 |
|
liballoc_jemalloc
|
liballoc_jemalloc: fix linking with system library
|
2017-02-03 16:15:34 +09:00 |
|
liballoc_system
|
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
|
2017-01-08 08:22:06 +00:00 |
|
libarena
|
Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix
|
2017-01-10 20:27:41 +09:00 |
|
libbacktrace
|
|
|
|
libcollections
|
Auto merge of #39466 - alexcrichton:fix, r=Manishearth
|
2017-02-03 00:47:58 +00:00 |
|
libcollectionstest
|
Implement PartialEq<&[A]> for VecDeque<A>.
|
2017-01-28 09:38:17 -05:00 |
|
libcompiler_builtins
|
travis: Expand the cross linux image
|
2017-01-16 18:50:01 -08:00 |
|
libcore
|
Auto merge of #39287 - wesleywiser:move_cell, r=aturon
|
2017-02-03 03:23:35 +00:00 |
|
libcoretest
|
Auto merge of #39287 - wesleywiser:move_cell, r=aturon
|
2017-02-03 03:23:35 +00:00 |
|
libflate
|
Remove not(stage0) from deny(warnings)
|
2016-12-29 21:07:20 -08:00 |
|
libfmt_macros
|
Remove not(stage0) from deny(warnings)
|
2016-12-29 21:07:20 -08:00 |
|
libgetopts
|
Remove not(stage0) from deny(warnings)
|
2016-12-29 21:07:20 -08:00 |
|
libgraphviz
|
Remove not(stage0) from deny(warnings)
|
2016-12-29 21:07:20 -08:00 |
|
liblibc@7d57bdcdbb
|
Properly ban the negation of unsigned integers in type-checking.
|
2017-01-03 21:48:17 +02:00 |
|
liblog
|
Remove not(stage0) from deny(warnings)
|
2016-12-29 21:07:20 -08:00 |
|
libpanic_abort
|
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
|
2017-01-08 08:22:06 +00:00 |
|
libpanic_unwind
|
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
|
2017-01-08 08:22:06 +00:00 |
|
libproc_macro
|
Refactor TokenStream.
|
2017-01-22 21:37:38 +00:00 |
|
libproc_macro_plugin
|
Remove open_span and close_span from Delimited.
|
2017-01-23 06:49:06 +00:00 |
|
librand
|
Remove specialization from Debug implementations
|
2017-01-20 13:10:36 +01:00 |
|
librustc
|
Rollup merge of #39373 - Mark-Simulacrum:remove-toprimitive, r=aturon
|
2017-02-02 22:22:24 +01:00 |
|
librustc_back
|
Fix backtraces on i686-pc-windows-gnu by disabling FPO
|
2017-01-29 06:46:42 +02:00 |
|
librustc_bitflags
|
Remove not(stage0) from deny(warnings)
|
2016-12-29 21:07:20 -08:00 |
|
librustc_borrowck
|
Implement Drop for Box
|
2017-01-30 23:14:15 +03:00 |
|
librustc_const_eval
|
use suggestions instead of helps with code in them
|
2017-01-31 14:45:08 +01:00 |
|
librustc_const_math
|
Remove unused extern crates.
|
2017-01-22 01:31:02 +00:00 |
|
librustc_data_structures
|
Remove dead recursive partial eq impl
|
2017-01-29 06:07:45 +01:00 |
|
librustc_driver
|
Auto merge of #39402 - king6cong:master, r=nrc
|
2017-02-02 15:41:19 +00:00 |
|
librustc_errors
|
Auto merge of #39214 - estebank:fix-labels-without-msg, r=nikomatsakis
|
2017-01-24 11:51:34 +00:00 |
|
librustc_i128
|
Try to fix some things
|
2016-12-30 15:17:28 +01:00 |
|
librustc_incremental
|
rustc: always keep an explicit lifetime in trait objects.
|
2017-01-28 02:56:46 +02:00 |
|
librustc_lint
|
Auto merge of #38932 - petrochenkov:privctor, r=jseyfried
|
2017-02-02 05:10:40 +00:00 |
|
librustc_llvm
|
Remove unnecessary LLVMRustPersonalityFn binding
|
2017-01-26 23:49:17 +02:00 |
|
librustc_metadata
|
Privatize constructors of tuple structs with private fields
|
2017-01-29 02:57:14 +03:00 |
|
librustc_mir
|
Rollup merge of #39383 - nagisa:mir-uninhabited-destinations, r=pnkfelix
|
2017-02-02 22:22:26 +01:00 |
|
librustc_passes
|
Auto merge of #39305 - eddyb:synelide, r=nikomatsakis
|
2017-01-28 06:21:23 +00:00 |
|
librustc_platform_intrinsics
|
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
|
2017-01-08 08:22:06 +00:00 |
|
librustc_plugin
|
Remove unused extern crates.
|
2017-01-22 01:31:02 +00:00 |
|
librustc_privacy
|
Remove no longer necessary ctor checks in rustc_privacy
|
2017-01-29 02:57:14 +03:00 |
|
librustc_resolve
|
Improve diagnostics for inaccessible constructors
|
2017-01-29 02:57:14 +03:00 |
|
librustc_save_analysis
|
save-analysis: get tables directly, accomodating them being missing
|
2017-01-27 07:21:06 +13:00 |
|
librustc_trans
|
Rollup merge of #39319 - nagisa:remove-rustsetpersonalityfn, r=pnkfelix
|
2017-02-02 22:22:23 +01:00 |
|
librustc_typeck
|
Auto merge of #39116 - mgattozzi:better-string-message, r=nrc
|
2017-02-02 07:39:07 +00:00 |
|
librustdoc
|
Rollup merge of #39416 - tspiteri:ffi-unsafe-icon, r=brson
|
2017-02-02 22:22:28 +01:00 |
|
libserialize
|
std: Stabilize APIs for the 1.16.0 release
|
2017-01-25 16:43:01 -08:00 |
|
libstd
|
Auto merge of #39386 - tbu-:pr_pipe_less_syscalls, r=alexcrichton
|
2017-02-02 13:04:53 +00:00 |
|
libstd_unicode
|
Implement Display for char Escape*, To*case.
|
2017-01-11 12:39:56 -05:00 |
|
libsyntax
|
Rollup merge of #39420 - oli-obk:sugg, r=pnkfelix
|
2017-02-02 22:22:29 +01:00 |
|
libsyntax_ext
|
Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried
|
2017-01-20 08:34:30 -08:00 |
|
libsyntax_pos
|
Remove not(stage0) from deny(warnings)
|
2016-12-29 21:07:20 -08:00 |
|
libterm
|
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
|
2017-01-08 08:22:06 +00:00 |
|
libtest
|
Auto merge of #38779 - Craig-Macomber:bench, r=alexcrichton
|
2017-01-12 14:42:02 +00:00 |
|
libunwind
|
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
|
2017-01-08 08:22:06 +00:00 |
|
llvm@ceb177eeef
|
Remove accidental submodule change.
|
2017-01-06 23:13:32 -05:00 |
|
rt
|
Use __SIZEOF_INT128__ to test __int128 presence
|
2017-01-27 23:23:26 +02:00 |
|
rtstartup
|
|
|
|
rust-installer@4f99485080
|
|
|
|
rustc
|
Expose a feature to force use of alloc_system, teach rustbuild
|
2017-01-16 03:06:45 +00:00 |
|
rustllvm
|
Remove unnecessary LLVMRustPersonalityFn binding
|
2017-01-26 23:49:17 +02:00 |
|
test
|
Rollup merge of #39420 - oli-obk:sugg, r=pnkfelix
|
2017-02-02 22:22:29 +01:00 |
|
tools
|
Auto merge of #38847 - michaelwoerister:gate-on-incr-comp, r=alexcrichton
|
2017-01-31 06:13:05 +00:00 |
|
vendor
|
rustbuild: Update gcc-rs to 0.3.40
|
2016-12-12 09:27:14 -08:00 |
|
Cargo.lock
|
rustbuild: Add manifest generation in-tree
|
2017-01-25 10:57:21 -08:00 |
|
Cargo.toml
|
rustbuild: Add manifest generation in-tree
|
2017-01-25 10:57:21 -08:00 |
|
stage0.txt
|
Bump bootstrap compiler
|
2016-12-29 08:47:20 -08:00 |