| Age | Commit message (Expand) | Author | Lines |
| 2022-06-21 | Rollup merge of #98329 - oli-obk:fast_path_ice, r=cjgillot | Yuki Okushi | -1/+5 |
| 2022-06-21 | Rollup merge of #98306 - eggyal:add-unevaluated-to-blanket-fallibletypefolder... | Yuki Okushi | -0/+7 |
| 2022-06-21 | Rollup merge of #98278 - nnethercote:some-token-stream-cleanups, r=petrochenkov | Yuki Okushi | -100/+118 |
| 2022-06-21 | Rollup merge of #98022 - compiler-errors:erroneous-borrowck-span, r=oli-obk | Yuki Okushi | -10/+14 |
| 2022-06-21 | Rollup merge of #97805 - coolreader18:trace-suggestions, r=oli-obk | Yuki Okushi | -58/+36 |
| 2022-06-21 | Avoid an ICE and instead let the compiler report a useful error | Oli Scherer | -1/+5 |
| 2022-06-21 | Auto merge of #97657 - Urgau:check-cfg-many-mut, r=oli-obk | bors | -34/+90 |
| 2022-06-21 | Auto merge of #98148 - c410-f3r:assert-compiler, r=oli-obk | bors | -2/+90 |
| 2022-06-20 | Rollup merge of #98276 - compiler-errors:const-format-macro, r=oli-obk | Matthias Krüger | -1/+12 |
| 2022-06-20 | Rollup merge of #98267 - compiler-errors:suggest-wildcard-arm, r=oli-obk | Matthias Krüger | -16/+31 |
| 2022-06-20 | Rollup merge of #98235 - liuw:mir-gen-drop-magic-value, r=davidtwco | Matthias Krüger | -2/+6 |
| 2022-06-20 | `try_fold_unevaluated` for infallible folders | Alan Egerton | -0/+7 |
| 2022-06-20 | Auto merge of #98292 - Dylan-DPC:rollup-hueb8tm, r=Dylan-DPC | bors | -1/+4 |
| 2022-06-20 | Rollup merge of #98159 - PrestonFrom:issue_95665, r=petrochenkov | Dylan DPC | -1/+4 |
| 2022-06-20 | Auto merge of #97674 - nnethercote:oblig-forest-tweaks, r=nikomatsakis | bors | -153/+115 |
| 2022-06-20 | Drop magic value 3 from code | Wei Liu | -2/+6 |
| 2022-06-20 | Auto merge of #98284 - JohnTitor:rollup-7lbs143, r=JohnTitor | bors | -54/+101 |
| 2022-06-20 | Rollup merge of #98274 - compiler-errors:self-type-error, r=cjgillot | Yuki Okushi | -1/+22 |
| 2022-06-20 | Rollup merge of #98273 - Piturnah:patch-1, r=compiler-errors | Yuki Okushi | -1/+1 |
| 2022-06-20 | Rollup merge of #98268 - compiler-errors:disallowed-generics-better, r=lcnr | Yuki Okushi | -2/+2 |
| 2022-06-20 | Rollup merge of #98183 - dtolnay:emptybound, r=lcnr | Yuki Okushi | -50/+76 |
| 2022-06-20 | Auto merge of #98264 - compiler-errors:missing-arg-placeholder, r=jackh726 | bors | -1/+3 |
| 2022-06-20 | Add blank lines between methods in `proc_macro_server.rs`. | Nicholas Nethercote | -0/+54 |
| 2022-06-19 | Include ForeignItem when visiting types for WF check | Preston From | -1/+4 |
| 2022-06-20 | Merge `TokenStreamBuilder::push` into `TokenStreamBuilder::build`. | Nicholas Nethercote | -53/+32 |
| 2022-06-19 | Mention formatting macros when encountering ArgumentV1::new in const | Michael Goulet | -1/+12 |
| 2022-06-20 | Auto merge of #97931 - xldenis:fix-if-let-source-scopes, r=nagisa | bors | -12/+51 |
| 2022-06-19 | Don't suggest adding Self as a type parameter | Michael Goulet | -1/+1 |
| 2022-06-19 | Mention what item is using an invalid `Self` type | Michael Goulet | -0/+21 |
| 2022-06-20 | Fix minor documentation typo | Peter Hebden | -1/+1 |
| 2022-06-19 | Be more specific for what lifetimes are not allowed on | Michael Goulet | -2/+2 |
| 2022-06-19 | Be more hygenic with spans | Michael Goulet | -6/+7 |
| 2022-06-19 | Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()` | Michael Goulet | -9/+12 |
| 2022-06-19 | Only omit trailing comma if block doesn't come from macro expansion | Michael Goulet | -3/+14 |
| 2022-06-20 | Remove `TokenStream::from_streams`. | Nicholas Nethercote | -42/+41 |
| 2022-06-20 | Remove `Cursor::index`. | Nicholas Nethercote | -4/+0 |
| 2022-06-20 | Remove `Cursor::append`. | Nicholas Nethercote | -14/+4 |
| 2022-06-20 | Rollup merge of #98225 - bjorn3:stable_target_json_hash, r=nagisa | Yuki Okushi | -25/+99 |
| 2022-06-20 | Rollup merge of #97912 - Kixunil:stabilize_path_try_exists, r=dtolnay | Yuki Okushi | -1/+0 |
| 2022-06-19 | Make missing argument placeholder more obvious that it's a placeholder | Michael Goulet | -1/+3 |
| 2022-06-19 | Auto merge of #98247 - jackh726:regionkind-rustc-type-ir, r=compiler-errors | bors | -344/+597 |
| 2022-06-19 | Preserve the path of the target spec json file for usage by rustdoc | bjorn3 | -8/+76 |
| 2022-06-19 | Auto merge of #98255 - Dylan-DPC:rollup-hr129rg, r=Dylan-DPC | bors | -50/+35 |
| 2022-06-19 | Rollup merge of #98219 - eggyal:gatsubstcollector-without-folding, r=jackh726 | Dylan DPC | -17/+4 |
| 2022-06-19 | Rollup merge of #98146 - hoodmane:remove-memory-init-flag, r=petrochenkov | Dylan DPC | -7/+5 |
| 2022-06-19 | Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk | Dylan DPC | -26/+26 |
| 2022-06-19 | Auto merge of #98238 - cjgillot:lint-mod, r=oli-obk | bors | -19/+49 |
| 2022-06-19 | Use `ensure` for `UnusedBrokenConst`. | Camille GILLOT | -5/+36 |
| 2022-06-19 | Move RegionKind to rustc_type_ir | Jack Huey | -344/+597 |
| 2022-06-18 | ENH Move --memory-init-file flag from EmLinker to asmjs target spec | Hood Chatham | -7/+5 |