about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-09-05Fix a very subtle mistake in a ui test.Masaki Hara-0/+1
2017-09-05Add tests for intercrate ambiguity hints.Masaki Hara-1/+89
2017-09-05Slightly modify hint messages.Masaki Hara-4/+4
2017-09-05Add hints when intercrate ambiguity causes overlap.Masaki Hara-22/+95
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
2017-09-02add test for not optimized `pow` with constant powerEvgeniy A. Dushistov-0/+23
2017-09-02Remove invalid doctest from bootstrap.py.kennytm-6/+4
2017-09-02Auto merge of #44259 - Mark-Simulacrum:update-cargo, r=alexcrichtonbors-0/+0
2017-09-02Minor compilation fixKornel-1/+1
2017-09-02Auto merge of #44256 - GuillaumeGomez:update-html-diff-rs, r=Mark-Simulacrumbors-4/+4
2017-09-02Auto merge of #44104 - llogiq:lowercase-lints, r=nikomatsakisbors-3/+58
2017-09-02stabilize mem::discriminant (closes #24263)Alex Burka-15/+8
2017-09-01rustc: Flag {i,u}128 as unsafe for FFIAlex Crichton-1/+15
2017-09-01Update cargo.Mark Simulacrum-0/+0
2017-09-01x86: return single-float aggregates in a float registerJosh Stone-6/+35
2017-09-01Exclude all windows-gnu from the float_one testJosh Stone-3/+4
2017-09-01Exclude x86_64-pc-windows-gnu from the float_one testJosh Stone-1/+5
2017-09-01powerpc64: improve extern struct ABIJosh Stone-38/+111
2017-09-02rustc_mir: always emit StorageLive even without a matching StorageDead.Eduard-Mihai Burtescu-5/+5
2017-09-02rustc_mir: actually "promote" constants' MIR to 'static by removing StorageDe...Eduard-Mihai Burtescu-30/+89
2017-09-02Update html-diff-rs versionGuillaume Gomez-4/+4
2017-09-01Fix unstable book exampleMatt Ickstadt-2/+4
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-659/+673