about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-11Rollup merge of #33558 - bnewbold:trivial-book-tweaks, r=steveklabnikGuillaume Gomez-5/+5
2016-05-11Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelixGuillaume Gomez-20/+384
2016-05-11Remove unification despite ambiguity in projectionMasood Malekghassemi-57/+1
2016-05-11trans: Make collector handle the drop_in_place() intrinsic.Michael Woerister-3/+89
2016-05-11Add test for collecting items in staticsJames Miller-4/+26
2016-05-11Inspect MIR for statics in item collectionJames Miller-0/+19
2016-05-11trans: Don't try to place declarations during codegen unit partitioning.Michael Woerister-139/+75
2016-05-11trans: Move TransItem to its own module.Michael Woerister-367/+383
2016-05-11Use symlink_metadata in tidy to avoid panicking on broken symlinks.Eduard Burtescu-1/+1
2016-05-11Only break critical edges where actually neededBjörn Steinbrink-119/+113
2016-05-11trivial fixes to documentation (book)bnewbold-5/+5
2016-05-11Update to eddyb's PRggomez-199/+129
2016-05-11Auto merge of #33556 - steveklabnik:rollup, r=steveklabnikbors-20/+262
2016-05-11Rollup merge of #33542 - GuillaumeGomez:move_since, r=steveklabnikSteve Klabnik-3/+9
2016-05-11Rollup merge of #33539 - nikomatsakis:static-error, r=pnkfelixSteve Klabnik-3/+36
2016-05-11Rollup merge of #33528 - cramertj:E0061typeo, r=jseyfriedSteve Klabnik-1/+1
2016-05-11Rollup merge of #33524 - briangreenery:briangreenery-fast-and-loose, r=stevek...Steve Klabnik-1/+1
2016-05-11Rollup merge of #33522 - mbrubeck:inline-rawvec-cap, r=nagisaSteve Klabnik-0/+1
2016-05-11Rollup merge of #33386 - cramertj:E0504, r=steveklabnikSteve Klabnik-1/+104
2016-05-11Rollup merge of #33345 - birkenfeld:issue-31754, r=pnkfelixSteve Klabnik-1/+21
2016-05-11Rollup merge of #33260 - mrmiywj:help-on-pattern-guard, r=guillaumegomezSteve Klabnik-10/+51
2016-05-11Rollup merge of #33129 - GuillaumeGomez:fmt_doc, r=steveklabnikSteve Klabnik-0/+38
2016-05-11Create Weight enumGuillaume Gomez-34/+64
2016-05-11Improve weight algorithm and testsggomez-60/+134
2016-05-11Improve error message for Index trait on slicesGuillaume Gomez-28/+129
2016-05-11Extend rustc_on_unimplemented flag: if a message is available at an impl, thi...ggomez-6/+235
2016-05-11Auto merge of #33239 - eddyb:mir-temp-drops, r=arielb1bors-16/+16
2016-05-11mir: drop temps outside-in by scheduling the drops inside-out.Eduard Burtescu-16/+16
2016-05-11Make LocalCrateReader private to creader.Ms2ger-17/+27
2016-05-11Hand ownership of the Definitions to map_crate.Ms2ger-10/+4
2016-05-10Add regression test for ICE in constant blocksSean Gillespie-0/+88
2016-05-10rustbuild: Tighten dependencies of build scriptsAlex Crichton-3/+35
2016-05-10Auto merge of #33425 - eddyb:rift, r=nikomatsakisbors-14864/+15086
2016-05-11Add E0500 error explanationggomez-1/+47
2016-05-11Fixup indentation after methodification.Eduard Burtescu-8382/+8416
2016-05-10Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiynbors-2/+23
2016-05-10Also rename the print_from_ast.Pavel Sountsov-22/+22
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-700/+1142
2016-05-11rustc_typeck: Generalize over 'tcx != 'gcx.Eduard Burtescu-888/+942
2016-05-11rustc: Remove the unnecessary ast_ty_to_ty_cache.Eduard Burtescu-39/+15
2016-05-11rustc: More interning for data used in Ty<'tcx>.Eduard Burtescu-327/+402
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-1018/+1144
2016-05-11rustc: Remove a redundant lifetime parameter from ExprUseVisitor.Eduard Burtescu-6/+6
2016-05-11rustc: Wrap users of InferCtxt in an anonymous scope.Eduard Burtescu-913/+876
2016-05-11rustc: Remove the TyCtxt field from ParameterEnvironment.Eduard Burtescu-84/+82
2016-05-11rustc_typeck: Use Deref for FnCtxt, Inherited and InferCtxt fields and methods.Eduard Burtescu-855/+804
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-1189/+1296
2016-05-11rustc: Keep a reference to the interners in TyCtxt.Eduard Burtescu-91/+110
2016-05-11rustc: Use set recovery APIs in the TyCtxt interners.Eduard Burtescu-36/+49
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-1338/+1331