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