| Age | Commit message (Expand) | Author | Lines |
| 2020-07-13 | Add and fix BTreeMap comments | Stein Somers | -18/+25 |
| 2020-07-13 | Rollup merge of #5752 - chrisduerr:pedantic_ranges, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-07-13 | Remove trailing whitespace | wangtheo | -0/+1 |
| 2020-07-13 | Move all code-snippets to /tmp/ as basedir | Martin Sirringhaus | -1/+1 |
| 2020-07-13 | Fix typo | Martin Sirringhaus | -2/+3 |
| 2020-07-13 | Update cross-compilation README | Martin Sirringhaus | -8/+30 |
| 2020-07-13 | Fix src/test/run-make/static-pie/test-aslr.rs | Harald Hoyer | -1/+1 |
| 2020-07-13 | Merge branch 'master' into E0688 | Pankaj Chaudhary | -54860/+240428 |
| 2020-07-13 | Added proper explanation of ErrorCode-E0688 | PankajChaudhary5 | -1/+38 |
| 2020-07-13 | Removed trailing whitespace | Teddy_Wang | -1/+1 |
| 2020-07-13 | Added ui tests for volatile and nearby intrinsics | Teddy_Wang | -0/+72 |
| 2020-07-12 | Added tests for volatile and nearbyint intrinsics | Teddy_Wang | -0/+73 |
| 2020-07-12 | Update llvm-project to latest origin/rustc/10.0-2020-05-05 commit which inclu... | Adrian Cruceru | -0/+0 |
| 2020-07-12 | Add Ayu theme to rustdoc | Jarek Samic | -0/+571 |
| 2020-07-12 | Clean up handling of style files in rustdoc | Jarek Samic | -43/+76 |
| 2020-07-12 | Don't allow `DESTDIR` to influence LLVM builds | Jake Goulding | -0/+5 |
| 2020-07-12 | Detect tuple struct incorrectly used as struct pat | Esteban Küber | -49/+136 |
| 2020-07-12 | pprust: support multiline comments within lines | David Wood | -2/+47 |
| 2020-07-12 | process_unix: prefer i32::*_be_bytes over manually shifting bytes | Lzu Tao | -14/+12 |
| 2020-07-12 | typeck: report placeholder type error w/out span | David Wood | -63/+103 |
| 2020-07-12 | Reduce unsafe scope | Lzu Tao | -49/+48 |
| 2020-07-12 | Prefer empty OsStr over unsafe cast from [u8] | Lzu Tao | -1/+1 |
| 2020-07-12 | Rewrite parse_two_comps | Lzu Tao | -10/+41 |
| 2020-07-12 | Make use of slice::strip_prefix and slice pattern | Lzu Tao | -27/+25 |
| 2020-07-12 | Make is_valid_drive_letter function | Lzu Tao | -2/+8 |
| 2020-07-12 | Move constants to top file | Lzu Tao | -2/+3 |
| 2020-07-12 | Remove the useless indentation | Lzu Tao | -3/+2 |
| 2020-07-12 | Clean up E0720 explanation | Guillaume Gomez | -3/+5 |
| 2020-07-12 | assign tracking issue | Ralf Jung | -9/+9 |
| 2020-07-12 | adjust remaining targets | Ralf Jung | -25/+21 |
| 2020-07-12 | rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_key | Ralf Jung | -45/+65 |
| 2020-07-12 | Sorting feature attributes in std | Lzu Tao | -3/+3 |
| 2020-07-11 | don't mark linux kernel module targets as a unix environment | Alex Gaynor | -1/+0 |
| 2020-07-11 | Clean up E0719 explanation | Guillaume Gomez | -2/+2 |
| 2020-07-11 | Correctly sort const_fn_transmute | Manish Goregaokar | -1/+1 |
| 2020-07-11 | Rollup merge of #74241 - RalfJung:miri, r=RalfJung | Manish Goregaokar | -8/+8 |
| 2020-07-11 | Rollup merge of #74240 - da-x:fix-74081, r=Manishearth | Manish Goregaokar | -1/+29 |
| 2020-07-11 | Rollup merge of #74213 - pickfire:patch-1, r=jonas-schievink | Manish Goregaokar | -3/+1 |
| 2020-07-11 | Rollup merge of #74197 - estebank:self-sugg, r=petrochenkov | Manish Goregaokar | -5/+5 |
| 2020-07-11 | Rollup merge of #74168 - JohnTitor:help-for-in-band-lifetimes, r=petrochenkov | Manish Goregaokar | -0/+78 |
| 2020-07-11 | Rollup merge of #74167 - jclulow:illumos-linker-eh-frame-hdr-fix, r=petrochenkov | Manish Goregaokar | -1/+1 |
| 2020-07-11 | Rollup merge of #74116 - arlosi:aarch64build, r=pietroalbini | Manish Goregaokar | -8/+23 |
| 2020-07-11 | Rollup merge of #74066 - thomcc:optimize-is-ascii, r=nagisa | Manish Goregaokar | -2/+242 |
| 2020-07-11 | Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu | Manish Goregaokar | -3/+334 |
| 2020-07-11 | Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung | Manish Goregaokar | -106/+238 |
| 2020-07-11 | Improve wording | Guillaume Gomez | -1/+1 |
| 2020-07-11 | rustdoc: insert newlines between attributes | Andy Russell | -10/+15 |
| 2020-07-11 | Add the test case mentioned in #74236 | Dan Aloni | -0/+28 |
| 2020-07-11 | RISC-V GNU/Linux as host platform | msizanoen1 | -25/+66 |
| 2020-07-11 | update miri | Ralf Jung | -8/+8 |