| Age | Commit message (Expand) | Author | Lines |
| 2021-04-01 | Make the diagnostic message more readable | Aman Arora | -54/+54 |
| 2021-04-01 | Don't introduce a block if a block exists | Aman Arora | -59/+177 |
| 2021-04-02 | Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_... | bors | -288/+334 |
| 2021-04-02 | address comments | hi-rustin | -12/+12 |
| 2021-04-01 | Update test cases | Aman Arora | -108/+522 |
| 2021-04-01 | Add test to ensure search tabs behaviour | Guillaume Gomez | -0/+21 |
| 2021-04-01 | rustdoc: Separate filter-empty-string out into its own function | Michael Howell | -3/+13 |
| 2021-04-01 | Add a test that triggers the out-of-bounds ICE. | Midas Lambrichts | -0/+31 |
| 2021-04-01 | Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister | bors | -9/+9 |
| 2021-04-01 | Simplify logical operations CFG | AngelicosPhosphoros | -288/+334 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -0/+84 |
| 2021-04-01 | Limit the problematic tests to x86_64. | Hameer Abbasi | -63/+2 |
| 2021-04-01 | Auto merge of #83732 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-04-01 | Catch a bad placeholder type error for statics in `extern`s | Yuki Okushi | -0/+16 |
| 2021-04-01 | Add a suggestion when using a type alias instead of trait alias | Yuki Okushi | -16/+53 |
| 2021-03-31 | Update cargo | Eric Huss | -0/+0 |
| 2021-04-01 | Rollup merge of #83712 - alexcrichton:more-wasm-simd-llvm-updates, r=nikic | Dylan DPC | -0/+0 |
| 2021-04-01 | Rollup merge of #83699 - JohnTitor:issue-68830, r=Dylan-DPC | Dylan DPC | -0/+32 |
| 2021-04-01 | Rollup merge of #83015 - hyd-dev:test-79825-81555, r=Aaron1011 | Dylan DPC | -0/+39 |
| 2021-03-31 | prevent very long compilation runtimes in LateBoundRegionNameCollector | b-naber | -0/+19 |
| 2021-03-31 | Fix `--external-css` to be invocation-specific and note main.js should be inv... | Joshua Nelson | -8/+27 |
| 2021-03-31 | Add a button to copy the "use statement" | Guillaume Gomez | -13/+57 |
| 2021-03-31 | rustdoc: use Array.prototype.filter instead of open-coding it | Michael Howell | -8/+2 |
| 2021-03-31 | Give a better error when --theme is not a CSS file | Joshua Nelson | -3/+11 |
| 2021-03-31 | Update LLVM with another wasm simd fix | Alex Crichton | -0/+0 |
| 2021-03-31 | Rename CrateSpecific -> InvocationSpecific | Joshua Nelson | -22/+22 |
| 2021-03-31 | Enforce that Toolchain files are static and Crate files are dynamic | Joshua Nelson | -29/+40 |
| 2021-03-31 | Fix compiletest to use correct bitwidth stderr files. | Hameer Abbasi | -8/+11 |
| 2021-03-31 | Fix tests and AstConv -> dyn AstConv | Jack Huey | -20/+19 |
| 2021-03-31 | Fmt and test revert | Jack Huey | -32/+31 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -25/+98 |
| 2021-03-31 | Make late and late_anon regions track the bound var position | Jack Huey | -1/+1 |
| 2021-03-31 | Revert explicit lifetimes | Jack Huey | -166/+158 |
| 2021-03-31 | Track bound vars | Jack Huey | -199/+228 |
| 2021-03-31 | Revert tests | Oli Scherer | -12/+9 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -22/+14 |
| 2021-03-31 | Add a regression test for issue-68830 | JohnTitor | -0/+32 |
| 2021-03-31 | Add 32bit.stderr files. | Hameer Abbasi | -1/+1443 |
| 2021-03-31 | Make unevaluated DefId rendering deterministic | Oli Scherer | -22/+22 |
| 2021-03-31 | Auto merge of #83684 - cjgillot:csp, r=petrochenkov | bors | -13/+11 |
| 2021-03-31 | Rename stderr->64bit.stderr where needed. | Hameer Abbasi | -157/+192 |
| 2021-03-31 | Add allocation information to undefined behaviour errors. | Hameer Abbasi | -33/+341 |
| 2021-03-31 | Auto merge of #83681 - jyn514:blanket-impls-tweaks, r=Aaron1011 | bors | -3/+5 |
| 2021-03-31 | Auto merge of #83666 - Amanieu:instrprof-order, r=tmandry | bors | -34/+17 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -246/+246 |
| 2021-03-31 | Rollup merge of #83683 - tblah:riscv64linux_links, r=Mark-Simulacrum | Dylan DPC | -13/+13 |
| 2021-03-31 | Rollup merge of #83671 - JohnTitor:issue-75801-test, r=Dylan-DPC | Dylan DPC | -0/+44 |
| 2021-03-31 | Rollup merge of #83654 - JohnTitor:issue-83606, r=estebank | Dylan DPC | -0/+21 |
| 2021-03-30 | Fix fulldeps tests. | Camille GILLOT | -2/+2 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -11/+9 |