]> git.lizzy.rs Git - rust.git/history - compiler/rustc_parse/src/parser/mod.rs
Remove `crate` visibility usage in compiler
[rust.git] / compiler / rustc_parse / src / parser / mod.rs
2022-05-21 Jacob PrattRemove `crate` visibility usage in compiler
2022-05-20 Guillaume GomezRollup merge of #96565 - notriddle:notriddle/impl-box...
2022-05-20 borsAuto merge of #96422 - tmccombs:mutex-unpoison, r=m...
2022-05-19 Dylan DPCRollup merge of #96539 - tmandry:relnotes-1.61, r=Mark...
2022-05-18 Yuki OkushiRollup merge of #96866 - Mark-Simulacrum:intelligent...
2022-05-18 borsAuto merge of #96863 - SparrowLii:let, r=michaelwoerister
2022-05-18 borsAuto merge of #96800 - nbdd0121:const, r=nagisa
2022-05-18 Dylan DPCRollup merge of #96917 - marti4d:master, r=ChrisDenton
2022-05-18 Dylan DPCRollup merge of #95979 - lcnr:coherence-docs, r=compile...
2022-05-17 Yuki OkushiRollup merge of #96761 - klensy:no-rayon-here, r=CraftS...
2022-05-17 Yuki OkushiRollup merge of #96651 - ken-matsui:omit-unnecessary...
2022-05-17 Yuki OkushiRollup merge of #96647 - Enselic:fix-hrtb-for-wherepred...
2022-05-17 Yuki OkushiRollup merge of #96329 - aliemjay:fixed-by-90887, r...
2022-05-17 borsAuto merge of #96907 - sunfishcode:sunfishcode/update...
2022-05-17 borsAuto merge of #96892 - oli-obk:🐌_obligation_cause_code_...
2022-05-15 Dylan DPCRollup merge of #96947 - sunfishcode:sunfishcode/rustc...
2022-05-15 borsAuto merge of #96895 - SparrowLii:interval, r=Mark...
2022-05-15 bjorn3Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431...
2022-05-15 borsAuto merge of #96602 - TApplencourt:patch-1, r=Mark...
2022-05-14 borsAuto merge of #96883 - jackh726:early-binder-2, r=oli-obk
2022-05-14 borsAuto merge of #95826 - carbotaniuman:miri-permissive...
2022-05-14 Yuki OkushiRollup merge of #97031 - eholk:drop-tracking-type-error...
2022-05-14 Yuki OkushiRollup merge of #96986 - kdashg:save-an-enum-vars,...
2022-05-14 Yuki OkushiRollup merge of #95365 - mkroening:hermit-alloc-error...
2022-05-14 borsAuto merge of #95602 - scottmcm:faster-array-intoiter...
2022-05-13 borsAuto merge of #95356 - coolreader18:exitstatus-exit...
2022-05-13 Matthias KrügerRollup merge of #96615 - JohnTitor:test-54779, r=compil...
2022-05-13 Matthias KrügerRollup merge of #96154 - lukaslueg:unreachablehint...
2022-05-13 borsAuto merge of #96930 - ayrtonm:mips32-tmp-file, r=petro...
2022-05-13 Matthias KrügerRollup merge of #96932 - sunfishcode:sunfishcode/docume...
2022-05-13 borsAuto merge of #96493 - chbaker0:issue-96342-fix, r...
2022-05-12 Matthias KrügerRollup merge of #96941 - nannany:master, r=lcnr,JohnTitor
2022-05-12 Matthias KrügerRollup merge of #96939 - GuillaumeGomez:settings-css...
2022-05-12 Matthias KrügerRollup merge of #96860 - semarie:openbsd-futex-time64...
2022-05-12 Matthias KrügerRollup merge of #95896 - nagisa:nvptx-contacts, r=Mark...
2022-05-12 borsAuto merge of #95562 - lcnr:attr-no-encode, r=davidtwco
2022-05-12 borsAuto merge of #96940 - TaKO8Ki:stop-suggesting-wrong...
2022-05-12 borsAuto merge of #96150 - est31:unused_macro_rules, r...
2022-05-11 borsAuto merge of #96806 - cjgillot:codegen-fulfill-nice...
2022-05-11 borsAuto merge of #96220 - RalfJung:scalar-no-padding,...
2022-05-11 borsAuto merge of #96942 - Dylan-DPC:rollup-p8bcly2, r...
2022-05-11 Dylan DPCRollup merge of #91518 - luojia65:rustdoc-riscv-arch...
2022-05-11 borsAuto merge of #96924 - petrochenkov:nonon, r=nnethercote
2022-05-11 Vadim Petrochenkovast: Introduce some traits to get AST node properties...
2022-05-11 Yuki OkushiRollup merge of #96543 - nnethercote:rm-make_token_stre...
2022-05-11 borsAuto merge of #96375 - jyn514:bootstrap-submodules...
2022-05-10 borsAuto merge of #96232 - sunfishcode:sunfishcode/io-safet...
2022-05-10 Yuki OkushiRollup merge of #96717 - BoxyUwU:gats_const_param_types...
2022-05-10 borsAuto merge of #94799 - lcnr:list-ty-perf, r=petrochenkov
2022-05-10 Dylan DPCRollup merge of #96674 - bstrie:vardoc, r=thomcc
2022-05-10 Dylan DPCRollup merge of #93661 - ehuss:add-missing-rustc-arg...
2022-05-10 borsAuto merge of #96715 - cjgillot:trait-alias-loop, r...
2022-05-09 Matthias KrügerRollup merge of #95483 - golddranks:improve_float_docs...
2022-05-09 borsAuto merge of #95960 - jhpratt:remove-rustc_deprecated...
2022-05-09 borsAuto merge of #96802 - gimbles:windows_slice, r=thomcc
2022-05-08 Matthias KrügerRollup merge of #96828 - scottmcm:clarify-hasher-write...
2022-05-08 Matthias KrügerRollup merge of #96617 - ken-matsui:fix-incorrect-synta...
2022-05-08 borsAuto merge of #96302 - Serial-ATA:more-diagnostic-items...
2022-05-08 borsAuto merge of #96689 - gimbles:campfire, r=Mark-Simulacrum
2022-05-08 borsAuto merge of #96659 - thatzopoulos:issue-90679-fix...
2022-05-08 borsAuto merge of #96457 - yungkneez:fix-bootstrap, r=Mark...
2022-05-07 Matthias KrügerRollup merge of #96671 - mgeisler:current-exe-docstring...
2022-05-07 Matthias KrügerRollup merge of #96667 - oli-obk:collect_hidden_types...
2022-05-07 Matthias KrügerRollup merge of #96586 - ear7h:master, r=joshtriplett
2022-05-07 Matthias KrügerRollup merge of #96336 - Nilstrieb:link-to-correct...
2022-05-07 borsAuto merge of #96670 - Urgau:bootstrap-check-cfg-featur...
2022-05-07 Guillaume GomezRollup merge of #96636 - GuillaumeGomez:fix-jump-to...
2022-05-07 borsAuto merge of #96094 - Elliot-Roberts:fix_doctests...
2022-05-07 Michael GouletRollup merge of #96701 - kraktus:alloc_example_2018_edi...
2022-05-07 Michael GouletRollup merge of #96660 - jyn514:better-missing-path...
2022-05-06 Guillaume GomezRollup merge of #96752 - scottmcm:error-sorting, r...
2022-05-06 Guillaume GomezRollup merge of #96650 - tmiasko:global-asm-sym-fn...
2022-05-06 Guillaume GomezRollup merge of #96557 - nbdd0121:const, r=oli-obk
2022-05-06 borsAuto merge of #95454 - randomicon00:fix95444, r=wesleywiser
2022-05-06 borsAuto merge of #95183 - ibraheemdev:arc-count-acquire...
2022-05-06 borsAuto merge of #96268 - jackh726:remove-mutable_borrow_r...
2022-05-06 borsAuto merge of #94598 - scottmcm:prefix-free-hasher...
2022-05-06 borsAuto merge of #96510 - m-ou-se:futex-bsd, r=Amanieu
2022-05-06 Michael GouletRollup merge of #96744 - est31:join_osstr, r=thomcc
2022-05-06 Michael GouletRollup merge of #96639 - adpaco-aws:fix-offset-from...
2022-05-06 Michael GouletRollup merge of #96174 - RalfJung:no-run-transmute...
2022-05-05 flip1995Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf...
2022-05-05 Matthias KrügerRollup merge of #96714 - RalfJung:scalar-pair-debug...
2022-05-05 Matthias KrügerRollup merge of #96682 - nnethercote:show-invisible...
2022-05-05 Matthias KrügerRollup merge of #96673 - oli-obk:tait_impl_diagnostic...
2022-05-05 Matthias KrügerRollup merge of #96507 - TaKO8Ki:suggest-calling-associ...
2022-05-05 Matthias KrügerRollup merge of #95843 - GuillaumeGomez:improve-new...
2022-05-05 borsAuto merge of #91779 - ridwanabdillahi:natvis, r=michae...
2022-05-05 borsAuto merge of #96649 - tbu-:pr_to_ipv4_loopback_doc...
2022-05-05 borsAuto merge of #96630 - m-ysk:fix/issue-88038, r=notriddle
2022-05-05 borsAuto merge of #96626 - thomcc:rand-bump, r=m-ou-se
2022-05-05 Yuki OkushiRollup merge of #96697 - oli-obk:trace_queries, r=micha...
2022-05-05 Yuki OkushiRollup merge of #96677 - jyn514:label-break-value-tests...
2022-05-05 Yuki OkushiRollup merge of #96658 - Folyd:es6, r=GuillaumeGomez
2022-05-05 Yuki OkushiRollup merge of #96628 - joshtriplett:stabilize-then...
2022-05-05 Yuki OkushiRollup merge of #96619 - akiekintveld:same_mutex_check_...
2022-05-05 Yuki OkushiRollup merge of #96616 - akiekintveld:min_stack_relaxed...
2022-05-05 Yuki OkushiRollup merge of #96603 - Alexendoo:const-generics-tests...
2022-05-05 borsAuto merge of #96593 - jackh726:issue-93262, r=compiler...
2022-05-04 borsAuto merge of #96546 - nnethercote:overhaul-MacArgs...
next