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