]> git.lizzy.rs Git - rust.git/history - compiler/rustc_parse/src
Auto merge of #107627 - nnethercote:optimize-fold_ty, r=compiler-errors
[rust.git] / compiler / rustc_parse / src /
2023-02-05 borsAuto merge of #107627 - nnethercote:optimize-fold_ty...
2023-02-05 borsAuto merge of #107526 - obeis:for-missing-iterator...
2023-02-05 borsAuto merge of #107663 - matthiaskrgr:107423-point-at...
2023-02-05 Obei SidegRecover from missing expression in for loop
2023-02-05 borsAuto merge of #102842 - rol1510:issue-85566-fix, r...
2023-02-05 borsAuto merge of #107679 - est31:less_import_overhead...
2023-02-05 est31rustc_parse: remove huge error imports
2023-02-04 Matthias KrügerRollup merge of #107646 - estebank:specific-span, r...
2023-02-04 Matthias KrügerRollup merge of #107116 - ozkanonur:consolidate-bootstr...
2023-02-04 borsAuto merge of #107549 - Zoxc:rustc-shared, r=jyn514
2023-02-04 borsAuto merge of #107267 - cjgillot:keep-aggregate, r...
2023-02-04 borsAuto merge of #107618 - chriswailes:linker-arg, r=alber...
2023-02-04 borsAuto merge of #107591 - krasimirgg:llvm-17-pgoopts...
2023-02-03 borsAuto merge of #107650 - compiler-errors:rollup-4pntchf...
2023-02-03 Michael GouletRollup merge of #107632 - ameknite:issue-107622-fix...
2023-02-03 Michael GouletRollup merge of #107631 - BoxyUwU:triagebot_cargo_lock...
2023-02-03 Michael GouletRollup merge of #107621 - compiler-errors:intern-extern...
2023-02-03 Michael GouletRollup merge of #107615 - notriddle:notriddle/nbsp...
2023-02-03 Michael GouletRollup merge of #107595 - michaelwoerister:retry_proc_m...
2023-02-03 Michael GouletRollup merge of #107551 - fee1-dead-contrib:rm_const_fn...
2023-02-03 Michael GouletRollup merge of #107519 - joboet:raw_os_error_ty, r...
2023-02-03 borsAuto merge of #107642 - Dylan-DPC:rollup-edcqhm5, r...
2023-02-03 Dylan DPCRollup merge of #107633 - clubby789:option-string-coerc...
2023-02-03 Dylan DPCRollup merge of #107585 - compiler-errors:fndef-sig...
2023-02-03 Dylan DPCRollup merge of #107544 - nnethercote:improve-TokenCurs...
2023-02-03 Dylan DPCRollup merge of #107539 - PossiblyAShrub:unused-parens...
2023-02-03 Dylan DPCRollup merge of #107427 - detrumi:builtin-impl-candidat...
2023-02-03 borsAuto merge of #107599 - clubby789:debug-less-ref, r...
2023-02-03 borsAuto merge of #107569 - petrochenkov:optattr, r=nnethercote
2023-02-03 borsAuto merge of #107625 - matthiaskrgr:rollup-xr9oldy...
2023-02-03 Matthias KrügerRollup merge of #107608 - P1n3appl3:master, r=tmandry
2023-02-03 Matthias KrügerRollup merge of #107602 - estebank:anon-enum-access...
2023-02-03 Matthias KrügerRollup merge of #107598 - chenyukang:yukang/fix-core...
2023-02-03 Matthias KrügerRollup merge of #107500 - bryangarza:future-sizes-basel...
2023-02-03 Matthias KrügerRollup merge of #106805 - madsravn:master, r=compiler...
2023-02-03 Matthias KrügerRollup merge of #106575 - estebank:issue-64008, r=pnkfelix
2023-02-03 borsAuto merge of #107543 - ehuss:protocol-sparse, r=jyn514
2023-02-03 borsAuto merge of #107241 - clubby789:bootstrap-lto-off...
2023-02-02 Nicholas NethercoteRename `Cursor`/`CursorRef` as `TokenTreeCursor`/`RefTo...
2023-02-02 Nicholas NethercoteRemove `TokenCursorFrame`.
2023-02-02 Nicholas NethercoteMake clear that `TokenTree::Token` shouldn't contain...
2023-02-02 Nicholas NethercoteImprove doc comment desugaring.
2023-02-02 borsAuto merge of #107000 - GuillaumeGomez:fix-items-in...
2023-02-02 borsAuto merge of #107601 - matthiaskrgr:rollup-07zaafe...
2023-02-02 Esteban KüberParse and recover from type ascription in patterns
2023-02-02 Matthias KrügerRollup merge of #107577 - nnethercote:reinstate-hir...
2023-02-02 Matthias KrügerRollup merge of #107559 - WaffleLapkin:is_it_2015¿...
2023-02-02 Matthias KrügerRollup merge of #107532 - compiler-errors:erase-regions...
2023-02-02 Matthias KrügerRollup merge of #107524 - cjgillot:both-storage, r...
2023-02-02 Matthias KrügerRollup merge of #107515 - Swatinem:hirvalidator, r...
2023-02-02 Matthias KrügerRollup merge of #107493 - clubby789:range-fat-arrow...
2023-02-02 Matthias KrügerRollup merge of #106919 - compiler-errors:underscore...
2023-02-02 clubby789Improve diagnostic for missing space in range pattern
2023-02-02 borsAuto merge of #107478 - compiler-errors:anon-enum-tys...
2023-02-02 Maybe WaffleUse `rust_2018` instead of `!is_rust_2015`
2023-02-02 Maybe WaffleRename `rust_2015` => `is_rust_2015`
2023-02-02 Michael GouletRecover _ as .. in field pattern
2023-02-02 Michael GouletRevert "Teach parser to understand fake anonymous enum...
2023-02-02 Matthias KrügerRollup merge of #107576 - P1n3appl3:master, r=tmandry
2023-02-02 Matthias KrügerRollup merge of #107531 - GuillaumeGomez:inline-images...
2023-02-02 Matthias KrügerRollup merge of #107488 - nnethercote:fix-PartialEq...
2023-02-02 Matthias KrügerRollup merge of #107312 - calebcartwright:style-let...
2023-02-02 Matthias KrügerRollup merge of #107201 - compiler-errors:confusing...
2023-02-02 borsAuto merge of #106925 - imWildCat:imWildCat/remove...
2023-02-02 borsAuto merge of #105670 - Xiretza:rustc_parse-diagnostics...
2023-02-01 borsAuto merge of #107574 - compiler-errors:back-to-old...
2023-02-01 XiretzaMake "use latest edition" subdiagnostic translatable
2023-02-01 Xiretzarustc_parse: revert conversion of "non-item in item...
2023-02-01 Xiretzamigrate parser::ty to diagnostic structs
2023-02-01 XiretzaConvert rustc_parse::parser::pat::Expected to enum
2023-02-01 Xiretzarustc_parse: migrate more to diagnostic structs
2023-02-01 XiretzaFix condition for "missing `struct`" diagnostic on...
2023-02-01 XiretzaUse AddToDiagnostic for "use latest edition" help
2023-02-01 Xiretzarustc_parse: avoid creating unnecessary intermediate...
2023-02-01 borsAuto merge of #107257 - inquisitivecrystal:ffi-attr...
2023-02-01 borsAuto merge of #107546 - matthiaskrgr:rollup-9rgf2gx...
2023-02-01 Deadbeeffix parser mistaking const closures for const item
2023-02-01 Matthias KrügerRollup merge of #107533 - pnkfelix:distinguish-generato...
2023-02-01 Matthias KrügerRollup merge of #107499 - compiler-errors:deduce_sig_fr...
2023-02-01 Matthias KrügerRollup merge of #107487 - edward-shen:edward-shen/10721...
2023-02-01 Matthias KrügerRollup merge of #107470 - kadiwa4:bootstrap_cleanup...
2023-02-01 Matthias KrügerRollup merge of #107442 - lukas-code:slice-panics,...
2023-02-01 Matthias KrügerRollup merge of #107389 - zvavybir:master, r=estebank
2023-02-01 borsAuto merge of #107541 - weihanglo:update-cargo, r=weihanglo
2023-02-01 borsAuto merge of #107536 - GuillaumeGomez:rollup-xv7dx2h...
2023-01-31 Guillaume GomezRollup merge of #107535 - dcompoze:tcp-doc-unwrap,...
2023-01-31 Guillaume GomezRollup merge of #107527 - notriddle:notriddle/wcagcontr...
2023-01-31 Guillaume GomezRollup merge of #107525 - RalfJung:pointee-info, r...
2023-01-31 Guillaume GomezRollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obk
2023-01-31 Guillaume GomezRollup merge of #107491 - notriddle:notriddle/setting...
2023-01-31 Guillaume GomezRollup merge of #107486 - compiler-errors:bound-ty...
2023-01-31 Guillaume GomezRollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk
2023-01-31 Guillaume GomezRollup merge of #107412 - tshepang:needless-check,...
2023-01-31 Guillaume GomezRollup merge of #107354 - tspiteri:source-serif-4.005...
2023-01-31 Guillaume GomezRollup merge of #107348 - lcnr:project-solve-new, r...
2023-01-31 Guillaume GomezRollup merge of #106898 - estebank:ice-forms-are-a...
2023-01-31 borsAuto merge of #107297 - Mark-Simulacrum:bump-bootstrap...
2023-01-31 borsAuto merge of #106399 - estebank:type-err-span-label...
2023-01-31 borsAuto merge of #100754 - davidtwco:translation-increment...
2023-01-31 Yuki OkushiRollup merge of #107494 - lebensterben:patch-1, r=JohnTitor
next