about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-11regionck: Use methods on RegionCtxt instead of free functions.Eduard Burtescu-381/+353
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-1003/+765
2016-05-11typeck: Turn everything operating on FnCtxt into a method.Eduard Burtescu-2065/+1914
2016-05-11typeck: Avoid passing &TyCtxt around where possible.Eduard Burtescu-359/+288
2016-05-11typeck: merge CollectCtxt and collect::CollectCtxt.Eduard Burtescu-15/+12
2016-05-11mem_categorization: freely_aliasable doesn't need to take TyCtxt.Eduard Burtescu-5/+4
2016-05-11infer: Turn normalize_associated_type into a method on TyCtxt.Eduard Burtescu-58/+51
2016-05-11infer: Use methods for creating an InferCtxt.Eduard Burtescu-154/+126
2016-05-11rustc: Always refer to TyCtxt as tcx.Eduard Burtescu-143/+143
2016-05-10Add error description for E0455Cristian Oliveira-1/+21
2016-05-10Doc improvement on std::fmt moduleGuillaume Gomez-0/+38
2016-05-10Auto merge of #33319 - birkenfeld:issue31424, r=jseyfriedbors-5/+37
2016-05-10Improve "since" tag placementGuillaume Gomez-3/+9
2016-05-10mir: don't attempt to promote Unpromotable constant temps.Eduard Burtescu-6/+42
2016-05-10Auto merge of #33488 - eddyb:trans-fixes, r=Aatchbors-11/+44
2016-05-10Delay wrapping Definitions into a RefCell around LocalCrateReader.Ms2ger-19/+23
2016-05-10fix DFS for region error reportingNiko Matsakis-3/+36
2016-05-10Make the dep-info-no-analysis regex more robust on Windows.Pavel Sountsov-1/+1
2016-05-10Rename after_ast to after_hir_lowering.Pavel Sountsov-19/+19
2016-05-10Fix funky formatting.Pavel Sountsov-11/+10
2016-05-10Make --emit dep-info work correctly with -Z no-analysis again.Pavel Sountsov-40/+93
2016-05-10Correct typo in LocalCrateReader::definitions.Ms2ger-4/+4
2016-05-10Store a reference rather than a RefCell in LocalCrateReader.Ms2ger-9/+8
2016-05-10borrowck: do not suggest to change "&mut self" to "&mut mut self"Georg Brandl-5/+37
2016-05-10Auto merge of #33471 - birkenfeld:issue-33464, r=jseyfriedbors-4/+24
2016-05-10fix Registry::args for plugins loaded with --extra-pluginsOliver Schneider-3/+6
2016-05-10Auto merge of #33337 - birkenfeld:issue-27842, r=jseyfriedbors-1/+48
2016-05-10Simplify textStefan Schindler-2/+2
2016-05-10Refactor `hir::lowering` APIJeffrey Seyfried-22/+24
2016-05-10Make the remaining functions in `hir::lowering` methods of `LoweringContext`Jeffrey Seyfried-411/+383
2016-05-09Auto merge of #33473 - michaelwoerister:split-cratecontext, r=nikomatsakisbors-495/+541
2016-05-10resolve: do not modify span of non-importable nameGeorg Brandl-4/+24
2016-05-10Refactor the `hir::lowering::lower_*` functions into methods of `LoweringCont...Jeffrey Seyfried-1399/+1383
2016-05-10Copy more libraries from local Rust to stage0Anton Blanchard-0/+8
2016-05-10Remove needless `pub`sJeffrey Seyfried-81/+81
2016-05-10Give lowering functions mutable access to the lowering contextJeffrey Seyfried-153/+152
2016-05-10Refactor away method `LoweringContext::diagnostic`Jeffrey Seyfried-9/+3
2016-05-10Remove unused function `lower_opt_bounds`Jeffrey Seyfried-6/+0
2016-05-09Auto merge of #33443 - jseyfried:resolve_ast, r=nrcbors-555/+706
2016-05-09Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakisbors-927/+2305
2016-05-09E0061 typo fixTaylor Cramer-1/+1
2016-05-09rustc: Use C++ personalities on MSVCAlex Crichton-200/+336
2016-05-09Rollup merge of #33493 - Manishearth:more-diag, r=ManishearthManish Goregaokar-21/+94
2016-05-09Rollup merge of #33514 - birkenfeld:issue-29503, r=alexcrichtonManish Goregaokar-3/+38
2016-05-09Rollup merge of #33509 - birkenfeld:issue-30219, r=alexcrichtonManish Goregaokar-1/+1
2016-05-09Rollup merge of #33496 - silvo38:master, r=apasel422Manish Goregaokar-1/+1
2016-05-09Rollup merge of #33480 - birkenfeld:issue-33422, r=steveklabnikManish Goregaokar-59/+61
2016-05-09Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichtonManish Goregaokar-22/+22
2016-05-09Rollup merge of #33431 - GuillaumeGomez:issue-30416, r=steveklabnikManish Goregaokar-7/+48
2016-05-09Rollup merge of #33383 - cramertj:E0509, r=ManishearthManish Goregaokar-1/+95