]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-10-09 borsAuto merge of #54798 - matthewjasper:free-region-closur...
2018-10-09 Jorge Apariciofix tidy
2018-10-09 Jorge Apariciogdb_rust_pretty_printing: adapt to the changes in the...
2018-10-09 Jorge Aparicioaddress RalfJung's comment
2018-10-09 Jorge Aparicioalloc: fix deprecated warnings
2018-10-09 Paweł RomanowskiFix test for windows os
2018-10-09 mandeepRefactor macro comment and add resize with zeros example
2018-10-09 Matthew Russoparse_trait_item_ now handles interpolated blocks as...
2018-10-08 Niko Matsakisadd some `debug!` to type checking
2018-10-08 Niko Matsakisdocument `create_substs_for_generic_args`
2018-10-08 Niko Matsakisadd pattern type ascriptions for tuple/brace structs...
2018-10-08 Niko Matsakisdo not skip renumbering the place in place-type-ascriptions
2018-10-08 Niko Matsakisextract more helper fns around user substs
2018-10-08 Niko Matsakismove `user_annotated_ty_for_adt` into a helper trait
2018-10-08 borsAuto merge of #54686 - zackmdavis:zero_life, r=nikomatsakis
2018-10-08 varkorFix handling of #[must_use] on unit and uninhabited...
2018-10-08 ljedrzcodegen_llvm: remove explicit returns
2018-10-08 ljedrzcodegen_llvm: fix spelling & grammatical errors
2018-10-08 ljedrzcodegen_llvm: improve common patterns
2018-10-08 Tom TromeyRun debuginfo tests against rust-enabled lldb, when...
2018-10-08 Paweł RomanowskiAttempt to fix #54505 tests for wasm
2018-10-08 Ralf Jungit's auto traits that make for automatic implementations
2018-10-08 ljedrzcodegen_llvm: improve allocations
2018-10-08 ljedrzcodegen_llvm: whitespace & formatting improvements
2018-10-08 Felix S. Klock IIAdded text explaining the (new) relative roles of ...
2018-10-08 scalexmCompute flags for `ty::UnnormalizedProjection`
2018-10-08 scalexmAdd chalk rules related to associated type defs
2018-10-08 borsAuto merge of #54871 - u32i64:master, r=frewsxcv
2018-10-08 scalexmPass around interned refs to goals and not goals
2018-10-08 David WoodChange from label to suggestion.
2018-10-08 David WoodAdd struct field suggestions.
2018-10-08 David WoodMove errors specify "dereference of raw pointer".
2018-10-08 borsAuto merge of #54865 - pietroalbini:1.29.2-notes, r...
2018-10-08 Clément RenaultBump the `Option::replace` stabilize version to 1.31.0
2018-10-08 Clément RenaultStabilize the `Option::replace` method
2018-10-08 borsAuto merge of #54847 - ljedrz:kill_graphviz_intocow...
2018-10-08 Havvy (Ryan... cfg-attr-multi: Change issue number to actual tracking...
2018-10-08 borsAuto merge of #54700 - frewsxcv:frewsxcv-binary-search...
2018-10-08 Zack M. Davisin which rightward drift is opposed
2018-10-08 Zack M. Davisstructured suggestions for unused-lifetimes lint
2018-10-08 borsAuto merge of #54609 - kzys:404-search, r=GuillaumeGomez
2018-10-07 borsAuto merge of #53517 - phungleson:fix-impl-from-for...
2018-10-07 borsAuto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk
2018-10-07 David WoodUpdate logic to search for casts.
2018-10-07 David WoodIdentify borrows captured by trait objects.
2018-10-07 borsAuto merge of #54835 - oli-obk:mögen_konstante_funktion...
2018-10-07 Corey FarwellClarify docs for when binary_search has many matches.
2018-10-07 Donato SciarraFix internal compiler error on malformed match arm...
2018-10-07 borsAuto merge of #54813 - petrochenkov:uilocale, r=alexcri...
2018-10-07 Simon SapinFix tracking issue for Once::is_completed
2018-10-07 Havvy (Ryan... cfg_attr_multi: Feature gate
2018-10-07 borsAuto merge of #54823 - euclio:needs-test, r=alexcrichton
2018-10-07 borsAuto merge of #54451 - alexcrichton:no-mangle-extern...
2018-10-07 borsAuto merge of #54782 - pnkfelix:issue-54556-semi-on...
2018-10-06 Alex Crichtonrustc: Allow `#[no_mangle]` anywhere in a crate
2018-10-06 borsAuto merge of #54756 - ljedrz:cleanup_middle, r=michael...
2018-10-06 Artem VaraksaFix typo in libstd/thread/mod.rs: remove unnecessary...
2018-10-06 borsAuto merge of #54854 - matthiaskrgr:clippy_update,...
2018-10-06 Corey Farwell'a' → 'an' in front of vowel sounds.
2018-10-06 Levente Kurusacodegen_llvm: verify that inline assembly operands...
2018-10-06 borsAuto merge of #54766 - alexcrichton:wasm-all-symbols...
2018-10-06 Pietro AlbiniUpdate release notes for 1.29.2
2018-10-06 Matthew JasperImprove closure region bound errors
2018-10-06 Matthew JasperMove ConstraintCategory to rustc::mir
2018-10-06 ljedrzrustc/middle: whitespace & formatting fixes
2018-10-06 ljedrzrustc/middle: improve allocations
2018-10-06 ljedrzrustc/middle: use Cow<'static, str> where applicable
2018-10-06 ljedrzrustc/middle: improve some patterns
2018-10-06 Matthias Krügersubmodules: update clippy to 32b1d1fc157f71ed2f10b60fe2...
2018-10-06 borsAuto merge of #54859 - pietroalbini:rollup, r=pietroalbini
2018-10-06 Havvy (Ryan... cfg_attr_multi: Basic implementation
2018-10-05 mandeepAdd doc comments about safest way to initialize a vecto...
2018-10-05 Pietro AlbiniRollup merge of #54853 - davidtwco:issue-52663-missing...
2018-10-05 Pietro AlbiniRollup merge of #54851 - alexcrichton:revert-optimize...
2018-10-05 Pietro AlbiniRollup merge of #54838 - 11Takanori:fix-typo, r=petroch...
2018-10-05 Pietro AlbiniRollup merge of #54834 - kzys:fix-small-screen, r=Guill...
2018-10-05 Pietro AlbiniRollup merge of #54833 - abonander:issue-54441, r=petro...
2018-10-05 Pietro AlbiniRollup merge of #54812 - pnkfelix:issue-32382-index...
2018-10-05 Pietro AlbiniRollup merge of #54804 - euclio:inverted-parameters...
2018-10-05 Pietro AlbiniRollup merge of #54787 - varkor:unused-mut-in-desugarin...
2018-10-05 Pietro AlbiniRollup merge of #54781 - phansch:master, r=varkor
2018-10-05 Pietro AlbiniRollup merge of #54717 - ljedrz:cleanup_ty_p1, r=davidtwco
2018-10-05 Pietro AlbiniRollup merge of #54078 - GabrielMajeri:expand-sync...
2018-10-05 borsAuto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis
2018-10-05 David WoodSimplify test.
2018-10-05 Alex CrichtonRevert "Slightly refactor VecDeque implementation"
2018-10-05 Alex CrichtonRevert "Optimize VecDeque::append"
2018-10-05 Alex CrichtonRevert "Add docs and debug asserts"
2018-10-05 Alex CrichtonRevert "Fix tidy"
2018-10-05 Alex CrichtonRevert "Add another assert"
2018-10-05 Kazuyoshi Katodro -> duckduckgo
2018-10-05 borsAuto merge of #54741 - oli-obk:impl_trait_hierarchy...
2018-10-05 Andy Russelladd suggestion for inverted function parameters
2018-10-05 borsAuto merge of #54336 - petrochenkov:preuni, r=alexcrichton
2018-10-05 ljedrzRemove graphviz::IntoCow
2018-10-05 Oliver SchererStabilize min_const_fn feature gate
2018-10-05 Oliver SchererRemove old unused error code
2018-10-05 Felix S. Klock IIAdd doc comment explaining what `BlockTailInfo` is.
2018-10-05 borsAuto merge of #52121 - jebrosen:macros2_feature, r...
2018-10-05 Felix S. Klock IIUnit tests for issue #54556. Some were also taken from...
next