]> git.lizzy.rs Git - rust.git/history - src
incr.comp.: Don't use Ident in DefPath because that's unstable across compilation...
[rust.git] / src /
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 BurtescuStatements do not have types.
2017-06-06 Eduard-Mihai Burtescurustc_typeck: do not overlap a borrow of TypeckTables...
2017-06-06 Eduard-Mihai Burtescurustc_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 Burtescurustc: 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 Ulysse CarionUse single quotes, and doc the Rc struct itself.
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 Reddyrustc_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
2017-06-04 borsAuto merge of #42265 - Zoxc:for-sugar, r=eddyb
2017-06-04 Ulysse CarionExplicate what "Rc" and "Arc" stand for.
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 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 Stephen LazaroRemove 'elided' from lifetime resolution error
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 bjorn3Add doc comments to librustc/infer/region_inference...
2017-06-03 bjorn3Remove leftover? of old code
2017-06-03 bjorn3Doc comments for librustc/hir/lowering.rs
2017-06-03 bjorn3Add single doc comment to librustc/hir/def_id.rs
2017-06-03 bjorn3Better docs for librustc/hir/def.rs
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 Reddyrustc: remove temporary lifetime extension by borrow...
2017-06-02 borsAuto merge of #42381 - Mark-Simulacrum:rollup, r=Mark...
2017-06-02 Oliver Middletonrustdoc: Hide `self: Box<Self>` in list of deref methods
2017-06-02 Guillaume GomezAdd E0603 error code
2017-06-02 borsAuto merge of #42189 - nikomatsakis:chalk-trait-env...
next