]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-08-20 varkorAdd more detail to the split_grouped_constructors comment
2018-08-20 varkorAdd assertion to constructor_intersects_pattern
2018-08-20 varkorRemove pattern consideration from split_grouped_constru...
2018-08-20 varkorImprove some comments
2018-08-19 varkorTweak comments
2018-08-16 varkorFix handling of floating-point ranges
2018-08-16 varkorHandle equivalence classes of length-1 ranges
2018-08-16 varkorAdd equivalence class splitting for range constructors
2018-08-16 varkorAdd some more compound exhaustiveness tests
2018-08-16 varkorMore formatting improvements
2018-08-16 varkorAdd a summary of the algorithm to the file
2018-08-16 varkorSome reformatting
2018-08-16 varkorAdd a test for integer products
2018-08-16 varkorMove logic from push_wild_constructor to apply_constructor
2018-08-16 varkorMove witnesses inside push_wild_constructor
2018-08-16 varkorAdd some comments
2018-08-16 varkorRefactor condition
2018-08-16 varkorAdd guarded arms to tests
2018-08-16 varkorNo longer return value_constructors for all_constructors
2018-08-16 varkorRefactor for less allocation
2018-08-16 varkorRefactor after miri api changes
2018-08-16 varkorReplace ... with ..= in suggestions
2018-08-16 varkorIntroduce signed_bias method
2018-08-16 varkorInline encode and decode methods
2018-08-16 varkorFix print_miri_value for signed integers
2018-08-16 varkorSimplify bitwise operations
2018-08-16 varkorSpecial-case (RangeEnd::Included, Ordering::Equal)...
2018-08-16 varkorImprove the comments
2018-08-16 varkorFix sign conversion arithmetic errors
2018-08-16 varkorRefactor to remove explicit integer type matching
2018-08-16 varkorAdd singleton patterns to test
2018-08-16 varkorFix integer overflow
2018-08-16 varkorUse bit operators for min_max_ty
2018-08-16 varkorRefactor interval conditions
2018-08-16 varkorFix range splitting
2018-08-16 varkorRequire just the Unicode Scalar Values to be matched...
2018-08-16 varkorImprove macros with reduced repetition
2018-08-16 varkorAdd semi-exhaustive tests for exhaustiveness
2018-08-16 varkorFix handling of signed integers
2018-08-16 varkorAdd feature gate test
2018-08-16 varkorAdd feature gate and refactor
2018-08-16 varkorAdd support for all integer types
2018-08-16 varkorGive correct suggestions
2018-08-16 varkorImplement interval checking
2018-08-16 borsAuto merge of #53304 - dtolnay:extend, r=dtolnay
2018-08-16 borsAuto merge of #53256 - ollie27:writeln, r=KodrAus
2018-08-16 borsAuto merge of #53173 - alexcrichton:win-arm64, r=sfackler
2018-08-16 borsAuto merge of #53147 - ashtneoi:dont-suggest-ref, r...
2018-08-16 borsAuto merge of #53295 - estebank:on-unimplemented, r...
2018-08-16 ashtneoiSplit tests more and bless them again
2018-08-16 ashtneoiMove tests into their own directory
2018-08-16 borsAuto merge of #53293 - petrochenkov:gramattr2, r=alexcr...
2018-08-16 borsAuto merge of #53289 - ljedrz:improve_lexer, r=michaelw...
2018-08-16 Alex CrichtonStart adding an `aarch64-pc-windows-msvc` target
2018-08-15 ashtneoiRe-bless test
2018-08-15 ashtneoiAdd files I forgot to commit earlier
2018-08-15 ashtneoiChange a method name and clarify a comment
2018-08-15 ashtneoiBless tests
2018-08-15 ashtneoiTest move-into-Fn/FnMut errors too
2018-08-15 ashtneoiFix compiletest JSON error message
2018-08-15 ashtneoiAllocate fewer Strings at a time
2018-08-15 ashtneoiAdd another FIXME about suggestions
2018-08-15 ashtneoiBless UI tests
2018-08-15 ashtneoiRemove incorrect space
2018-08-15 ashtneoiRemove unnecessary comment
2018-08-15 ashtneoiTest patterns in tuples
2018-08-15 ashtneoiCoalesce var-is-not-Copy notes per move
2018-08-15 ashtneoiDedup suggestions
2018-08-15 ashtneoiRemove unnecessary underscore
2018-08-15 ashtneoiChange TODOs to FIXMEs
2018-08-15 ashtneoiMake move errors more consistent with typeck errors
2018-08-15 ashtneoiMake move error suggestions clearer
2018-08-15 ashtneoiAdd backquotes around variable name
2018-08-15 ashtneoiFix move errors for index expressions
2018-08-15 ashtneoiTest move errors for index expressions
2018-08-15 ashtneoiAccept whitespace between `&` and `mut`
2018-08-15 ashtneoiAdd more TODOs
2018-08-15 ashtneoiSuggest match ergonomics, not `ref`/`ref mut`
2018-08-15 ashtneoiFix some random stuff
2018-08-15 borsAuto merge of #53400 - GuillaumeGomez:rollup, r=Guillau...
2018-08-15 Guillaume GomezRollup merge of #53396 - matklad:fix-flatten-since...
2018-08-15 Guillaume GomezRollup merge of #53388 - GuillaumeGomez:fix-links-color...
2018-08-15 Guillaume GomezRollup merge of #53368 - matthewjasper:only-stage-2...
2018-08-15 Guillaume GomezRollup merge of #53344 - frewsxcv:frewsxcv-doc-ptr...
2018-08-15 Guillaume GomezRollup merge of #53342 - RalfJung:unsized-packed, r...
2018-08-15 Guillaume GomezRollup merge of #53279 - estebank:on-unimplemented...
2018-08-15 Guillaume GomezRollup merge of #53271 - llogiq:simplify-maybe-map...
2018-08-15 Guillaume GomezRollup merge of #52453 - srijs:fix-52436, r=TimNN
2018-08-15 borsAuto merge of #53164 - davidtwco:issue-52663-span-decl...
2018-08-15 Aleksey KladovFix since of Iterator::flatten to be a proper semver
2018-08-15 borsAuto merge of #53237 - overdrivenpotato:wasm-export...
2018-08-15 Guillaume GomezFix links' color
2018-08-15 borsAuto merge of #53133 - Zoxc:gen-int, r=eddyb
2018-08-15 borsAuto merge of #53367 - ehuss:update-cargo, r=alexcrichton
2018-08-15 Ralf Jungfix error for unsized packed struct field
2018-08-15 borsAuto merge of #53212 - sunjay:nll-raw-cast, r=nikomatsakis
2018-08-15 Eric HussUpdate cargo
2018-08-15 borsAuto merge of #52716 - tromey:rustup-lldb, r=alexcrichton
2018-08-15 Corey FarwellAdd doc examples for std::alloc::{alloc,alloc_zeroed}.
2018-08-15 Tom TromeyAdd lldb to the build
next