]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-04-02 borsAuto merge of #40919 - GuillaumeGomez:fix-new-rustdoc...
2017-04-01 Guillaume GomezForce footnote references to be sorted by id
2017-04-01 borsAuto merge of #40967 - alexcrichton:old-osx, r=brson
2017-03-31 borsAuto merge of #40972 - frewsxcv:rollup, r=frewsxcv
2017-03-31 Corey FarwellRollup merge of #40947 - stjepang:test-sort-random...
2017-03-31 Corey FarwellRollup merge of #40935 - donniebishop:str_boilerplate_d...
2017-03-31 Corey FarwellRollup merge of #40871 - projektir:atomic_links, r...
2017-03-31 Corey FarwellRollup merge of #40763 - pirate:patch-2, r=steveklabnik
2017-03-31 Corey FarwellRollup merge of #40728 - topecongiro:stabilize, r=arielb1
2017-03-31 Corey FarwellRollup merge of #40703 - GuillaumeGomez:pointer-docs...
2017-03-31 Alex Crichtontravis: Compile OSX releases with Xcode 7
2017-03-31 Guillaume GomezAdd end whitespace ignore flag for tidy
2017-03-31 Guillaume GomezFix hard break issue
2017-03-31 borsAuto merge of #40950 - frewsxcv:rollup, r=frewsxcv
2017-03-31 Corey FarwellRollup merge of #40934 - SamWhited:improve_write_writel...
2017-03-31 Corey FarwellRollup merge of #40929 - bluss:full-reverse, r=alexcrichton
2017-03-31 Corey FarwellRollup merge of #40928 - GAJaloyan:patch-2, r=eddyb
2017-03-31 Corey FarwellRollup merge of #40925 - DaseinPhaos:patch-5, r=stevekl...
2017-03-31 Corey FarwellRollup merge of #40904 - rap2hpoutre:patch-1, r=stevekl...
2017-03-31 Corey FarwellRollup merge of #40898 - MaloJaffre:remove-unused-featu...
2017-03-31 Corey FarwellRollup merge of #40888 - wesleywiser:rustdoc_src_sideba...
2017-03-31 Corey FarwellRollup merge of #40869 - ctjhoa:master, r=steveklabnik
2017-03-31 Corey FarwellRollup merge of #40842 - Mic92:RawFd, r=aturon
2017-03-31 Corey FarwellRollup merge of #40694 - frewsxcv:unstable-book-checker...
2017-03-31 Corey FarwellSync all unstable features with Unstable Book; add...
2017-03-31 Stjepan GlavinaTest sort algorithms using a random cmp function
2017-03-31 borsAuto merge of #40737 - nagisa:safe-slicing-strs, r...
2017-03-31 borsAuto merge of #40620 - laumann:slash-in-diagnostics...
2017-03-30 Guillaume GomezFix multiple footnotes and improve testing
2017-03-30 Donnie BishopRemove parentheses in method references
2017-03-30 Donnie BishopRevert SplitWhitespace's description
2017-03-30 Donnie BishopModify SplitWhitespace's description
2017-03-30 Donnie BishopModify EncodeUtf16's description
2017-03-30 Donnie BishopModify Chars' description
2017-03-30 Donnie BishopModify CharIndices' description
2017-03-30 Sam WhitedImprove the docs for the write and writeln macros
2017-03-30 Donnie BishopModify Bytes' description
2017-03-30 Donnie BishopModify Lines' description
2017-03-30 borsAuto merge of #40524 - alexcrichton:update-bootstrap...
2017-03-30 Ulrik Sverdrupcmp: Implement all PartialOrd methods for Reverse
2017-03-30 GAJaloyanremoving trailing whitespaces
2017-03-30 GAJaloyanadding debug in consume_body function
2017-03-30 borsAuto merge of #40224 - nikomatsakis:issue-39808, r...
2017-03-30 LuxkoAdd missing link in unstable-book
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 raphUpdate process.rs
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 Guillaume GomezAdd support for image, rules and footnotes
2017-03-30 Aidan Hobson... Disable appveyor cache
2017-03-29 Camille TJHOAImprove os::linux documentation (#29367)
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 raphRemoving trailing spaces
2017-03-29 raphadding ///
next