]> git.lizzy.rs Git - rust.git/history - src
Fix a few links in the docs
[rust.git] / src /
2016-10-20 Oliver MiddletonFix a few links in the docs
2016-10-20 borsAuto merge of #37273 - cuviper:major-minor-rebuild...
2016-10-20 borsAuto merge of #36973 - nnethercote:dep_graph, r=nikomat...
2016-10-20 borsAuto merge of #37289 - GuillaumeGomez:rollup, r=Guillau...
2016-10-19 Guillaume GomezRollup merge of #37288 - srinivasreddy:snapshot_map...
2016-10-19 Guillaume GomezRollup merge of #37287 - srinivasreddy:unify, r=eddyb
2016-10-19 Guillaume GomezRollup merge of #37285 - srinivasreddy:cfg, r=nikomatsakis
2016-10-19 Guillaume GomezRollup merge of #37283 - posborne:docs/tests-dir-gramma...
2016-10-19 Guillaume GomezRollup merge of #37241 - zackmdavis:if_let_over_none_sp...
2016-10-19 Guillaume GomezRollup merge of #37187 - frewsxcv:cow-doc-example,...
2016-10-19 Guillaume GomezRollup merge of #37165 - GuillaumeGomez:bytes_url,...
2016-10-19 Srinivas Reddy Tha... run rustfmt on snapshot_map
2016-10-19 Srinivas Reddy Tha... run rustfmt on unify folder
2016-10-19 Srinivas Reddy Tha... run rustfmt on control_flow_graph folder
2016-10-19 Paul OsborneFix grammatical errors in `tests` directory docs
2016-10-19 borsAuto merge of #37220 - Mark-Simulacrum:arena-alloc...
2016-10-19 Josh StoneDetect local-rebuild by just the MAJOR.MINOR version
2016-10-19 Mark-SimulacrumUse TypedArena::alloc_slice in rustc.
2016-10-19 borsAuto merge of #37213 - jseyfried:refactor_crate_var...
2016-10-19 Mark-SimulacrumAdd TypedArena::alloc_slice.
2016-10-19 Jeffrey SeyfriedImprove `$crate`.
2016-10-19 Jeffrey SeyfriedUse `Ident`s instead of `Name`s in `ImportDirective...
2016-10-19 Jeffrey Seyfriednit: Import `Ident` in `resolve`.
2016-10-19 borsAuto merge of #37259 - GuillaumeGomez:fix_io_urls,...
2016-10-19 borsAuto merge of #37269 - eddyb:rollup, r=eddyb
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37267 - nnethercote:opt-write_metadata...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37265 - brson:bootstrap, r=alexcrichton
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37257 - srinivasreddy:librustc_errors...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37254 - srinivasreddy:master, r=alexcr...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37240 - jethrogb:typeid_doc, r=sfackler
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37236 - bluss:range-argument, r=alexcr...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37233 - michaelwoerister:blake2-for...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37231 - jonas-schievink:obligation...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37230 - bluss:zip-specialization-for...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37224 - petrochenkov:nz, r=eddyb
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37221 - diwic:6a-readdir-debug, r...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37218 - srinivasreddy:sync, r=nrc
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37208 - jseyfried:fix_partially_consum...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37202 - petrochenkov:pretty, r=nrc
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37198 - jseyfried:future_proof_macros_...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37193 - zackmdavis:pluralization_of_ex...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37182 - alexcrichton:appveyor, r=brson
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37176 - alexcrichton:no-write-to-root...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37161 - nnethercote:no-cfg-cloning...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37124 - nikomatsakis:incr-comp-benchma...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37117 - pnkfelix:may-dangle-attr,...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #37108 - nnethercote:substs-experimenta...
2016-10-19 Eduard-Mihai BurtescuRollup merge of #36964 - GuillaumeGomez:comment_error...
2016-10-19 Eduard-Mihai BurtescuFormat comment in a nicer way.
2016-10-19 Nicholas NethercoteOptimize `write_metadata`.
2016-10-19 Brian AndersonAllow bootstrapping without a key. Fixes #36548
2016-10-18 Guillaume GomezAdd invalid doc comment help message
2016-10-18 Vadim PetrochenkovFix some pretty printing tests
2016-10-18 Guillaume GomezTypos in some linkage
2016-10-18 Srinivas Reddy Tha... run rustfmt on librustc_errors folder
2016-10-18 Srinivas Reddy Tha... run rustfmt on libpanic_unwind
2016-10-18 Felix S. Klock IIIncorporate review feedback: code formatting fixes...
2016-10-18 borsAuto merge of #37120 - srinivasreddy:librand, r=nrc
2016-10-18 Nicholas NethercoteOptimize `Substs::super_fold_with`.
2016-10-18 borsAuto merge of #37083 - nnethercote:uleb128, r=eddyb
2016-10-18 borsAuto merge of #36969 - nnethercote:rename-Parser-fields...
2016-10-18 Nicholas NethercoteDon't enqueue onto a disabled dep_graph.
2016-10-18 Zack M. Davisprefer `if let` to match with `None => { }` arm in...
2016-10-18 Nicholas NethercoteInline read_{un,}signed_leb128 and opaque::Decoder...
2016-10-18 Jethro BeekmanAdd stable example to TypeId
2016-10-18 borsAuto merge of #37237 - GuillaumeGomez:rollup, r=Guillau...
2016-10-17 Jeffrey SeyfriedAdd regression test.
2016-10-17 Jeffrey SeyfriedFix partially consumed tokens in macro matchers.
2016-10-17 Michael WoeristerFix typo
2016-10-17 Guillaume GomezRollup merge of #37215 - flodiebold:comment-fix, r...
2016-10-17 Guillaume GomezRollup merge of #37200 - zackmdavis:llvm_version_in_ver...
2016-10-17 Guillaume GomezRollup merge of #37194 - johnthagen:fix-const-static...
2016-10-17 Guillaume GomezRollup merge of #37189 - nabeelomer:master, r=bluss
2016-10-17 Guillaume GomezRollup merge of #37177 - michaelwoerister:fix-check...
2016-10-17 Guillaume GomezRollup merge of #37172 - michaelwoerister:cleanup-dibui...
2016-10-17 borsAuto merge of #36915 - jfirebaugh:E0308-split, r=nikoma...
2016-10-17 Jonas SchievinkSet stalled=false when encountering an error
2016-10-17 Ulrik Sverdrupstd::collections: Reexport libcollections's range module
2016-10-17 borsAuto merge of #37112 - pnkfelix:fix-issue-36744, r...
2016-10-17 Michael WoeristerICH: Use 128-bit Blake2b hash instead of 64-bit SipHash...
2016-10-17 Felix S. Klock IIMoved new dropck-eyepatch compile-fail tests to the...
2016-10-17 Felix S. Klock IIReview feedback: expand comment and simplify some code.
2016-10-17 Felix S. Klock IIReview feedback: add linebreak and reindent to make...
2016-10-17 Felix S. Klock IIremove fixme that i no longer think appropriate.
2016-10-17 Felix S. Klock IIFix Subst construction: use subst from adt_def rather...
2016-10-17 borsAuto merge of #37162 - matklad:static-mut-lint, r=jseyfried
2016-10-17 Ulrik SverdrupExpand .zip() specialization to .map() and .cloned()
2016-10-17 Aleksey KladovUse one message for uppercase global lint
2016-10-17 borsAuto merge of #37153 - michaelwoerister:spread-arg...
2016-10-17 borsAuto merge of #37082 - frewsxcv:session, r=jseyfried
2016-10-17 Jonas SchievinkDon't process cycles when stalled
2016-10-16 Vadim PetrochenkovMark enums with non-zero discriminant as non-zero
2016-10-16 David Henningssonimpl Debug for ReadDir
2016-10-16 Srinivas Reddy Tha... Run rustfmt on libcore/sync folder
2016-10-16 Florian DieboldUpdate comment in Vec::dedup_by
2016-10-16 borsAuto merge of #37129 - arielb1:erased-normal, r=eddyb
2016-10-16 borsAuto merge of #37098 - ollie27:rustdoc_playground,...
2016-10-15 Zack M. Davisinclude LLVM version in `--version --verbose`
2016-10-15 Jeffrey SeyfriedTreat custom derive extern crates like empty modules.
2016-10-15 Jeffrey SeyfriedUse the macro namespace for custom derives.
next