]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-08-06 Elichai TurkelReplace read_to_string with read_line in Stdin example
2021-08-06 borsAuto merge of #87777 - the8472:fix-mir-max-rss, r=oli...
2021-08-06 borsAuto merge of #87808 - JohnTitor:rollup-qqp79xs, r...
2021-08-06 Yuki OkushiRollup merge of #87780 - est31:intra_doc_links, r=jyn514
2021-08-06 Yuki OkushiRollup merge of #87770 - BoxyUwU:cec-drop-impl, r=lcnr
2021-08-06 Yuki OkushiRollup merge of #87760 - badboy:promote-ios-sim-target...
2021-08-06 Yuki OkushiRollup merge of #87759 - m-ou-se:linux-process-sealed...
2021-08-06 Yuki OkushiRollup merge of #87756 - Amanieu:no_profiler_runtime...
2021-08-06 Yuki OkushiRollup merge of #87742 - npmccallum:naked_ffi, r=Amanieu
2021-08-06 Yuki OkushiRollup merge of #87727 - SkiFire13:fix-87718, r=jackh726
2021-08-06 Yuki OkushiRollup merge of #87715 - bhgomes:long-explanation-E0625...
2021-08-06 Yuki OkushiRollup merge of #87561 - devnexen:haiku_thread_build_fi...
2021-08-06 borsAuto merge of #87462 - ibraheemdev:tidy-file-length...
2021-08-05 borsAuto merge of #84176 - GuillaumeGomez:src-to-definition...
2021-08-05 Guillaume GomezFix URL conflict for std type
2021-08-05 Guillaume GomezRemove LightSpan and use Span directly
2021-08-05 Guillaume GomezRemove warnings/errors from compiler when using typeck_...
2021-08-05 Guillaume Gomez* Rename LightSpan::empty into LightSpan::dummy
2021-08-05 Guillaume GomezAdd missing root_path when generating links using href
2021-08-05 Guillaume GomezAdd documentation and FIXME
2021-08-05 Guillaume GomezFix invalid generation of HTML in highlight
2021-08-05 Guillaume Gomezformatting
2021-08-05 Guillaume GomezUse rustdoc Span in LinkFromSrc directly
2021-08-05 Guillaume GomezMove extra arguments for highlight URL generation into...
2021-08-05 Guillaume GomezWrap the span_map tuple index into a type called "Light...
2021-08-05 Guillaume GomezImprove code readability
2021-08-05 Guillaume Gomez* Rename Span::from_rustc_span to Span::new
2021-08-05 Guillaume Gomez* Rename 'move_span' into 'local_span_to_global_span'
2021-08-05 Guillaume GomezUnderline source code links on hover
2021-08-05 Guillaume GomezUpdate rustdoc tests
2021-08-05 Guillaume GomezGenerate links for modules as well
2021-08-05 Guillaume GomezAdd test for source code pages URLs
2021-08-05 Guillaume GomezGenerate links for methods as well
2021-08-05 Guillaume GomezEnsure that --generate-link-to-definition is only used...
2021-08-05 Guillaume GomezAdd an option for the source code link generation
2021-08-05 Guillaume GomezAdd links on source types to go to definition
2021-08-05 The8472add Box::try_new_uninit_slice for symmetry
2021-08-05 The8472replace Vec<u8> with Box<[u8]>
2021-08-05 borsAuto merge of #87768 - rust-lang:core-features-cleanup...
2021-08-05 The8472remove cfg gate on `use RawVec` since it is now also...
2021-08-05 borsAuto merge of #87737 - LeSeulArtichaut:unsafeck-less...
2021-08-05 Mara BosMake rustfmt happy.
2021-08-05 Mara BosRemove unnecessary #[unstable] from internal macro.
2021-08-05 Mara BosRemove unused langauge #![feature]s from core.
2021-08-05 Mara BosRemove unused library #![feature]s from core.
2021-08-05 Mara BosSort and categorize lint and feature attributes in...
2021-08-05 borsAuto merge of #87740 - npmccallum:naked_args, r=Amanieu
2021-08-05 borsAuto merge of #87532 - tlyu:bootstrap-rev-list, r=jyn514
2021-08-05 The8472use box->vec conversion API that doesn't reallocate
2021-08-05 est31alloc: Use intra doc links for the reserve function
2021-08-05 Ellenremove tywf relation
2021-08-05 borsAuto merge of #87641 - HackAttack:expand-unknown-option...
2021-08-04 The8472use zeroed allocation instead of eagerly initializing...
2021-08-04 The8472add Box::try_new_zeroed_slice()
2021-08-04 borsAuto merge of #86155 - alexcrichton:abort-on-unwind...
2021-08-04 Brandon H.... move full explanation to after erroneous example
2021-08-04 Nathaniel McCallumDisable unused variable lint for naked functions
2021-08-04 Nathaniel McCallumAdd test for naked function unused variables lint
2021-08-04 borsAuto merge of #87695 - tmiasko:gep-opaque-pointers...
2021-08-04 Ellendropck
2021-08-04 borsAuto merge of #87736 - the8472:inline-advance-by, r...
2021-08-04 Alex CrichtonFix assertions in `coverage-reports` test
2021-08-04 Tomasz MiąskoReplace LLVMConstInBoundsGEP with LLVMConstInBoundsGEP2*
2021-08-04 Tomasz MiąskoPrepare inbounds_gep for opaque pointers
2021-08-04 Tomasz MiąskoPrepare gep for opaque pointers
2021-08-04 Tomasz MiąskoPrepare struct_gep for opaque pointers
2021-08-04 Jan-Erik RedigerPromote `aarch64-apple-ios-sim` to Tier 2
2021-08-04 borsAuto merge of #87150 - rusticstuff:simplify_wrapping_ne...
2021-08-04 Mara BosRe-use std::sealed::Sealed in os/linux/process.
2021-08-04 borsAuto merge of #86197 - FabianWolff:trailing-whitespace...
2021-08-04 Amanieu d'AntrasAdd back -Zno-profiler-runtime
2021-08-04 Fabian WolffRemove trailing whitespace from error messages
2021-08-04 borsAuto merge of #87026 - FabianWolff:issue-86948, r=estebank
2021-08-04 borsAuto merge of #87712 - est31:line-column-1-based, r...
2021-08-04 borsAuto merge of #87568 - petrochenkov:localevel, r=cjgillot
2021-08-03 borsAuto merge of #87746 - JohnTitor:rollup-zaapqgl, r...
2021-08-03 Yuki OkushiRollup merge of #87734 - Smittyvb:more-union-tests...
2021-08-03 Yuki OkushiRollup merge of #87731 - ehuss:update-cargo, r=ehuss
2021-08-03 Yuki OkushiRollup merge of #87729 - adamgemmell:dev/deprecate...
2021-08-03 Yuki OkushiRollup merge of #87723 - frogtd:patch-3, r=JohnTitor
2021-08-03 Yuki OkushiRollup merge of #87720 - matthiaskrgr:clippy_into,...
2021-08-03 Yuki OkushiRollup merge of #87663 - GuillaumeGomez:rustdoc-brace...
2021-08-03 Yuki OkushiRollup merge of #87267 - dtolnay:negspace, r=Aaron1011
2021-08-03 Yuki OkushiRollup merge of #81797 - yoshuawuyts:stream_from_iter...
2021-08-03 Nathaniel McCallumValidate FFI-safety warnings on naked functions
2021-08-03 Léo Lanteri... Only compute `is_freeze` for layout-constrained ADTs
2021-08-03 borsAuto merge of #86400 - FabianWolff:issue-85735, r=estebank
2021-08-03 The8472#[inline] slice::advance_by
2021-08-03 Fabian WolffRemove invalid suggestion involving Fn trait bound
2021-08-03 Fabian WolffUse a multipart suggestion for the parentheses
2021-08-03 SmittyTest dropping union fields more
2021-08-03 Guillaume GomezSimplify usage of CSS background-image
2021-08-03 David TolnayRemove space after negative sign in Literal to_string
2021-08-03 borsAuto merge of #87515 - crlf0710:trait_upcasting_part2...
2021-08-03 Eric HussUpdate cargo
2021-08-03 Alex CrichtonRelax a codegen test
2021-08-03 Alex CrichtonMake simplify_cfg test more consistent
2021-08-03 Alex CrichtonUse predefined helper instead of a new one
2021-08-03 Alex CrichtonMove abort_unwinding_calls earlier
2021-08-03 Alex Crichtonrustc: Fill out remaining parts of C-unwind ABI
next