| Age | Commit message (Expand) | Author | Lines |
| 2021-02-01 | Rollup merge of #81618 - bjorn3:sync_cg_clif-2021-02-01, r=bjorn3 | Jonas Schievink | -718/+993 |
| 2021-02-01 | Rollup merge of #81598 - sivadeilra:windows_dll_imports_fix_x86, r=m-ou-se | Jonas Schievink | -12/+10 |
| 2021-02-01 | Rollup merge of #81594 - bjorn3:avoid_building_llvm_for_dwp, r=sanxiyn | Jonas Schievink | -2/+4 |
| 2021-02-01 | Rollup merge of #81592 - GuillaumeGomez:rustdoc-ui-fixes, r=Nemo157 | Jonas Schievink | -11/+2 |
| 2021-02-01 | Rollup merge of #81536 - tgnottingham:time-passes-rss, r=oli-obk | Jonas Schievink | -28/+68 |
| 2021-02-01 | Rollup merge of #81529 - estebank:case_lints, r=davidtwco | Jonas Schievink | -5/+22 |
| 2021-02-01 | Rollup merge of #81504 - matsujika:suggestion-field-access, r=estebank | Jonas Schievink | -0/+185 |
| 2021-02-01 | Rollup merge of #81463 - matsujika:nll-ensure-c-case, r=varkor | Jonas Schievink | -71/+71 |
| 2021-02-01 | Rollup merge of #81387 - c410-f3r:tests-tests-tests, r=petrochenkov | Jonas Schievink | -1/+1 |
| 2021-02-01 | Rollup merge of #81364 - camelid:improve-build-matches-docs, r=varkor | Jonas Schievink | -55/+74 |
| 2021-02-01 | Rollup merge of #79291 - JulianKnodt:ce_priv, r=petrochenkov | Jonas Schievink | -8/+111 |
| 2021-02-01 | Rollup merge of #78641 - the8472:buffered-copy, r=sfackler | Jonas Schievink | -8/+138 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -425/+592 |
| 2021-02-01 | Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-202... | bjorn3 | -718/+993 |
| 2021-02-01 | Auto merge of #81591 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2021-01-31 | Auto merge of #81596 - jonas-schievink:rollup-utk14gr, r=jonas-schievink | bors | -326/+1599 |
| 2021-01-31 | Update outdated comment | Camelid | -3/+3 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -1/+1 |
| 2021-01-31 | Add error message for private fn | kadmin | -8/+111 |
| 2021-01-31 | Add option to build using the sysroot of rustc | bjorn3 | -12/+27 |
| 2021-01-31 | Fix calling convention for CRT startup | Arlie Davis | -12/+10 |
| 2021-01-31 | Rollup merge of #81590 - KodrAus:stabilize/int_bits_const, r=m-ou-se | Jonas Schievink | -11/+2 |
| 2021-01-31 | Rollup merge of #81589 - Seppel3210:master, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2021-01-31 | Rollup merge of #81572 - pierwill:edit-error-codes-1, r=jonas-schievink | Jonas Schievink | -12/+14 |
| 2021-01-31 | Rollup merge of #81571 - schteve:fix_e0759_typo, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2021-01-31 | Rollup merge of #81568 - osa1:remove_old_fixme, r=jonas-schievink | Jonas Schievink | -2/+0 |
| 2021-01-31 | Rollup merge of #81566 - osa1:issue71202, r=jonas-schievink | Jonas Schievink | -0/+33 |
| 2021-01-31 | Rollup merge of #81549 - est31:wording_fix, r=jonas-schievink | Jonas Schievink | -7/+7 |
| 2021-01-31 | Rollup merge of #81480 - b-naber:nested_fields_suggestion, r=estebank | Jonas Schievink | -10/+275 |
| 2021-01-31 | Rollup merge of #81255 - sunfishcode:wasi-no-export-dynamic, r=alexcrichton | Jonas Schievink | -15/+24 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -192/+61 |
| 2021-01-31 | Rollup merge of #80092 - sexxi-goose:restrict_precision, r=nikomatsakis | Jonas Schievink | -75/+1181 |
| 2021-01-31 | Bless coverage-spanview/expected_mir_dump.*. | Mara Bos | -75/+75 |
| 2021-01-31 | Avoid building LLVM just for llvm-dwp | bjorn3 | -2/+4 |
| 2021-01-31 | specialize io::copy to use the memory of the writer if it is a BufWriter | The8472 | -8/+138 |
| 2021-01-31 | Move some env var definitions around to fix cross-compilation | bjorn3 | -5/+2 |
| 2021-01-31 | Fix a small error in the readme | bjorn3 | -1/+1 |
| 2021-01-31 | Remove code comment | bjorn3 | -1/+0 |
| 2021-01-31 | Split config.sh and add support for copying the mingw runtime objects | bjorn3 | -30/+35 |
| 2021-01-31 | update Miri | Ralf Jung | -7/+9 |
| 2021-01-31 | Improve resize handling | Guillaume Gomez | -1/+1 |
| 2021-01-31 | Prevent search section to go over search input | Guillaume Gomez | -1/+1 |
| 2021-01-31 | Remove unneeded explicit width from search results | Guillaume Gomez | -9/+0 |
| 2021-01-31 | stabilize int_bits_const | Ashley Mannix | -11/+2 |
| 2021-01-31 | Link examples to the correct libc when targeting Windows | bjorn3 | -4/+6 |
| 2021-01-31 | Fix sysroot dir for cg_clif_build_sysroot | bjorn3 | -4/+1 |
| 2021-01-31 | Add missing directory to clean_all.sh | bjorn3 | -1/+1 |
| 2021-01-31 | Fix small typo | Sebastian Widua | -1/+1 |
| 2021-01-31 | Auto merge of #81478 - sivadeilra:windows_dll_imports, r=m-ou-se | bors | -71/+95 |
| 2021-01-31 | Rustfmt | Hirochika Matsumoto | -1/+4 |