]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-04-16 Josh StoneTest array into_iter with more wrapper types
2021-04-16 Josh StoneTest Box::new(array).into_iter()
2021-04-16 Josh StoneSkip into_iter() for arrays before 2021
2021-04-16 Lukas KalbertodtAdjust docs and tests for new `IntoIterator` impl for...
2021-04-16 Lukas KalbertodtAdd `IntoIterator` impl `for [T; N]` (arrays by value)
2021-04-16 Josh StoneImplement #[rustc_skip_array_during_method_dispatch]
2021-04-16 borsAuto merge of #84241 - Dylan-DPC:rollup-jk9nt6k, r...
2021-04-16 Dylan DPCRollup merge of #84172 - jayaddison:compiler/E0384...
2021-04-16 Dylan DPCRollup merge of #84145 - vojtechkral:vecdeque-binary...
2021-04-16 Dylan DPCRollup merge of #83944 - jackh726:binder-refactor-fix2...
2021-04-16 Dylan DPCRollup merge of #83337 - Manishearth:item-hide, r=Guill...
2021-04-16 borsAuto merge of #84230 - cuviper:llvm-12, r=nikic
2021-04-16 borsAuto merge of #84217 - crlf0710:remove_main_attr_pure...
2021-04-16 borsAuto merge of #84228 - SkiFire13:fix-84213, r=estebank
2021-04-16 Charles LewRemove #[main] attribute.
2021-04-16 borsAuto merge of #84220 - gpluscb:weak_doc, r=jyn514
2021-04-16 borsAuto merge of #84226 - Aaron1011:track-link-dead-code...
2021-04-15 Josh StoneUpdate to LLVM 12.0.0 final
2021-04-15 Giacomo StevanatoAdd regression test
2021-04-15 Giacomo StevanatoAdd suggestion to borrow when casting T to *const/mut T
2021-04-15 Vojtech KralVecDeque: Improve doc comments in binary search fns
2021-04-15 Vojtech KralVecDeque: Add partition_point() #78021
2021-04-15 Vojtech KralVecDeque: binary_search_by(): return right away if...
2021-04-15 borsAuto merge of #84205 - workingjubilee:more-simd-intrin...
2021-04-15 Aaron HillTrack `-C link-dead-code` during incremental compilation
2021-04-15 borsAuto merge of #84222 - Aaron1011:fix/anon-const-lint...
2021-04-15 borsAuto merge of #84209 - pickfire:patch-3, r=jyn514
2021-04-15 Aaron HillRun buffered lints attached to anon consts
2021-04-15 MarRueCorrect outdated rc::Weak::default documentation
2021-04-15 borsAuto merge of #84088 - m-ou-se:stabilize-option-insert...
2021-04-15 borsAuto merge of #84215 - RalfJung:miri, r=RalfJung
2021-04-15 Ralf Jungupdate Miri
2021-04-15 borsAuto merge of #84193 - ehuss:unsafe_op_in_unsafe_fn...
2021-04-15 borsAuto merge of #84198 - mlodato517:patch-1, r=jyn514
2021-04-15 Ivan ThamMerge same condition branch in vec spec_extend
2021-04-14 borsAuto merge of #84206 - Dylan-DPC:rollup-knl2jgq, r...
2021-04-14 Dylan DPCRollup merge of #84201 - jyn514:primitive-warnings...
2021-04-14 Dylan DPCRollup merge of #84196 - lnicola:rust-analyzer-2021...
2021-04-14 Dylan DPCRollup merge of #84192 - vext01:backend-write-typos...
2021-04-14 Dylan DPCRollup merge of #84191 - ehuss:update-books, r=ehuss
2021-04-14 Dylan DPCRollup merge of #84185 - hi-rustin:rustin-patch-macro...
2021-04-14 Dylan DPCRollup merge of #84177 - ehuss:join_paths-err, r=kennytm
2021-04-14 Dylan DPCRollup merge of #82492 - CDirkx:sys_common_alloc, r...
2021-04-14 Jubilee YoungAdd more SIMD math.h intrinsics
2021-04-14 borsAuto merge of #84130 - Aaron1011:fix/none-delim-lookahe...
2021-04-14 Joshua Nelsonrustdoc: Note that forbidding anchors in links to primi...
2021-04-14 Mark LodatoFix small typo in Drop documentation
2021-04-14 Laurențiu Nicola:arrow_up: rust-analyzer
2021-04-14 borsAuto merge of #83948 - ABouttefeux:lint-nullprt-deref...
2021-04-14 borsAuto merge of #84158 - cratelyn:patch-extern-c-unwind...
2021-04-14 Eric HussUpdate docs for unsafe_op_in_unsafe_fn stability.
2021-04-14 Edd BarrettFix typos in rustc_codegen_ssa/src/back/write.rs.
2021-04-14 Eric HussUpdate books
2021-04-14 hi-rustintest: add reasonable case
2021-04-14 hi-rustintest: add more cases
2021-04-14 borsAuto merge of #83068 - mockersf:method-trait-foreign...
2021-04-14 Christiaan... Update documentation
2021-04-14 James AddisonMerge branch 'master' into compiler/E0384-reduce-assert...
2021-04-14 Christiaan... Move `std::sys_common::alloc` to `std::sys::common`
2021-04-14 hi-rustinadd macro-or-patterns-2021 test
2021-04-14 borsAuto merge of #83762 - camelid:bare-urls-note, r=jyn514
2021-04-13 François Mockersremove line length ignore
2021-04-13 Eric HussFix join_paths error display.
2021-04-13 François Mockersforgot test assertions for default method
2021-04-13 François Mockersadd test
2021-04-13 François Mockerstidy format rust
2021-04-13 François Mockersformat css
2021-04-13 François Mockersfix source link when in a trait implementation
2021-04-13 François Mockersadd anchors links on hover to items from trait impl
2021-04-13 François Mockersfix links from trait impl methods to trait declaration
2021-04-13 borsAuto merge of #84164 - LingMan:option_option, r=estebank
2021-04-13 LingManAvoid an `Option<Option<_>>`
2021-04-13 borsAuto merge of #84135 - rust-lang:GuillaumeGomez-patch...
2021-04-13 katelyn a.... move new c abi abort behavior behind feature gate
2021-04-13 borsAuto merge of #84153 - Dylan-DPC:rollup-5jiqrwu, r...
2021-04-13 Dylan DPCRollup merge of #84141 - camelid:fix-typo, r=Dylan-DPC
2021-04-13 Dylan DPCRollup merge of #84140 - b-naber:parser_past_eof, r...
2021-04-13 Dylan DPCRollup merge of #84121 - workingjubilee:stabilize-btree...
2021-04-13 Dylan DPCRollup merge of #84084 - m-ou-se:stabilize-zero, r...
2021-04-13 Dylan DPCRollup merge of #83707 - exrook:unsafecell, r=m-ou-se
2021-04-13 Dylan DPCRollup merge of #83438 - CDirkx:releases, r=Mark-Simulacrum
2021-04-13 borsAuto merge of #84099 - tmiasko:asm-only-x86_64, r=Amanieu
2021-04-13 Manish GoregaokarUpdate attribute tests
2021-04-13 borsAuto merge of #84086 - m-ou-se:stabilze-is-subnormal...
2021-04-13 CamelidAdd explanatory note to `bare_urls` lint
2021-04-13 borsAuto merge of #84082 - andjo403:stabilize_nonzero_leadi...
2021-04-13 borsAuto merge of #82992 - philippeitis:stabilize_bufreader...
2021-04-13 Tomasz MiąskoCheck for asm support in UI tests that require it
2021-04-12 James AddisonCompiler error messages: reduce assertiveness of messag...
2021-04-12 borsAuto merge of #82918 - Manishearth:edition-2015-warn...
2021-04-12 Aaron HillAdd fast path when None delimiters are not involved
2021-04-12 Manish Goregaokar+ignore-tidy-filelength
2021-04-12 CamelidFix typo in error message
2021-04-12 Manish GoregaokarMove color to themes
2021-04-12 Manish Goregaokar& -> &&
2021-04-12 Manish GoregaokarWrap toggle_open()
2021-04-12 Manish GoregaokarAdd test for item hiding
2021-04-12 b-naberadd test
2021-04-12 b-naberdon't bump in check_mistyped_turbofish_with_multiple_ty...
2021-04-12 Manish Goregaokarshould_hide_fields > 12
next