]> git.lizzy.rs Git - rust.git/history - src/librustc_data_structures/graph/scc/test.rs
Rollup merge of #58034 - faern:stabilize-time-checked-add, r=alexcrichton
[rust.git] / src / librustc_data_structures / graph / scc / test.rs
2019-02-13 Mazdak FarrokhzadRollup merge of #58034 - faern:stabilize-time-checked...
2019-02-13 Mazdak FarrokhzadRollup merge of #57815 - dotdash:asserts, r=sfackler
2019-02-13 Mazdak FarrokhzadRollup merge of #57693 - king6cong:word, r=Centril
2019-02-12 Mazdak FarrokhzadRollup merge of #58318 - taiki-e:libserialize-2018...
2019-02-12 Mazdak FarrokhzadRollup merge of #58300 - taiki-e:librustc_typeck-2018...
2019-02-12 Mazdak FarrokhzadRollup merge of #58288 - taiki-e:rustc-workspace-hack...
2019-02-12 Mazdak FarrokhzadRollup merge of #58287 - taiki-e:rustc-std-workspace...
2019-02-12 borsAuto merge of #58246 - pmccarter:master, r=oli-obk
2019-02-12 borsAuto merge of #58180 - davidtwco:issue-58053, r=estebank
2019-02-11 borsAuto merge of #56645 - pietroalbini:fix-unused-imports...
2019-02-11 borsAuto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc
2019-02-11 borsAuto merge of #58152 - ljedrz:HirIdify_mir, r=Zoxc
2019-02-10 Guillaume GomezRollup merge of #58346 - RalfJung:rpath-pop, r=Mark...
2019-02-10 Guillaume GomezRollup merge of #58345 - RalfJung:2nd-filename, r=matth...
2019-02-10 Guillaume GomezRollup merge of #58297 - GuillaumeGomez:cleanup-js...
2019-02-10 Guillaume GomezRollup merge of #58295 - RalfJung:stdio, r=alexcrichton
2019-02-10 Guillaume GomezRollup merge of #58262 - taiki-e:must_use, r=estebank
2019-02-10 Guillaume GomezRollup merge of #58203 - euclio:rustdoc-async, r=Guilla...
2019-02-10 Guillaume GomezRollup merge of #58157 - h-michael:cargo-lock, r=alexcr...
2019-02-10 Guillaume GomezRollup merge of #57926 - icefoxen:test-doc-pr, r=frewsxcv
2019-02-10 Guillaume GomezRollup merge of #57740 - JakubOnderka:ipv4addr-to_ne_by...
2019-02-10 Guillaume GomezRollup merge of #57259 - king6cong:master, r=alexcrichton
2019-02-10 borsAuto merge of #58129 - RalfJung:maybe-uninit, r=cramertj
2019-02-10 borsAuto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc
2019-02-10 borsAuto merge of #58085 - wesleywiser:profiler_2, r=wesley...
2019-02-10 borsAuto merge of #57770 - Zoxc:no-hash-query, r=michaelwoe...
2019-02-09 borsAuto merge of #58065 - alexreg:refactor-smart_resolve_p...
2019-02-09 borsAuto merge of #57944 - estebank:unclosed-delim-the...
2019-02-09 borsAuto merge of #57885 - arielb1:xform-probe, r=nikomatsakis
2019-02-09 borsAuto merge of #58207 - nnethercote:intern_lazy_const...
2019-02-09 borsAuto merge of #57617 - mark-i-m:multiple-matcher-bindin...
2019-02-09 borsAuto merge of #57184 - varkor:deny-warnings-lib, r...
2019-02-09 borsAuto merge of #58316 - Centril:rollup, r=Centril
2019-02-08 Mazdak FarrokhzadRollup merge of #58312 - taiki-e:librustc_data_structur...
2019-02-08 Taiki Endolibrustc_data_structures => 2018
2019-01-28 Mazdak FarrokhzadRollup merge of #57859 - GuillaumeGomez:fix-background...
2019-01-27 borsAuto merge of #57925 - fintelia:riscv-cas, r=nagisa
2019-01-25 Mazdak FarrokhzadRollup merge of #56217 - frewsxcv:frewsxcv-float-parse...
2019-01-21 Mazdak FarrokhzadRollup merge of #56796 - KrishnaSannasi:try_from_impl_c...
2019-01-18 Mazdak FarrokhzadRollup merge of #57132 - daxpedda:master, r=steveklabnik
2019-01-18 Mazdak FarrokhzadRollup merge of #57107 - mjbshaw:thread_local_test...
2019-01-18 Mazdak FarrokhzadRollup merge of #56594 - sdroege:c_void-is-not-never...
2019-01-15 Mazdak FarrokhzadRollup merge of #56044 - matthewjasper:function-param...
2019-01-12 Mazdak FarrokhzadRollup merge of #57042 - pnkfelix:issue-57038-sidestep...
2019-01-12 Mazdak FarrokhzadRollup merge of #56425 - scottmcm:redo-vec-set_len...
2019-01-09 Stein SomersMerge remote-tracking branch 'upstream/master'
2019-01-05 kennytmRollup merge of #57278 - mati865:config_clippy, r=alexc...
2019-01-05 kennytmRollup merge of #57229 - mikeyhew:fix-56806, r=varkor
2019-01-05 borsAuto merge of #57101 - o01eg:fix-57014, r=alexcrichton
2019-01-04 borsAuto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis
2019-01-02 borsAuto merge of #56827 - faern:eliminate-recv-timeout...
2019-01-01 borsAuto merge of #57125 - doitian:inconsistent-clone-doc...
2018-12-31 borsAuto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister
2018-12-29 borsAuto merge of #57006 - GuillaumeGomez:no-crate-filter...
2018-12-28 borsAuto merge of #57118 - Zoxc:query-stats, r=wesleywiser
2018-12-28 borsAuto merge of #55519 - fhartwig:hashmap-index-example...
2018-12-27 borsAuto merge of #56838 - Aaron1011:fix/rustdoc-infer...
2018-12-27 borsAuto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=josht...
2018-12-27 borsAuto merge of #57129 - RalfJung:check-bounds, r=oli-obk
2018-12-26 borsAuto merge of #56534 - xfix:copied, r=@SimonSapin
2018-12-26 borsAuto merge of #57108 - Mark-Simulacrum:license-remove...
2018-12-26 Mark RousskovRemove licenses
2018-11-01 Pietro AlbiniRollup merge of #55280 - vlad20012:add-libproc_macro...
2018-10-05 Pietro AlbiniRollup merge of #54838 - 11Takanori:fix-typo, r=petroch...
2018-08-31 borsAuto merge of #51384 - QuietMisdreavus:extern-version...
2018-08-19 Mazdak FarrokhzadMerge branch 'master' into feature/core_convert_id
2018-08-04 kennytmRollup merge of #53001 - petrochenkov:master, r=estebank
2018-08-01 borsAuto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
2018-07-30 Brad Gibsonresolved upstream merge conflicts
2018-07-25 Tatsuyuki IshiMerge remote-tracking branches 'ljedrz/dyn_libcore...
2018-07-24 Mark RousskovRollup merge of #52656 - jD91mZM2:stablize-uds, r=alexc...
2018-07-24 Mark RousskovRollup merge of #52391 - Amanieu:volatile_unaligned...
2018-07-24 borsAuto merge of #52189 - cuviper:static-box-leak, r=bluss
2018-07-23 borsAuto merge of #52211 - bjorn3:misc_rustdoc_changes...
2018-07-22 kennytmRollup merge of #52587 - csmoe:doc, r=kennytm
2018-07-22 kennytmRollup merge of #52465 - sekineh:add-ci-thumb, r=alexcr...
2018-07-22 kennytmRollup merge of #51807 - newpavlov:deprecate_str_slice...
2018-07-22 borsAuto merge of #52368 - GuillaumeGomez:intra_doc_link_re...
2018-07-21 borsAuto merge of #51485 - estebank:dehighlight-secondary...
2018-07-19 borsAuto merge of #51854 - davidtwco:rfc-2008-rustdoc,...
2018-07-18 kennytmRollup merge of #51628 - euclio:line-writer, r=frewsxcv
2018-07-18 borsAuto merge of #52375 - oli-obk:the_early_lint_pass_gets...
2018-07-18 kennytmRollup merge of #52218 - rivertam:patch-1, r=withoutboats
2018-07-18 kennytmRollup merge of #52116 - Pazzaz:match-str-case, r=Simon...
2018-07-18 borsAuto merge of #52342 - nnethercote:CanonicalVar, r...
2018-07-17 borsAuto merge of #52145 - ExpHP:drop-it-like-its-eof,...
2018-07-17 kennytmRollup merge of #52385 - GuillaumeGomez:pass-edition...
2018-07-17 kennytmRollup merge of #52306 - ljedrz:obligation_forest_clone...
2018-07-17 kennytmRollup merge of #52286 - ljedrz:dyn_librustc_errors...
2018-07-17 borsAuto merge of #52335 - nnethercote:BitSlice-fixes,...
2018-07-17 borsAuto merge of #52285 - ljedrz:dyn_librustc_driver,...
2018-07-16 kennytmRollup merge of #52285 - ljedrz:dyn_librustc_driver...
2018-07-15 borsAuto merge of #52381 - oli-obk:ty_to_def_id, r=eddyb
2018-07-15 borsAuto merge of #52348 - oli-obk:bugfix, r=petrochenkov
2018-07-14 borsAuto merge of #52318 - TheDarkula:master, r=oli-obk
2018-07-14 borsAuto merge of #52326 - alexcrichton:tweak-proc-macro...
2018-07-14 borsAuto merge of #52212 - kennytm:o3-again, r=alexcrichton
2018-07-14 borsAuto merge of #52244 - glandium:issue52097, r=estebank
2018-07-14 borsAuto merge of #52328 - petrochenkov:pmroot, r=alexcrichton
2018-07-14 borsAuto merge of #52314 - varkor:issue-52023, r=oli-obk
next