]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #77351 - jyn514:clippy-sysroot, r=Mark-Simulacrum
[rust.git] / src /
2020-11-03 borsAuto merge of #78448 - rylev:cache-foreign_modules...
2020-11-03 borsAuto merge of #77271 - petrochenkov:notokenexp, r=Aaron1011
2020-11-02 Joshua NelsonSuggest library/std when running all stage 0 tests
2020-11-02 Stephanadd mipsel-unknown-none target
2020-11-02 Vadim PetrochenkovExpand `NtExpr` tokens only in key-value attributes
2020-11-02 Rich Kadeladdressed feedback
2020-11-02 Aaron HillUse reparsed `TokenStream` if we captured any inner...
2020-11-02 bjorn3Merge pull request #1105 from bjorn3/test_rustc_bootstr...
2020-11-02 Aaron HillTreat trailing semicolon as a statement in macro call
2020-11-02 bjorn3Test bootstrapping of rustc using cg_clif
2020-11-02 bjorn3Merge pull request #1104 from bjorn3/build_system_refactor
2020-11-02 bjorn3Refactor the build system
2020-11-02 Vishnunarayan K Inew fix method and update tests
2020-11-02 borsAuto merge of #78607 - HeroicKatora:post-order-walk...
2020-11-02 borsAuto merge of #78667 - pietroalbini:lldb-unbuffered...
2020-11-02 Mara BosImprove deprecation attribute diagnostic messages.
2020-11-02 Pietro Albinicompiletest: try running lldb_batchmode.py with PYTHONU...
2020-11-02 borsAuto merge of #78661 - JohnTitor:rollup-er2isja, r...
2020-11-02 Vishnunarayan K Iupdate mir tests
2020-11-02 borsAuto merge of #75020 - JohnTitor:fix-multispan, r=esteb...
2020-11-02 Yuki OkushiOnly separate notes if span is multiline
2020-11-02 Vishnunarayan K Iupdate some ui tests and update move ref drop semantics...
2020-11-02 Yuki OkushiAdd "this has type `{}` which {}" note
2020-11-02 Yuki OkushiAddress some code reviews
2020-11-02 Yuki OkushiSeparate complex multispan into some notes
2020-11-02 Yuki OkushiAvoid complex diagnostics in snippets which contain...
2020-11-02 Aaron HillFix ICE when a future-incompat-report has its command...
2020-11-02 Dhruv JauharProvide diagnostic suggestion in ExprUseVisitor Delegate
2020-11-02 Yuki OkushiRollup merge of #78637 - mystor:atomic_ptr_bool, r...
2020-11-02 Yuki OkushiRollup merge of #78627 - est31:total_cmp_no_superset...
2020-11-02 Yuki OkushiRollup merge of #78620 - gabhijit:bitops_doc_fix, r...
2020-11-02 Yuki OkushiRollup merge of #78610 - petrochenkov:nostriptok, r...
2020-11-02 Yuki OkushiRollup merge of #78606 - autarch:patch-1, r=m-ou-se
2020-11-02 borsAuto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasper
2020-11-02 Rich KadelDocument -Zinstrument-coverage
2020-11-02 AyrtonCorrected suggestion for generic parameters in `functio...
2020-11-02 borsAuto merge of #78645 - JulianKnodt:i78622, r=estebank
2020-11-02 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-11-02 borsAuto merge of #78605 - nox:relax-elf-relocations, r...
2020-11-01 kadminAdd delay_span_bug to no longer ICE
2020-11-01 Guillaume GomezImprove code in unindent_comment a bit more
2020-11-01 Mara BosAdd test for #[deprecated] attribute on trait impl...
2020-11-01 Mara BosUse the right span for errors about #[deprecated] attri...
2020-11-01 Vishnunarayan K Ireverse binding order in matches ...
2020-11-01 bjorn3Fix transmutes between vectors and integers
2020-11-01 borsAuto merge of #75534 - Aaron1011:feature/new-future...
2020-11-01 borsAuto merge of #78553 - Nadrieril:fix-78549, r=varkor
2020-11-01 bjorn3Hide anonymous allocations from linked artifact
2020-11-01 bjorn3Merge pull request #1100 from mominul/trans->codegen
2020-11-01 Muhammad Mominul... Rename trans to codegen
2020-11-01 Mara BosRollup merge of #78621 - solson:inline, r=m-ou-se
2020-11-01 Mara BosRollup merge of #78603 - petrochenkov:fourdigits, r...
2020-11-01 Mara BosRollup merge of #78602 - RalfJung:raw-ptr-aliasing...
2020-11-01 Mara BosRollup merge of #78599 - panstromek:master, r=m-ou-se
2020-11-01 Mara BosRollup merge of #78596 - pavlukivan:master, r=m-ou-se
2020-11-01 Mara BosRollup merge of #78073 - fusion-engineering-forks:inlin...
2020-11-01 borsAuto merge of #78531 - cuviper:unwrap-metadata, r=tmandry
2020-11-01 borsAuto merge of #78420 - estebank:suggest-assoc-fn, r...
2020-11-01 NadrierilFix #78549
2020-11-01 borsAuto merge of #78147 - tmiasko:validate-storage, r...
2020-10-31 Vadim PetrochenkovDo not remove tokens before AST json serialization
2020-10-31 Tomasz MiąskoAssert that locals have storage when used
2020-10-31 bjorn3Update Cranelift
2020-10-31 bjorn3Use Pointer::dangling for ZST's in trans_const_value
2020-10-31 borsAuto merge of #78594 - m-ou-se:rollup-h5c8frs, r=m...
2020-10-31 Henri LunnikiviImplement field_reassign_with_default
2020-10-31 bjorn3Implement -Zfunction-sections
2020-10-31 Mara BosRollup merge of #78587 - petrochenkov:lazytok, r=Aaron1011
2020-10-31 Mara BosRollup merge of #78581 - a1phyr:const_btree_more, r...
2020-10-31 Mara BosRollup merge of #78577 - tmiasko:validate-aliasing...
2020-10-31 Mara BosRollup merge of #78550 - jyn514:setup, r=Mark-Simulacrum
2020-10-31 Mara BosRollup merge of #78526 - Aaron1011:fix/assoc-tokens...
2020-10-31 Mara BosRollup merge of #77099 - tspiteri:exp_m1-examples,...
2020-10-31 Mara BosRollup merge of #74622 - fusion-engineering-forks:panic...
2020-10-31 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-31 Aaron HillUpdate Clippy path to `Lint`
2020-10-31 borsAuto merge of #76257 - JulianKnodt:i75777, r=Dylan-DPC
2020-10-31 Aaron HillAlways pass `-Z future-incompat-report` to UI tests
2020-10-31 Aaron HillDon't display empty future-compat report
2020-10-31 Aaron HillUpdate into-iter-on-arrays test to check future-incompa...
2020-10-31 Aaron HillOnly error on unfixed diagnostics
2020-10-31 Aaron HillStrip out non-diagnostic lines from rustfix input
2020-10-31 Aaron HillPrint future breakage report
2020-10-31 Aaron HillSome work
2020-10-30 borsAuto merge of #78182 - LeSeulArtichaut:ty-visitor-conto...
2020-10-30 Eduardo BrotoRename single_char_push_str to single_char_add_str
2020-10-30 borsAuto merge of #6260 - matthiaskrgr:ices, r=ebroto
2020-10-30 borsAuto merge of #6197 - ThibsG:ImproveFilterNext, r=ebroto
2020-10-30 Michael HowellPull theme picker keyboard code into main.js
2020-10-30 Michael HowellAdd comment describing the Escape key weirdness
2020-10-30 Michael HowellAdd aria roles for theme picker menu
2020-10-30 Michael HowellAllow the theme picker to work with arrow keys
2020-10-30 Michael HowellClose the theme picker when Escape is pressed
2020-10-30 borsAuto merge of #6229 - henil:improve-integer-division...
2020-10-30 LeSeulArtichautRemove implicit `Continue` type
2020-10-30 LeSeulArtichautUse `ControlFlow::is{break,continue}`
2020-10-30 LeSeulArtichautTypeVisitor: use `ControlFlow` in clippy
2020-10-30 borsAuto merge of #6200 - rail-rain:borrowed_box_invalid_su...
2020-10-30 borsAuto merge of #78562 - JohnTitor:rollup-otg906u, r...
2020-10-30 Yuki OkushiRollup merge of #78556 - camelid:mir-opt-nrvo-docs...
next