| Age | Commit message (Expand) | Author | Lines |
| 2021-12-01 | Rollup merge of #87160 - estebank:colon-recovery, r=nagisa | Matthias Krüger | -28/+63 |
| 2021-12-01 | fix sparc64 ABI for aggregates with floating point members | Petr Sumbera | -1/+121 |
| 2021-11-30 | Update MIR opt tests with new name | Dylan MacKenzie | -8/+8 |
| 2021-12-01 | Enable svh tests on msvc | Chris Denton | -24/+8 |
| 2021-11-30 | Rollup merge of #91397 - jyn514:generic-param-docs, r=wesleywiser | Matthias Krüger | -1/+12 |
| 2021-11-30 | Rollup merge of #91366 - notriddle:notriddle/only-show-notable-if-types-are-t... | Matthias Krüger | -0/+20 |
| 2021-11-30 | Handle `allow(elided_lifetimes_in_paths)`. | Camille GILLOT | -1/+17 |
| 2021-11-30 | Complete test. | Camille GILLOT | -4/+66 |
| 2021-11-30 | Lint elided lifetimes in path during lifetime resolution. | Camille GILLOT | -45/+99 |
| 2021-11-30 | Add conditional support for coverage map version 6 | Rich Kadel | -0/+13 |
| 2021-11-30 | Add test for const deref methods display | Guillaume Gomez | -0/+38 |
| 2021-11-30 | Emit a warning on generic parameters with doc comments | Joshua Nelson | -1/+12 |
| 2021-11-30 | Rollup merge of #91323 - RalfJung:assert-type, r=oli-obk | Yuki Okushi | -28/+61 |
| 2021-11-30 | Rollup merge of #91317 - petrochenkov:debugnu, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-11-30 | Rollup merge of #91243 - jackh726:issue-91068, r=nikomatsakis | Yuki Okushi | -30/+49 |
| 2021-11-29 | Bless duplicate test | Dylan MacKenzie | -3/+9 |
| 2021-11-29 | Bless tests with new suggestion | Dylan MacKenzie | -3/+9 |
| 2021-11-30 | Add --out-dir flag for rustdoc | hi-rustin | -0/+33 |
| 2021-11-30 | Remove all migrate.nll.stderr files | Lucas Kent | -219/+115 |
| 2021-11-29 | Bless nll | Jack Huey | -0/+14 |
| 2021-11-29 | Only show notable traits if both types are the same | Michael Howell | -0/+20 |
| 2021-11-29 | Improve error message for incorrect field accesses through raw pointers | Fabian Wolff | -0/+41 |
| 2021-11-29 | CTFE: support assert_zero_valid and assert_uninit_valid | Ralf Jung | -28/+61 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -19/+0 |
| 2021-11-29 | Auto merge of #91299 - cjgillot:expect-ldid, r=petrochenkov | bors | -2/+2 |
| 2021-11-29 | `ParamEnv` should be const when `ImplItem` is within a const impl. | Deadbeef | -2/+21 |
| 2021-11-29 | Reformat everything | Deadbeef | -1/+1 |
| 2021-11-29 | Fixup | Oli Scherer | -4/+2 |
| 2021-11-29 | Use the constness from the param env instead of having a separate dimension f... | Oli Scherer | -21/+3 |
| 2021-11-29 | Fixup add const to param env | Oli Scherer | -2/+2 |
| 2021-11-29 | rustdoc: fix source-code-page test | cynecx | -1/+1 |
| 2021-11-29 | Rollup merge of #91349 - tmiasko:accumulate-remark-args, r=nikic | Matthias Krüger | -2/+11 |
| 2021-11-29 | Rollup merge of #91281 - scottmcm:non-exhaustive-as-test, r=Mark-Simulacrum | Matthias Krüger | -0/+29 |
| 2021-11-29 | Accumulate all values of `-C remark` option | Tomasz Miąsko | -2/+11 |
| 2021-11-28 | Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikic | Matthias Krüger | -0/+19 |
| 2021-11-28 | Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot | Matthias Krüger | -0/+47 |
| 2021-11-28 | Add a suggestion if `macro_rules` is misspelled | Fabian Wolff | -0/+36 |
| 2021-11-28 | suggest cast char -> int | cameron | -0/+72 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -2/+2 |
| 2021-11-28 | Fix incorrect usage of `EvaluatedToOk` when evaluating `TypeOutlives` | Aaron Hill | -0/+77 |
| 2021-11-28 | Fix warnings in rustdoc JS tests | Noah Lev | -0/+2 |
| 2021-11-28 | Remove unnecessary use of `include!` in rustdoc test | Noah Lev | -8/+3 |
| 2021-11-28 | Fix warnings in rustdoc HTML tests | Noah Lev | -61/+114 |
| 2021-11-28 | Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-11-28 | Rollup merge of #91308 - BGR360:issue-88586, r=jackh726 | Matthias Krüger | -0/+30 |
| 2021-11-28 | Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasper | Matthias Krüger | -107/+87 |
| 2021-11-28 | Change output path to {{build-base}} | Deadbeef | -1/+1 |
| 2021-11-28 | tests: Ignore `test/debuginfo/rc_arc.rs` on windows-gnu | Vadim Petrochenkov | -1/+1 |
| 2021-11-28 | Address PR feedback | Ben Reeves | -1/+1 |
| 2021-11-28 | Rollup merge of #91254 - Aaron1011:impl-candidate-err-ty, r=lcnr | Matthias Krüger | -24/+16 |