]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-08-06 borsAuto merge of #87784 - rusticstuff:bootstrap_config_ove...
2021-08-06 Aaron HillRemove special case for statement `NodeId` assignment
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-08-06 Ellenuwu
2021-08-06 Ellen*sprinkles some dust everywhere*
2021-08-06 Ellenencode `generics_of` of fields and ty params
2021-08-06 borsAuto merge of #87777 - the8472:fix-mir-max-rss, r=oli...
2021-08-06 Hans KratzAdd options for enabling overflow checks in rustc and...
2021-08-06 Oli Schererbless some nll tests
2021-08-06 Oli SchererDocument `with_opaque_type_inference`'s use cases.
2021-08-06 Oli SchererUse existing type alias instead of manually writing it
2021-08-06 Oli SchererPoint to the value instead of the TAIT declaration...
2021-08-06 Oli SchererStore the `DefId` of the currently typechecked item...
2021-08-06 Oli SchererImmediately register new opaque types in the global...
2021-08-06 Oli SchererRemove Option only used as its Some variant
2021-08-06 Oli SchererRemove a useless feature gateing
2021-08-06 Oli SchererSplit fold_opaque_ty
2021-08-06 Oli SchererMove some code around in preparation of splitting a...
2021-08-06 Oli SchererRemove a field that is computed later anyway
2021-08-06 Oli SchererMove opaque type cache into `InferCtxt`
2021-08-06 Jakub BeránekAdd hint for unresolved associated trait items if the...
2021-08-06 David Carliercurrent_exe haiku code path simplification all of these...
2021-08-06 borsAuto merge of #87808 - JohnTitor:rollup-qqp79xs, r...
2021-08-06 Max FanFix typo in the ptr documentation
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 Hans KratzReplace hard-coded field indexes with lookup on aarch64...
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 Josh StoneOnly allow LLVM element_type on Array and Vector
2021-08-05 Josh StoneRemove the `decl` arg from `FnAbi::llvm_type`
2021-08-05 Josh StonePrepare call/invoke for opaque pointers
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 Hans KratzStore field remapping information together with the...
2021-08-05 Niels Sascha... Update socket2 dependency from 0.4.0 to 0.4.1
2021-08-05 borsAuto merge of #87737 - LeSeulArtichaut:unsafeck-less...
2021-08-05 bjorn3Rustup to rustc 1.56.0-nightly (25b764849 2021-08-04)
2021-08-05 bjorn3Sync from rust 2ddb65c32253872c0e7a02e43ec520877900370e
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 hyd-devUse `C-unwind` ABI for `__rust_start_panic` in `panic_a...
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-05 Tomasz MiąskoMake vec-shrink-panic test compatible with v0 mangling
2021-08-04 The8472use zeroed allocation instead of eagerly initializing...
2021-08-04 The8472add Box::try_new_zeroed_slice()
2021-08-04 Hans KratzFix va_args calling on aarch64 non-macos/ios.
2021-08-04 Hans KratzAdd testcase for proper LLVM representation of SIMD...
2021-08-04 Hans KratzImprove/add comments
2021-08-04 Hans KratzDon't cache projection if no padding is used.
2021-08-04 Hans KratzReplace on-the-fly llvm field index calculation with...
2021-08-04 Hans KratzRemove 0-sized paddings from field loyout tests.
2021-08-04 Hans KratzLLVM codegen: Don't emit zero-sized padding for fields
2021-08-04 borsAuto merge of #86155 - alexcrichton:abort-on-unwind...
2021-08-04 Noah LevFix typo
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 Nathaniel McCallumMove naked function ABI check to its own lint
2021-08-04 borsAuto merge of #87695 - tmiasko:gep-opaque-pointers...
2021-08-04 Ellendropck
next