]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-06-13 Marco A L BarbosaIgnore some failing test on wasm32-unknown-emscripten
2017-06-13 Marco A L BarbosaDo not execute .asm.js files on wasm32 tests
2017-06-13 Marco A L BarbosaAdd docker image for wasm32-unknown-emscripten
2017-06-09 borsAuto merge of #42507 - ibabushkin:external-span-trans...
2017-06-09 borsAuto merge of #42521 - alexcrichton:enosys, r=cuviper
2017-06-09 borsAuto merge of #42504 - michaelwoerister:hash-dep-nodes...
2017-06-09 borsAuto merge of #42027 - mjkillough:typedef_assoc_items...
2017-06-09 Michael KilloughDocument direct implementations on type aliases.
2017-06-08 borsAuto merge of #42491 - RalfJung:bootstrap-help, r=alexc...
2017-06-08 borsAuto merge of #42487 - alexcrichton:smaller-personality...
2017-06-08 Alex Crichtonstd: Handle ENOSYS when calling `pipe2`
2017-06-08 Alex Crichtonstd: Avoid panics in rust_eh_personality
2017-06-08 borsAuto merge of #42500 - hsivonen:neon, r=japaric
2017-06-08 borsAuto merge of #42489 - eddyb:untyped-stmts, r=nikomatsakis
2017-06-08 borsAuto merge of #42443 - tommyip:better_closure_msg,...
2017-06-08 borsAuto merge of #42481 - brson:wingnu, r=alexcrichton
2017-06-08 Ralf Jungbootstrap: further clarify build --help
2017-06-08 borsAuto merge of #42522 - frewsxcv:rollup, r=frewsxcv
2017-06-08 Corey FarwellRollup merge of #42512 - Keruspe:master, r=alexcrichton
2017-06-08 Corey FarwellRollup merge of #42510 - mbrubeck:docs, r=QuietMisdreavus
2017-06-08 Corey FarwellRollup merge of #42497 - qnighy:just-use-try-in-three...
2017-06-08 Corey FarwellRollup merge of #42490 - gaurikholkar:master, r=eddyb
2017-06-08 Corey FarwellRollup merge of #42470 - frewsxcv:frewsxcv/ffi-cstr...
2017-06-08 borsAuto merge of #40706 - irfanhudda:doc-next-power-of...
2017-06-07 borsAuto merge of #42447 - alexcrichton:update-cargo, r...
2017-06-07 Tommy IpCover all cases in closure errors
2017-06-07 Marc-Antoine... update git2
2017-06-07 Matt BrubeckUpdate docs to say iterator instead of range
2017-06-07 borsAuto merge of #42378 - steveklabnik:rustdoc-docs, r...
2017-06-07 Alex CrichtonUpdate Cargo
2017-06-07 Inokentiy BabushkinFix translation of external spans.
2017-06-07 borsAuto merge of #42486 - eddyb:issue-39882, r=nikomatsakis
2017-06-07 Michael WoeristerAllocate DefIndices for global crate metadata.
2017-06-07 borsAuto merge of #42482 - eddyb:issue-42467, r=nikomatsakis
2017-06-07 gaurikholkarindentation fixes
2017-06-07 Henri SivonenChange `llvm.neon.*` to `llvm.arm.neon.*` in the mappin...
2017-06-07 borsAuto merge of #42480 - eddyb:issue-42463, r=nikomatsakis
2017-06-07 borsAuto merge of #42494 - frewsxcv:rollup, r=frewsxcv
2017-06-07 Masaki HaraReplace some matches with try.
2017-06-07 Corey FarwellRollup merge of #42485 - Mark-Simulacrum:skip-no-doc...
2017-06-07 Corey FarwellRollup merge of #42469 - citizen428:document-assert...
2017-06-07 Corey FarwellRollup merge of #42466 - wesleywiser:fix_42407, r=arielb1
2017-06-07 Corey FarwellRollup merge of #42438 - king6cong:master, r=alexcrichton
2017-06-07 Corey FarwellRollup merge of #42429 - venkatagiri:llvm_config, r...
2017-06-07 Corey FarwellRollup merge of #42415 - stephen-lazaro:Issue29094...
2017-06-07 Corey FarwellRollup merge of #42409 - bjorn3:patch-3, r=frewsxcv
2017-06-07 borsAuto merge of #42133 - cuviper:stdio-from, r=alexcrichton
2017-06-06 Josh StoneAdd conversions from File and Child* handles to Stdio
2017-06-06 Brian AndersonFix setting PATH during linkage on windows-gnu
2017-06-06 Ralf Jungbootstrap: improve 'build --help' by explaining what...
2017-06-06 borsAuto merge of #42361 - GuillaumeGomez:error-codes,...
2017-06-06 gaurikholkarChanging error message for interior mutability, adding...
2017-06-06 Eduard-Mihai... Statements do not have types.
2017-06-06 Eduard-Mihai... rustc_typeck: do not overlap a borrow of TypeckTables...
2017-06-06 Eduard-Mihai... rustc_trans: do not store pair fields if they are ZSTs.
2017-06-06 Mark SimulacrumSkip printing for skipped doc tests.
2017-06-06 Eduard-Mihai... rustc: T: 'empty always holds forall T.
2017-06-06 borsAuto merge of #42247 - durka:patch-41, r=arielb1
2017-06-06 Michael Woeristerincr.comp.: Make WorkProductId opaque so we don't accid...
2017-06-06 Michael WoeristerICH: Add some HashStable implementations.
2017-06-06 Michael WoeristerICH: Make StableHashingContext work with any TyCtxt...
2017-06-06 borsAuto merge of #42437 - Mark-Simulacrum:skip-no-doc...
2017-06-06 borsAuto merge of #42436 - ollie27:win_spawn_name, r=alexcr...
2017-06-06 Tommy IpGroup closure context ui tests
2017-06-06 Tommy IpAdd additional ui tests for issue 26046
2017-06-06 Tommy IpUpdate closure errors to emit context for FnMut
2017-06-06 borsAuto merge of #42394 - ollie27:rustdoc_deref_box, r...
2017-06-06 Corey FarwellAdd doc example for `CString::as_bytes`.
2017-06-06 Corey FarwellAdd doc example for `CString::as_bytes_with_nul`.
2017-06-06 Corey FarwellAdd doc example for `CString::into_bytes_with_nul`.
2017-06-06 Corey FarwellAdd doc example for `CString::into_bytes`.
2017-06-06 Corey FarwellAdd doc example for `CString::into_raw`.
2017-06-06 borsAuto merge of #41990 - qnighy:disallow-underscore-suffi...
2017-06-06 Wesley Wisersyntax_pos::Symbol should not implement Sync
2017-06-05 borsAuto merge of #42452 - raphlinus:mx_job_default, r...
2017-06-05 Alex Burkatidy is an unnecessary roadblock to contributions
2017-06-05 Raph Levien[fuchsia] Track change of mx_job_default
2017-06-05 steveklabnikfix tests
2017-06-05 steveklabnikaddress review feedback
2017-06-05 Oliver MiddletonAdd run-make test for Command::spawn on Windows
2017-06-05 borsAuto merge of #42414 - frewsxcv:frewsxcv/improve-cow...
2017-06-05 borsAuto merge of #42383 - estebank:candidate-newline,...
2017-06-05 Tommy IpAdd ui tests for issue 26046
2017-06-05 Tommy IpBetter closure error message
2017-06-05 Michael KohlDoc changes for assert macros
2017-06-05 king6congdoc rewording
2017-06-04 Mark SimulacrumSkip documentation files without ``` when running markd...
2017-06-04 borsAuto merge of #42426 - arthurprs:io_error, r=sfackler
2017-06-04 Oliver MiddletonAlways quote program name in Command::spawn on Windows
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 Venkata Giri... rustc_llvm: re-run build script if config.toml changes
2017-06-04 borsAuto merge of #42402 - citizen428:create-dump-mir-dir...
2017-06-04 arthurprsinline io::Error creation from ErrorKind
2017-06-04 bjorn3Update mod.rs
2017-06-04 bjorn3Update lowering.rs
2017-06-04 bjorn3Update def.rs
2017-06-04 borsAuto merge of #42418 - tomprince:try-deploy, r=Mark...
2017-06-04 borsAuto merge of #42406 - bjorn3:patch-1, r=eddyb
next