]> git.lizzy.rs Git - rust.git/history - src/librustc_session/lib.rs
Depend on getopts from crates.io
[rust.git] / src / librustc_session / lib.rs
2020-04-11 Luca BarbieriDepend on getopts from crates.io
2020-04-08 Dylan DPCRollup merge of #70134 - hermitcore:osstrext, r=dtolnay
2020-04-04 borsAuto merge of #69898 - spastorino:rename-rustc-guide2...
2020-04-04 borsAuto merge of #70136 - hermitcore:network_tcp, r=dtolnay
2020-04-03 Mazdak FarrokhzadRollup merge of #68334 - andre-richter:master, r=japaric
2020-03-31 Dylan DPCRollup merge of #70600 - danielframpton:aarch64-windows...
2020-03-31 Dylan DPCRollup merge of #69425 - lcnr:make_contiguous, r=Amanieu
2020-03-29 Mazdak FarrokhzadRollup merge of #70140 - Nemo157:result-flatten, r...
2020-03-29 Mazdak FarrokhzadRollup merge of #70101 - tmiasko:intrinsics-copy, r...
2020-03-29 Mazdak FarrokhzadRollup merge of #68692 - jyn514:vec-from-array, r=Lukas...
2020-03-29 Dylan DPCRollup merge of #69937 - TyPR124:osstr_ascii, r=dtolnay
2020-03-28 Dylan DPCRollup merge of #70486 - Mark-Simulacrum:unicode-shrink...
2020-03-28 Dylan DPCRollup merge of #70418 - PankajChaudhary5:master, r...
2020-03-27 Dylan DPCRollup merge of #70068 - jclulow:illumos-gcc, r=cramertj
2020-03-27 Dylan DPCRollup merge of #69887 - GuillaumeGomez:cleanup-e0404...
2020-03-27 Dylan DPCRollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnay
2020-03-27 Dylan DPCRollup merge of #69936 - Aaron1011:fix/suggestion-cycle...
2020-03-24 Mazdak FarrokhzadRollup merge of #70023 - GuillaumeGomez:cleanup-e0436...
2020-03-24 borsAuto merge of #70163 - nikic:llvm-10-preparation, r...
2020-03-24 borsAuto merge of #69894 - vtbassmatt:master, r=nellshamrell
2020-03-24 Mazdak FarrokhzadRollup merge of #70289 - nnethercote:refactor-codegen...
2020-03-24 Mazdak FarrokhzadRollup merge of #70213 - eddyb:stalled-on-ty-or-const...
2020-03-24 Mazdak FarrokhzadRollup merge of #69788 - ArekPiekarz:unstable_book_opti...
2020-03-23 Mazdak FarrokhzadRollup merge of #70277 - matthewjasper:remove-closurebo...
2020-03-23 Mazdak FarrokhzadRollup merge of #70264 - tirr-c:issue-69789-mut-suggest...
2020-03-23 Mazdak FarrokhzadRollup merge of #70087 - ecstatic-morse:remove-const...
2020-03-23 Mazdak FarrokhzadRollup merge of #70199 - pnkfelix:issue-68808-dont...
2020-03-23 Mazdak FarrokhzadRollup merge of #70195 - rylev:test-for-53275, r=Centril
2020-03-23 Mazdak FarrokhzadRollup merge of #70080 - anyska:mir-double-space, r...
2020-03-23 Mazdak FarrokhzadRollup merge of #69494 - GuillaumeGomez:stabilize-crate...
2020-03-23 Mazdak FarrokhzadRollup merge of #70159 - alexcrichton:update-wasi,...
2020-03-23 Mazdak FarrokhzadRollup merge of #70123 - cuviper:library-path, r=Mark...
2020-03-23 Mazdak FarrokhzadRollup merge of #69940 - tmiasko:llvm-api, r=hanna...
2020-03-23 Mazdak FarrokhzadRollup merge of #70207 - hatoo:macos-getentropy, r...
2020-03-22 borsAuto merge of #69778 - Marwes:dep_graph, r=davidtwco
2020-03-22 borsAuto merge of #69079 - CAD97:layout-of-ptr, r=RalfJung
2020-03-22 Dylan DPCRollup merge of #70223 - lcnr:issue70167, r=eddyb
2020-03-22 Dylan DPCRollup merge of #70209 - Centril:recover-quant-closure...
2020-03-22 Dylan DPCRollup merge of #70172 - eddyb:retokenize-external...
2020-03-22 Dylan DPCRollup merge of #68099 - lukaslueg:into_raw_unsafe...
2020-03-22 borsAuto merge of #68820 - WaffleLapkin:remove_finished_fro...
2020-03-22 borsAuto merge of #70153 - flip1995:clippyup, r=Dylan-DPC
2020-03-21 Dylan DPCRollup merge of #70218 - intgr:fix-deprecated-method...
2020-03-21 Dylan DPCRollup merge of #70215 - petrochenkov:attrid, r=Centril
2020-03-21 Dylan DPCRollup merge of #70197 - pnkfelix:issue-53957-revise...
2020-03-21 Dylan DPCRollup merge of #70126 - wesleywiser:fix_miri_ice_neg_z...
2020-03-21 borsAuto merge of #69729 - RalfJung:backtrace, r=Mark-Simul...
2020-03-21 Dylan DPCRollup merge of #70119 - eddyb:typeck-tables-local...
2020-03-21 Dylan DPCRollup merge of #70032 - lcnr:issue69970, r=varkor
2020-03-21 Dylan DPCRollup merge of #69955 - alexcrichton:stderr-infallible...
2020-03-21 Dylan DPCRollup merge of #69910 - cjgillot:polym, r=Zoxc
2020-03-21 Dylan DPCRollup merge of #69901 - RalfJung:rustc_layout, r=eddyb
2020-03-21 Dylan DPCRollup merge of #69497 - Zoxc:ast-fragment-error, r...
2020-03-21 borsAuto merge of #70211 - Centril:rollup-fusltgc, r=Centril
2020-03-21 Mazdak FarrokhzadRollup merge of #70151 - Amanieu:stdarch, r=sfackler
2020-03-21 Mazdak FarrokhzadRollup merge of #70138 - RalfJung:throw-not-return...
2020-03-21 Mazdak FarrokhzadRollup merge of #70092 - eddyb:hir-items-are-just-nodes...
2020-03-21 Mazdak FarrokhzadRollup merge of #70089 - eddyb:closure-sig-infer, r...
2020-03-21 Mazdak FarrokhzadRollup merge of #70054 - rojamd:android-pgo, r=michaelw...
2020-03-21 Mazdak FarrokhzadRollup merge of #69965 - mark-i-m:codegen-utils, r...
2020-03-20 Mark MansiRefactorings to begin getting rid of rustc_codegen_utils
2020-03-18 Mazdak FarrokhzadRollup merge of #67749 - gilescope:keyword-in, r=Dylan-DPC
2020-03-15 Mazdak FarrokhzadRollup merge of #69528 - HeroicKatora:finalize-ref...
2020-03-11 Mazdak FarrokhzadRollup merge of #69625 - Stebalien:feat/iter-copy-speci...
2020-02-26 Dylan DPCRollup merge of #68712 - HeroicKatora:finalize-ref...
2020-02-26 borsAuto merge of #67290 - jonas-schievink:leak-audit,...
2020-02-22 borsAuto merge of #67330 - golddranks:split_inclusive,...
2020-02-20 Dylan DPCRollup merge of #68705 - BijanT:ll_remove, r=Mark-Simul...
2020-02-18 Yuki OkushiRollup merge of #68597 - ollie27:skip_nth_last, r=Amanieu
2020-02-17 Yuki OkushiRollup merge of #68495 - sdegutis:patch-1, r=Mark-Simul...
2020-02-16 borsAuto merge of #67885 - tobithiel:fix_group_lint_allow_o...
2020-02-15 borsAuto merge of #68668 - GuillaumeGomez:struct-variant...
2020-02-15 Dylan DPCRollup merge of #64069 - danielhenrymantilla:feature...
2020-02-14 Yuki OkushiRollup merge of #68475 - Aaron1011:fix/forest-caching...
2020-02-14 Sebastian ImlayMerge branch 'master' of github.com:rust-lang/rust...
2020-02-13 Dylan DPCRollup merge of #67642 - Mark-Simulacrum:relax-bounds...
2020-02-12 Dylan DPCRollup merge of #69095 - GuillaumeGomez:minified-theme...
2020-02-12 Yuki OkushiRollup merge of #67695 - gilescope:truth, r=centril
2020-02-11 Dylan DPCRollup merge of #69055 - GuillaumeGomez:clean-up-e0307...
2020-02-10 Dylan DPCRollup merge of #69007 - GuillaumeGomez:clean-up-e0283...
2020-02-10 Dylan DPCRollup merge of #68897 - GuillaumeGomez:clean-up-e0275...
2020-02-09 Jonas SchievinkRollup merge of #68742 - tspiteri:string-as-mut, r...
2020-02-09 Jonas SchievinkRollup merge of #68738 - kennytm:derive-clone-eq-for...
2020-02-09 borsAuto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum
2020-02-08 Dylan DPCRollup merge of #68958 - GuillaumeGomez:clean-up-e0277...
2020-02-08 borsAuto merge of #68358 - matthewjasper:spec-fix, r=nikoma...
2020-02-07 Dylan DPCRollup merge of #68928 - GuillaumeGomez:cleanup-e0276...
2020-02-07 Dylan DPCRollup merge of #68413 - XAMPPRocky:master, r=Mark...
2020-02-06 Dylan DPCRollup merge of #68869 - GuillaumeGomez:err-explanation...
2020-02-06 borsAuto merge of #68664 - tspiteri:no_run-complete-build...
2020-02-05 borsAuto merge of #67429 - mati865:mingw-ultimate-fix,...
2020-02-05 Dylan DPCRollup merge of #68832 - GuillaumeGomez:clean-up-3...
2020-02-05 Dylan DPCRollup merge of #68790 - nnethercote:improve-merge_from...
2020-02-04 Dylan DPCRollup merge of #68758 - daboross:fix-59191, r=petrochenkov
2020-02-04 Dylan DPCRollup merge of #68282 - tmiasko:sanitizer-example...
2020-02-04 borsAuto merge of #68558 - HeroicKatora:buf-writer-capacity...
2020-02-04 borsAuto merge of #68708 - Mark-Simulacrum:stage0-step...
2020-02-04 borsAuto merge of #68804 - ecstatic-morse:qualif-cursor...
2020-02-04 borsAuto merge of #68601 - 0dvictor:split, r=tmandry
2020-02-03 Dylan DPCRollup merge of #68797 - GuillaumeGomez:link-to-types...
next