| Age | Commit message (Expand) | Author | Lines |
| 2017-09-05 | rustc: Convert `freevars` to a query | Alex Crichton | -5/+18 |
| 2017-09-05 | rustc: Remove `CrateStore::used_crate*` | Alex Crichton | -92/+120 |
| 2017-09-05 | rustc: Classify two more CrateStore methods untracked | Alex Crichton | -13/+9 |
| 2017-09-05 | rustc: Migrate `visible_parent_map` to a query | Alex Crichton | -75/+91 |
| 2017-09-05 | rustc: Migrate `CrateStore::item_body` to a query | Alex Crichton | -30/+14 |
| 2017-09-05 | rustc: Remove lang item methods from CrateStore | Alex Crichton | -75/+82 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -214/+207 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -99/+152 |
| 2017-09-05 | rustc: Hide the `named_region_map` behind queries | Alex Crichton | -41/+95 |
| 2017-09-05 | rustc: Remove a number of mutable fields in cstore | Alex Crichton | -309/+366 |
| 2017-09-05 | Ignore failing tests harder | Alex Crichton | -4/+4 |
| 2017-09-05 | rustc: Move implementations_of_trait to a query | Alex Crichton | -35/+71 |
| 2017-09-05 | rustc: Fix a borrow mut error with debug assertions | Alex Crichton | -3/+6 |
| 2017-09-05 | Ignore failing incremental tests | Alex Crichton | -3/+7 |
| 2017-09-05 | rustc: Move original_crate_name to a query | Alex Crichton | -21/+19 |
| 2017-09-05 | rustc: Move crate_hash to a query | Alex Crichton | -15/+12 |
| 2017-09-05 | rustc: Move crate_disambiguator to queries | Alex Crichton | -16/+18 |
| 2017-09-05 | rustc: Move {plugin,derive}_registrar_fn to queries | Alex Crichton | -25/+29 |
| 2017-09-05 | rustc: Migrate `CStore::native_libraries` to a query | Alex Crichton | -16/+27 |
| 2017-09-05 | rustc: Migrate `CStore::expored_symbols` to a query | Alex Crichton | -9/+9 |
| 2017-09-05 | rustc: Move `impl_defaultness` to a query | Alex Crichton | -14/+4 |
| 2017-09-05 | rustc: Move a few more cstore methods to queries | Alex Crichton | -85/+150 |
| 2017-09-05 | Auto merge of #44308 - eddyb:local-index, r=arielb1 | bors | -362/+319 |
| 2017-09-05 | Auto merge of #44248 - oli-obk:spans, r=jseyfried | bors | -5/+15 |
| 2017-09-04 | Auto merge of #43067 - pornel:libdeps, r=nrc | bors | -7/+52 |
| 2017-09-04 | Produce expansion info for more builtin macros | Oliver Schneider | -5/+15 |
| 2017-09-04 | Auto merge of #44300 - Manishearth:clippyup, r=oli-obk | bors | -5/+21 |
| 2017-09-04 | rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}. | Eduard-Mihai Burtescu | -54/+38 |
| 2017-09-04 | Auto merge of #44268 - kennytm:fix-python-bootstrap-test, r=Mark-Simulacrum | bors | -6/+4 |
| 2017-09-04 | Auto merge of #44272 - Dushistov:master, r=alexcrichton | bors | -0/+23 |
| 2017-09-03 | Resync clippy to v0.0.156 | Manish Goregaokar | -5/+21 |
| 2017-09-03 | Auto merge of #44263 - durka:stabilize-discriminant, r=dtolnay | bors | -15/+8 |
| 2017-09-03 | Auto merge of #44261 - alexcrichton:u128-ffi-unsafe, r=eddyb | bors | -1/+15 |
| 2017-09-03 | rustc_mir: use Local in ProjectionElem::Index. | Eduard-Mihai Burtescu | -74/+65 |
| 2017-09-03 | Auto merge of #44191 - arielb1:on-unimplemented-label, r=nikomatsakis | bors | -275/+652 |
| 2017-09-03 | rustc_mir: implement visit_local instead/along visit_lvalue where possible. | Eduard-Mihai Burtescu | -235/+217 |
| 2017-09-03 | Auto merge of #44253 - eddyb:nice-scope, r=nikomatsakis | bors | -659/+673 |
| 2017-09-03 | add error message for the other case too | Ariel Ben-Yehuda | -6/+13 |
| 2017-09-03 | on_unimplemented: add method-name checks and use them in Try | Ariel Ben-Yehuda | -12/+69 |
| 2017-09-03 | address review comments | Ariel Ben-Yehuda | -31/+25 |
| 2017-09-03 | enable desugaring-sensitive error messages and use them in Try | Ariel Ben-Yehuda | -9/+74 |
| 2017-09-03 | implement improved on_unimplemented directives | Ariel Ben-Yehuda | -50/+290 |
| 2017-09-03 | move the on_unimplemented logic to its own file | Ariel Ben-Yehuda | -142/+160 |
| 2017-09-03 | refactor and centralize `on_unimplemented` parsing | Ariel Ben-Yehuda | -246/+242 |
| 2017-09-03 | Auto merge of #44252 - eddyb:what-is-dead-may-never-die, r=nikomatsakis | bors | -35/+94 |
| 2017-09-03 | Auto merge of #44195 - alexcrichton:remove-used-unsafe, r=nikomatsakis | bors | -74/+66 |
| 2017-09-03 | Auto merge of #44176 - nrc:update-rls, r=alexcrichton | bors | -7/+13 |
| 2017-09-02 | Auto merge of #44108 - mattico:match-pipe, r=petrochenkov | bors | -2/+84 |
| 2017-09-02 | Auto merge of #44066 - cuviper:powerpc64-extern-abi, r=alexcrichton | bors | -44/+151 |
| 2017-09-02 | Auto merge of #43886 - oli-obk:clippy, r=nrc | bors | -1/+46 |