| Age | Commit message (Expand) | Author | Lines |
| 2021-04-08 | Merge idents if they are part of a path | Guillaume Gomez | -18/+107 |
| 2021-04-07 | Auto merge of #83833 - jyn514:no-resolver, r=GuillaumeGomez | bors | -82/+82 |
| 2021-04-07 | Auto merge of #83955 - ehuss:update-stage0, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-04-06 | Bump bootstrap compiler | Eric Huss | -2/+2 |
| 2021-04-06 | Auto merge of #83828 - camelid:rustdoc-vec-perf, r=jyn514 | bors | -3/+5 |
| 2021-04-06 | Store links in Cache instead of on items directly | Joshua Nelson | -82/+82 |
| 2021-04-06 | Auto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r=Dylan-DPC | bors | -92/+126 |
| 2021-04-06 | rustdoc: Use `ThinVec` in a few places | Camelid | -3/+5 |
| 2021-04-06 | Rollup merge of #83920 - ortem:fix-hashmap-lldb-pretty-printer-1.52, r=pnkfelix | Dylan DPC | -6/+8 |
| 2021-04-06 | Rollup merge of #83910 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2021-04-06 | Rollup merge of #83902 - alexcrichton:update-llvm, r=nikic | Dylan DPC | -0/+0 |
| 2021-04-06 | Rollup merge of #83895 - eggyal:issue-83883, r=jyn514 | Dylan DPC | -3/+41 |
| 2021-04-06 | Rollup merge of #82963 - camelid:move-sharedcontext, r=GuillaumeGomez | Dylan DPC | -83/+77 |
| 2021-04-06 | Auto merge of #83875 - jyn514:diag_info, r=bugadani | bors | -129/+67 |
| 2021-04-06 | update Miri | Ralf Jung | -7/+11 |
| 2021-04-06 | Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 | ortem | -6/+8 |
| 2021-04-06 | Add listing of lints (eg via -W help) to rustdoc | Alan Egerton | -3/+41 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -41/+40 |
| 2021-04-05 | Move `SharedContext` to `context.rs` | Camelid | -83/+77 |
| 2021-04-06 | Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco | bors | -114/+163 |
| 2021-04-05 | Update cargo | Eric Huss | -0/+0 |
| 2021-04-05 | Auto merge of #83905 - JohnTitor:rollup-pa1la80, r=JohnTitor | bors | -199/+339 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -41/+40 |
| 2021-04-06 | Rollup merge of #83885 - jyn514:private-links, r=Mark-Simulacrum | Yuki Okushi | -0/+2 |
| 2021-04-06 | Rollup merge of #83881 - lnicola:rust-analyzer-2021-04-05, r=jonas-schievink | Yuki Okushi | -20/+18 |
| 2021-04-06 | Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadani | Yuki Okushi | -150/+148 |
| 2021-04-06 | Rollup merge of #83835 - notriddle:sort-index, r=ollie27 | Yuki Okushi | -23/+26 |
| 2021-04-06 | Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwco | Yuki Okushi | -0/+31 |
| 2021-04-06 | Rollup merge of #83734 - JohnTitor:issue-83621, r=davidtwco | Yuki Okushi | -0/+16 |
| 2021-04-06 | Rollup merge of #83489 - LeSeulArtichaut:deref-else, r=davidtwco | Yuki Okushi | -1/+64 |
| 2021-04-06 | Rollup merge of #83370 - jyn514:setup-tools, r=Mark-Simulacrum | Yuki Okushi | -5/+34 |
| 2021-04-05 | Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum | bors | -1/+63 |
| 2021-04-05 | Update LLVM to support more wasm simd ops | Alex Crichton | -0/+0 |
| 2021-04-05 | Auto merge of #83406 - b-naber:issue-83510, r=lcnr | bors | -0/+19 |
| 2021-04-05 | Use DiagnosticInfo for `report_diagnostic` | Joshua Nelson | -39/+29 |
| 2021-04-05 | Take DiagnosticInfo in privacy_error | Joshua Nelson | -3/+7 |
| 2021-04-05 | Take `DiagnosticInfo` in `ambiguity_error` | Joshua Nelson | -12/+3 |
| 2021-04-05 | Take DiagnosticInfo in disambiguator_error | Joshua Nelson | -3/+2 |
| 2021-04-05 | Rename link_range -> disambiguator_range in disambiguator_error | Joshua Nelson | -2/+2 |
| 2021-04-05 | Take `DiagnosticInfo` in `resolution_failure` | Joshua Nelson | -30/+6 |
| 2021-04-05 | Use DiagnosticInfo for anchor failure | Joshua Nelson | -52/+30 |
| 2021-04-05 | Rename path_str -> ori_link in anchor_failure | Joshua Nelson | -3/+3 |
| 2021-04-05 | Add config file for tools enabling stage1 downloads by default | Joshua Nelson | -5/+34 |
| 2021-04-05 | Rollup merge of #83878 - the8472:fix-concurrent-tidy-access, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2021-04-05 | Rollup merge of #83877 - jyn514:exceptions, r=Mark-Simulacrum | Dylan DPC | -22/+0 |
| 2021-04-05 | Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisa | Dylan DPC | -13/+22 |
| 2021-04-05 | Rollup merge of #83705 - jyn514:theme-error, r=GuillaumeGomez | Dylan DPC | -3/+11 |
| 2021-04-05 | Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-Simulacrum | Dylan DPC | -3/+10 |
| 2021-04-05 | Add `download-rustc = "if-unchanged"` | Joshua Nelson | -3/+10 |
| 2021-04-05 | Disallow the use of high byte registes as operands on x86_64 | Amanieu d'Antras | -13/+22 |