| Age | Commit message (Expand) | Author | Lines |
| 2017-07-10 | Auto merge of #43109 - pnkfelix:fix-link_args-gate, r=nikomatsakis | bors | -7/+6 |
| 2017-07-10 | Fix feature gate for `#[link_args(..)]` attribute so that it will fire | Felix S. Klock II | -7/+6 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -58/+36 |
| 2017-07-08 | Auto merge of #43097 - PlasmaPower:large-align, r=eddyb | bors | -5/+5 |
| 2017-07-08 | Auto merge of #43019 - kevinmehall:cleanup-errors, r=nikomatsakis | bors | -1/+0 |
| 2017-07-08 | Lower alignment limit down to 2^31 - 1 (from LLVM) | Lee Bousfield | -3/+3 |
| 2017-07-08 | Raised alignment limit from 2^15 to 2^31 | Lee Bousfield | -5/+5 |
| 2017-07-07 | Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakis | bors | -14/+3 |
| 2017-07-07 | syntax: Apply recovery for casts to type ascription | Vadim Petrochenkov | -46/+53 |
| 2017-07-07 | Fix spans for binary operator expression with interpolated identifiers | Vadim Petrochenkov | -5/+12 |
| 2017-07-07 | Only match a fragment specifier the if it starts with certain tokens. | kennytm | -4/+70 |
| 2017-07-06 | Remove unused code from librustc_errors | Kevin Mehall | -1/+0 |
| 2017-07-06 | Only underline suggestion if it is not the only code being shown | Esteban Küber | -1/+1 |
| 2017-07-06 | Add extra whitespace for suggestions | Esteban Küber | -4/+4 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -14/+3 |
| 2017-07-06 | Disallow `$($v:vis)*`. Fix #42755. | kennytm | -0/+1 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -7/+23 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -7/+23 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -59/+75 |
| 2017-07-02 | Output line column info when panicking | est31 | -5/+6 |
| 2017-06-29 | Auto merge of #42902 - petrochenkov:keydcrate, r=jseyfried | bors | -50/+41 |
| 2017-06-29 | Give a tracking-issue number for unsized tuple coercion. | Masaki Hara | -1/+1 |
| 2017-06-29 | Move unsized_tuple_coercion behind a feature gate. | Masaki Hara | -0/+6 |
| 2017-06-29 | Change some terminology around keywords and reserved identifiers | petrochenkov | -42/+33 |
| 2017-06-29 | Make `$crate` a keyword | Vadim Petrochenkov | -8/+8 |
| 2017-06-29 | Rollup merge of #42886 - durka:pplmm-mwe, r=petrochenkov | Ariel Ben-Yehuda | -1/+3 |
| 2017-06-27 | syntax: allow negative integer literal expression to be interpolated as pattern | Alex Burka | -1/+3 |
| 2017-06-26 | Update and fix a few tests | Alex Crichton | -2/+2 |
| 2017-06-26 | Address review comments. | Jeffrey Seyfried | -17/+39 |
| 2017-06-26 | Add `LazyTokenStream`. | Jeffrey Seyfried | -80/+122 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -41/+245 |
| 2017-06-26 | Clean up `tokenstream::Cursor` and `proc_macro`. | Jeffrey Seyfried | -27/+27 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -118/+109 |
| 2017-06-24 | Add a feature gate for the `#[allow_fail]` attribute | Paul Woolcock | -1/+8 |
| 2017-06-24 | add `allow_fail` test attribute | Paul Woolcock | -3/+12 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -8/+10 |
| 2017-06-21 | Rollup merge of #42620 - wesleywiser:compile_error, r=brson | Corey Farwell | -0/+5 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-19 | Add compile_error! | Wesley Wiser | -0/+5 |
| 2017-06-18 | Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddyb | bors | -47/+40 |
| 2017-06-16 | Auto merge of #42690 - frewsxcv:rollup, r=frewsxcv | bors | -31/+45 |
| 2017-06-16 | Rollup merge of #42656 - VBChunguk:struct-field-attributes, r=nikomatsakis | Corey Farwell | -31/+2 |
| 2017-06-16 | Rollup merge of #42616 - estebank:span-fix, r=nikomatsakis | Corey Farwell | -0/+43 |
| 2017-06-16 | Auto merge of #42578 - estebank:recover-binop, r=nikomatsakis | bors | -9/+94 |
| 2017-06-15 | Position span label correctly when it isn't last | Esteban Küber | -0/+43 |
| 2017-06-15 | Review comments | Esteban Küber | -99/+71 |
| 2017-06-15 | Remove struct_field_attributes feature gate | Wonwoo Choi | -31/+2 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+11 |
| 2017-06-13 | Auto merge of #42471 - nrc:save-sig-2, r=eddyb | bors | -7/+20 |
| 2017-06-12 | External spans: added lazy source loading elsewhere | Inokentiy Babushkin | -24/+25 |