]> git.lizzy.rs Git - rust.git/history - src/librustc_parse/parser
Rollup merge of #72607 - Amanieu:fix-72570, r=oli-obk
[rust.git] / src / librustc_parse / parser /
2020-05-30 Ralf JungRollup merge of #72607 - Amanieu:fix-72570, r=oli-obk
2020-05-30 Ralf JungRollup merge of #72585 - Aaron1011:feature/opt-item...
2020-05-30 Ralf JungRollup merge of #72540 - davidtwco:issue-67552-mono...
2020-05-30 Ralf JungRollup merge of #72521 - Amanieu:fix-72484, r=petrochenkov
2020-05-30 Ralf JungRollup merge of #72499 - mendess:master, r=dtolnay
2020-05-30 Ralf JungRollup merge of #72441 - doctorn:late-bound-lifetime...
2020-05-30 Ralf JungRollup merge of #72368 - CAD97:rangeto, r=dtolnay
2020-05-30 Yuki OkushiRollup merge of #72724 - Aaron1011:revert-tokenstream...
2020-05-30 Yuki OkushiRollup merge of #72710 - jsgf:unused-deps-test, r=jsgf
2020-05-30 Yuki OkushiRollup merge of #72677 - chrissimpkins:fix-72574, r...
2020-05-30 Yuki OkushiRollup merge of #72621 - Aaron1011:fix/trait-select...
2020-05-30 Yuki OkushiRollup merge of #72419 - RalfJung:read-discriminant...
2020-05-30 Yuki OkushiRollup merge of #72033 - XAMPPRocky:relnotes-1.44.0...
2020-05-29 Ralf JungRollup merge of #72439 - westernmagic:master, r=Amanieu
2020-05-29 Ralf JungRollup merge of #72413 - CAD97:char-range, r=dtolnay
2020-05-29 Ralf JungRollup merge of #72407 - Lucretiel:ipv6-display, r...
2020-05-29 Ralf JungRollup merge of #72103 - lcnr:borrowck-localdefid,...
2020-05-29 Ralf JungRollup merge of #71862 - LeSeulArtichaut:unsafe-block...
2020-05-29 Ralf JungRollup merge of #71804 - petrochenkov:static-pie, r...
2020-05-29 Ralf JungRollup merge of #71500 - josephlr:offset, r=oli-obk...
2020-05-29 Ralf JungRollup merge of #71095 - pickfire:box-from-array, r...
2020-05-29 Ralf JungRollup merge of #67460 - estebank:named-lts, r=nikomatsakis
2020-05-29 Dylan DPCRollup merge of #72731 - GuillaumeGomez:cleanup-e0619...
2020-05-29 Dylan DPCRollup merge of #72701 - pickfire:patch-1, r=Mark-Simul...
2020-05-29 Dylan DPCRollup merge of #72591 - sexxi-goose:rename_upvar_list...
2020-05-29 Dylan DPCRollup merge of #72572 - JohnTitor:add-tests, r=matthew...
2020-05-29 Dylan DPCRollup merge of #72568 - golddranks:add_total_cmp_to_fl...
2020-05-29 Dylan DPCRollup merge of #72398 - Lucretiel:ip-socket-display...
2020-05-29 Dylan DPCRollup merge of #72383 - DarkEld3r:issue-72322, r=matth...
2020-05-29 Dylan DPCRollup merge of #72310 - jyn514:peekable-next-if, r...
2020-05-29 borsAuto merge of #72671 - flip1995:clippyup, r=Xanewok
2020-05-29 borsAuto merge of #72727 - JohnTitor:rollup-nni16m2, r...
2020-05-29 Yuki OkushiRollup merge of #72720 - poliorcetics:clarify-take...
2020-05-29 Yuki OkushiRollup merge of #72713 - rust-lang:jonas-schievink...
2020-05-29 Yuki OkushiRollup merge of #72711 - lcnr:fixme-heyho, r=jonas...
2020-05-29 Yuki OkushiRollup merge of #72547 - alex:patch-1, r=oli-obk
2020-05-29 Yuki OkushiRollup merge of #72534 - chrissimpkins:fix-72373, r...
2020-05-29 Yuki OkushiRollup merge of #72495 - GuillaumeGomez:cleanup-e0601...
2020-05-29 Yuki OkushiRollup merge of #72452 - Lucretiel:precision-doc, r...
2020-05-29 Yuki OkushiRollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnay
2020-05-29 Yuki OkushiRollup merge of #72288 - vorner:stabilize-weak-into...
2020-05-29 Yuki OkushiRollup merge of #71843 - sfackler:cas-loop-cleanup...
2020-05-29 Yuki OkushiRollup merge of #71633 - a1phyr:infallible_error, r...
2020-05-29 borsAuto merge of #72506 - Nadrieril:fix-72476, r=matthewjasper
2020-05-29 Dylan DPCRollup merge of #72667 - RalfJung:unaligned-ref-test...
2020-05-29 Dylan DPCRollup merge of #72645 - ldm0:mailmap, r=nikomatsakis
2020-05-29 Dylan DPCRollup merge of #72605 - GuillaumeGomez:cleanup-e0617...
2020-05-29 Dylan DPCRollup merge of #72466 - lzutao:stabilize_str-strip...
2020-05-29 Dylan DPCRollup merge of #72239 - hch12907:master, r=dtolnay
2020-05-28 flip1995Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5...
2020-05-28 borsAuto merge of #72494 - lcnr:predicate-cleanup, r=nikoma...
2020-05-27 borsAuto merge of #71996 - Marwes:detach_undo_log, r=nikoma...
2020-05-27 Chris Simpkinsimprove diagnostics suggestion for missing `@` in ...
2020-05-27 borsAuto merge of #72601 - JohnTitor:deps, r=Mark-Simulacrum
2020-05-27 borsAuto merge of #72639 - Dylan-DPC:rollup-76upj51, r...
2020-05-27 Dylan DPCRollup merge of #72626 - phimuemue:doubleendediter_doc...
2020-05-27 Dylan DPCRollup merge of #72610 - GuillaumeGomez:revert-unwanted...
2020-05-27 Dylan DPCRollup merge of #72606 - GuillaumeGomez:cell-example...
2020-05-27 Dylan DPCRollup merge of #72548 - rossmacarthur:add-mcve-for...
2020-05-27 Dylan DPCRollup merge of #72533 - Diggsey:db-fix-arc-ub2, r...
2020-05-27 Dylan DPCRollup merge of #72348 - chrissimpkins:fix-72253, r...
2020-05-26 Chris Simpkinsimprove error message for unexpected comma token in...
2020-05-26 Dylan DPCRollup merge of #72581 - samrat:allow-desugared-break...
2020-05-26 Dylan DPCRollup merge of #72401 - ecstatic-morse:issue-72394...
2020-05-26 borsAuto merge of #71900 - GuillaumeGomez:clean-up-rustdoc...
2020-05-26 Aaron HillOnly capture tokens for items with outer attributes
2020-05-25 Dylan DPCRollup merge of #72538 - rakshith-ravi:refactor/remove...
2020-05-25 Dylan DPCRollup merge of #72451 - ecstatic-morse:nrvo-type-misma...
2020-05-25 Dylan DPCRollup merge of #72450 - csmoe:issue-72442, r=oli-obk
2020-05-25 Dylan DPCRollup merge of #72424 - RalfJung:mir-print-ice, r...
2020-05-25 Dylan DPCRollup merge of #72061 - lcnr:const-inference-test...
2020-05-25 Dylan DPCRollup merge of #72567 - GuillaumeGomez:cleanup-e0608...
2020-05-25 Dylan DPCRollup merge of #72308 - Aaron1011:fix/hygiene-error...
2020-05-25 Dylan DPCRollup merge of #72153 - lcnr:exhaustively-match, r...
2020-05-25 borsAuto merge of #72354 - tamird:remove-copyright, r=Mark...
2020-05-25 Ralf JungRollup merge of #72551 - alilleybrinker:document-debug...
2020-05-25 Ralf JungRollup merge of #72544 - sexxi-goose:upvars_mentioned...
2020-05-25 Ralf JungRollup merge of #72537 - Amanieu:fix-asm-liveness,...
2020-05-25 Ralf JungRollup merge of #72525 - RalfJung:miri-cast-checks...
2020-05-25 Ralf JungRollup merge of #71940 - SimonSapin:nonnull-slice,...
2020-05-25 borsAuto merge of #72520 - jonas-schievink:cleanup-userty...
2020-05-25 borsAuto merge of #72472 - LeSeulArtichaut:sync-command...
2020-05-24 borsAuto merge of #72287 - Aaron1011:feature/min-token...
2020-05-24 Aaron HillCollect tokens for `ast::Expr`
2020-05-24 Ralf JungRollup merge of #72535 - saschanaz:patch-1, r=jonas...
2020-05-24 Ralf JungRollup merge of #72532 - ratijas:dyn-trait-object-doc...
2020-05-24 Ralf JungRollup merge of #72530 - GuillaumeGomez:cleanup-e0602...
2020-05-24 Ralf JungRollup merge of #72527 - RalfJung:miri-clippy-test...
2020-05-24 Ralf JungRollup merge of #72402 - marmeladema:resolver-outputs...
2020-05-24 borsAuto merge of #72531 - RalfJung:miri-upd, r=RalfJung
2020-05-24 borsAuto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJung
2020-05-24 Ralf JungRollup merge of #72528 - emosenkis:patch-1, r=dtolnay
2020-05-24 Ralf JungRollup merge of #72393 - Aaron1011:feature/rewrite...
2020-05-23 Dylan DPCRollup merge of #72092 - workingjubilee:patch-2, r...
2020-05-22 Dylan DPCRollup merge of #72461 - GuillaumeGomez:cleanup-e0600...
2020-05-22 Dylan DPCRollup merge of #72375 - GuillaumeGomez:cleanup-e0599...
2020-05-22 Ralf JungRollup merge of #72376 - wesleywiser:record_cgu_name...
2020-05-22 Ralf JungRollup merge of #72345 - GuillaumeGomez:cleanup-e0593...
2020-05-22 Ralf JungRollup merge of #72235 - GuillaumeGomez:cleanup-E0590...
2020-05-22 Ralf JungRollup merge of #72123 - jsgf:stabilize-arg0, r=sfackler
next