]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-01-17 borsAuto merge of #39090 - solson:exprkind-array, r=eddyb
2017-01-17 king6congconsistent doc wording
2017-01-17 borsAuto merge of #39087 - nrc:qquote-empty-delim, r=jseyfried
2017-01-17 Jeffrey SeyfriedRemove field `tokens_consumed` of `Parser`.
2017-01-17 Alex Crichtontravis: Expand the `cross` linux image
2017-01-17 Alex Crichtontravis: Tweak OSX image configuration
2017-01-17 Alex Crichtonappveyor: Test/Dist i586 MSVC
2017-01-17 borsAuto merge of #38949 - GuillaumeGomez:fix_linker, r...
2017-01-16 Michael Woeristerignore-gdb-version: Address review comments.
2017-01-16 Vadim Petrochenkovsyntax: Rename parse_ty -> parse_ty_no_plus, parse_ty_s...
2017-01-16 Vadim PetrochenkovUse resizable Vec instead of P<[T]> in AST
2017-01-16 Michael Woeristerincr.comp.: Delete orphaned work-products.
2017-01-16 Vadim PetrochenkovAST/HIR: Merge ObjectSum and PolyTraitRef
2017-01-16 borsAuto merge of #39108 - GuillaumeGomez:rollup, r=Guillau...
2017-01-16 Guillaume GomezRollup merge of #39106 - istankovic:patch-2, r=Guillaum...
2017-01-16 Guillaume GomezRollup merge of #39105 - istankovic:patch-1, r=sfackler
2017-01-16 Guillaume GomezRollup merge of #39084 - sphela:book-update-patterns...
2017-01-16 Guillaume GomezRollup merge of #39065 - frewsxcv:libstd-os-unix-ffi...
2017-01-16 Guillaume GomezRollup merge of #39028 - frewsxcv:libstd-env-docs,...
2017-01-16 Guillaume GomezRollup merge of #38247 - federicomenaquintero:assert...
2017-01-16 Ivan Stankoviclibcollections: btree/set: fix a typo
2017-01-16 Ivan Stankoviclibcollections: btree/map: fix typos
2017-01-16 borsAuto merge of #39094 - nagisa:i128-fix-endianness,...
2017-01-16 Mark SimulacrumFix stage 0 and 1 tests broken because i128 doesn't...
2017-01-16 Vadim PetrochenkovAST/HIR: Replace Path with Type in WhereEqPredicate
2017-01-16 borsAuto merge of #39102 - alexcrichton:netbsd-mirror,...
2017-01-16 Alex Crichtontravis: Mirror some NetBSD artifacts
2017-01-16 borsAuto merge of #39076 - ollie27:rustdoc_stab_prim, r...
2017-01-16 borsAuto merge of #39072 - radix:patch-1, r=GuillaumeGomez
2017-01-16 Simonas KazlauskasFix UB in test helpers
2017-01-16 Simonas KazlauskasFix endian bugs in i128 intrinsic impls
2017-01-16 borsAuto merge of #39071 - est31:master, r=GuillaumeGomez
2017-01-16 Scott OlsonRename ExprKind::Vec to Array in HIR and HAIR.
2017-01-16 borsAuto merge of #39069 - GuillaumeGomez:missing_blank_spa...
2017-01-16 Austin BonanderRefactor `proc_macro::TokenStream` to use `syntax:...
2017-01-16 borsAuto merge of #38806 - comex:lint-attr-fix, r=nrc
2017-01-16 Aidan Hobson... Expose a feature to force use of alloc_system, teach...
2017-01-16 Alex Crichtontravis: Add i586 linux and i686 musl
2017-01-16 Nick Cameronproc macros/qquote: Handle empty delimited tokens
2017-01-15 borsAuto merge of #39042 - alexcrichton:upload-more, r...
2017-01-15 borsAuto merge of #38610 - djzin:master, r=sfackler
2017-01-15 Bjorn TiplingAn update to patterns documentation
2017-01-15 Alex Crichtontravis: Expand dist builder coverage
2017-01-15 Guillaume GomezFix missing blank space issue
2017-01-15 borsAuto merge of #39063 - ruuda:covered-switch, r=alexcrichton
2017-01-15 borsAuto merge of #39055 - aidanhs:aphs-deinit-before-init...
2017-01-15 borsAuto merge of #39052 - alexcrichton:fix-rebuild, r...
2017-01-15 Oliver Middletonrustdoc: Give primitive types stability attributes
2017-01-15 borsAuto merge of #39045 - redox-os:process_try_wait, r...
2017-01-15 borsAuto merge of #39040 - estebank:relevant-impl-multiline...
2017-01-15 Christopher... "where it didn't" -> "but didn't"
2017-01-15 Corey FarwellAdd doc examples & description in `std::os::unix::ffi`.
2017-01-15 Jeffrey SeyfriedImprove the warning cycle for `use $crate;`.
2017-01-15 est31Mark the pushpop_unsafe feature as "removed"
2017-01-15 est31Remove the safe_suggestion feature
2017-01-15 Christopher... Minor improvement to strange grammar in E0525
2017-01-15 borsAuto merge of #39026 - alexcrichton:more-less-cross...
2017-01-14 comexMerge branch 'master' into lint-attr-fix
2017-01-14 borsAuto merge of #39020 - michaelwoerister:dep-graph-dfs...
2017-01-14 borsAuto merge of #38992 - nagisa:i128-minvallit, r=eddyb
2017-01-14 Djzinadd required imports & feature
2017-01-14 borsAuto merge of #38982 - clarcharr:expect_err, r=aturon
2017-01-14 djzinupdate array_vec to use new rangeargument
2017-01-14 djzinupdate docs with new syntax
2017-01-14 djzinupdate docs with new syntax
2017-01-14 djzinfix warnings in doctests
2017-01-14 djzinshorten range syntax
2017-01-14 djzinmake rangeargument methods non-default; simplify impl
2017-01-14 djzinsimplify some ranges
2017-01-14 djzinfix failing test
2017-01-14 djzinadd type annotations to doctest
2017-01-14 djzinadd test for range_mut
2017-01-14 djzinuse str range for string btreemap in test
2017-01-14 djzinuse rangeargument for range_mut
2017-01-14 djzinallow unsized types in `RangeArgument`
2017-01-14 djzinfix up tests
2017-01-14 djzinfix up tests
2017-01-14 djzinchange argument for btree_range
2017-01-14 djzinimpl RangeArgument for (Bound<T>, Bound<T>)
2017-01-14 djzinhave RangeArgument return a Bound<&T> from each of...
2017-01-14 borsAuto merge of #38952 - nrc:save-impl-fix, r=eddyb
2017-01-14 Ruud van AsseldonkFix covered-switch-default warnings in RustWrapper
2017-01-14 borsAuto merge of #38944 - michaelwoerister:incr-generics...
2017-01-14 Martin Hafskjold... Add initial impl of placement-in for `BinaryHeap`
2017-01-14 borsAuto merge of #38935 - redox-os:fix_path_redox, r=brson
2017-01-14 borsAuto merge of #38927 - petrochenkov:leven, r=jseyfried
2017-01-14 borsAuto merge of #38914 - est31:tidy-gate-tests, r=nikomat...
2017-01-14 borsAuto merge of #39021 - alexcrichton:try-debug-travis...
2017-01-14 Aidan Hobson... If submodule init fails, try from scratch
2017-01-14 borsAuto merge of #38854 - Mark-Simulacrum:immediate-refact...
2017-01-13 borsAuto merge of #39030 - GuillaumeGomez:rollup, r=Guillau...
2017-01-13 Björn SteinbrinkAvoid using load/stores on first class aggregates
2017-01-13 Alex Crichtonrustbuild: Skip the build_helper crate in tests
2017-01-13 Jeremy SollerAdd try_wait to Redox process
2017-01-13 Jeremy SollerFix is_absolute on Redox
2017-01-13 Clar Charrexpect_err for Result.
2017-01-13 Vadim Petrochenkovresolve: Levenshtein-based suggestions for non-import...
2017-01-13 Esteban KüberUse multiline Diagnostic for "relevant impl" list
2017-01-13 borsAuto merge of #39036 - aidanhs:aphs-robust-docker,...
2017-01-13 Steve Klabnikupdate mailmap
next