]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-08-22 borsAuto merge of #35871 - bluss:cstring-new, r=alexcrichton
2016-08-22 borsAuto merge of #35848 - Mark-Simulacrum:make-tidy-in...
2016-08-22 borsAuto merge of #35821 - nbaksalyar:solaris-trans-fix...
2016-08-21 borsAuto merge of #35777 - nrc:carrier3, r=@nikomatsakis
2016-08-21 Nick CameronFix type error with `?` in existing code.
2016-08-21 borsAuto merge of #35776 - jseyfried:more_groundwork, r=nrc
2016-08-21 Ulrik Sverdrupcstring: avoid excessive growth just to 0-terminate
2016-08-20 borsAuto merge of #35857 - jonathandturner:rollup, r=jonath...
2016-08-20 Jonathan TurnerRollup merge of #35839 - jonathandturner:error_touchup...
2016-08-20 Jonathan TurnerRollup merge of #35831 - trixnz:error-428, r=jonathandt...
2016-08-20 Jonathan TurnerRollup merge of #35830 - matthew-piziak:not-example...
2016-08-20 Jonathan TurnerRollup merge of #35827 - matthew-piziak:neg-example...
2016-08-20 Jonathan TurnerRollup merge of #35818 - wdv4758h:E0133-label, r=Aatch
2016-08-20 Jonathan TurnerRollup merge of #35812 - mlayne:E0232, r=jonathandturner
2016-08-20 Jonathan TurnerRollup merge of #35811 - jonathandturner:fix_rustbuild_...
2016-08-20 Jonathan TurnerRollup merge of #35806 - matthew-piziak:addassign-examp...
2016-08-20 Jonathan TurnerRollup merge of #35804 - pliniker:master, r=jonathandturner
2016-08-20 Jonathan TurnerRollup merge of #35800 - matthew-piziak:mul-div-example...
2016-08-20 Jonathan TurnerRollup merge of #35794 - cantino:fix-typo, r=apasel422
2016-08-20 Jonathan TurnerRollup merge of #35781 - ErikUggeldahl:spellingfix...
2016-08-20 Jonathan TurnerRollup merge of #35780 - clementmiao:E0396_new_err_form...
2016-08-20 Jonathan TurnerRollup merge of #35778 - clementmiao:E0395_new_error_fo...
2016-08-20 Jonathan TurnerRollup merge of #35775 - frewsxcv:os-str-doc-examples...
2016-08-20 Jonathan TurnerRollup merge of #35710 - matthew-piziak:explicit-drop...
2016-08-20 Jonathan TurnerRollup merge of #35709 - matthew-piziak:add-trait-examp...
2016-08-20 Jonathan TurnerRollup merge of #35701 - matthew-piziak:rangefull-examp...
2016-08-20 Jonathan TurnerRollup merge of #35234 - nrc:rustdoc-macros, r=steveklabnik
2016-08-20 trixnzFix broken tests for E0428
2016-08-20 Nikita BaksalyarFix linker on Solaris/Illumos
2016-08-20 borsAuto merge of #35607 - alexcrichton:stabilize-1.12...
2016-08-20 Mark-SimulacrumCheck that executable file is in-tree before failing...
2016-08-20 borsAuto merge of #33922 - estebank:doc-comment, r=alexcrichton
2016-08-19 Jonathan Turnerwording fixes in error messages
2016-08-19 Alex Crichtonstd: Stabilize APIs for the 1.12 release
2016-08-19 borsAuto merge of #35655 - ollie27:rustdoc_search_static_pr...
2016-08-19 trixnzUpdate E0428 to new format
2016-08-19 Matthew Piziakreplace `Neg` example with something more evocative...
2016-08-19 Matthew Piziakreplace `Not` example with something more evocative
2016-08-19 Chiu-Hsiang HsuFix label messages for E0133
2016-08-19 borsAuto merge of #35719 - Amanieu:atomic_access, r=alexcri...
2016-08-19 Nick CameronRemove the Option and bool impls for carrier and add...
2016-08-18 Michael LayneUpdate error format for E0232
2016-08-18 Jonathan TurnerAdd workaround to detect correct compiler version
2016-08-18 Matthew Piziakreplace `AddAssign` example with something more evocati...
2016-08-18 Matthew Piziaknote that calling drop() explicitly is a compiler error
2016-08-18 plinikerUpdate error message for E0084
2016-08-18 Nick CameronRedirect
2016-08-18 Matthew Piziaksplit example into three sections with explanation
2016-08-18 Matthew Piziakdemonstrate `RHS != Self` use cases for `Mul` and ...
2016-08-18 Andrew CantinoFix minor typo
2016-08-18 borsAuto merge of #35684 - nikomatsakis:incr-comp-metadata...
2016-08-18 Corey FarwellAdd a few doc examples for `std::ffi::OsStr`.
2016-08-18 borsAuto merge of #35732 - jonathandturner:region_error_lab...
2016-08-18 Jeffrey SeyfriedAdd type `Determinacy`.
2016-08-18 Jeffrey SeyfriedFix fallout in tests.
2016-08-18 Jeffrey SeyfriedRefactor away `ImportResolvingError`.
2016-08-18 Jeffrey SeyfriedRename `source` -> `name` in `finalize_import`.
2016-08-18 Jeffrey SeyfriedRename `target_module` to `module` or `imported_module`.
2016-08-18 Jeffrey SeyfriedImprove import failure detection.
2016-08-18 borsAuto merge of #35769 - eddyb:rollup, r=eddyb
2016-08-18 Erik UggeldahlFix tiny spelling mistake in book
2016-08-18 clementmiaoupdated E0396 to new error format
2016-08-18 clementmiaoupdated E0395 to new error format
2016-08-18 Nick CameronUse a Carrier trait with the `?` operator
2016-08-18 Nick CameronFix links
2016-08-18 Nick Cameronrustdoc: remove the `!` from macro URLs and titles
2016-08-18 Jeffrey SeyfriedRefactor out `finalize_import()` from `resolve_import()`.
2016-08-18 Jeffrey SeyfriedCheck privacy in `resolve_name_in_module`.
2016-08-18 Jeffrey SeyfriedRefactor `value_determined` -> `value_result`, `type_de...
2016-08-18 Jeffrey SeyfriedRefactor `resolve_module_path` to take an `Option<Span...
2016-08-18 Jeffrey SeyfriedRefactor `record_used: bool` -> `record_used: Option...
2016-08-18 Jeffrey SeyfriedRefactor away the field `arenas` of `ModuleS`.
2016-08-18 Jeffrey SeyfriedRefactor away `module.resolve_name()`.
2016-08-18 Jeffrey SeyfriedAdd field `current_vis` to `Resolver`.
2016-08-18 Jeffrey SeyfriedClean up `build_reduced_graph.rs`.
2016-08-18 Jeffrey SeyfriedRefactor `unresolved_imports` -> `indeterminate_imports`.
2016-08-18 Jeffrey SeyfriedAdd field `parent` to `ImportDirective`.
2016-08-18 Jeffrey SeyfriedRefactor `module.add_import_directive()` -> `resolver...
2016-08-18 Eduard-Mihai... Rollup merge of #35770 - crypto-universe:E0221, r=jonat...
2016-08-18 Eduard-Mihai... Rollup merge of #35768 - GuillaumeGomez:err_codes,...
2016-08-18 Eduard-Mihai... Rollup merge of #35765 - KiChjang:e0053-bonus, r=jonath...
2016-08-18 Eduard-Mihai... Rollup merge of #35756 - crypto-universe:E0407, r=Guill...
2016-08-18 Eduard-Mihai... Rollup merge of #35751 - nagisa:mir-scope-fix-again...
2016-08-18 Eduard-Mihai... Rollup merge of #35750 - SimonSapin:help, r=alexcrichton
2016-08-18 Eduard-Mihai... Rollup merge of #35749 - GuillaumeGomez:raw_field,...
2016-08-18 Eduard-Mihai... Rollup merge of #35744 - DevShep:ds/update_E0009, r...
2016-08-18 Eduard-Mihai... Rollup merge of #35742 - spladug:readme-cmake-version...
2016-08-18 Eduard-Mihai... Rollup merge of #35740 - eddyb:llvm-prl-fix, r=alexcrichton
2016-08-18 Eduard-Mihai... Rollup merge of #35739 - circuitfox:E0403-update-error...
2016-08-18 Eduard-Mihai... Rollup merge of #35734 - japaric:mips-uclibc, r=alexcri...
2016-08-18 Eduard-Mihai... Rollup merge of #35346 - DarkEld3r:e0093-formatting...
2016-08-18 borsAuto merge of #35702 - jonathandturner:add_backtrace_la...
2016-08-18 Matthew Piziakreplace Add example with something more evocative of...
2016-08-17 borsAuto merge of #35736 - brson:relnotes, r=steveklabnik
2016-08-17 Jonathan TurnerFix tidy and nits
2016-08-17 crypto-universeFix tidy check.
2016-08-17 Keith YeungAdd UI test for E0053
2016-08-17 Jonathan TurnerMove 'doesn't live long enough' errors to labels
2016-08-17 Brian Anderson1.11 changelog
2016-08-17 Keith YeungDisplay secondary span for E0053 for Mutability TypeErrors
next