| Age | Commit message (Expand) | Author | Lines |
| 2021-01-18 | Move test to `src/test/ui/consts/` | Camelid | -0/+0 |
| 2021-01-18 | Fix ICE with `ReadPointerAsBytes` validation error | Camelid | -1/+45 |
| 2021-01-18 | Auto merge of #81165 - KodrAus:rollup-s7llxis, r=KodrAus | bors | -366/+2439 |
| 2021-01-18 | Rollup merge of #81153 - jyn514:linkcheck, r=Manishearth | Ashley Mannix | -10/+1 |
| 2021-01-18 | Rollup merge of #81142 - wcampbell0x2a:replace-Some-with-is-some, r=jonas-sch... | Ashley Mannix | -2/+2 |
| 2021-01-18 | Rollup merge of #81131 - pierwill:edit-rustc_middle-cast, r=varkor | Ashley Mannix | -5/+6 |
| 2021-01-18 | Rollup merge of #81128 - RalfJung:validation-testing, r=oli-obk | Ashley Mannix | -81/+59 |
| 2021-01-18 | Rollup merge of #81125 - jyn514:track-caller, r=lcnr | Ashley Mannix | -1/+3 |
| 2021-01-18 | Rollup merge of #81123 - sirh3e:sirh3e-patch-1, r=sfackler | Ashley Mannix | -1/+1 |
| 2021-01-18 | Rollup merge of #81121 - tmiasko:simplify-cfg-no-dbg, r=jonas-schievink | Ashley Mannix | -1/+1 |
| 2021-01-18 | Rollup merge of #81116 - bugadani:body-span, r=wesleywiser | Ashley Mannix | -1/+1 |
| 2021-01-18 | Rollup merge of #81105 - LingMan:init_directly, r=nagisa | Ashley Mannix | -12/+9 |
| 2021-01-18 | Rollup merge of #81100 - lcnr:encode_with_shorthand, r=oli-obk | Ashley Mannix | -3/+3 |
| 2021-01-18 | Rollup merge of #81071 - osa1:fix_81006, r=estebank | Ashley Mannix | -1/+25 |
| 2021-01-18 | Rollup merge of #81038 - flip1995:clippyup, r=Manishearth | Ashley Mannix | -248/+2328 |
| 2021-01-18 | Auto merge of #81015 - jyn514:feature-gate-ptr, r=camelid | bors | -13/+89 |
| 2021-01-18 | Auto merge of #80995 - tmandry:instrument-method-checker, r=lcnr | bors | -2/+12 |
| 2021-01-18 | Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung | bors | -124/+103 |
| 2021-01-17 | Remove unused linkcheck exceptions | Joshua Nelson | -10/+1 |
| 2021-01-18 | Auto merge of #81090 - ssomers:btree_drainy_refactor_2, r=Mark-Simulacrum | bors | -34/+60 |
| 2021-01-17 | Replace let Some(..) = with .is_some() | wcampbell | -2/+2 |
| 2021-01-17 | Auto merge of #80537 - ehuss:macos-posix-spawn-chdir, r=dtolnay | bors | -4/+63 |
| 2021-01-17 | Fix test to work with remote-test-server. | Eric Huss | -1/+7 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -759/+655 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -13/+89 |
| 2021-01-17 | Edit rustc_middle::ty::cast docs | pierwill | -5/+6 |
| 2021-01-17 | validation test: turn some const_err back into validation failures | Ralf Jung | -81/+59 |
| 2021-01-17 | Auto merge of #80524 - jyn514:unknown-tool-lints, r=flip1995,matthewjasper | bors | -112/+116 |
| 2021-01-17 | Add test for Command::current_dir behavior. | Eric Huss | -0/+43 |
| 2021-01-17 | Don't use posix_spawn_file_actions_addchdir_np on macOS. | Eric Huss | -4/+14 |
| 2021-01-17 | Whitespace and typo | Jack Huey | -1/+1 |
| 2021-01-17 | Add comment about Encodable/Decodable impl | Jack Huey | -0/+2 |
| 2021-01-17 | Add track_caller to .steal() | Joshua Nelson | -1/+3 |
| 2021-01-17 | Update cmp.rs | Marvin Huber | -1/+1 |
| 2021-01-17 | Avoid logging the whole MIR body in SimplifyCfg | Tomasz Miąsko | -1/+1 |
| 2021-01-17 | Auto merge of #81113 - m-ou-se:rollup-a1unz4x, r=m-ou-se | bors | -399/+812 |
| 2021-01-17 | rustc_parse_format: Fix character indices in find_skips | Ömer Sinan Ağacan | -1/+25 |
| 2021-01-17 | Copy body span instead of querying it | Dániel Buga | -1/+1 |
| 2021-01-17 | Rollup merge of #81107 - scottmcm:nonzero-is_power_of_two, r=kennytm | Mara Bos | -0/+40 |
| 2021-01-17 | Rollup merge of #81095 - LingMan:unwrap, r=oli-obk | Mara Bos | -5/+1 |
| 2021-01-17 | Rollup merge of #81084 - LingMan:map, r=oli-obk | Mara Bos | -25/+17 |
| 2021-01-17 | Rollup merge of #81082 - ssomers:btree_cleanup_comments, r=Mark-Simulacrum | Mara Bos | -6/+8 |
| 2021-01-17 | Rollup merge of #81080 - bugadani:vec-diag, r=oli-obk,m-ou-se | Mara Bos | -66/+34 |
| 2021-01-17 | Rollup merge of #81064 - Mark-Simulacrum:support-stage1-check, r=jyn514 | Mara Bos | -21/+39 |
| 2021-01-17 | Rollup merge of #80983 - bjorn3:no_dup_is_dllimport_foreign_item, r=nagisa | Mara Bos | -32/+0 |
| 2021-01-17 | Rollup merge of #80932 - jyn514:download-windows-llvm, r=Mark-Simulacrum | Mara Bos | -26/+54 |
| 2021-01-17 | Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasper | Mara Bos | -161/+139 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -23/+328 |
| 2021-01-17 | Rollup merge of #80201 - saethlin:bufreader-read-exact, r=KodrAus | Mara Bos | -17/+47 |
| 2021-01-17 | Rollup merge of #80031 - petrochenkov:builtina, r=estebank | Mara Bos | -9/+34 |