| .. |
|
bootstrap
|
Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-Simulacrum
|
2019-11-13 22:09:23 +09:00 |
|
build_helper
|
|
|
|
ci
|
Rollup merge of #66090 - pietroalbini:ci-improvements, r=alexcrichton
|
2019-11-19 13:10:09 +01:00 |
|
doc
|
Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dylan-DPC
|
2019-11-18 19:03:21 +00:00 |
|
etc
|
also adjust ignore in generated tests
|
2019-11-02 23:20:28 +01:00 |
|
liballoc
|
Revise the text of vec::split_off() per review in #65739
|
2019-11-16 14:15:07 -06:00 |
|
libarena
|
bump smallvec to 1.0
|
2019-11-04 15:59:09 +01:00 |
|
libcore
|
Use drop_in_place in array::IntoIter::drop
|
2019-11-18 15:56:26 +01:00 |
|
libfmt_macros
|
Fix libfmt_macros tests
|
2019-11-06 12:49:20 -08:00 |
|
libgraphviz
|
|
|
|
libpanic_abort
|
Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe"
|
2019-11-13 17:00:47 +01:00 |
|
libpanic_unwind
|
avoid linking errors
|
2019-11-16 09:37:45 +01:00 |
|
libproc_macro
|
Snap cfgs
|
2019-11-12 16:36:57 -05:00 |
|
libprofiler_builtins
|
|
|
|
librustc
|
Rollup merge of #66536 - nnethercote:mv-QueryResult, r=Centril
|
2019-11-19 13:10:24 +01:00 |
|
librustc_apfloat
|
bump smallvec to 1.0
|
2019-11-04 15:59:09 +01:00 |
|
librustc_asan
|
|
|
|
librustc_codegen_llvm
|
Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelix
|
2019-11-14 11:06:41 +00:00 |
|
librustc_codegen_ssa
|
Remove SourceMapper trait
|
2019-11-15 08:45:43 -05:00 |
|
librustc_codegen_utils
|
Rename in librustc_codegen_utils.
|
2019-11-12 20:50:46 +01:00 |
|
librustc_data_structures
|
Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=Zoxc
|
2019-11-15 18:36:20 +09:00 |
|
librustc_driver
|
move DIAGNOSTICS usage to rustc_driver
|
2019-11-16 02:32:33 +01:00 |
|
librustc_error_codes
|
Rollup merge of #66461 - clemencetbk:master, r=GuillaumeGomez
|
2019-11-19 13:10:19 +01:00 |
|
librustc_errors
|
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
|
2019-11-18 22:08:31 +00:00 |
|
librustc_fs_util
|
|
|
|
librustc_incremental
|
Simplify various Symbol use points.
|
2019-11-02 09:01:02 +11:00 |
|
librustc_index
|
bump smallvec to 1.0
|
2019-11-04 15:59:09 +01:00 |
|
librustc_interface
|
Rollup merge of #66456 - Centril:driver-codes, r=Mark-Simulacrum
|
2019-11-17 13:36:18 +09:00 |
|
librustc_lexer
|
move syntax::parse -> librustc_parse
|
2019-11-10 03:57:18 +01:00 |
|
librustc_lint
|
rustc_plugin: Remove Registry::register_attribute
|
2019-11-16 18:50:23 +03:00 |
|
librustc_llvm
|
Statically link libstdc++ on windows-gnu
|
2019-10-30 23:18:57 +01:00 |
|
librustc_lsan
|
|
|
|
librustc_macros
|
Create TypeFoldable derive proc-macro.
|
2019-11-13 20:49:04 +01:00 |
|
librustc_metadata
|
Remove newtype for qualifs in rustc_metadata
|
2019-11-15 10:33:52 -08:00 |
|
librustc_mir
|
Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obk
|
2019-11-19 04:38:47 +00:00 |
|
librustc_msan
|
|
|
|
librustc_parse
|
Address review comments
|
2019-11-17 01:11:28 +03:00 |
|
librustc_passes
|
Use "field is never read" instead of "field is never used"
|
2019-11-16 07:12:37 -05:00 |
|
librustc_plugin
|
rustc_plugin: Remove Registry::register_attribute
|
2019-11-16 18:50:23 +03:00 |
|
librustc_privacy
|
Remove unused error_codes.rs files
|
2019-11-14 13:05:56 +01:00 |
|
librustc_resolve
|
resolve: Give derive helpers highest priority during resolution
|
2019-11-19 00:50:53 +03:00 |
|
librustc_save_analysis
|
ast: Keep extern qualifiers in functions more precisely
|
2019-11-16 21:21:37 +03:00 |
|
librustc_target
|
Rollup merge of #66257 - mati865:long-section-names-no-more, r=alexcrichton
|
2019-11-12 16:36:07 +09:00 |
|
librustc_traits
|
Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc
|
2019-11-17 15:25:10 +00:00 |
|
librustc_tsan
|
|
|
|
librustc_typeck
|
Replace bool with new FallbackMode enum
|
2019-11-18 14:01:37 -05:00 |
|
librustdoc
|
Rollup merge of #66430 - dns2utf8:fix_code_selection_click_handler, r=GuillaumeGomez
|
2019-11-19 13:10:15 +01:00 |
|
libserialize
|
bump smallvec to 1.0
|
2019-11-04 15:59:09 +01:00 |
|
libstd
|
Document ARGV_INIT_ARRAY
|
2019-11-22 12:27:07 -05:00 |
|
libsyntax
|
Auto merge of #66206 - PotHix:master, r=estebank
|
2019-11-19 07:49:54 +00:00 |
|
libsyntax_expand
|
expand: Stop marking derive helper attributes as known
|
2019-11-16 18:31:47 +03:00 |
|
libsyntax_ext
|
Address review comments
|
2019-11-17 01:11:28 +03:00 |
|
libsyntax_pos
|
Address review comments
|
2019-11-17 01:11:28 +03:00 |
|
libterm
|
|
|
|
libtest
|
Add --force-run-in-process unstable libtest option
|
2019-11-15 05:52:06 -08:00 |
|
libunwind
|
Allow foreign exceptions to unwind through Rust code
|
2019-11-03 14:03:21 +00:00 |
|
llvm-project@de1a7dbf6c
|
Update src/llvm-project to include rust-lang/llvm-project#27.
|
2019-11-15 22:56:40 +02:00 |
|
rtstartup
|
|
|
|
rustc
|
|
|
|
rustllvm
|
Rollup merge of #66062 - smaeul:patch/pic-level, r=estebank
|
2019-11-06 07:03:06 +01:00 |
|
stdarch@e0ab2c165a
|
|
|
|
test
|
Rollup merge of #66529 - petrochenkov:reshelp2, r=davidtwco
|
2019-11-19 13:10:23 +01:00 |
|
tools
|
Rollup merge of #66493 - JohnTitor:ping-me-rustc-guide, r=spastorino
|
2019-11-19 13:10:20 +01:00 |
|
README.md
|
remove the last remaining READMEs
|
2019-10-24 13:32:54 -05:00 |
|
stage0.txt
|
Bump version to 1.41
|
2019-11-12 16:36:57 -05:00 |