]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-09-07 Jake Goldsboroughmoving nodejs detection logic to configure and adding
2016-09-07 Aleksey KladovAdd a test for CString drop
2016-09-07 borsAuto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton
2016-09-07 Aleksey KladovZero first byte of CString on drop
2016-09-07 Ulrich WeigandUse layout_of to detect C enums
2016-09-07 Nick Cameronsave-analysis: strip /// or whatever from doc comments
2016-09-07 Nick Cameronsave-analysis: only emit type in the value for variables
2016-09-07 Nick Cameronsave-analysis: tweak the type value for functions
2016-09-07 borsAuto merge of #36304 - TimNN:fix-36299, r=eddyb
2016-09-07 Ulrich WeigandFix argument to FIONBIO ioctl
2016-09-07 Ulrich WeigandFollow target ABI sign-/zero-extension rules for enum...
2016-09-07 Corey FarwellAdd doc example for `std::time::Instant::elapsed`.
2016-09-07 borsAuto merge of #36289 - euclio:self-suggestion, r=jseyfried
2016-09-07 borsAuto merge of #36296 - nagisa:pass-timing, r=eddyb
2016-09-07 Jeffrey SeyfriedAdd regression test.
2016-09-07 Jeffrey SeyfriedAvoid instaiblity errors in code generated by `syntax_e...
2016-09-07 borsAuto merge of #36252 - joshtriplett:union-field-never...
2016-09-07 Jorge Aparicioadd utility musl_root method, update config.toml.example
2016-09-07 Tshepang Lekhonkhobedoc: we got coercion going on here, so no need to be...
2016-09-07 Jake Goldsboroughdetecting nodejs in configure
2016-09-07 Justin LeFebvreremove the extraneous not_equal implementation for...
2016-09-06 borsAuto merge of #36303 - jonathandturner:rollup, r=jonath...
2016-09-06 Nick Cameronsave-analysis: add a `kind` tag to JSON dumps
2016-09-06 Nick Cameronsave-analysis: add docs data
2016-09-06 David TolnayPoint macros 1.1 errors to the input item
2016-09-06 borsAuto merge of #36025 - michaelwoerister:incr-comp-hash...
2016-09-06 Tim Neumannre-add accidentally removed line
2016-09-06 Jonathan TurnerRollup merge of #36298 - GuillaumeGomez:hashmap_doc...
2016-09-06 Jonathan TurnerRollup merge of #36273 - apasel422:unsafe_no_drop_flag...
2016-09-06 Jonathan TurnerRollup merge of #36267 - Cobrand:E0559, r=jonathandturner
2016-09-06 Jonathan TurnerRollup merge of #36263 - apasel422:scoped, r=steveklabnik
2016-09-06 Jonathan TurnerRollup merge of #36243 - GuillaumeGomez:hash_map_links...
2016-09-06 Jonathan TurnerRollup merge of #36241 - Cobrand:contributing-md, r...
2016-09-06 Jonathan TurnerRollup merge of #36128 - gavinb:error_msgs_p2, r=jonath...
2016-09-06 Jonathan TurnerRollup merge of #36121 - Cobrand:master, r=jonathandturner
2016-09-06 Michael WoeristerICH: Make CachingCodemapView robustly handle invalid...
2016-09-06 Niko Matsakispacify the mercilous tidy
2016-09-06 Niko Matsakisalways print def-path in Debug impl for DefId
2016-09-06 Niko Matsakiskill extra `use`
2016-09-06 Niko Matsakiskill the forbidden code
2016-09-06 Niko Matsakisexpanding a def-id is not a read
2016-09-06 Niko Matsakisimplement a debugging "shadow graph"
2016-09-06 Niko Matsakisremove the "misc-items" from meta-data
2016-09-06 Niko Matsakisallow testing DepNode::Krate edges directly
2016-09-06 Niko Matsakisadd a debugging mechanism to forbid edges
2016-09-06 Niko Matsakisignore dep-graph when loading inlined HIR
2016-09-06 Niko Matsakiswrite to inherent_impls during the visitor
2016-09-06 borsAuto merge of #36288 - nrc:save-var-value, r=eddyb
2016-09-06 Jake Goldsboroughadding a check to sanity to look for the nodejs command
2016-09-06 ggomezAdd missing urls
2016-09-06 Simonas KazlauskasCount and report time taken by MIR passes
2016-09-06 borsAuto merge of #36276 - jseyfried:fix_unused, r=nrc
2016-09-06 Jorge Apariciorustbuild: per target musl-root
2016-09-06 borsAuto merge of #36078 - ollie27:rustdoc_search_assoccons...
2016-09-06 Jeffrey SeyfriedAdd struct `AmbiguityError`.
2016-09-06 Jeffrey SeyfriedAdd field `used: Cell<bool>` to variant `NameBindingKin...
2016-09-06 Jeffrey SeyfriedAdd regression test.
2016-09-06 Jeffrey SeyfriedAvoid false positive unused import warnings.
2016-09-06 Andy Russellshow `self` suggestion when items are in the block
2016-09-06 Andy Russellresolve: Suggest `use self` when import resolves
2016-09-06 Nick Cameronsave-analysis: some refinement to the value string...
2016-09-06 borsAuto merge of #36274 - Manishearth:rollup, r=Manishearth
2016-09-05 borsAuto merge of #35845 - frewsxcv:result-into-iter, r...
2016-09-05 borsAuto merge of #36281 - pnkfelix:fix-issue-36036, r...
2016-09-05 Piotr Jawniakrustdoc: Filter more incorrect methods inherited throug...
2016-09-05 CobrandUpdated E0527 to new error format
2016-09-05 Josh TriplettAdd test for unused field in union
2016-09-05 borsAuto merge of #36200 - mattico:fix-llvm-linkage, r...
2016-09-05 Gavin BakerE0518 Update error format #36111
2016-09-05 Gavin BakerE0517 Update error format #36109
2016-09-05 Gavin BakerE0516 Update error format #36108
2016-09-05 borsAuto merge of #35787 - canndrew:bang_type_refactor_chec...
2016-09-05 Felix S. Klock IIFix issue #36036.
2016-09-05 Manish GoregaokarRollup merge of #36245 - alexcrichton:add-back-accident...
2016-09-05 Manish GoregaokarRollup merge of #36242 - semarie:local-rebuild, r=alexc...
2016-09-05 Manish GoregaokarRollup merge of #36065 - acrrd:new_format_E0496, r...
2016-09-05 Manish GoregaokarRollup merge of #35983 - GuillaumeGomez:e0060_bonus...
2016-09-05 Manish GoregaokarRollup merge of #35845 - frewsxcv:result-into-iter...
2016-09-05 borsAuto merge of #36242 - semarie:local-rebuild, r=alexcri...
2016-09-05 Jeffrey SeyfriedLoad macros from `extern crate`s in the `InvocationColl...
2016-09-05 Jeffrey SeyfriedImplement stackless expansion.
2016-09-05 Jeffrey SeyfriedAdd module `ext::placeholders` with `placeholder(...
2016-09-05 Jeffrey SeyfriedRefactor `expand_invoc(.., fld)` -> `self.expand_invoc...
2016-09-05 Jeffrey SeyfriedRefactor `SyntaxEnv`.
2016-09-05 Jeffrey SeyfriedRefactor `expand_*` into `expander.fold_*`.
2016-09-05 Jeffrey SeyfriedClean up module processing.
2016-09-05 Jeffrey SeyfriedRefactor out `expand_item` (with better semantics than...
2016-09-05 Jeffrey SeyfriedRefactor away `expand_item`.
2016-09-05 Jeffrey SeyfriedGeneralize `Invocation` to include modifiers/decorators.
2016-09-05 Jeffrey SeyfriedRefactor `with_exts_frame` from a macro to a function.
2016-09-05 Jeffrey SeyfriedAdd `Invocation` and `Expansion`, remove `MacroGenerable`.
2016-09-05 Jeffrey SeyfriedRemove `syntax::config::strip_unconfigured`, add `synta...
2016-09-05 Jeffrey SeyfriedImprove `expand_type`.
2016-09-05 Jeffrey SeyfriedIn `Parser` and `ExtCtxt`, replace fields `filename...
2016-09-05 Andrew CannRemove expr_ty method completely
2016-09-05 Andrew CannUndo unnecessary bookkeeping from last commit
2016-09-05 Andrew CannRemove use of expr_ty from coercions code
2016-09-05 Andrew CannMove write_ty to the bottom of check_pat
2016-09-05 Andrew CannFactor write_ty out of more pattern-checking functions
2016-09-05 Andrew CannFactor write_ty out of pattern-matching functions
next