]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-07-28 John Kåre AlsakerFix tidy errors
2017-07-28 Niko Matsakischange how we report `err_out_of_scope` borrowck errors
2017-07-28 Niko Matsakiscombine `bckerr_to_diag` and `note_and_explain_bckerr`
2017-07-28 John Kåre AlsakerRemove a FIXME and apply the same hack as closures
2017-07-28 John Kåre AlsakerFix a string literal
2017-07-28 John Kåre AlsakerUpdate FIXME
2017-07-28 John Kåre AlsakerConvert to spaces
2017-07-28 John Kåre AlsakerAdd some comments
2017-07-28 John Kåre AlsakerConvert to spaces
2017-07-28 Alex CrichtonRemove support for `gen arg`
2017-07-28 John Kåre AlsakerFix a bug with yielding subtypes of the yield type.
2017-07-28 John Kåre AlsakerRemove debug code
2017-07-28 John Kåre AlsakerRevert some whitespace changes
2017-07-28 John Kåre AlsakerRevert borrowck changes
2017-07-28 John Kåre AlsakerTweak docs
2017-07-28 Niko Matsakisfix yields-in-args test and add a reverse one
2017-07-28 Niko Matsakisadd some tests of yielding with outstanding borrows
2017-07-28 Alex CrichtonConvert tabs to spaces
2017-07-28 Alex CrichtonAdd a test case for conditional drop
2017-07-28 John Kåre AlsakerAdd a test
2017-07-28 Alex CrichtonTouch up unstable docs for generators
2017-07-28 John Kåre AlsakerRemove a FIXME
2017-07-28 John Kåre AlsakerFix printing
2017-07-28 John Kåre AlsakerConsider StorageDead and StorageLive as gens for livene...
2017-07-28 John Kåre AlsakerCopy a comment
2017-07-28 John Kåre AlsakerMove a FIXME around
2017-07-28 John Kåre AlsakerFix upstream changes
2017-07-28 John Kåre AlsakerFix examples
2017-07-28 John Kåre AlsakerFix hash impl for SimplifiedType
2017-07-28 Alex CrichtonClarifying documentation for generator
2017-07-28 John Kåre AlsakerFix tests
2017-07-28 John Kåre AlsakerFix whitespace
2017-07-28 John Kåre AlsakerAdd some comments
2017-07-28 John Kåre AlsakerUse FIXME instead of TODO
2017-07-28 John Kåre AlsakerRename suspend to yield
2017-07-28 John Kåre AlsakerUpdate error codes
2017-07-28 John Kåre AlsakerDon't print `gen` in HIR
2017-07-28 John Kåre AlsakerEnsure upvars are dropped when generators have never...
2017-07-28 Alex CrichtonFill in generator tracking issue in a few more locations
2017-07-28 Alex CrichtonAdd documentation for generators
2017-07-28 John Kåre AlsakerMake yield and gen arg outside generator literals an...
2017-07-28 Alex CrichtonAdd some generator pass/fail tests
2017-07-28 Alex CrichtonFix tests
2017-07-28 John Kåre AlsakerAdded some tests
2017-07-28 John Kåre AlsakerConsider all implementations of Generator, not just...
2017-07-28 John Kåre AlsakerBan explicit arguments on generators
2017-07-28 Alex Crichtonstd: Add forwarding impls of `Generator` trait
2017-07-28 Alex CrichtonFix tidy warnings
2017-07-28 John Kåre AlsakerGenerator literal support
2017-07-28 borsAuto merge of #43221 - MaulingMonkey:natvis-improvement...
2017-07-28 borsAuto merge of #43505 - eddyb:poly-const-eval-layout...
2017-07-28 borsAuto merge of #43238 - estebank:try-on-unimplemented...
2017-07-28 borsAuto merge of #43432 - pczarn:macro-parser-description...
2017-07-28 Esteban KüberUse `rustc_on_unimplemented`'s trait name argument...
2017-07-28 borsAuto merge of #43217 - pnkfelix:alloc-requires-align...
2017-07-27 borsAuto merge of #43438 - petrochenkov:path, r=jseyfried
2017-07-27 Vadim PetrochenkovAvoid duplicated errors for generic arguments in macro...
2017-07-27 Vadim PetrochenkovGive span to angle bracketed generic arguments
2017-07-27 Vadim PetrochenkovDiscern between `Path` and `Path<>` in AST
2017-07-27 Vadim PetrochenkovSimplify parsing of paths
2017-07-27 borsAuto merge of #43443 - bitshifter:issue-43317, r=nikoma...
2017-07-27 Eduard-Mihai... rustc_const_eval: keep track of the appropriate ParamEnv.
2017-07-27 borsAuto merge of #43482 - Mark-Simulacrum:single-rustdoc...
2017-07-27 Mark SimulacrumCorrect a few run.host invocations where run.target...
2017-07-27 borsAuto merge of #43498 - joshtriplett:fix-notices, r...
2017-07-27 Mark SimulacrumExplain why we subtract one from the stage
2017-07-27 Mark SimulacrumMake sure CFG_RELEASE_CHANNEL is always set.
2017-07-27 Mark SimulacrumAllow changing rustdoc which builds the book.
2017-07-27 Mark SimulacrumDon't needlessly build rustdoc for compiletest.
2017-07-27 Mark SimulacrumBuild rustdoc on-demand.
2017-07-27 Mark SimulacrumChange tools to take a compiler instead of a stage.
2017-07-27 Mark SimulacrumRemove src/driver
2017-07-27 borsAuto merge of #43489 - petrochenkov:mutref, r=Guillaume...
2017-07-27 Eduard-Mihai... rustc_const_eval: always require correct Substs.
2017-07-27 borsAuto merge of #43479 - ivanbakel:loop_borrow_msg, r...
2017-07-27 borsAuto merge of #43477 - est31:master, r=alexcrichton
2017-07-27 borsAuto merge of #43445 - zackmdavis:rustdoc_major_section...
2017-07-27 Isaac van BakelAdded tests for new loop borrow message
2017-07-26 Josh TriplettCOPYRIGHT: Provide a better explanation of Rust copyrights
2017-07-26 Josh TriplettLICENSE-MIT: Remove inaccurate (misattributed) copyrigh...
2017-07-26 borsAuto merge of #43373 - alexcrichton:stabilize-1.20...
2017-07-26 borsAuto merge of #43487 - Mark-Simulacrum:rollup, r=Mark...
2017-07-26 borsAuto merge of #42059 - derekdreery:bugfix/fix_emscripte...
2017-07-26 Vadim PetrochenkovBetter diagnostics and recovery for `mut ref` in patterns
2017-07-26 borsAuto merge of #43485 - nrc:rls-env-fix, r=Mark-Simulacrum
2017-07-26 Mark SimulacrumRollup merge of #43480 - dhduvall:sparc-blake2b, r...
2017-07-26 Mark SimulacrumRollup merge of #43471 - ollie27:try_from_ints, r=nagisa
2017-07-26 Mark SimulacrumRollup merge of #43465 - topecongiro:needs-test, r...
2017-07-26 Mark SimulacrumRollup merge of #43463 - nrc:catch-span, r=petrochenkov
2017-07-26 Mark SimulacrumRollup merge of #43462 - dhduvall:solaris-libresolv...
2017-07-26 Mark SimulacrumRollup merge of #43458 - RalfJung:verbose, r=nikomatsakis
2017-07-26 Mark SimulacrumRollup merge of #43456 - joshlf:spawn-doc-grammar,...
2017-07-26 Mark SimulacrumRollup merge of #43455 - QuietMisdreavus:extend-spec...
2017-07-26 Mark SimulacrumRollup merge of #43447 - estebank:import-span, r=nikoma...
2017-07-26 Mark SimulacrumRollup merge of #42959 - SimonSapin:nonzero-checked...
2017-07-26 Richard DoddRemove custom node script
2017-07-26 Nick CameronUpdate RLS
2017-07-26 Esteban KüberPoint at path segment on module not found
2017-07-26 borsAuto merge of #43226 - alexcrichton:aarch64-ci, r=aidanhs
2017-07-25 borsAuto merge of #43046 - milmazz:bootstrap-unittest,...
next