| .. |
|
bootstrap
|
Distribute both rust-lldb and rust-gdb everywhere except win-msvc
|
2016-05-06 03:09:48 +00:00 |
|
build_helper
|
whoops
|
2016-04-04 21:14:15 +10:00 |
|
compiler-rt@57315f7e07
|
|
|
|
doc
|
doc/book/getting-started.md: Removed references to creating a new executable from 'Converting to Cargo'.
|
2016-05-01 19:45:38 +01:00 |
|
driver
|
|
|
|
etc
|
test: Move run-make tests into compiletest
|
2016-04-28 21:46:40 -07:00 |
|
grammar
|
|
|
|
jemalloc@aab1c0a0e0
|
|
|
|
liballoc
|
Rollup merge of #32741 - tbu-:pr_remove_fixme_12808, r=bluss
|
2016-04-07 23:26:19 +05:30 |
|
liballoc_jemalloc
|
Fix alloc_jemalloc on windows gnu targets
|
2016-05-01 13:16:06 +01:00 |
|
liballoc_system
|
alloc_system: Handle failure properly
|
2016-04-15 10:02:21 -07:00 |
|
libarena
|
|
|
|
libbacktrace
|
|
|
|
libcollections
|
Rollup merge of #33277 - birkenfeld:fmt-named-dollar-args, r=steveklabnik
|
2016-05-03 19:54:48 +05:30 |
|
libcollectionstest
|
Implement append for b-trees.
|
2016-04-22 12:30:43 +02:00 |
|
libcore
|
Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakis
|
2016-05-06 06:21:25 -07:00 |
|
libcoretest
|
Implement find() on Chain iterators
|
2016-04-30 11:16:35 +02:00 |
|
libflate
|
|
|
|
libfmt_macros
|
|
|
|
libgetopts
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
|
libgraphviz
|
sprinkle feature gates here and there
|
2016-03-22 22:02:47 -05:00 |
|
liblibc@7265c17d18
|
std: Fix linking against signal on Android
|
2016-04-04 21:54:59 -07:00 |
|
liblog
|
|
|
|
librand
|
|
|
|
librbml
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
|
librustc
|
stop dropping impls from cause backtraces
|
2016-05-03 18:52:55 +03:00 |
|
librustc_back
|
fix breaking changes
|
2016-05-03 18:30:10 +03:00 |
|
librustc_bitflags
|
|
|
|
librustc_borrowck
|
Rollup merge of #33294 - timothy-mcroy:E0501, r=GuillaumeGomez
|
2016-05-03 19:54:50 +05:30 |
|
librustc_const_eval
|
Rollup merge of #33339 - oli-obk:fix/const_eval, r=japaric
|
2016-05-03 19:54:52 +05:30 |
|
librustc_const_math
|
don't report bitshift overflow twice
|
2016-04-26 14:10:07 +02:00 |
|
librustc_data_structures
|
Make the codegen unit partitioner also emit item declarations.
|
2016-04-28 16:53:00 -04:00 |
|
librustc_driver
|
Auto merge of #33119 - nrc:pretty, r=pnkfelix
|
2016-05-02 23:56:48 -07:00 |
|
librustc_incremental
|
rustc: Handle concurrent create_dir requests
|
2016-05-02 09:38:07 -07:00 |
|
librustc_lint
|
fixes
|
2016-05-05 01:59:22 +03:00 |
|
librustc_llvm
|
Add opt-level options for optimizing for size and minimum size. This attempts
|
2016-04-28 23:08:30 -07:00 |
|
librustc_metadata
|
change the newly-added errors to warnings
|
2016-05-03 18:52:55 +03:00 |
|
librustc_mir
|
Handle coercion casts properly when building the MIR
|
2016-05-01 17:56:07 +12:00 |
|
librustc_passes
|
change the newly-added errors to warnings
|
2016-05-03 18:52:55 +03:00 |
|
librustc_platform_intrinsics
|
rustc_platform_intrinsics: remove unused rustc dependency.
|
2016-03-29 19:36:01 +03:00 |
|
librustc_plugin
|
Remove the MacroVisitor pass.
|
2016-04-22 01:40:33 +02:00 |
|
librustc_privacy
|
Always report PRIVATE_IN_PUBLIC violations as hard errors when
|
2016-04-16 21:27:20 +00:00 |
|
librustc_resolve
|
Rollup merge of #33340 - birkenfeld:issue-23716, r=Manishearth
|
2016-05-03 19:54:54 +05:30 |
|
librustc_save_analysis
|
Avoid using the lowering context in librustc_save_analysis
|
2016-05-01 23:30:18 +00:00 |
|
librustc_trans
|
Auto merge of #33225 - michaelwoerister:fix-debuginfo-struct-ns, r=eddyb
|
2016-05-06 08:31:58 -07:00 |
|
librustc_typeck
|
change the newly-added errors to warnings
|
2016-05-03 18:52:55 +03:00 |
|
librustc_unicode
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
|
librustdoc
|
Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakis
|
2016-05-06 06:21:25 -07:00 |
|
libserialize
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
|
libstd
|
Auto merge of #33086 - cardoe:non-blocking-rand-read, r=alexcrichton
|
2016-05-06 03:07:00 -07:00 |
|
libsyntax
|
Auto merge of #33128 - xen0n:more-confusing-unicode-chars, r=nagisa
|
2016-05-05 08:50:23 -07:00 |
|
libsyntax_ext
|
fix rebase flaws
|
2016-05-02 11:49:26 -04:00 |
|
libterm
|
term: undo conversion of user defined try!s
|
2016-03-22 22:03:19 -05:00 |
|
libtest
|
Remove unused trait imports
|
2016-04-12 22:58:55 +09:00 |
|
llvm@751345228a
|
Update llvm to 751345228a0ef03fd147394bb5104359b7a808be
|
2016-04-26 17:03:14 -07:00 |
|
rt
|
Handle integer-extending for C ABI
|
2016-04-04 22:14:10 +02:00 |
|
rtstartup
|
Revert "workarounds to make link guards work on windows"
|
2016-03-25 14:07:20 -04:00 |
|
rust-installer@c37d3747da
|
|
|
|
rustc
|
rustc: update Cargo.lock
|
2016-04-24 19:38:49 -04:00 |
|
rustllvm
|
Update llvm to 751345228a0ef03fd147394bb5104359b7a808be
|
2016-04-26 17:03:14 -07:00 |
|
test
|
kill the old auxiliary directory
|
2016-05-06 16:24:48 -04:00 |
|
tools
|
kill the old auxiliary directory
|
2016-05-06 16:24:48 -04:00 |
|
stage0.txt
|
mk: Bootstrap from stable instead of snapshots
|
2016-04-19 10:56:49 -07:00 |