]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-08-04 borsAuto merge of #43600 - scalexm:issue-35976, r=nikomatsakis
2017-08-04 borsAuto merge of #43442 - zackmdavis:note_available_field_...
2017-08-04 scalexmRename `ConfirmResult` fields
2017-08-04 borsAuto merge of #43403 - RalfJung:mir-validate, r=nikomat...
2017-08-04 borsAuto merge of #43634 - dhduvall:solaris-test-fixes...
2017-08-04 borsAuto merge of #43459 - ids1024:asrawfd, r=alexcrichton
2017-08-04 Danek DuvallRecognize SPARC in more tests where architecture matters.
2017-08-04 Danek DuvallSolaris linker options need to be accounted for in...
2017-08-03 Ian Douglas... Fix AsRawHandle
2017-08-03 Danek DuvallSome tests use `res_init()` and need `-lresolv` on...
2017-08-03 Danek DuvallFix a dangling symlink bug in `remove_dir_all()` on...
2017-08-03 Ian Douglas... Implement AsRawHandle for Std* on Windows
2017-08-03 borsAuto merge of #43619 - frewsxcv:frewsxcv-thread, r...
2017-08-03 borsAuto merge of #43618 - SimonSapin:nomiconup, r=steveklabnik
2017-08-03 borsAuto merge of #43609 - dsprenkels:issue-40510, r=Mark...
2017-08-03 scalexmTweak error message
2017-08-03 scalexmHandle ambiguous cases
2017-08-03 scalexmAdd a more precise error message
2017-08-03 borsAuto merge of #43622 - RalfJung:config.toml, r=michaelw...
2017-08-03 borsAuto merge of #43616 - mbrubeck:fnv, r=michaelwoerister
2017-08-03 Daan SprenkelsAdd more regression tests for #40510
2017-08-03 borsAuto merge of #43611 - nrc:save-tidy, r=eddyb
2017-08-03 Nick CameronAppease tidy and fix save-analysis config for dist...
2017-08-03 Ralf Jungextend config.toml doc
2017-08-03 Corey FarwellIndicate how `ThreadId` is created.
2017-08-03 Corey FarwellFix broken links in `Thread` docs.
2017-08-02 Simon SapinUpdate nomicon
2017-08-02 borsAuto merge of #43614 - pornel:is_gotcha, r=BurntSushi
2017-08-02 Matt BrubeckRemove unused fnv hash code
2017-08-02 borsAuto merge of #43607 - marioidival:master, r=alexcrichton
2017-08-02 KornelEmphasise that these functions look at the disk, not...
2017-08-02 borsAuto merge of #43605 - RalfJung:mapdoc, r=michaelwoerister
2017-08-02 borsAuto merge of #43612 - michaelwoerister:fix-cgu-hashing...
2017-08-02 Michael Woeristerincr.comp.: Properly incorporate symbol linkage and...
2017-08-02 borsAuto merge of #43602 - QuietMisdreavus:fantastic-shrink...
2017-08-02 borsAuto merge of #43584 - arielb1:unused-reads, r=eddyb
2017-08-02 Nick CameronUpdate RLS
2017-08-02 Nick CameronUpdate rls-data dep
2017-08-02 Ralf Jungalso release-validate return value before a call
2017-08-02 Nick Cameronsave-analysis: only emit public fields in value of...
2017-08-02 borsAuto merge of #43603 - frewsxcv:rollup, r=frewsxcv
2017-08-02 Mario IdivalRemove unecessary test code #43219
2017-08-02 Ralf Jungimprove hir::map::Map::get_parent_node doc
2017-08-02 QuietMisdreavusrustdoc: shrink headings in non-top-level docblocks
2017-08-02 Daan SprenkelsAdd regression test for #40510
2017-08-02 Ralf Jungclosure unsafety check: stop moving up when we hit...
2017-08-02 Corey FarwellRollup merge of #43598 - ibabushkin:master, r=eddyb
2017-08-02 Corey FarwellRollup merge of #43597 - dhduvall:master, r=alexcrichton
2017-08-02 Corey FarwellRollup merge of #43585 - frewsxcv:frewsxcv-hashset...
2017-08-02 Corey FarwellRollup merge of #43581 - alexcrichton:inline-more,...
2017-08-02 Corey FarwellRollup merge of #43423 - xliiv:cell-example, r=steveklabnik
2017-08-02 Corey FarwellRollup merge of #43389 - alexcrichton:thread-error...
2017-08-02 borsAuto merge of #43579 - cuviper:extern-llvm-features...
2017-08-01 Corey FarwellAdd doc example for HashSet::drain.
2017-08-01 Corey FarwellRemove unnecessary clones in doc examples.
2017-08-01 Corey FarwellShow the capacity in HashSet::with_capacity doc example.
2017-08-01 Corey FarwellRemove unnecessary 'mut' bindings.
2017-08-01 Corey FarwellIndicate HashSet is code-like in docs.
2017-08-01 Corey FarwellShow that the capacity changed in HashSet::reserve...
2017-08-01 Corey FarwellAdd doc example for HashSet::hasher.
2017-08-01 borsAuto merge of #43576 - arielb1:no-unneeded-unwind,...
2017-08-01 Inokentiy BabushkinDerive `Hash` on `AssociatedKind`.
2017-08-01 Ralf Jungadd a closure inside an unsafe fn to the tests
2017-08-01 Ralf Junguse FnLike to recognize functions for us
2017-08-01 borsAuto merge of #43529 - QuietMisdreavus:fn-docs, r=steve...
2017-08-01 Danek DuvallFix the Solaris pthread_t raw type in std to match...
2017-08-01 borsAuto merge of #43506 - michaelwoerister:async-llvm...
2017-08-01 Ralf Junghandle trait items as well
2017-08-01 Ralf Junghandle tuple struct ctors
2017-08-01 QuietMisdreavusadd documentation for function pointers as a primitive
2017-08-01 borsAuto merge of #43568 - arielb1:constant-recovery, r...
2017-08-01 Michael Woeristerasync-llvm(29): Adapt run-make/llvm-phase test case...
2017-08-01 Michael Woeristerasync-llvm(28): Make some error messages more informative.
2017-08-01 Ariel Ben-Yehudarustc::hir::map::definitions - fix O(n^2) when disambig...
2017-08-01 Ariel Ben-Yehudasyntax: avoid loading the same source-file multiple...
2017-08-01 Ariel Ben-Yehudapacify the merciless tidy
2017-08-01 borsAuto merge of #43560 - QuietMisdreavus:ref-docs, r...
2017-08-01 borsAuto merge of #43552 - petrochenkov:instab, r=jseyfried
2017-08-01 borsAuto merge of #43533 - nrc:macro-save, r=jseyfried,
2017-08-01 Nick Cameronreview changes
2017-08-01 Ralf JungHandle closures. Add some more tests.
2017-08-01 Zack M. Davislimit and delimit available fields in note
2017-08-01 Alex Crichtonrustc: Inline bitwise modification operators
2017-08-01 Ralf Jungfix AddValidation on methods
2017-08-01 Josh StoneGate LLVMRustHasFeature on LLVM_RUSTLLVM
2017-07-31 borsAuto merge of #43547 - arielb1:no-borrow-no-check,...
2017-07-31 Ralf Jungtidy
2017-07-31 Ralf Jungmore readable printing of validation operands
2017-07-31 Ralf Jungoptionally only emit basic validation for functions...
2017-07-31 Ariel Ben-Yehudarustc_mir::transform::simplify - remove nops first
2017-07-31 Ariel Ben-Yehudause an iterator when visiting MIR basic blocks
2017-07-31 Ariel Ben-Yehudarustc_mir: don't build unused unwind cleanup blocks
2017-07-31 Ariel Ben-Yehudaremove the span field from `diverge_cleanup`
2017-07-31 borsAuto merge of #43399 - tschottdorf:bndmode-pat-adjustme...
2017-07-31 Ralf JungCleanEndRegions: use default impl where possible
2017-07-31 Ralf Jungmore documentation
2017-07-31 Michael Woeristerasync-llvm(27): Move #[rustc_error] check to an earlier...
2017-07-31 Niko Matsakisadd comments from arielb1
2017-07-31 Ariel Ben-Yehudatrans::mir::constant - fix assignment error recovery
2017-07-31 Ariel Ben-Yehudafix `-Z treat-err-as-bug`
next