]> git.lizzy.rs Git - rust.git/history - src
Block version-specific docs from search engines
[rust.git] / src /
2020-03-14 KornelBlock version-specific docs from search engines
2020-03-13 borsAuto merge of #67502 - Mark-Simulacrum:opt-catch, r...
2020-03-13 borsAuto merge of #69986 - JohnTitor:rollup-h0809mf, r...
2020-03-13 Yuki OkushiRollup merge of #69974 - GuillaumeGomez:cleanup-e0434...
2020-03-13 Yuki OkushiRollup merge of #69973 - tspiteri:const-int-conversion...
2020-03-13 Yuki OkushiRollup merge of #69966 - JohnTitor:more-more-tests...
2020-03-13 Yuki OkushiRollup merge of #69960 - RalfJung:abort, r=oli-obk
2020-03-13 Yuki OkushiRollup merge of #69954 - RalfJung:panic_if-assert,...
2020-03-13 Yuki OkushiRollup merge of #69949 - rust-lang:triagebot-ping-alias...
2020-03-13 Yuki OkushiRollup merge of #69947 - GuillaumeGomez:cleanup-e0423...
2020-03-13 Yuki OkushiRollup merge of #69809 - matthiaskrgr:lifetimes, r...
2020-03-13 Yuki OkushiRollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC
2020-03-13 Yuki OkushiRollup merge of #69723 - sjud:sjud-doc-request, r=Mark...
2020-03-13 Yuki OkushiRollup merge of #69460 - LeSeulArtichaut:move-compile...
2020-03-13 Yuki OkushiRollup merge of #69403 - LeSeulArtichaut:copy-ioslice...
2020-03-13 borsAuto merge of #69155 - chrissimpkins:llvm-globals,...
2020-03-13 sjudAdd documentation for pub keyword
2020-03-13 Guillaume GomezClean up E0434 explanation
2020-03-13 Trevor Spiteriupdate stable-since version for const_int_conversion
2020-03-13 Ralf Jungbless tests
2020-03-13 Ralf Jungadjust enum naming
2020-03-13 Yuki OkushiAdd test for issue-69092
2020-03-13 Yuki OkushiAdd test for issue-67739
2020-03-13 Yuki OkushiAdd test for issue-62504
2020-03-13 Yuki OkushiAdd test for issue-60390
2020-03-13 Yuki OkushiAdd test for issue-58490
2020-03-12 Ralf Jungmiri engine: fix treatment of abort intrinsic
2020-03-12 Matthias Krügerremove lifetimes that can be elided (clippy::needless_l...
2020-03-12 Ralf Jungrename panic_if_ intrinsics to assert_
2020-03-12 LeSeulArtichautMove some more tests to `check-pass`
2020-03-12 borsAuto merge of #69950 - Centril:rollup-xh0hmvx, r=Centril
2020-03-12 LeSeulArtichautMove some const-eval `build-pass` tests to `check-pass`
2020-03-12 Mazdak FarrokhzadRollup merge of #69945 - contrun:fix-outdated-comment...
2020-03-12 Mazdak FarrokhzadRollup merge of #69921 - matthiaskrgr:rustdoc_import...
2020-03-12 Mazdak FarrokhzadRollup merge of #69830 - RalfJung:miri-invalid-terminat...
2020-03-12 Mazdak FarrokhzadRollup merge of #69792 - LenaWil:try_reserve_error...
2020-03-12 Mazdak FarrokhzadRollup merge of #69747 - spastorino:rename-rustc-guide...
2020-03-12 Mazdak FarrokhzadRollup merge of #69722 - estebank:negative-impl-span...
2020-03-12 Mazdak FarrokhzadRollup merge of #69705 - ehuss:toolstate-remove-redunda...
2020-03-12 Mazdak FarrokhzadRollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper
2020-03-12 Mazdak FarrokhzadRollup merge of #69011 - foeb:document-unsafe-core...
2020-03-12 Mazdak FarrokhzadRollup merge of #68899 - kinseytamsin:lexerror-error...
2020-03-12 Chris Simpkinssupport LLVM globals corresponding to miri allocations
2020-03-12 Guillaume GomezClean up E0423 explanation
2020-03-12 YIupdate outdated comment
2020-03-12 borsAuto merge of #68551 - Marwes:allocations_mir, r=ecstat...
2020-03-12 borsAuto merge of #68191 - simlay:add-tvSO-target, r=nagisa
2020-03-11 Kinsey FavreGive LexError more descriptive Display impl
2020-03-11 Kinsey FavreCorrect stability attribute for new LexError impls
2020-03-11 Lena WildervanckReformat match statement to make the check pass
2020-03-11 Lena WildervanckFormat the match statement
2020-03-11 Kinsey FavreAdd Display and Error impls for proc_macro::LexError
2020-03-11 Esteban Küberreview comments
2020-03-11 Matthias Krügerrustdoc: remove unused import
2020-03-11 borsAuto merge of #69919 - Centril:rollup-fxo33zs, r=Centril
2020-03-11 Mazdak FarrokhzadRollup merge of #69893 - tmiasko:cstr, r=petrochenkov
2020-03-11 Mazdak FarrokhzadRollup merge of #69888 - wesleywiser:miri_exception_env...
2020-03-11 Mazdak FarrokhzadRollup merge of #69876 - ayushmishra2005:doc/61137...
2020-03-11 Mazdak FarrokhzadRollup merge of #69850 - RalfJung:panic-bounds-check...
2020-03-11 Mazdak FarrokhzadRollup merge of #69828 - RalfJung:vec-leak, r=kennytm
2020-03-11 Mazdak FarrokhzadRollup merge of #69760 - Centril:parse-expr-improve...
2020-03-11 Mazdak FarrokhzadRollup merge of #69603 - chrissimpkins:tidy-docs-update...
2020-03-11 Mazdak FarrokhzadRollup merge of #66472 - GuillaumeGomez:show-coverage...
2020-03-11 borsAuto merge of #69914 - Centril:rollup-wtmdinz, r=Centril
2020-03-11 Mazdak FarrokhzadRollup merge of #69896 - petrochenkov:reqname2, r=Centril
2020-03-11 Mazdak FarrokhzadRollup merge of #69891 - Centril:fix-69875, r=varkor
2020-03-11 Mazdak FarrokhzadRollup merge of #69859 - contrun:fix-62456, r=matthewjasper
2020-03-11 Mazdak FarrokhzadRollup merge of #69825 - lcnr:discriminant, r=oli-obk
2020-03-11 Mazdak FarrokhzadRollup merge of #69766 - skade:make-point-copy-in-add...
2020-03-11 Mazdak FarrokhzadRollup merge of #69645 - DutchGhost:const-forget-tests...
2020-03-11 Mazdak FarrokhzadRollup merge of #69625 - Stebalien:feat/iter-copy-speci...
2020-03-11 Mazdak FarrokhzadRollup merge of #69591 - matthewjasper:query-response...
2020-03-11 Mazdak FarrokhzadRollup merge of #69373 - tspiteri:const_int_conversion...
2020-03-11 Mazdak FarrokhzadRollup merge of #66059 - RalfJung:panic-on-non-zero...
2020-03-11 Tomasz Miąskolibrustc_codegen_llvm: Use slices instead of 0-terminat...
2020-03-11 Esteban Küberreview comments
2020-03-10 Wesley Wiser[Miri] Use a session variable instead of checking for...
2020-03-10 Santiago Pastorinorust-lang.github.io/rustc-dev-guide -> rustc-dev-guide...
2020-03-10 Santiago PastorinoRename Rustc Guide to Rustc Dev Guide
2020-03-10 Santiago PastorinoRename rustc_guide to rustc_dev_guide
2020-03-10 Santiago PastorinoRename rustc guide to rustc dev guide
2020-03-10 Santiago PastorinoRename rustc-guide to rustc-dev-guide
2020-03-10 Vadim Petrochenkovparse: Tweak the function parameter edition check
2020-03-10 borsAuto merge of #66364 - Centril:cleanup-macro-def, r...
2020-03-10 Florian GilcherMake Point `Copy` in arithmetic documentation
2020-03-10 Mazdak FarrokhzadMatrix::push: recursively expand or-patterns
2020-03-10 Bastian Kauschkeexplain the use of a custom identity function
2020-03-10 Lena WildervanckRemove deprecated description function of TryReserveError
2020-03-10 Ralf Jungalso make panic_fmt track_caller
2020-03-10 Mazdak Farrokhzadparse_if_expr: recover on attributes
2020-03-10 Mazdak Farrokhzadtrait-object-lifetime-parens: improve recovery.
2020-03-10 Mazdak Farrokhzaduse check_path more
2020-03-10 Mazdak Farrokhzadsimplify & improve parse_ty_tuple_or_parens
2020-03-10 Mazdak Farrokhzadissue 68890: add more minimal repro
2020-03-10 Mazdak Farrokhzaderror_block_no_opening_brace: handle closures better
2020-03-10 Mazdak Farrokhzadblock-no-opening-brace: add another statement
2020-03-10 Mazdak Farrokhzadparser: add note for `'label expr`.
2020-03-10 Mazdak Farrokhzadparser/attr: adjust indentation.
2020-03-10 Mazdak Farrokhzadparse_labeled_expr: add a suggestion on missing colon.
2020-03-10 Mazdak Farrokhzadparse_block_tail: reduce visibility
next