]> git.lizzy.rs Git - rust.git/history - compiler/rustc_parse/src/parser/stmt.rs
Use `token::Lit` in `ast::ExprKind::Lit`.
[rust.git] / compiler / rustc_parse / src / parser / stmt.rs
2022-11-15 Nicholas NethercoteUse `token::Lit` in `ast::ExprKind::Lit`.
2022-11-15 borsAuto merge of #104054 - RalfJung:byte-provenance, r...
2022-11-15 borsAuto merge of #104437 - matthiaskrgr:rollup-n5jdg9v...
2022-11-15 Matthias KrügerRollup merge of #104339 - compiler-errors:rustc_deny_ex...
2022-11-15 Matthias KrügerRollup merge of #104316 - cjgillot:simplify-async-sugge...
2022-11-15 Matthias KrügerRollup merge of #104309 - chenyukang:yukang/fix-104088...
2022-11-15 Matthias KrügerRollup merge of #104296 - compiler-errors:opaque-ty...
2022-11-15 Matthias KrügerRollup merge of #104258 - compiler-errors:tait-closure...
2022-11-15 Matthias KrügerRollup merge of #104148 - fmease:fix-104140, r=petrochenkov
2022-11-15 Matthias KrügerRollup merge of #103734 - Mark-Simulacrum:fix-version...
2022-11-15 Matthias KrügerRollup merge of #103439 - Nilstrieb:help-me-with-my...
2022-11-15 borsAuto merge of #101168 - jachris:dataflow-const-prop...
2022-11-15 yukangcomment feedback
2022-11-15 yukangfix #104088, Slightly improve error message for invalid...
2022-11-15 Matthias KrügerRollup merge of #104422 - compiler-errors:fix-suggest_a...
2022-11-15 Matthias KrügerRollup merge of #104404 - GuillaumeGomez:fix-missing...
2022-11-15 Matthias KrügerRollup merge of #104391 - nnethercote:deriving-cleanups...
2022-11-15 Matthias KrügerRollup merge of #104383 - WaffleLapkin:rustc_undiagnost...
2022-11-15 Matthias KrügerRollup merge of #104381 - mejrs:none_error, r=compiler...
2022-11-15 Matthias KrügerRollup merge of #104380 - rust-lang:notriddle/code...
2022-11-15 Matthias KrügerRollup merge of #104372 - Ayush1325:compiler-builtins...
2022-11-15 Matthias KrügerRollup merge of #104354 - lukas-code:blank-lines-2...
2022-11-15 Matthias KrügerRollup merge of #103842 - andrewpollack:add-fuchsia...
2022-11-15 borsAuto merge of #104091 - BelovDV:issue-103044, r=petroch...
2022-11-14 Matthias KrügerRollup merge of #104378 - compiler-errors:chalk-up...
2022-11-14 Matthias KrügerRollup merge of #104364 - petrochenkov:docice2, r=Guill...
2022-11-14 Matthias KrügerRollup merge of #104356 - RalfJung:interpret-check...
2022-11-14 Matthias KrügerRollup merge of #104350 - SparkyPotato:fix-x-wrapper...
2022-11-14 Matthias KrügerRollup merge of #104349 - rustaceanclub:master, r=oli-obk
2022-11-14 Matthias KrügerRollup merge of #104332 - Elarcis:maybe_uninit_doc_fix...
2022-11-14 Matthias KrügerRollup merge of #104294 - compiler-errors:inline-ct...
2022-11-14 Matthias KrügerRollup merge of #104229 - compiler-errors:overlap-full...
2022-11-14 Matthias KrügerRollup merge of #104223 - fmease:recover-fn-ptr-with...
2022-11-14 Matthias KrügerRollup merge of #102470 - est31:stabilize_const_char_co...
2022-11-14 Matthias KrügerRollup merge of #101967 - jmillikin:linux-abstract...
2022-11-14 borsAuto merge of #104387 - Manishearth:rollup-9e551p5...
2022-11-14 Manish GoregaokarRollup merge of #104362 - WaffleLapkin:span_bug_won...
2022-11-13 Maybe WaffleAdd `delay_span_bug` to `AttrWrapper::take_for_recovery`
2022-11-12 Guillaume GomezRollup merge of #104308 - scottmcm:no-more-validalign...
2022-11-12 Dylan DPCRollup merge of #102049 - fee1-dead-contrib:derive_cons...
2022-11-11 Manish GoregaokarRollup merge of #103531 - chenyukang:yukang/fix-103474...
2022-11-11 Manish GoregaokarRollup merge of #103468 - chenyukang:yukang/fix-103435...
2022-11-11 Manish GoregaokarRollup merge of #102215 - alexcrichton:wasm-link-whole...
2022-11-11 Dylan DPCRollup merge of #103445 - fmease:fix-50291, r=estebank
2022-11-11 borsAuto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank
2022-11-10 Manish GoregaokarRollup merge of #101939 - zhaixiaojuan:loongarch64...
2022-11-10 Michael GouletRollup merge of #103443 - mucinoab:recover-colon-as...
2022-11-09 Manish GoregaokarRollup merge of #103307 - b4den:master, r=estebank
2022-11-09 Laurențiu Nicola:arrow_up: rust-analyzer
2022-11-09 Dylan DPCRollup merge of #103570 - lukas-code:stabilize-ilog...
2022-11-09 borsAuto merge of #102565 - jyn514:refactor-build-manifest...
2022-11-09 Manish GoregaokarRollup merge of #103521 - chenyukang:yukang/fix-103451...
2022-11-05 borsAuto merge of #102458 - JohnTitor:stabilize-instruction...
2022-11-05 borsAuto merge of #103691 - michaelwoerister:consistent...
2022-11-04 borsAuto merge of #103298 - ferrocene:pa-compile-flags...
2022-11-04 Matthias KrügerRollup merge of #103397 - crlf0710:port_dead_code_lint...
2022-11-04 borsAuto merge of #2641 - DrMeepster:init_once_acquire...
2022-11-04 borsAuto merge of #101703 - nicholasbishop:bishop-add-uefi...
2022-11-04 borsAuto merge of #103098 - Amanieu:asm-tied-fixed, r=bjorn3
2022-11-03 borsAuto merge of #103455 - BlackHoleFox:apple-sim-abi...
2022-11-02 Matthias KrügerRollup merge of #103610 - wesleywiser:thinlto_cgu1...
2022-11-02 Dylan DPCRollup merge of #103275 - Manishearth:tinystrup, r...
2022-11-02 Manish GoregaokarRollup merge of #103084 - inquisitivecrystal:control...
2022-11-01 borsAuto merge of #103217 - mejrs:track, r=eholk
2022-11-01 Dylan DPCRollup merge of #84022 - Aaron1011:remove-derive-res...
2022-11-01 Laurențiu Nicola:arrow_up: rust-analyzer
2022-10-31 borsAuto merge of #102950 - oli-obk:check_miri, r=RalfJung
2022-10-31 Dylan DPCRollup merge of #103766 - lukas-code:error-in-core...
2022-10-31 Dylan DPCRollup merge of #103338 - l4l:enum-unreachable-pub...
2022-10-31 Michael HowellRollup merge of #102689 - ayrtonm:master, r=cjgillot
2022-10-31 Michael HowellRollup merge of #102101 - BelovDV:new-check-lld-version...
2022-10-31 Michael HowellRollup merge of #101944 - notriddle:notriddle/toggle...
2022-10-31 Michael HowellRollup merge of #97971 - Soveu:varargs, r=jackh726
2022-10-30 borsAuto merge of #103479 - nikic:update-llvm-9, r=cuviper
2022-10-30 borsAuto merge of #103299 - nikic:usub-overflow, r=wesleywiser
2022-10-30 borsAuto merge of #103295 - ishitatsuyuki:ninja, r=cuviper
2022-10-30 borsAuto merge of #2639 - RalfJung:rustup, r=RalfJung
2022-10-30 Ralf JungMerge from rustc
2022-10-30 Dylan DPCRollup merge of #103560 - zbyrn:issue-103358-fix, r...
2022-10-30 Dylan DPCRollup merge of #93582 - WaffleLapkin:rpitirpit, r...
2022-10-30 borsAuto merge of #103721 - RalfJung:miri, r=RalfJung
2022-10-29 Matthias KrügerRollup merge of #103253 - notriddle:notriddle/test...
2022-10-29 Matthias KrügerRollup merge of #103124 - ldm0:nohard_tests, r=Mark...
2022-10-29 Matthias KrügerRollup merge of #100006 - jyn514:update-copy, r=dtolnay
2022-10-29 borsAuto merge of #103450 - cjgillot:elision-nodedup, r...
2022-10-29 Guillaume GomezRollup merge of #103415 - compiler-errors:tiny-perf...
2022-10-29 Guillaume GomezRollup merge of #102721 - nbdd0121:panic, r=Amanieu
2022-10-29 Guillaume GomezRollup merge of #102634 - andrewpollack:refactor-test...
2022-10-29 Matthias KrügerRollup merge of #103383 - compiler-errors:tait-scope...
2022-10-29 Matthias KrügerRollup merge of #103342 - Rageking8:add-test-for-issue...
2022-10-29 Matthias KrügerRollup merge of #102961 - reitermarkus:const-cstr-from...
2022-10-28 borsAuto merge of #102737 - RalfJung:poll_fn_pin, r=Mark...
2022-10-28 borsAuto merge of #103071 - wesleywiser:fix_inlined_line_nu...
2022-10-28 borsAuto merge of #102674 - CastilloDel:master, r=oli-obk
2022-10-28 Matthias KrügerRollup merge of #103643 - notriddle:notriddle/summary...
2022-10-28 Matthias KrügerRollup merge of #103550 - notriddle:notriddle/no-sugges...
2022-10-28 Matthias KrügerRollup merge of #103523 - GuillaumeGomez:inline-doc...
2022-10-28 Matthias KrügerRollup merge of #103283 - nbarrios1337:unsafe-impl...
2022-10-27 Matthias KrügerRollup merge of #103544 - Nilstrieb:no-recovery-pls...
2022-10-27 Matthias KrügerRollup merge of #103524 - petrochenkov:modchild4, r...
next