]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 borsAuto merge of #78605 - nox:relax-elf-relocations, r...
2020-11-02 Tomasz Miąskoinliner: Remove redundant loop
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 BosTurn 'useless #[deprecated]' error into a lint.
2020-11-01 Mara BosUse the right span for errors about #[deprecated] attri...
2020-11-01 Mara BosDeny #[deprecated] on trait impl blocks.
2020-11-01 Nika LayzellAdd fetch_update methods to AtomicBool and AtomicPtr
2020-11-01 bjorn3Update build instructions
2020-11-01 bjorn3Make it easier to use build_sysroot.sh
2020-11-01 bjorn3Split the actual tests out into scripts/tests.sh
2020-11-01 bjorn3Ensure that sysroot build works with CARGO_TARGET_DIR set
2020-11-01 est31Point out that total_cmp is no strict superset of parti...
2020-11-01 bjorn3Fix transmutes between vectors and integers
2020-11-01 borsAuto merge of #75534 - Aaron1011:feature/new-future...
2020-11-01 Dave RolskyRemove incorrect statement about line ending content...
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 Abhijit Gadgildocumentation examples fixes in rustfmt convention
2020-11-01 borsAuto merge of #78623 - m-ou-se:rollup-m6y5j0m, r=m...
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 bjorn3Merge pull request #1099 from bjorn3/fix_rustc_bootstrap
2020-11-01 bjorn3Update Cranelift
2020-11-01 borsAuto merge of #78420 - estebank:suggest-assoc-fn, r...
2020-11-01 Scott OlsonInline Default::default() for atomics
2020-11-01 Abhijit GadgilFixes incorrect paranthesis.
2020-11-01 Abhijit GadgilTrivial fixes to bitwise operator documentation
2020-11-01 NadrierilThe need for `Single` to cover `Unlistable` was a hack
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 Andreas MolzerMove post order walk to iterative approach
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 Dave RolskyClarify handling of final line ending in str::lines()
2020-10-31 Matyáš RacekApply suggestions from code review
2020-10-31 Anthony RamineImplement -Z relax-elf-relocations=yes|no
2020-10-31 Ralf Jungfix aliasing issues in SipHasher
2020-10-31 Ralf Jungfix aliasing issue in binary_heap
2020-10-31 Ralf Jungfix aliasing issue in unix sleep function
2020-10-31 Ralf Jungfix aliasing issues in u128 formatting code
2020-10-31 Vadim Petrochenkovexpand: Tweak a comment in implementation of `macro_rules`
2020-10-31 Ralf JungRetagging: do not retag 'raw reborrows'
2020-10-31 Matyáš RacekAdd note to process::arg[s] that args shouldn't be...
2020-10-31 Ivan PavlukFix doc links to std::fmt
2020-10-31 bjorn3Implement -Zfunction-sections
2020-10-31 bjorn3Rustup to rustc 1.49.0-nightly (ffe52882e 2020-10-30)
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 Aaron HillUpdate Clippy path to `Lint`
2020-10-31 borsAuto merge of #76257 - JulianKnodt:i75777, r=Dylan-DPC
2020-10-31 Aaron HillFix test
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-31 Aaron HillImplement rustc side of report-future-incompat
2020-10-30 Vadim Petrochenkovparser: Cleanup `LazyTokenStream` and avoid some clones
2020-10-30 borsAuto merge of #78182 - LeSeulArtichaut:ty-visitor-conto...
2020-10-30 Federico PoliAdd option to customize the nll-facts' folder location
2020-10-30 Benoît du GarreauConstantify more BTreeMap and BTreeSet functions
2020-10-30 borsAuto merge of #78424 - jyn514:THE-PAPERCLIP-COMETH...
2020-10-30 Joshua NelsonAdd back missing comments
2020-10-30 Joshua NelsonFix even more clippy warnings
2020-10-30 Joshua NelsonFix some more clippy warnings
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 LeSeulArtichautTypeVisitor: use `ControlFlow` in rustc_{mir,privacy...
2020-10-30 LeSeulArtichautTypeVisitor: use `ControlFlow` in rustc_{infer,lint...
2020-10-30 LeSeulArtichautTypeVisitor: use `std::ops::ControlFlow` instead of...
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