| Age | Commit message (Expand) | Author | Lines |
| 2016-07-14 | Remove irrelevant tests | Jeffrey Seyfried | -169/+3 |
| 2016-07-14 | Implement `macro_rules!` placeholders and the macro scope map | Jeffrey Seyfried | -24/+127 |
| 2016-07-14 | Instead of renaming, treat differently marked identifiers as unequal | Jeffrey Seyfried | -560/+37 |
| 2016-07-14 | Remove `IllegalCtxt` | Jeffrey Seyfried | -13/+9 |
| 2016-07-14 | Move node id assigning into `resolve` | Jeffrey Seyfried | -57/+73 |
| 2016-07-13 | Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichton | bors | -4/+24 |
| 2016-07-14 | Remove extra newlines in MIR dump | Seo Sanghyeon | -1/+1 |
| 2016-07-13 | Auto merge of #33642 - xen0n:ergonomic-format-macro, r=alexcrichton | bors | -199/+321 |
| 2016-07-14 | syntax_ext: format: better code documentation | Wang Xuerui | -12/+46 |
| 2016-07-14 | format: add tests for ergonomic format_args! | Wang Xuerui | -0/+33 |
| 2016-07-14 | syntax_ext: format: de-duplicate argument objects | Wang Xuerui | -12/+31 |
| 2016-07-14 | syntax_ext: format: process counts uniquely and separately | Wang Xuerui | -11/+62 |
| 2016-07-14 | syntax_ext: format: allow multiple formats for one argument | Wang Xuerui | -72/+57 |
| 2016-07-14 | syntax_ext: format: rename variants of ArgumentType for clarity | Wang Xuerui | -7/+7 |
| 2016-07-14 | syntax_ext: format: resolve named arguments early | Wang Xuerui | -85/+62 |
| 2016-07-14 | syntax_ext: format: separate verification and translation of pieces | Wang Xuerui | -5/+11 |
| 2016-07-14 | format: remove all implicit ref handling outside of libfmt_macros | Wang Xuerui | -54/+36 |
| 2016-07-14 | libfmt_macros: resolve all implicit refs while parsing | Wang Xuerui | -11/+46 |
| 2016-07-13 | Auto merge of #34772 - jseyfried:cleanup_interner, r=eddyb | bors | -395/+145 |
| 2016-07-13 | Add examples for FpCategory | ggomez | -5/+24 |
| 2016-07-13 | Auto merge of #34752 - ollie27:rustdoc_search, r=GuillaumeGomez | bors | -46/+80 |
| 2016-07-13 | build compiler docs if requested in config | Tim Neumann | -4/+12 |
| 2016-07-13 | doc: ffi referenced rust-snappy can not compile | 吴冉波 | -2/+56 |
| 2016-07-13 | only remove directory if it exists | Tim Neumann | -1/+1 |
| 2016-07-13 | create global doc dir for all doc targets | Tim Neumann | -0/+2 |
| 2016-07-13 | Auto merge of #34608 - apasel422:ll, r=bluss | bors | -352/+283 |
| 2016-07-13 | Auto merge of #34660 - jseyfried:fix_parse_stmt, r=nrc | bors | -119/+125 |
| 2016-07-13 | evaluate the array length of fixed size array types in rustdoc | Oliver Schneider | -4/+24 |
| 2016-07-13 | Fixed issue where importing a trait method directly and then calling the meth... | Michael Rosenberg | -10/+35 |
| 2016-07-12 | Auto merge of #34756 - habnabit:mutex-refunwindsafe, r=alexcrichton | bors | -0/+7 |
| 2016-07-13 | Start a best-effort warning cycle. | Jeffrey Seyfried | -6/+59 |
| 2016-07-13 | cleanup: Refactor parser method `finish_parsing_statement` -> `parse_full_stmt`. | Jeffrey Seyfried | -13/+13 |
| 2016-07-13 | Allow macro-expanded macros in trailing expression positions to expand into s... | Jeffrey Seyfried | -2/+3 |
| 2016-07-13 | Fix bug in the pretty printer. | Jeffrey Seyfried | -3/+2 |
| 2016-07-12 | Auto merge of #34739 - therealbstern:ipv4unspec, r=alexcrichton | bors | -0/+4 |
| 2016-07-12 | Add doc example for `std::process::ExitStatus::success`. | Corey Farwell | -0/+17 |
| 2016-07-12 | Auto merge of #34705 - alexcrichton:clean-deprecated, r=brson | bors | -770/+234 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -770/+234 |
| 2016-07-12 | Mention the crate type cdylib in rustc's usage | Dridi Boukelmoune | -1/+1 |
| 2016-07-12 | Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichton | bors | -3/+3 |
| 2016-07-12 | rustdoc: Fix methods in seach results | Oliver Middleton | -46/+80 |
| 2016-07-12 | Auto merge of #34778 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -19/+357 |
| 2016-07-12 | Rollup merge of #34770 - davidko:patch-1, r=steveklabnik | Guillaume Gomez | -2/+2 |
| 2016-07-12 | Rollup merge of #34750 - GuillaumeGomez:error_doc, r=steveklabnik | Guillaume Gomez | -0/+70 |
| 2016-07-12 | Rollup merge of #34749 - GuillaumeGomez:any_doc, r=steveklabnik | Guillaume Gomez | -2/+158 |
| 2016-07-12 | Rollup merge of #34742 - abhijeetbhagat:master, r=steveklabnik | Guillaume Gomez | -1/+3 |
| 2016-07-12 | Rollup merge of #34740 - GuillaumeGomez:boxed_doc, r=steveklabnik | Guillaume Gomez | -3/+46 |
| 2016-07-12 | Rollup merge of #34737 - frewsxcv:libstd-process-child, r=GuillaumeGomez | Guillaume Gomez | -11/+29 |
| 2016-07-12 | Rollup merge of #34736 - GuillaumeGomez:cells_doc, r=steveklabnik | Guillaume Gomez | -0/+49 |
| 2016-07-12 | Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}` | Tobias Bucher | -29/+41 |