| Age | Commit message (Expand) | Author | Lines |
| 2017-02-03 | add a comment about optimality that somehow got removed | Niko Matsakis | -58/+76 |
| 2017-02-03 | s/in_index/input_index/ | Niko Matsakis | -7/+7 |
| 2017-02-03 | make dirty process O(dirty) | Niko Matsakis | -50/+66 |
| 2017-01-31 | rewrite the predecessors code to create a reduced graph | Niko Matsakis | -467/+1095 |
| 2017-01-30 | Auto merge of #39407 - GuillaumeGomez:convert_module, r=frewsxcv | bors | -10/+18 |
| 2017-01-30 | Auto merge of #39405 - tshepang:nits, r=sfackler | bors | -3/+3 |
| 2017-01-30 | doc: minor Option improvements | Tshepang Lekhonkhobe | -3/+3 |
| 2017-01-30 | Auto merge of #39389 - Wilfred:patch-2, r=apasel422 | bors | -3/+3 |
| 2017-01-30 | Auto merge of #39392 - ishitatsuyuki:master, r=alexcrichton | bors | -1/+1 |
| 2017-01-29 | Add missing url in convert module | Guillaume Gomez | -10/+18 |
| 2017-01-29 | Auto merge of #39382 - cuviper:ibm-rewind, r=alexcrichton | bors | -35/+2119 |
| 2017-01-29 | Bootstrap: append libjemalloc_pic.a | Tatsuyuki Ishi | -1/+1 |
| 2017-01-29 | Minor grammar fix 'can not' -> 'cannot' | Wilfred Hughes | -3/+3 |
| 2017-01-29 | Auto merge of #39378 - jtxx000:master, r=eddyb | bors | -1/+1 |
| 2017-01-29 | Auto merge of #39380 - est31:remove_dead_peq, r=jseyfried | bors | -9/+1 |
| 2017-01-28 | Fix the powerpc64 PATH | Josh Stone | -1/+1 |
| 2017-01-28 | Add a license to build-powerpc64le-toolchain.sh | Josh Stone | -0/+9 |
| 2017-01-28 | travis: move IBM backwards in time | Josh Stone | -35/+2110 |
| 2017-01-29 | Remove dead recursive partial eq impl | est31 | -9/+1 |
| 2017-01-28 | Fix typo in librustc_trans/collector.rs | Caleb Reach | -1/+1 |
| 2017-01-28 | Auto merge of #39375 - seeekr:patch-1, r=apasel422 | bors | -1/+1 |
| 2017-01-28 | Fix typo in liballoc/lib.rs | Denis Andrejew | -1/+1 |
| 2017-01-28 | Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkov | bors | -4/+182 |
| 2017-01-28 | Disable backtrace tests on i686-pc-windows-gnu since it's broken by FPO | Segev Finer | -0/+5 |
| 2017-01-28 | Auto merge of #39360 - osa1:typos, r=GuillaumeGomez | bors | -1/+1 |
| 2017-01-28 | Fix typos in libsyntax/tokenstream.rs | Ömer Sinan Ağacan | -1/+1 |
| 2017-01-28 | Auto merge of #39340 - GuillaumeGomez:empty_comment, r=frewsxcv | bors | -1/+2 |
| 2017-01-28 | Auto merge of #39305 - eddyb:synelide, r=nikomatsakis | bors | -1856/+1799 |
| 2017-01-28 | test: add missing lifetime in recently added test. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-28 | rustc: remove unused `bounds` field from `RegionParameterDef`. | Eduard-Mihai Burtescu | -38/+12 |
| 2017-01-28 | rustc: move object default lifetimes to resolve_lifetimes. | Eduard-Mihai Burtescu | -459/+445 |
| 2017-01-28 | rustc: always keep an explicit lifetime in trait objects. | Eduard-Mihai Burtescu | -166/+137 |
| 2017-01-28 | rustc: lower trait type paths as TyTraitObject. | Eduard-Mihai Burtescu | -60/+42 |
| 2017-01-28 | rustc_typeck: move impl Trait checks out of RegionScope. | Eduard-Mihai Burtescu | -143/+65 |
| 2017-01-28 | rustc: move most of lifetime elision to resolve_lifetimes. | Eduard-Mihai Burtescu | -602/+703 |
| 2017-01-28 | rustc: simplify scope-tracking in resolve_lifetime. | Eduard-Mihai Burtescu | -321/+220 |
| 2017-01-28 | rustc: clean up the style of middle::resolve_lifetime. | Eduard-Mihai Burtescu | -79/+109 |
| 2017-01-28 | rustc: always include elidable lifetimes in HIR types. | Eduard-Mihai Burtescu | -132/+246 |
| 2017-01-28 | rustc_typeck: pass all lifetimes through AstConv::opt_ast_region_to_region. | Eduard-Mihai Burtescu | -130/+129 |
| 2017-01-28 | rustc_typeck: force users of RegionScope to get anon_region's one by one. | Eduard-Mihai Burtescu | -74/+39 |
| 2017-01-27 | Rollup merge of #39351 - nikomatsakis:incr-comp-skip-typeck-1, r=eddyb | Alex Crichton | -11/+21 |
| 2017-01-27 | Rollup merge of #39350 - nagisa:i128-test-helpers-better-def, r=alexcrichton | Alex Crichton | -1/+1 |
| 2017-01-27 | Rollup merge of #39344 - ollie27:links, r=steveklabnik | Alex Crichton | -10/+11 |
| 2017-01-27 | Rollup merge of #39335 - cramertj:cramertj/can_begin_expr_fix, r=petrochenkov | Alex Crichton | -1/+53 |
| 2017-01-27 | Rollup merge of #39332 - nagisa:another-bigendian-128, r=eddyb | Alex Crichton | -1/+2 |
| 2017-01-27 | Rollup merge of #39321 - king6cong:master, r=frewsxcv | Alex Crichton | -1/+1 |
| 2017-01-27 | Rollup merge of #39314 - stjepang:rewrite-sort-header, r=brson | Alex Crichton | -2/+2 |
| 2017-01-27 | Rollup merge of #39313 - est31:drop_in_place_is_stable, r=GuillaumeGomez | Alex Crichton | -5/+3 |
| 2017-01-27 | Rollup merge of #39311 - solson:fix-unpretty-mir-non-local, r=eddyb | Alex Crichton | -1/+1 |
| 2017-01-27 | Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brson | Alex Crichton | -371/+26 |