]> git.lizzy.rs Git - rust.git/history - src/librustc/hir/print.rs
Fix tests and assertions; add some comments
[rust.git] / src / librustc / hir / print.rs
2018-09-19 borsAuto merge of #53877 - withoutboats:compositional-pin...
2018-09-18 Guillaume GomezRollup merge of #54311 - frewsxcv:frewsxcv-readme,...
2018-09-18 Guillaume GomezRollup merge of #54232 - pnkfelix:add-way-to-disable...
2018-09-18 Guillaume GomezRollup merge of #54225 - pnkfelix:issue-53675-add-test...
2018-09-18 Guillaume GomezRollup merge of #54205 - GuillaumeGomez:treat-err-as...
2018-09-18 Guillaume GomezRollup merge of #54097 - GuillaumeGomez:remove-keyword...
2018-09-18 Guillaume GomezRollup merge of #53522 - phungleson:fix-impl-from-for...
2018-09-18 borsAuto merge of #53900 - davidtwco:issue-53771, r=nikomat...
2018-09-17 borsAuto merge of #52036 - collin5:b50509-2, r=collin5
2018-09-17 borsAuto merge of #54247 - Munksgaard:better-error-message...
2018-09-16 borsAuto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapin
2018-09-16 borsAuto merge of #53804 - RalfJung:ptr-invalid, r=nagisa
2018-09-16 Guillaume GomezRollup merge of #54244 - kzys:search-box, r=GuillaumeGomez
2018-09-16 Guillaume GomezRollup merge of #54213 - nnethercote:keccak-flow_inits...
2018-09-16 Guillaume GomezRollup merge of #54209 - petrochenkov:mexpr, r=pnkfelix
2018-09-16 Guillaume GomezRollup merge of #54181 - vi:hint_and_or, r=estebank
2018-09-16 Guillaume GomezRollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomez
2018-09-16 borsAuto merge of #54157 - euclio:structured-suggestion...
2018-09-16 borsAuto merge of #53754 - RalfJung:slice_align_to, r=alexc...
2018-09-15 borsAuto merge of #53527 - Emerentius:test_all, r=nrc
2018-09-15 borsAuto merge of #52896 - SergioBenitez:master, r=alexcrichton
2018-09-15 borsAuto merge of #54227 - flip1995:clippyup, r=kennytm
2018-09-15 borsAuto merge of #54177 - nnethercote:streamline-bit-stuff...
2018-09-15 borsAuto merge of #54151 - ljedrz:cleanup_hir, r=michaelwoe...
2018-09-14 kennytmRollup merge of #53218 - weiznich:feature/option_ref_in...
2018-09-14 borsAuto merge of #52962 - GuillaumeGomez:few-things, r...
2018-09-13 kennytmRollup merge of #54147 - agnxy:const-eval-test, r=oli-obk
2018-09-13 kennytmRollup merge of #53976 - GuillaumeGomez:expect-world...
2018-09-12 borsAuto merge of #53409 - GuillaumeGomez:associated-const...
2018-09-12 ljedrzA few cleanups for hir
2018-09-12 kennytmRollup merge of #53777 - ivanbakel:result_map_or_else...
2018-09-12 kennytmRollup merge of #52514 - DiamondLovesYou:amdgpu-fixes...
2018-09-10 borsAuto merge of #53565 - PramodBisht:issue/53359_b, r...
2018-09-10 borsAuto merge of #53854 - davidtwco:issue-53668, r=nikomat...
2018-09-07 borsAuto merge of #53830 - davidtwco:issue-53228, r=nikomat...
2018-09-07 kennytmRollup merge of #53895 - joshtriplett:tidy-tidy, r...
2018-09-07 kennytmRollup merge of #53874 - withoutboats:pin-ptr-impls...
2018-09-07 kennytmRollup merge of #53550 - brson:recurring, r=estebank
2018-09-07 kennytmRollup merge of #53376 - frewsxcv:frewsxcv-copy, r...
2018-09-06 borsAuto merge of #53575 - matthewjasper:unsized-is-an...
2018-09-06 borsAuto merge of #53707 - eddyb:phantom-waffles, r=oli-obk
2018-09-06 borsAuto merge of #53721 - arielb1:exhaustively-unpun,...
2018-09-05 borsAuto merge of #52994 - varkor:trim_direction, r=alexcri...
2018-09-05 borsAuto merge of #53878 - alexcrichton:wasm-atomics-featur...
2018-09-05 borsAuto merge of #53867 - cwndrws:json-test-formatter...
2018-09-05 borsAuto merge of #53027 - matklad:once_is_completed, r...
2018-09-03 borsAuto merge of #53883 - RalfJung:miri-assert, r=oli-obk
2018-09-03 borsAuto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obk
2018-09-03 borsAuto merge of #53673 - michaelwoerister:incr-thinlto...
2018-09-03 borsAuto merge of #53831 - TheDarkula:pointer-check, r...
2018-09-03 borsAuto merge of #53865 - zilbuz:issue-52768, r=pnkfelix
2018-09-03 borsAuto merge of #53838 - nrc:save-generic, r=eddyb
2018-09-02 borsAuto merge of #53725 - tbu-:pr_getrandom_syscalls,...
2018-09-02 borsAuto merge of #53599 - matthiaskrgr:split_str__to__spli...
2018-09-02 borsAuto merge of #53887 - flip1995:tool_lints, r=Manishearth
2018-09-01 borsAuto merge of #53842 - estebank:various, r=petrochenkov
2018-09-01 borsAuto merge of #53815 - F001:if-let-guard, r=petrochenkov
2018-09-01 borsAuto merge of #53533 - withoutboats:error-source, r...
2018-09-01 kennytmRollup merge of #53801 - GuillaumeGomez:duplicated...
2018-08-31 borsAuto merge of #51384 - QuietMisdreavus:extern-version...
2018-08-31 borsAuto merge of #53699 - oli-obk:promotion_stability_hole...
2018-08-30 Pietro AlbiniRollup merge of #53806 - GuillaumeGomez:fix-ui-issues...
2018-08-30 Pietro AlbiniRollup merge of #53753 - RalfJung:keep-stage, r=nikomat...
2018-08-30 Pietro AlbiniRollup merge of #53747 - GuillaumeGomez:rustdoc-fixes...
2018-08-30 Pietro AlbiniRollup merge of #53743 - oconnor663:target_env, r=kennytm
2018-08-30 Pietro AlbiniRollup merge of #53740 - japaric:readobj, r=alexcrichton
2018-08-30 Pietro AlbiniRollup merge of #53732 - emilio:foreign-fn, r=nrc
2018-08-30 Pietro AlbiniRollup merge of #53727 - estebank:incorrect-deref-sugge...
2018-08-30 Pietro AlbiniRollup merge of #53702 - jkozlowski:correct_version_for...
2018-08-30 Pietro AlbiniRollup merge of #53655 - jcpst:with_applicability,...
2018-08-30 Pietro AlbiniRollup merge of #53513 - nnethercote:inline-shallow_res...
2018-08-30 Pietro AlbiniRollup merge of #53476 - GuillaumeGomez:try-from-int...
2018-08-30 Pietro AlbiniRollup merge of #53389 - RalfJung:thread-join, r=sfackler
2018-08-30 Pietro AlbiniRollup merge of #53129 - nikomatsakis:issue-51172-tweak...
2018-08-30 Pietro AlbiniRollup merge of #53113 - kpp:more_docs_for_cow, r=Guill...
2018-08-30 Pietro AlbiniRollup merge of #51760 - GuillaumeGomez:add-another...
2018-08-30 borsAuto merge of #53733 - nnethercote:avoid-unroll_place...
2018-08-30 F001introduce Guard enum
2018-08-29 borsAuto merge of #53564 - MaloJaffre:vecdeque, r=gnzlbg
2018-08-29 borsAuto merge of #53245 - michaelwoerister:thinlto-rust...
2018-08-29 borsAuto merge of #53711 - arielb1:macro-table, r=michaelwo...
2018-08-29 borsAuto merge of #53684 - alexcrichton:suggest-remove...
2018-08-29 borsAuto merge of #53671 - RalfJung:miri-refactor, r=oli-obk
2018-08-28 borsAuto merge of #53679 - japaric:cortex-r, r=alexcrichton
2018-08-28 borsAuto merge of #53493 - matthewjasper:hair-spans, r...
2018-08-28 borsAuto merge of #53314 - nikomatsakis:nll-invert-liveness...
2018-08-28 borsAuto merge of #53616 - varkor:hir-map-rename, r=nikomat...
2018-08-27 varkorRemove Node* prefix from AnnNode
2018-08-27 borsAuto merge of #51456 - qmx:crate-in-path, r=nikomatsakis
2018-08-26 Guillaume GomezRollup merge of #53428 - RalfJung:libtest-terse, r...
2018-08-26 Guillaume GomezRollup merge of #53043 - GuillaumeGomez:improve-unstabl...
2018-08-25 borsAuto merge of #53385 - matklad:stabilize-find-map,...
2018-08-24 kennytmRollup merge of #53545 - FelixMcFelix:fix-50865-beta...
2018-08-24 kennytmRollup merge of #53559 - Dylan-DPC:fix/missing-doc...
2018-08-24 kennytmRollup merge of #53311 - RalfJung:windows-mutex, r...
2018-08-23 borsAuto merge of #52602 - scottmcm:tryblock-expr, r=nikoma...
2018-08-23 borsAuto merge of #53235 - varkor:gat_impl_where, r=estebank
2018-08-23 borsAuto merge of #53520 - nnethercote:merge-IdxSet-IdxSetB...
2018-08-22 Guillaume GomezRollup merge of #53442 - staktrace:rlsbump, r=nrc
2018-08-22 Guillaume GomezRollup merge of #53431 - alexreg:move-feature-gate...
next