]> git.lizzy.rs Git - rust.git/history - src
Fix regression involving identifiers in `macro_rules!` patterns.
[rust.git] / src /
2017-07-13 Jeffrey SeyfriedFix regression involving identifiers in `macro_rules...
2017-07-13 borsAuto merge of #43158 - PlasmaPower:thread-local-try...
2017-07-13 borsAuto merge of #43129 - Ophirr33:master, r=alexcrichton
2017-07-13 Ty CoghlanUpdated docker images to factor out common scripts
2017-07-12 borsAuto merge of #43181 - Mark-Simulacrum:rollup, r=Mark...
2017-07-12 Lee BousfieldUse try_with for with implementation
2017-07-12 Mark SimulacrumRollup merge of #43137 - ollie27:stab, r=aturon
2017-07-12 Mark SimulacrumRollup merge of #43136 - jgallag88:bufWriterDocs, r...
2017-07-12 Mark SimulacrumRollup merge of #43100 - ids1024:stat2, r=aturon
2017-07-12 Mark SimulacrumRollup merge of #43098 - alexcrichton:more-proc-macro...
2017-07-12 Mark SimulacrumRollup merge of #43011 - qnighy:unsized-tuple-impls...
2017-07-12 Mark SimulacrumRollup merge of #43000 - estebank:on-unimplemented...
2017-07-12 Mark SimulacrumRollup merge of #42826 - Yorwba:type-mismatch-same...
2017-07-12 Mark SimulacrumRollup merge of #42670 - dns2utf8:panic_return_code...
2017-07-12 borsAuto merge of #42897 - Mark-Simulacrum:pretty-print...
2017-07-12 borsAuto merge of #43107 - michaelwoerister:less-span-info...
2017-07-12 borsAuto merge of #42697 - Mark-Simulacrum:take-limit,...
2017-07-12 borsAuto merge of #42936 - steveklabnik:update-mdbook,...
2017-07-12 steveklabnikupdate crate dependencies
2017-07-12 borsAuto merge of #43056 - ids1024:nofollow2, r=burntsushi
2017-07-11 Ian Douglas ScottRedox: Use O_NOFOLLOW for lstat()
2017-07-11 borsAuto merge of #43083 - kennytm:fix-42434-custom-stdxxx...
2017-07-11 Mark SimulacrumRefactor call_with_pp functions to not take a payload.
2017-07-11 Mark SimulacrumMake a few functions non-public
2017-07-11 Mark SimulacrumRefactor cur_cmnt_and_lit away.
2017-07-11 Mark SimulacrumRefactor methods onto Printer struct.
2017-07-11 borsAuto merge of #43116 - alexcrichton:probestack, r=sfackler
2017-07-11 borsAuto merge of #42388 - tschottdorf:projty-substs, r...
2017-07-11 Lee BousfieldFix @alexcrichton comments
2017-07-11 Stefan SchindlerWrap long line
2017-07-11 Tobias SchottdorfDowngrade ProjectionTy's TraitRef to its substs
2017-07-11 Mark SimulacrumAllow setting the limit on std::io::Take.
2017-07-11 borsAuto merge of #43006 - GuillaumeGomez:e0611-cleanup...
2017-07-11 kennytmMerge ui/README.md into COMPILER_TESTS.md and describe...
2017-07-11 kennytmcompiletest: Support custom normalization rules.
2017-07-11 Niko Matsakistweak word ordering
2017-07-11 Guillaume GomezClean up some code
2017-07-11 kennytmcompiletest: Refactor: Move the `ignore-{}` logic into...
2017-07-11 borsAuto merge of #43147 - oyvindln:deflate_fix, r=alexcrichton
2017-07-11 borsAuto merge of #42913 - kennytm:fix-40569-ident-without...
2017-07-11 Lee BousfieldUse LocalKey::try_with in std
2017-07-10 Lee BousfieldAdd LocalKey::try_with as an alternative to state
2017-07-10 borsAuto merge of #43028 - michaelwoerister:dedup-dep-nodes...
2017-07-10 Niko Matsakisdon't panic in `dep_node_debug_str` if `self.data`...
2017-07-10 borsAuto merge of #43152 - Mark-Simulacrum:test-src-doc...
2017-07-10 Mark SimulacrumTest src/doc once more
2017-07-10 oyvindlnUse similar compression settings as before updating...
2017-07-10 borsAuto merge of #43109 - pnkfelix:fix-link_args-gate...
2017-07-10 Felix S. Klock IIFix feature gate for `#[link_args(..)]` attribute so...
2017-07-10 Michael Woeristerincr.comp.: Cache DepNodes with corresponding query...
2017-07-10 Michael Woeristerincr.comp.: Introduce the concept of anonymous DepNodes.
2017-07-10 Michael Woeristerincr.comp.: Manage dependency graph on main thread.
2017-07-10 Michael WoeristerFix some `tidy` errors.
2017-07-10 Michael WoeristerDeduplicate DepNode::ConstEval()
2017-07-10 Michael WoeristerAllow 'tcx in define_dep_nodes! and deduplicate some...
2017-07-10 Michael WoeristerAdd StableHash implementation for ty::Instance.
2017-07-10 Michael Woeristerincr.comp.: Improve debug output for work products.
2017-07-10 Michael WoeristerSplit DepNode::ItemSignature into non-overlapping variants.
2017-07-10 Oliver MiddletonCorrect some stability attributes
2017-07-09 John GallagherAdd warning to BufWriter documentation
2017-07-09 borsAuto merge of #43115 - petrochenkov:methlife2, r=eddyb
2017-07-09 Vadim PetrochenkovUpdate rls to pull rustfmt with libsyntax changes
2017-07-09 Vadim PetrochenkovStore all generic arguments for method calls in HIR
2017-07-09 Vadim PetrochenkovStore all generic arguments for method calls in AST
2017-07-09 borsAuto merge of #43130 - GuillaumeGomez:rustdoc-fn-spacin...
2017-07-09 borsAuto merge of #43117 - MJDSys:fix_rustbuild_libdir_2...
2017-07-09 Guillaume GomezAdd spacing between trait functions
2017-07-09 borsAuto merge of #43082 - ids1024:condvar2, r=alexcrichton
2017-07-09 borsAuto merge of #43128 - ibabushkin:master, r=eddyb
2017-07-08 borsAuto merge of #43097 - PlasmaPower:large-align, r=eddyb
2017-07-08 Inokentiy BabushkinImplemented `TypeFoldable` for `TypeError`s.
2017-07-08 borsAuto merge of #43075 - durka:error-long-link, r=nikomat...
2017-07-08 Lee BousfieldInternally limit alignment to 2^30
2017-07-08 borsAuto merge of #43019 - kevinmehall:cleanup-errors,...
2017-07-08 Lee BousfieldBox large array to avoid blowing the stack
2017-07-08 borsAuto merge of #42996 - Boreeas:merge-e0609-e0612, r...
2017-07-08 Lee BousfieldLower alignment limit down to 2^31 - 1 (from LLVM)
2017-07-08 Lee BousfieldRaised alignment limit from 2^15 to 2^31
2017-07-08 borsAuto merge of #43104 - nbaksalyar:rustbuild-illumos...
2017-07-08 borsAuto merge of #43077 - SimonSapin:ranges, r=alexcrichton
2017-07-08 Simon SapinAdd tests for reaching the end of RangeInclusive as...
2017-07-08 Simon SapinAdd tests for Range*::nth
2017-07-08 Simon SapinImplement O(1)-time Iterator::nth for Range*
2017-07-08 Simon SapinFactorize some macros in iter/range.rs
2017-07-08 Simon SapinRemove Step::steps_between, rename steps_between_by_one...
2017-07-08 Simon SapinRemove unused Step methods
2017-07-08 Simon SapinRemove unused Add bounds in iterator for ranges impls.
2017-07-08 borsAuto merge of #43072 - cuviper:linux-stack-guard, r...
2017-07-08 Alex CrichtonUpdate compiler_builtins submodule for probestack fix
2017-07-08 Matthew DawsonFix stage 2 builds with a custom libdir.
2017-07-08 borsAuto merge of #42894 - petrochenkov:deny, r=nikomatsakis
2017-07-08 Vadim PetrochenkovMake `patterns_in_fns_without_body` warn-by-default...
2017-07-07 Vadim PetrochenkovMove public reexports of private extern crates into...
2017-07-07 Vadim PetrochenkovMake sufficiently old or low-impact compatibility lints...
2017-07-07 Vadim PetrochenkovRemove more anonymous trait method parameters
2017-07-07 borsAuto merge of #42840 - arielb1:poison-smoke-and-mirrors...
2017-07-07 boreeasFold E0613 into E0609
2017-07-07 borsAuto merge of #42809 - seanmonstar:stable-associated...
2017-07-07 Ariel Ben-Yehudareturn EvaluatedToRecur when evaluating a recursive...
2017-07-07 Ariel Ben-Yehudause the evaluation cache instead of the global fulfillm...
next