]> git.lizzy.rs Git - rust.git/history - compiler/rustc_parse/src/parser/mod.rs
Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPC
[rust.git] / compiler / rustc_parse / src / parser / mod.rs
2022-04-28 borsAuto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r...
2022-04-28 Dylan DPCRollup merge of #96483 - Urgau:check-cfg-target_feature...
2022-04-28 Dylan DPCRollup merge of #96471 - BoxyUwU:let_else_considered_ha...
2022-04-28 Dylan DPCRollup merge of #96466 - compiler-errors:error-collect...
2022-04-28 Dylan DPCRollup merge of #96432 - SparrowLii:dbg_scope, r=davidtwco
2022-04-28 Dylan DPCRollup merge of #96421 - nnethercote:less-NoDelim,...
2022-04-27 borsAuto merge of #96195 - sunfishcode:sunfishcode/handle...
2022-04-26 Nicholas NethercoteAvoid producing `NoDelim` values in `TokenCursorFrame`.
2022-04-26 Guillaume GomezRollup merge of #95949 - SoniEx2:patch-5, r=m-ou-se
2022-04-26 Guillaume GomezRollup merge of #94703 - kjetilkjeka:nvptx-kernel-args...
2022-04-26 Guillaume GomezRollup merge of #94022 - jongiddy:cow-into-owned-docs...
2022-04-25 Dylan DPCRollup merge of #96279 - GuillaumeGomez:remove-woff...
2022-04-25 Dylan DPCRollup merge of #96149 - est31:remove_unused_macro_matc...
2022-04-25 Dylan DPCRollup merge of #90312 - r00ster91:search, r=Dylan-DPC
2022-04-25 borsAuto merge of #96116 - ouz-a:mir-opt, r=oli-obk
2022-04-25 borsAuto merge of #95604 - nbdd0121:used2, r=petrochenkov
2022-04-25 borsAuto merge of #96246 - SparrowLii:bound_contxet, r...
2022-04-25 borsAuto merge of #95246 - ChrisDenton:command-args, r...
2022-04-24 Matthias KrügerRollup merge of #96215 - nikic:legacy-pm-removal, r...
2022-04-24 Matthias KrügerRollup merge of #96107 - Gumichocopengin8:test/vec...
2022-04-24 Matthias KrügerRollup merge of #96090 - JakobDegen:mir-tests, r=nagisa
2022-04-24 borsAuto merge of #94609 - esp-rs:esp-idf-stat-type-fixes...
2022-04-24 Matthias KrügerRollup merge of #96237 - AlecGoncharow:issue-96011...
2022-04-24 Matthias KrügerRollup merge of #95504 - jyn514:library-alias, r=Mark...
2022-04-24 borsAuto merge of #96281 - SparrowLii:const_prop, r=wesleywiser
2022-04-23 borsAuto merge of #90602 - mbartlett21:const-intoiterator...
2022-04-23 borsAuto merge of #95971 - workingjubilee:no-weird-fp-in...
2022-04-23 borsAuto merge of #94887 - dylni:move-normpath-crate-impl...
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-22 Matthias KrügerRollup merge of #96315 - SparrowLii:graph_lt, r=petroch...
2022-04-22 Matthias KrügerRollup merge of #96273 - TaKO8Ki:make-E0117-error-clear...
2022-04-22 borsAuto merge of #96226 - xldenis:thir-clone, r=oli-obk
2022-04-22 borsAuto merge of #96197 - erikdesjardins:scalarpairenum...
2022-04-22 borsAuto merge of #96207 - nikic:distcheck-dir, r=Mark...
2022-04-22 borsAuto merge of #96144 - c410-f3r:z-errors, r=petrochenkov
2022-04-22 borsAuto merge of #96282 - petrochenkov:unindent, r=Guillau...
2022-04-22 borsAuto merge of #96261 - petrochenkov:doclink7, r=Guillau...
2022-04-21 Dylan DPCRollup merge of #96289 - aDotInTheVoid:redundant-fmt...
2022-04-21 Dylan DPCRollup merge of #96269 - davidtwco:diagnostic-translati...
2022-04-21 Dylan DPCRollup merge of #96251 - ehuss:update-books, r=ehuss
2022-04-21 Dylan DPCRollup merge of #96248 - TaKO8Ki:remove-unnecessary...
2022-04-21 Dylan DPCRollup merge of #95434 - cjgillot:dump-dep-kind, r...
2022-04-21 borsAuto merge of #96260 - Kobzol:rustdoc-idmap, r=petrochenkov
2022-04-21 borsAuto merge of #96210 - nnethercote:speed-up-TokenCursor...
2022-04-21 borsAuto merge of #96003 - aswild:pr/bootstrap-subcommands...
2022-04-21 Nicholas NethercoteIntroduced `Cursor::next_with_spacing_ref`.
2022-04-21 Nicholas NethercoteProduce `CloseDelim` and pop the stack at the same...
2022-04-20 Nicholas NethercoteAvoid some tuple destructuring.
2022-04-20 Dylan DPCRollup merge of #93313 - tmiasko:uninhabited, r=tmandry
2022-04-20 borsAuto merge of #96022 - martingms:inline-const-getters...
2022-04-20 Nicholas NethercoteRemove `Eof` sanity check in `Parser::inlined_bump_with`.
2022-04-20 Nicholas NethercoteOnly record `fallback_span` when necessary.
2022-04-20 Nicholas NethercoteRemove the loop from `Parser::bump()`.
2022-04-20 Nicholas NethercoteRemove `TokenCursorFrame::open_delim`.
2022-04-20 Nicholas NethercoteUse `true` for `open_delim`/`close_delim` in one spot.
2022-04-20 Nicholas NethercoteAdd a size assertion for `Parser`.
2022-04-19 Nicholas NethercoteMove desugaring code into its own function.
2022-04-19 Dylan DPCRollup merge of #96029 - IsakNyberg:error-messages...
2022-04-19 Dylan DPCRollup merge of #95740 - Amanieu:kreg0, r=nagisa
2022-04-19 Dylan DPCRollup merge of #96122 - TaKO8Ki:fix-invalid-error...
2022-04-19 Dylan DPCRollup merge of #96089 - ojeda:no-vec-no_global_oom_han...
2022-04-19 Dylan DPCRollup merge of #96086 - jsgf:remove-extern-location...
2022-04-19 Dylan DPCRollup merge of #95809 - ytmimi:llvm_stamp_typo, r...
2022-04-19 Dylan DPCRollup merge of #94493 - oribenshir:feature/ISSUE-78543...
2022-04-19 borsAuto merge of #96020 - martingms:optimize-relate_substs...
2022-04-19 Nicholas NethercoteHandle `Delimited` opening immediately.
2022-04-19 Nicholas NethercoteAdd {open,close}_delim arguments to `TokenCursorFrame...
2022-04-19 Nicholas NethercoteRearrange `TokenCursor::inlined_next()`.
2022-04-19 Nicholas NethercoteMerge `TokenCursor::{next,next_desugared}`.
2022-04-19 Nicholas NethercoteInline and remove `Parser::next_tok()`.
2022-04-19 Nicholas NethercoteInline and remove `TokenTree::{open_tt,close_tt}`.
2022-04-18 Dylan DPCRollup merge of #96156 - est31:use_from_le_bytes, r...
2022-04-18 Dylan DPCRollup merge of #96148 - marmeladema:nll-revisions...
2022-04-18 Dylan DPCRollup merge of #96032 - ehuss:update-books, r=ehuss
2022-04-18 borsAuto merge of #95906 - jyn514:enforce-valid-paths,...
2022-04-18 borsAuto merge of #96042 - m-ou-se:one-reentrant-mutex...
2022-04-18 borsAuto merge of #96080 - nikic:ranlib, r=Mark-Simulacrum
2022-04-18 borsAuto merge of #96113 - mixi:libressl-3.4.x, r=Mark...
2022-04-18 borsAuto merge of #96000 - jyn514:faster-doctests, r=Mark...
2022-04-18 borsAuto merge of #95695 - the8472:vec-codegen-tests, r...
2022-04-17 borsAuto merge of #93530 - anonion0:pthread_sigmask_fix...
2022-04-17 borsAuto merge of #96016 - Aaron1011:hash-name-cleanup...
2022-04-17 borsAuto merge of #95655 - kckeiks:create-hir-crate-items...
2022-04-17 borsAuto merge of #96010 - eduardosm:Unique-on-top-of-NonNu...
2022-04-17 borsAuto merge of #96002 - nnethercote:speed-up-Vec-clear...
2022-04-16 Dylan DPCRollup merge of #96124 - gilescope:to_digit_speedup4...
2022-04-16 Dylan DPCRollup merge of #96119 - RalfJung:miri, r=RalfJung
2022-04-16 Dylan DPCRollup merge of #96112 - niluxv:strict-provenance-lint...
2022-04-16 Dylan DPCRollup merge of #96105 - jyn514:less-verbose-logging...
2022-04-16 Dylan DPCRollup merge of #95933 - Urgau:rustdoc-htmldocck-tree...
2022-04-16 Dylan DPCRollup merge of #95346 - Aaron1011:stablize-const-exter...
2022-04-16 borsAuto merge of #95899 - petrochenkov:modchild2, r=cjgillot
2022-04-16 borsAuto merge of #96123 - Dylan-DPC:rollup-qjog6n1, r...
2022-04-16 Dylan DPCRollup merge of #96118 - GuillaumeGomez:cleanup-def...
2022-04-16 Dylan DPCRollup merge of #96088 - ehuss:update-mdbook, r=Mark...
2022-04-16 Dylan DPCRollup merge of #96058 - euclio:flock-impls, r=nagisa
2022-04-16 Dylan DPCRollup merge of #95908 - compiler-errors:shallow_resolv...
2022-04-16 Dylan DPCRollup merge of #95426 - b-naber:valtrees-slice, r...
2022-04-16 Dylan DPCRollup merge of #95006 - tmiasko:thread-local-static...
2022-04-16 Dylan DPCRollup merge of #94985 - dtolnay:constattr, r=pnkfelix
next