]> git.lizzy.rs Git - rust.git/history - src
Update URLs used in the lint example
[rust.git] / src /
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 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 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 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 #78562 - JohnTitor:rollup-otg906u, r...
2020-10-30 Yuki OkushiRollup merge of #78556 - camelid:mir-opt-nrvo-docs...
2020-10-30 Yuki OkushiRollup merge of #78554 - camelid:improve-drop_in_place...
2020-10-30 Yuki OkushiRollup merge of #78545 - jackh726:anonymous, r=oli-obk
2020-10-30 Yuki OkushiRollup merge of #78524 - tmiasko:source-files-borrow...
2020-10-30 Yuki OkushiRollup merge of #78523 - estebank:fix-return-type-parse...
2020-10-30 Yuki OkushiRollup merge of #77921 - wcampbell0x2a:f64-collapsible...
2020-10-30 Yuki OkushiRollup merge of #77888 - LingMan:ast_pretty_tt_prepend_...
2020-10-30 Yuki OkushiRollup merge of #77334 - pickfire:patch-4, r=jyn514
2020-10-30 kadminAdd regression test
2020-10-30 borsAuto merge of #78393 - SNCPlay42:match-if-guard, r...
2020-10-30 borsAuto merge of #78432 - sexxi-goose:fix-77993-take3...
2020-10-30 Joshua NelsonCreate config.toml in the current directory, not the...
2020-10-30 borsAuto merge of #78540 - RalfJung:miri, r=RalfJung
2020-10-30 Tomasz MiąskoAdd a test for compiletest rustc-env & unset-rustc...
2020-10-30 Tomasz MiąskoMove compiletest meta tests to a separate directory
2020-10-29 Jack HueyMake anonymous binders start at 0
2020-10-29 borsAuto merge of #78528 - jonas-schievink:rollup-e70g9zk...
2020-10-29 Ralf Jungupdate Miri
2020-10-29 borsAuto merge of #78508 - wesleywiser:optimize_visit_scope...
2020-10-29 Jonas SchievinkRollup merge of #78527 - bugadani:typo3, r=jonas-schievink
2020-10-29 Jonas SchievinkRollup merge of #78505 - ebroto:clippyup, r=oli-obk
2020-10-29 Jonas SchievinkRollup merge of #78499 - SkiFire13:fix-string-retain...
2020-10-29 Jonas SchievinkRollup merge of #78493 - ehuss:update-cargo, r=ehuss
2020-10-29 Jonas SchievinkRollup merge of #78462 - danielframpton:fixnullisa...
2020-10-29 Jonas SchievinkRollup merge of #78431 - Rustin-Liu:rustin-patch-lint...
2020-10-29 Jonas SchievinkRollup merge of #78423 - tgnottingham:caching_source_ma...
2020-10-29 Jonas SchievinkRollup merge of #78422 - estebank:fix-78372, r=pnkfelix
2020-10-29 Jonas SchievinkRollup merge of #78244 - workingjubilee:dogfood-fancy...
2020-10-29 Jonas SchievinkRollup merge of #76138 - camelid:rc-fully-qualified...
2020-10-29 Jonas SchievinkRollup merge of #75078 - ijackson:slice-strip, r=stevek...
2020-10-29 Aaron HillStrip tokens from trait and impl items before printing...
2020-10-29 Esteban KüberAdd regression test
2020-10-29 Esteban KüberRevert invalid `fn` return type parsing change
2020-10-29 borsAuto merge of #78446 - RalfJung:box, r=Amanieu
2020-10-29 Guillaume GomezUpdate tests
2020-10-29 Guillaume GomezChange a bit how the first doc comment lines are handled
2020-10-29 borsAuto merge of #78506 - cuviper:ubuntu-lts, r=pietroalbini
2020-10-29 borsAuto merge of #78486 - pietroalbini:manifest-artifacts...
2020-10-29 borsAuto merge of #78512 - JohnTitor:rollup-a7qwjah, r...
2020-10-29 Yuki OkushiRollup merge of #78494 - bugadani:typo2, r=jonas-schievink
2020-10-29 Yuki OkushiRollup merge of #78492 - ehuss:update-books, r=ehuss
2020-10-29 Yuki OkushiRollup merge of #78491 - petertodd:2020-inline-from...
2020-10-29 Yuki OkushiRollup merge of #78487 - rust-lang:GuillaumeGomez-patch...
2020-10-29 Yuki OkushiRollup merge of #78478 - hameerabbasi:const-generics...
2020-10-29 Yuki OkushiRollup merge of #78475 - RalfJung:validity-comment...
2020-10-29 Yuki OkushiRollup merge of #78470 - camelid:fixup-std-path-intra...
2020-10-29 Yuki OkushiRollup merge of #78460 - varkor:turbofish-string-generi...
2020-10-29 Yuki OkushiRollup merge of #78428 - JulianKnodt:invalid_patterns...
2020-10-29 Yuki OkushiRollup merge of #78224 - lcnr:repeat-expr, r=varkor
2020-10-29 Yuki OkushiRollup merge of #77213 - ijackson:wip-rustdoc-settings...
2020-10-29 borsAuto merge of #78430 - Nadrieril:taking-constructors...
2020-10-29 Josh Stoneci: update x86_64-gnu and x86_64-gnu-debug to ubuntu...
2020-10-29 Tomasz MiąskoTest building of libraries with rustc logging enabled
2020-10-29 Tomasz MiąskoAdd support for rustc-env and unset-rustc-env for aux...
2020-10-28 Eduardo BrotoMerge commit '645ef505da378b6f810b1567806d1bcc2856395f...
2020-10-28 borsAuto merge of #6257 - giraffate:sync-from-rust, r=ebroto
2020-10-28 Ian Jacksonrustdoc: Use Vec::into_iter() rather than drain()
2020-10-28 Ian JacksonAdd a comment about non-panicking of splitn().next...
2020-10-28 bjorn3Fix many clippy warnings
2020-10-28 Ian Jacksonrustdoc: Fix some nits
2020-10-28 borsAuto merge of #78415 - tgnottingham:expn_id_tag_hash...
2020-10-28 Eric HussUpdate cargo
2020-10-28 Ian Jacksonrustdoc: Provide a --default-theme THEME option
2020-10-28 Ian Jacksonrustdoc: Provide a general --default-setting SETTING...
2020-10-28 Ian Jacksonrustdoc: Provide a way to set the default settings...
2020-10-28 Eric HussUpdate books
2020-10-28 borsAuto merge of #78414 - nox:function-sections, r=nagisa...
2020-10-28 Ian Jacksonrustdoc: js: Use getSettingValue for all rustdoc-*...
2020-10-28 borsAuto merge of #78409 - pietroalbini:build-manifest...
2020-10-28 Guillaume GomezFix typo "compiltest"
2020-10-28 Pietro Albinibuild-manifest: include artifacts in a new table
2020-10-28 Hameer AbbasiAssert in every case.
2020-10-28 Hameer AbbasiExtend test to cover dyn methods/functions.
2020-10-28 varkorAdjust turbofish help message for const generics
2020-10-28 Hameer AbbasiAdd const generics tests for supertraits + dyn traits.
2020-10-28 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
next