]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-03-31 Marco A L BarbosaUse 64 bits emulator to run android tests
2017-03-31 borsAuto merge of #40620 - laumann:slash-in-diagnostics...
2017-03-30 borsAuto merge of #40524 - alexcrichton:update-bootstrap...
2017-03-30 borsAuto merge of #40224 - nikomatsakis:issue-39808, r...
2017-03-30 Niko Matsakisremove comments that were tripping up pretty printer
2017-03-30 Niko Matsakisfix error message for issue-10176.rs
2017-03-30 Niko Matsakisupdate UI test
2017-03-30 Niko Matsakiskill the graphviz-flowgraph tests
2017-03-30 Niko Matsakisdocument `diverges` more correctly
2017-03-30 Niko Matsakisfix `X as !` behavior
2017-03-30 Niko Matsakisadd test illustrating current "coerce to `!`" behavior
2017-03-30 Niko Matsakishave coercion supply back the target type
2017-03-30 Niko Matsakisremove `Clone` from `FnCtxt`
2017-03-30 Niko Matsakisrename `only_has_type_or_fresh_var` to `coercion_target...
2017-03-30 Niko Matsakisfix handling of blocks with `CoerceMany`
2017-03-30 Niko Matsakiscoercion now depends on whether the expression diverges
2017-03-30 Niko Matsakisavoid allocating a vector when the coercion sites are...
2017-03-30 Niko Matsakischerry-pick over the tests I wrote for the reachability...
2017-03-30 Niko Matsakispacify the mercilous tidy
2017-03-30 Niko Matsakisadd regression test for #39808
2017-03-30 Niko Matsakiswe now get an extra unreachable code warning in this...
2017-03-30 Niko Matsakismore detailed tests around diverging type variables
2017-03-30 Niko Matsakismake `try_find_coercion_lub` private; we always use...
2017-03-30 Niko Matsakiswhitespace changes, debug message
2017-03-30 Niko Matsakisrewrite `ExprArray` processing to use `CoerceMany`
2017-03-30 Niko Matsakisrework how we handle the type of loops
2017-03-30 Niko Matsakisdo not eagerly convert `!` to a diverging variable
2017-03-30 Niko Matsakisdocument the diverges flag etc
2017-03-30 Niko Matsakisport `return` expressions to use `CoerceMany`
2017-03-30 Niko Matsakisport if-then-else to use `CoerceMany`
2017-03-30 Niko Matsakisport the match code to use `CoerceMany`
2017-03-30 Niko Matsakisintroduce (but do not yet use) a `CoerceMany` API
2017-03-30 Niko Matsakisadd an `ObligationCauseCode` we'll use later (`ReturnNo...
2017-03-30 Niko Matsakisadd a `TypeVariableOrigin` we'll use later (`DerivingFn`)
2017-03-30 Niko Matsakisadd some debug logs to type_variable.rs
2017-03-30 Niko Matsakischange the strategy for diverging types
2017-03-30 Niko Matsakisrefactor the `targeted_by_break` field
2017-03-30 Niko Matsakisremove unneeded `&` that now fails to coerce
2017-03-30 Niko Matsakisupdate comment
2017-03-30 Niko Matsakisrefactor if so that the "then type" is an expression
2017-03-30 Thomas JespersenReplace hardcoded forward slash with path::MAIN_SEPARATOR
2017-03-30 borsAuto merge of #40597 - jseyfried:improve_span_expn_info...
2017-03-30 Jeffrey SeyfriedImprove `Path` spans.
2017-03-30 borsAuto merge of #40917 - aidanhs:aphs-no-appveyor-cache...
2017-03-30 Aidan Hobson... Disable appveyor cache
2017-03-29 borsAuto merge of #40911 - frewsxcv:rollup, r=frewsxcv
2017-03-29 Corey FarwellRollup merge of #40907 - donniebishop:utf8_unchecked_do...
2017-03-29 Corey FarwellRollup merge of #40901 - MaloJaffre:fix-double-redirect...
2017-03-29 Corey FarwellRollup merge of #40832 - pftbest:fix_msp430, r=stjepang
2017-03-29 Corey FarwellRollup merge of #40816 - estebank:issue-38321, r=nikoma...
2017-03-29 Corey FarwellRollup merge of #40814 - abonander:issue_39436, r=jseyfried
2017-03-29 Corey FarwellRollup merge of #40780 - aidanhs:aphs-cache-git-modules...
2017-03-29 Donnie BishopLinked str in from_utf_unchecked
2017-03-29 Alex Crichtonrustbuild: Update bootstrap compiler
2017-03-29 borsAuto merge of #40899 - frewsxcv:rollup, r=frewsxcv
2017-03-29 Malo JaffréAvoid linking to a moved page in rust.html
2017-03-29 Corey FarwellRollup merge of #40897 - irfanhudda:fix-typo-char,...
2017-03-29 Corey FarwellRollup merge of #40866 - projektir:once_docs, r=estebank
2017-03-29 Corey FarwellRollup merge of #40841 - arielb1:immutable-blame, r...
2017-03-29 Corey FarwellRollup merge of #40786 - frewsxcv:unstable-book-remaini...
2017-03-29 Corey FarwellRollup merge of #40720 - mitsuhiko:feature/rev-key...
2017-03-29 borsAuto merge of #40540 - cramertj:check-bodies-as-query...
2017-03-29 Irfan HuddaFix typo in libcore/char.rs
2017-03-29 Jeffrey SeyfriedRefactor how spans are combined in the parser.
2017-03-29 Aidan Hobson... Minor tweaks to retry utility
2017-03-29 Armin RonacherUpdated tracking issue for cmp::Reverse
2017-03-29 borsAuto merge of #40338 - GuillaumeGomez:pulldown-switch...
2017-03-29 projektirAdding linking for Once docs #29377
2017-03-29 Corey FarwellAdd all unstable features to Unstable Book.
2017-03-29 borsAuto merge of #40889 - frewsxcv:rollup, r=frewsxcv
2017-03-29 Taylor CramerOn-demandify the typechecking of item bodies
2017-03-29 Corey FarwellRollup merge of #40864 - steveklabnik:update-submodules...
2017-03-29 Corey FarwellRollup merge of #40838 - lukaramu:std-net-docs, r=Guill...
2017-03-29 Corey FarwellRollup merge of #40783 - stepancheg:cursor-new-0, r...
2017-03-29 Corey FarwellRollup merge of #40731 - sfackler:vec-from-iter-spec...
2017-03-29 Corey FarwellRollup merge of #40682 - TigleyM:str_doc, r=steveklabnik
2017-03-29 Esteban KüberSimplify labels and move tests to ui
2017-03-29 Aidan Hobson... Attempt to cache git modules
2017-03-29 borsAuto merge of #40836 - arielb1:issue-32330-copy, r...
2017-03-29 Jeffrey SeyfriedMerge `ExpnId` and `SyntaxContext`.
2017-03-29 Jeffrey SeyfriedRemove code in `syntax::codemap`.
2017-03-29 Jeffrey SeyfriedMove `syntax::ext::hygiene` to `syntax_pos::hygiene`.
2017-03-28 Armin RonacherChanged cmp::Reverse to unstable
2017-03-28 borsAuto merge of #40867 - alexcrichton:rollup, r=alexcrichton
2017-03-28 Austin BonanderRustdoc: test proper representation for `pub use` macros
2017-03-28 Austin BonanderRustdoc: memoize `pub use`-reexported macros so they...
2017-03-28 Guillaume GomezImprove function naming
2017-03-28 Guillaume GomezFix id generation
2017-03-28 Guillaume GomezFix plain_summary_line function
2017-03-28 Guillaume GomezAdd feature for rustdoc binary
2017-03-28 Guillaume GomezUpdate to last pulldown version
2017-03-28 Guillaume GomezUpdate pulldown version after fix merged
2017-03-28 Guillaume GomezHandle html in markdown as well
2017-03-28 Guillaume GomezRemove unneeded comment
2017-03-28 Guillaume GomezAdd a macro to improve code
2017-03-28 Guillaume GomezAdd missing markdown tags
2017-03-28 Guillaume GomezFix external doc errors
2017-03-28 Guillaume GomezEnd of pulldown switch and remove completely hoedown
2017-03-28 Guillaume GomezRemains to fix tables
2017-03-28 Guillaume GomezReplace hoedown with pull in rustdoc
next