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