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