]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-06-05 borsAuto merge of #42452 - raphlinus:mx_job_default, r...
2017-06-05 Raph Levien[fuchsia] Track change of mx_job_default
2017-06-05 borsAuto merge of #42414 - frewsxcv:frewsxcv/improve-cow...
2017-06-05 borsAuto merge of #42383 - estebank:candidate-newline,...
2017-06-04 borsAuto merge of #42426 - arthurprs:io_error, r=sfackler
2017-06-04 borsAuto merge of #42362 - estebank:type, r=arielb1
2017-06-04 Esteban KüberSeparate suggestion in a `help` and a `note`
2017-06-04 Esteban KüberShow trait method signature when impl differs
2017-06-04 borsAuto merge of #42402 - citizen428:create-dump-mir-dir...
2017-06-04 arthurprsinline io::Error creation from ErrorKind
2017-06-04 borsAuto merge of #42418 - tomprince:try-deploy, r=Mark...
2017-06-04 borsAuto merge of #42406 - bjorn3:patch-1, r=eddyb
2017-06-04 Mark SimulacrumDon't run travis tests on master.
2017-06-04 borsAuto merge of #42265 - Zoxc:for-sugar, r=eddyb
2017-06-04 borsAuto merge of #41968 - kennytm:fix-unreadable-json...
2017-06-04 Michael KohlCreate directory for dump-mir-dir automatically
2017-06-04 Tom PrinceDeploy linux-x86_64 artifacts on try branch.
2017-06-04 borsAuto merge of #42398 - redox-os:master, r=sfackler
2017-06-03 borsAuto merge of #42391 - photoszzt:master, r=Manishearth
2017-06-03 borsAuto merge of #42387 - GuillaumeGomez:error-codes-next...
2017-06-03 Corey Farwell Improve doc example for `Cow::to_mut`.
2017-06-03 Corey FarwellImprove doc examples for `Cow::into_owned`.
2017-06-03 borsAuto merge of #42369 - RalfJung:drop-glue, r=eddyb
2017-06-03 bjorn3Module doc comment for librustc/dep_graph/safe.rs
2017-06-03 bjorn3Make some comments docs in librustc/dep_graph/dep_node.rs
2017-06-03 borsAuto merge of #42334 - est31:master, r=jseyfried
2017-06-03 borsAuto merge of #42396 - venkatagiri:remove_lifetime_extn...
2017-06-03 borsAuto merge of #42332 - michaelwoerister:no-more-retraci...
2017-06-03 borsAuto merge of #42331 - retep998:standard-relocation...
2017-06-03 borsAuto merge of #42400 - frewsxcv:rollup, r=frewsxcv
2017-06-03 Corey FarwellRollup merge of #42382 - alexcrichton:remove-rustflags...
2017-06-03 Corey FarwellRollup merge of #42368 - estebank:call-site, r=nikomatsakis
2017-06-03 Corey FarwellRollup merge of #42363 - cuviper:no-fail-fast, r=alexcr...
2017-06-03 Corey FarwellRollup merge of #42354 - Mark-Simulacrum:reduce-verbosi...
2017-06-03 Corey FarwellRollup merge of #42353 - steveklabnik:update-books...
2017-06-03 borsAuto merge of #41953 - Aaronepower:patch-1, r=brson
2017-06-03 Jeremy SollerSwitch to repr(C) for syscall structs
2017-06-03 zzhuBetter suggestion for unknown method
2017-06-02 Venkata Giri... rustc: remove temporary lifetime extension by borrow...
2017-06-02 borsAuto merge of #42381 - Mark-Simulacrum:rollup, r=Mark...
2017-06-02 Guillaume GomezAdd E0603 error code
2017-06-02 borsAuto merge of #42189 - nikomatsakis:chalk-trait-env...
2017-06-02 Mark SimulacrumQuiet tests on PR tests
2017-06-02 Mark SimulacrumReduce sccache log level.
2017-06-02 Esteban KüberUse multiline note for trait suggestion
2017-06-02 Alex Crichtonrustbuild: Remove RUSTFLAGS logic in rustc shim
2017-06-02 Josh Stonerustbuild: Add `./x.py test --no-fail-fast`
2017-06-02 kennytmcompiletest: Force directive to be first complete word...
2017-06-02 kennytmIntroduce 'run-pass' header to 'ui' tests in compiletes...
2017-06-02 Mark SimulacrumRollup merge of #42372 - frewsxcv:frewsxcv/improve...
2017-06-02 Mark SimulacrumRollup merge of #42370 - mbrubeck:docs, r=frewsxcv
2017-06-02 Mark SimulacrumRollup merge of #42360 - ollie27:rustdoc_vector_rename...
2017-06-02 Mark SimulacrumRollup merge of #42355 - bjorn3:patch-1, r=Mark-Simulacrum
2017-06-02 Mark SimulacrumRollup merge of #42343 - cuviper:install-executables...
2017-06-02 Mark SimulacrumRollup merge of #42335 - jcowgill:fingerprint-be, r...
2017-06-02 Mark SimulacrumRollup merge of #42319 - Manishearth:const-extern,...
2017-06-02 Mark SimulacrumRollup merge of #42310 - scottmcm:deprecate-range-stepb...
2017-06-02 Mark SimulacrumRollup merge of #42225 - brson:vs2017, r=alexcrichton
2017-06-02 Mark SimulacrumRollup merge of #41981 - gamazeps:thread-detach, r...
2017-06-02 borsAuto merge of #42128 - kennytm:travis-folder, r=alexcri...
2017-06-02 Peter AtashianAdd test for vecs with overaligned data
2017-06-02 Peter AtashianImprove reallocation in alloc_system on Windows
2017-06-02 Felix RaimundoExpands `detach` documentation in `thread::JoinHande`.
2017-06-02 borsAuto merge of #41670 - scottmcm:slice-rotate, r=alexcri...
2017-06-02 borsAuto merge of #41418 - hirschenberger:prefetch-intrinsi...
2017-06-02 Corey FarwellRewrite `Receiver::try_iter` doc example to show result...
2017-06-02 Corey FarwellRewrite `Receiver::iter` doc example to show resulting...
2017-06-02 steveklabnikUpdate various book repos for the next release.
2017-06-02 Matt BrubeckAdd [[T]] -> [T] examples to SliceConcatExt docs
2017-06-01 Ralf Jungarray drop glue: avoid using out-of-bounds index lvalues
2017-06-01 Brian AndersonSupport VS 2017
2017-06-01 Niko Matsakisfix ui reference
2017-06-01 Niko Matsakisfix librustc_driver tests
2017-06-01 Niko Matsakispacify the mercilous tidy
2017-06-01 Niko Matsakisergonomic improvements to the methods in infcx
2017-06-01 Niko Matsakisremove `layout_cache` and fix `-Z print-type-sizes`
2017-06-01 Niko Matsakisstrip param-env from infcx
2017-06-01 Aaron PowerUpdated releases notes for 1.18
2017-06-01 kennytmci: Further tone down the test verbosity.
2017-06-01 kennytmChange .travis.yml's `language: minimal` to `generic`.
2017-06-01 kennytmci: Improve log output (mainly Travis).
2017-06-01 kennytmAdded --color flag to compiletest.
2017-06-01 kennytmIgnore some folders.
2017-06-01 Niko Matsakisrewrite layout to take a (param-env, ty) pair instead...
2017-06-01 Niko Matsakismove projection mode into parameter environment
2017-06-01 bjorn3Syntax highlight rust code in librustc/dep_graph/README.md
2017-06-01 John Kåre AlsakerChange for-loop desugar to not borrow the iterator...
2017-06-01 Michael Woeristerincr.comp.: Use a more efficient encoding for the on...
2017-06-01 Oliver Middletonrustdoc: Rename `Vector` and `FixedVector` to `Slice...
2017-06-01 borsAuto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis
2017-06-01 James CowgillDon't byteswap Fingerprints when encoding
2017-06-01 borsAuto merge of #42263 - alexcrichton:fix-copies, r=Mark...
2017-06-01 Esteban KüberUse callsite's span for macro calls on suggestion
2017-06-01 Falco HirschenbergerAdding support for the llvm `prefetch` intrinsic
2017-06-01 Eduard-Mihai... tests: fix fallout from changing the span of binop...
2017-06-01 Eduard-Mihai... tests: fix fallout from empowering unused_allocation...
2017-06-01 Eduard-Mihai... rustc: adjust the RHS of comparison operators instead...
2017-06-01 Eduard-Mihai... rustc: decompose Adjustment into a vector of adjustment...
2017-06-01 Eduard-Mihai... rustc: move autoref and unsize from Adjust::DerefRef...
2017-06-01 Eduard-Mihai... rustc: replace autoderefs' use of MethodCallee with...
next